CI: Install lvm on setup_disk scenarios
Change-Id: I99145322f65468e9926b1412844ad4ccaa6829d7
This commit is contained in:
parent
f253f99c12
commit
ef49c7440f
@ -49,6 +49,12 @@
|
|||||||
- python3-pip
|
- python3-pip
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
|
|
||||||
|
- name: Install lvm on storage scenarios
|
||||||
|
become: true
|
||||||
|
package:
|
||||||
|
name: lvm2
|
||||||
|
when: scenario in ['cephadm', 'zun', 'swift']
|
||||||
|
|
||||||
# TODO(mnasiadka): Remove this once ansible-collection-kolla
|
# TODO(mnasiadka): Remove this once ansible-collection-kolla
|
||||||
# installs apparmor
|
# installs apparmor
|
||||||
- name: Install apparmor on Debian/Ubuntu
|
- name: Install apparmor on Debian/Ubuntu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user