a6ee4d0c21
Add openeuler-minimal element and add CI functional tests for both x86_64 and arm64. OpenEuler is an open source community driven YUM/DNF distro like Fedora. It references Fedora and CentOS a lot for the rpm packages building. So somewhat it can be treated as a redhat family distro and reuse the YUM/DNF related elements to help build openEuler images. For more info about openEuler, see: https://openeuler.org/en Depends-On: https://review.opendev.org/c/zuul/zuul-jobs/+/803413 Change-Id: I3e06e49b524364c3a4edeba8bce7a8c06b9c7b76
25 lines
420 B
Plaintext
25 lines
420 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": ""
|
|
}
|
|
}
|
|
},
|
|
"family": {
|
|
"redhat": {
|
|
"lsb_release": "redhat-lsb-core"
|
|
}
|
|
}
|
|
}
|
|
|