70079d861d
Ubuntu 20.04 is a "Tested Runtime" for the Victoria release[1]. This patch updated our diskimage-create script and elements to support building a amphora image that uses Ubuntu 20.04 (focal). [1] https://governance.openstack.org/tc/reference/runtimes/victoria.html Change-Id: I6f53ea5d012ab64b985d981ecd1b1967e18e4e81
60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
Plaintext
{
|
|
"release": {
|
|
"rhel": {
|
|
"8": {
|
|
"isc-dhcp-client": "dhcp-client",
|
|
"python3-dev": "platform-python-devel",
|
|
"python3-venv": "python3-virtualenv",
|
|
"python3": "python36",
|
|
"vlan": "",
|
|
"screen": "",
|
|
"dkms": ""
|
|
}
|
|
},
|
|
"centos": {
|
|
"8": {
|
|
"isc-dhcp-client": "dhcp-client",
|
|
"python3-dev": "platform-python-devel",
|
|
"python3-venv": "python3-virtualenv",
|
|
"python3": "python36",
|
|
"vlan": "",
|
|
"screen": "",
|
|
"dkms": ""
|
|
}
|
|
},
|
|
"ubuntu": {
|
|
"focal": {
|
|
"ureadahead": ""
|
|
}
|
|
}
|
|
},
|
|
"family": {
|
|
"redhat": {
|
|
"amphora-agent": "openstack-octavia-amphora-agent",
|
|
"acpid-ppc64le": "",
|
|
"netcat-openbsd": "nmap-ncat",
|
|
"netbase": "",
|
|
"cron": "",
|
|
"ifenslave": "",
|
|
"iputils-tracepath": "",
|
|
"cloud-guest-utils": "",
|
|
"apparmor": "",
|
|
"dmeventd": "",
|
|
"isc-dhcp-client": "dhclient",
|
|
"uuid-runtime": "",
|
|
"ubuntu-cloudimage-keyring": "",
|
|
"vim-tiny": "",
|
|
"ureadahead": "",
|
|
"apt-transport-https": "",
|
|
"pollinate": "",
|
|
"ifupdown": "",
|
|
"network-scripts": "network-scripts"
|
|
}
|
|
},
|
|
"default": {
|
|
"amphora-agent": "amphora-agent",
|
|
"acpid-ppc64le": "acpid",
|
|
"network-scripts": ""
|
|
}
|
|
}
|