Add RHEL8 support for overcloud-full image

Change-Id: I90177925fd6f7a7814ffe7a64b3f57683abd2ef5
Requires: https://review.openstack.org/#/c/643731
This commit is contained in:
Lon Hohberger 2019-04-15 12:01:01 -04:00
parent 6a3c2b3e61
commit cc2cdb5208
3 changed files with 21 additions and 0 deletions

View File

@ -9,6 +9,11 @@
"28": {
"python-heat-agent": "python3-heat-agent"
}
},
"rhel": {
"8": {
"python-heat-agent": "python3-heat-agent"
}
}
},
"default": {

View File

@ -1,4 +1,13 @@
{
"release": {
"rhel": {
"8": {
"yum_plugin_priorities_package": "",
"python_ipaddr": "",
"python_docker_py": ""
}
}
},
"default": {
"aide": "aide",
"ansible_pacemaker": "ansible-pacemaker",

View File

@ -1,4 +1,11 @@
{
"release": {
"rhel": {
"8": {
"python_openstackclient_package": "python3-openstackclient"
}
}
},
"default": {
"certmonger": "certmonger",
"fence_agents_package": "fence-agents-all",