Remove ansible-pacemaker from overcloud image
The ansible-pacemaker module was added into the overcloud image at a
time we executed Ansible locally on the overcloud hosts. Now that
Ansible is executed from the undercloud, we only need such modules
installed on the undercloud.
This reverts commit 60f12230aa
.
Change-Id: Ie52f46370604bcf2e18bc7a3c9467fea4602c83b
changes/39/863639/1
parent
edbc5c3b61
commit
0ac6075520
|
@ -1,5 +1,4 @@
|
|||
aide
|
||||
ansible_pacemaker
|
||||
crudini
|
||||
gdisk
|
||||
podman
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"default": {
|
||||
"aide": "aide",
|
||||
"ansible_pacemaker": "ansible-pacemaker",
|
||||
"crudini": "crudini",
|
||||
"gdisk": "gdisk",
|
||||
"podman": "podman",
|
||||
|
|
Loading…
Reference in New Issue