Merge "Add support for CentOS Stream 9 in nodepool elements"

This commit is contained in:
Zuul 2021-11-04 23:58:27 +00:00 committed by Gerrit Code Review
commit 3c27f43277
2 changed files with 7 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
fi
set -e
if [[ "$DISTRO_NAME" == centos ]] ; then
if [[ "$DISTRO_NAME" == centos && "${DIB_RELEASE%-stream}" == "8" ]] ; then
# Note: $YUM exposed by centos environment, correct across releases
${YUM} -y install --enablerepo=epel haveged
fi

View File

@ -5,6 +5,12 @@
"python-dev": "",
"ntp": "chrony",
"ntpdate": ""
},
"9-stream": {
"python-dev": "",
"ntp": "chrony",
"ntpdate": "",
"iptables": "iptables-services"
}
},
"ubuntu": {