Network scripts are deprecated in RHEL 8. This patch makes sure the package is installed and the service enabled. Sometime in the future (Train release or newer), support for Network Manager will be added as it became the default network configuration tool in RHEL/CentOS 8 and Fedora 28+. This patch also reflects a change to diskimage-builder that will now have a version-less 'rhel' element as opposed to a separate 'rhel7' and 'rhel8' elements. Change-Id: Id11459ea70479aa0145059f88af847dddcd93553
39 lines
832 B
Plaintext
39 lines
832 B
Plaintext
{
|
|
"release": {
|
|
"rhel": {
|
|
"8": {
|
|
"python-dev": "platform-python-devel",
|
|
"vlan": "",
|
|
"screen": "",
|
|
"dkms": ""
|
|
}
|
|
}
|
|
},
|
|
"family": {
|
|
"redhat": {
|
|
"amphora-agent": "openstack-octavia-amphora-agent",
|
|
"netcat-openbsd": "nmap-ncat",
|
|
"netbase": "",
|
|
"cron": "",
|
|
"ifenslave": "",
|
|
"iputils-tracepath": "",
|
|
"cloud-guest-utils": "",
|
|
"apparmor": "",
|
|
"dmeventd": "",
|
|
"isc-dhcp-client": "dhcp-client",
|
|
"uuid-runtime": "",
|
|
"ubuntu-cloudimage-keyring": "",
|
|
"vim-tiny": "",
|
|
"ureadahead": "",
|
|
"apt-transport-https": "",
|
|
"pollinate": "",
|
|
"ifupdown": "",
|
|
"network-scripts": "network-scripts"
|
|
}
|
|
},
|
|
"default": {
|
|
"amphora-agent": "amphora-agent",
|
|
"network-scripts": ""
|
|
}
|
|
}
|