Add gdisk to overcloud image

Operators found it useful to use gdisk to clear disks for ceph rather
than the cleaning in ironic in some cases. This change adds it back to
the overcloud images.

Conflicts:
	elements/overcloud-base/install.d/package-installs-overcloud-base
	elements/overcloud-base/pkg-map

Change-Id: Ia44e21055b45e1d48e428efeb0adaafbfcf058c7
Closes-Bug: #1815787
(cherry picked from commit a83cb97af6)
This commit is contained in:
Alex Schultz 2019-02-13 10:53:40 -07:00
parent 90370d4c94
commit 90f236b504
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ aide
ansible_pacemaker
crudini
docker
gdisk
libreswan
python_docker_py
python_ipaddr

View File

@ -4,6 +4,7 @@
"ansible_pacemaker": "ansible-pacemaker",
"crudini": "crudini",
"docker": "docker",
"gdisk": "gdisk",
"libreswan": "libreswan",
"python_docker_py": "python-docker-py",
"python_ipaddr": "python-ipaddr",