Add RHEL8 support for overcloud-full image
Change-Id: I90177925fd6f7a7814ffe7a64b3f57683abd2ef5 Requires: https://review.openstack.org/#/c/643731
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
"28": {
|
||||
"python-heat-agent": "python3-heat-agent"
|
||||
}
|
||||
},
|
||||
"rhel": {
|
||||
"8": {
|
||||
"python-heat-agent": "python3-heat-agent"
|
||||
}
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
|
@@ -1,4 +1,13 @@
|
||||
{
|
||||
"release": {
|
||||
"rhel": {
|
||||
"8": {
|
||||
"yum_plugin_priorities_package": "",
|
||||
"python_ipaddr": "",
|
||||
"python_docker_py": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"aide": "aide",
|
||||
"ansible_pacemaker": "ansible-pacemaker",
|
||||
|
@@ -1,4 +1,11 @@
|
||||
{
|
||||
"release": {
|
||||
"rhel": {
|
||||
"8": {
|
||||
"python_openstackclient_package": "python3-openstackclient"
|
||||
}
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"certmonger": "certmonger",
|
||||
"fence_agents_package": "fence-agents-all",
|
||||
|
Reference in New Issue
Block a user