4e6e8f0c0e
* Added support for Rocky Linux in the amphora-agent * Amphora images for Rocky can be built when setting OCTAVIA_AMP_BASE_OS="rocky" * Fixed the devstack plugin for Rocky Linux hosts Change-Id: I41f7e2341332b9cb74b4a59fedb6eed1af3c8062
87 lines
2.1 KiB
Plaintext
87 lines
2.1 KiB
Plaintext
{
|
|
"release": {
|
|
"rhel": {
|
|
"8": {
|
|
"isc-dhcp-client": "dhcp-client",
|
|
"python3-dev": "platform-python-devel",
|
|
"python3-venv": "python3-virtualenv",
|
|
"python3": "python36",
|
|
"vlan": "",
|
|
"screen": "",
|
|
"dkms": ""
|
|
},
|
|
"9": {
|
|
"isc-dhcp-client": "dhcp-client",
|
|
"python3-dev": "platform-python-devel",
|
|
"python3-venv": "",
|
|
"python3": "python39",
|
|
"vlan": "",
|
|
"screen": "",
|
|
"dkms": "",
|
|
"network-scripts": ""
|
|
}
|
|
},
|
|
"centos": {
|
|
"8": {
|
|
"isc-dhcp-client": "dhcp-client",
|
|
"python3-dev": "platform-python-devel",
|
|
"python3-venv": "python3-virtualenv",
|
|
"python3": "python36",
|
|
"vlan": "",
|
|
"screen": "",
|
|
"dkms": ""
|
|
},
|
|
"9-stream": {
|
|
"isc-dhcp-client": "dhcp-client",
|
|
"python3-dev": "platform-python-devel",
|
|
"python3-venv": "",
|
|
"python3": "python39",
|
|
"vlan": "",
|
|
"screen": "",
|
|
"dkms": "",
|
|
"network-scripts": ""
|
|
}
|
|
},
|
|
"rocky": {
|
|
"9": {
|
|
"curl": "curl-minimal",
|
|
"isc-dhcp-client": "dhcp-client",
|
|
"python3-dev": "platform-python-devel",
|
|
"python3-venv": "",
|
|
"python3": "python39",
|
|
"vlan": "",
|
|
"screen": "",
|
|
"dkms": "",
|
|
"network-scripts": ""
|
|
}
|
|
}
|
|
},
|
|
"family": {
|
|
"redhat": {
|
|
"amphora-agent": "openstack-octavia-amphora-agent",
|
|
"acpid-ppc64le": "",
|
|
"netcat-openbsd": "nmap-ncat",
|
|
"netbase": "",
|
|
"cron": "cronie",
|
|
"ifenslave": "",
|
|
"iputils-tracepath": "",
|
|
"cloud-guest-utils": "cloud-utils-growpart",
|
|
"apparmor": "",
|
|
"dmeventd": "",
|
|
"isc-dhcp-client": "dhclient",
|
|
"uuid-runtime": "",
|
|
"ubuntu-cloudimage-keyring": "",
|
|
"vim-tiny": "vim-minimal",
|
|
"apt-transport-https": "",
|
|
"pollinate": "",
|
|
"ifupdown": "",
|
|
"network-scripts": "network-scripts"
|
|
}
|
|
},
|
|
"default": {
|
|
"amphora-agent": "amphora-agent",
|
|
"acpid-ppc64le": "acpid",
|
|
"network-scripts": ""
|
|
}
|
|
}
|