97444ad92e
There are several jobs depending on working opensuse 15.1 images in nodepool, so it makes sense to ensure its working. Also upgrade the previously marked experimental opensuse-15.0 job as it tests the xenial->opensuse combination, which is particularly difficult to keep working and we'll need it in the CI. Change-Id: Icb6d998756ce5221e017959dcb59b21f0f023454
34 lines
662 B
Plaintext
34 lines
662 B
Plaintext
{
|
|
"family": {
|
|
"redhat": {
|
|
"dhcp-client": "dhclient"
|
|
},
|
|
"debian": {
|
|
"dhcp-client": "isc-dhcp-client",
|
|
"ifupdown": "ifupdown",
|
|
"NetworkManager": "network-manager"
|
|
},
|
|
"gentoo": {
|
|
"dhcp-client": "net-misc/dhcp",
|
|
"python-pip": "dev-python/pip",
|
|
"net-tools": "sys-apps/net-tools"
|
|
},
|
|
"suse": {
|
|
"dhcp-client": "dhcp-client",
|
|
"network-scripts": "wicked-service"
|
|
}
|
|
},
|
|
"release": {
|
|
"fedora": {
|
|
"29": {
|
|
"network-scripts": "network-scripts"
|
|
}
|
|
}
|
|
},
|
|
"default": {
|
|
"dhcp-client": "isc-dhcp-client",
|
|
"ifupdown": "",
|
|
"network-scripts": ""
|
|
}
|
|
}
|