e855882533
This allows operators to easily provide storage space for the seed VM. Change-Id: Ibcb1a5b0d34f2456459604e3a0f3303d93810afb Story: 2004756 Task: 28862
11 lines
488 B
YAML
11 lines
488 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support for configuring LVM volume groups on the seed hypervisor.
|
|
Setting the ``seed_hypervisor_lvm_groups`` variable in
|
|
``$KAYOBE_CONFIG_PATH/seed-hypervisor.yml`` to
|
|
``"{{ seed_hypervisor_lvm_groups_with_data }}"`` and providing a list of
|
|
storage devices via the ``seed_hypervisor_lvm_group_data_disks`` variable
|
|
will configure a logical volume mounted to ``/var/lib/libvirt/images``. No
|
|
LVM volume groups are configured by default.
|