Add subscription-manager repo names for RHEL-9

This commit adds subscription-manager repo names for RHEL-9 qcow2 images

Change-Id: I2f6418a70b6afe543c225d5b2d383f8809842393
This commit is contained in:
annumishra_17 2022-08-01 13:22:23 +00:00
parent 50390d047f
commit 2424943e11
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ elif [ "${DIB_RELEASE}" == "8" ]; then
base_repos="rhel-8-for-${arch}-appstream-rpms rhel-8-for-${arch}-baseos-rpms"
fi
satellite_repo="satellite-tools-6.5-for-rhel-8-${arch}-rpms"
elif [ "${DIB_RELEASE}" == "9" ]; then
base_repos="rhel-9-for-${arch}-appstream-rpms rhel-9-for-${arch}-baseos-rpms"
satellite_repo="rhel-9-for-${arch}-highavailability-rpms"
fi
REG_SAT_CERT=${REG_SAT_CERT:-"katello-ca-consumer-latest.noarch.rpm"}