|
...
|
...
|
@@ -282,8 +282,8 @@ EOF
|
|
282
|
282
|
# ... and also optional to be enabled
|
|
283
|
283
|
sudo yum-config-manager --enable rhel-7-server-optional-rpms
|
|
284
|
284
|
|
|
285
|
|
- RHEL_RDO_REPO_RPM=${RHEL7_RDO_REPO_RPM:-"https://repos.fedorapeople.org/repos/openstack/openstack-juno/rdo-release-juno-1.noarch.rpm"}
|
|
286
|
|
- RHEL_RDO_REPO_ID=${RHEL7_RDO_REPO_ID:-"openstack-juno"}
|
|
|
285
|
+ RHEL_RDO_REPO_RPM=${RHEL7_RDO_REPO_RPM:-"https://repos.fedorapeople.org/repos/openstack/openstack-kilo/rdo-release-kilo-1.noarch.rpm"}
|
|
|
286
|
+ RHEL_RDO_REPO_ID=${RHEL7_RDO_REPO_ID:-"openstack-kilo"}
|
|
287
|
287
|
|
|
288
|
288
|
if ! sudo yum repolist enabled $RHEL_RDO_REPO_ID | grep -q $RHEL_RDO_REPO_ID; then
|
|
289
|
289
|
echo "RDO repo not detected; installing"
|