With I835511b960df09bd05bd8aaf1695757f0b079c12 we restricted
the list of fence-agents installed by default but unfortunately
left fence-agents-compute out (needed for instance-ha).
This commit adds this agent to the list of pre-installed rpms.
Change-Id: Icae31e6aff9a468f81a01433eedeb53c007e8af5
(cherry picked from commit d2b58ac2fc)
22 lines
617 B
Plaintext
22 lines
617 B
Plaintext
{
|
|
"release": {
|
|
"rhel": {
|
|
"8": {
|
|
"python_openstackclient_package": "python3-openstackclient"
|
|
}
|
|
}
|
|
},
|
|
"default": {
|
|
"certmonger": "certmonger",
|
|
"fence_agents_package": "fence-agents-redfish fence-agents-ipmilan fence-agents-kdump fence-agents-rhevm fence-agents-compute",
|
|
"fence_virt_package": "fence-virt",
|
|
"ipa_admintools_package": "ipa-admintools",
|
|
"ipa_client_package": "ipa-client",
|
|
"ipxe_bootimgs_package": "ipxe-bootimgs",
|
|
"nfs_package": "nfs-utils",
|
|
"chrony_package": "chrony",
|
|
"pacemaker_package": "pacemaker",
|
|
"pcs_package": "pcs"
|
|
}
|
|
}
|