Shorten names and rebase hardened images
The images had two problems: the image name was very long and it was causing problems with max char for directory size, and the elements and packages were outdated, needing a rebase. Change-Id: I6668a782b55a2bcbfa881651084399bacef6e50a
This commit is contained in:
parent
a5a2b6da75
commit
b418d8cd1c
@ -1,6 +1,6 @@
|
||||
disk_images:
|
||||
-
|
||||
imagename: overcloud-security-hardened-full
|
||||
imagename: overcloud-hardened-full
|
||||
arch: amd64
|
||||
type: qcow2
|
||||
distro: centos7
|
||||
|
@ -1,6 +1,6 @@
|
||||
disk_images:
|
||||
-
|
||||
imagename: overcloud-security-hardened-full
|
||||
imagename: overcloud-hardened-full
|
||||
arch: amd64
|
||||
type: qcow2
|
||||
distro: rhel7
|
||||
|
@ -1,6 +1,6 @@
|
||||
disk_images:
|
||||
-
|
||||
imagename: overcloud-security-hardened-full
|
||||
imagename: overcloud-hardened-full
|
||||
arch: amd64
|
||||
type: qcow2
|
||||
elements:
|
||||
@ -11,7 +11,6 @@ disk_images:
|
||||
- overcloud-compute
|
||||
- overcloud-ceph-storage
|
||||
- puppet-modules
|
||||
- hiera
|
||||
- os-net-config
|
||||
- stable-interface-names
|
||||
- bootloader
|
||||
@ -20,12 +19,13 @@ disk_images:
|
||||
- iptables
|
||||
- enable-packages-install
|
||||
- pip-and-virtualenv-override
|
||||
- ntp
|
||||
- dracut-regenerate
|
||||
- remove-machine-id
|
||||
- modprobe-blacklist
|
||||
- overcloud-secure
|
||||
packages:
|
||||
- ntp
|
||||
- ntpd
|
||||
- python-psutil
|
||||
- python-debtcollector
|
||||
- plotnetcfg
|
||||
|
Loading…
Reference in New Issue
Block a user