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.

Change-Id: Ia44e21055b45e1d48e428efeb0adaafbfcf058c7
Closes-Bug: #1815787
This commit is contained in:
Alex Schultz 2019-02-13 10:53:40 -07:00
parent d313a060c8
commit a83cb97af6
2 changed files with 2 additions and 0 deletions

View File

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

View File

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