diskimage-builder/diskimage_builder/elements/yum-minimal/pkg-map
Alfredo Moralejo cdff9045c0 Add support for CentOS Stream 9 in DIB
CentOS Stream 9 is close to be released, and official mirrors are
already poplated. This patch is adding support to centos-minimal in CS9.

Also enable centos-minimal/[8,9]-stream-build-succeeds tests.

This patch is being tested together with [1] to apply following list of elements:

 vm centos-minimal simple-init growroot nodepool-base openstack-repos infra-package-needs

[1] https://review.opendev.org/c/openstack/project-config/+/811442

Change-Id: Iecf7f7e4c992bb23437b6461cdd04cdca96aafa6
2021-10-27 13:38:14 +02:00

32 lines
568 B
Plaintext

{
"distro": {
"openeuler": {
"linux-firmware": "",
"linux-firmware-whence": "",
"lsb_release": "openeuler-lsb",
"redhat-rpm-config": "openEuler-rpm-config"
}
},
"release": {
"centos": {
"7": {
"NetworkManager": "",
"dhcp-client": ""
}
}
},
"release": {
"centos": {
"9-stream": {
"lsb_release": "ed hostname patch postfix tar time"
}
}
},
"family": {
"redhat": {
"lsb_release": "redhat-lsb-core"
}
}
}