Add LVM2 package install to bootstrap

This package is needed by ceph and should already be part of our
bootstrap process on pre-deployed hosts.

Change-Id: I1fecb562e1315ebfc0406b3ac25b8dac6dfca607
Signed-off-by: Kevin Carter <kecarter@redhat.com>
(cherry picked from commit 19f33cf53d)
This commit is contained in:
Kevin Carter 2019-11-27 11:36:06 -06:00 committed by Alex Schultz
parent 25a5df8797
commit dc3e2e0fba
2 changed files with 6 additions and 4 deletions

View File

@ -16,13 +16,14 @@
_tripleo_bootstrap_packages_bootstrap:
- openstack-heat-agents
- lvm2
- jq
- puppet-tripleo
- os-net-config
- openvswitch
- openstack-heat-agents
- openstack-selinux
- os-net-config
- python3-libselinux
- puppet-tripleo
_tripleo_bootstrap_legacy_network_packages:
- network-scripts

View File

@ -16,10 +16,11 @@
_tripleo_bootstrap_packages_bootstrap:
- libselinux-python
- lvm2
- jq
- os-net-config
- openstack-heat-agents
- openstack-selinux
- openvswitch
- puppet-tripleo
- libselinux-python