Commit f047027
committed
Add support for custom libvirt volume pool name
Allow users to configure a custom libvirt storage pool name instead of
the hardcoded "oooq_pool" default. This is useful for environments that
require specific storage pool naming conventions or want to use existing
pools.
Changes:
- Add LIBVIRT_VOLUME_POOL environment variable with default "oooq_pool"
- Pass libvirt_volume_pool to ansible-playbook in 02_configure_host.sh
- Document the new variable in config_example.sh1 parent 1e2c202 commit f047027
3 files changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
648 | 655 | | |
649 | 656 | | |
650 | 657 | | |
| |||
0 commit comments