Update delorean RDO-Manager URL
With the release of Kilo upstream, we now need to be basing our changes on the stable/kilo branch upstream. The RDO-Manager delorean instance has been updated to build multiple releases simultaneously. In order to do that, the URL has changed. This patch updates instack-undercloud to use the new URL for the mgt-kilo branch. Change-Id: I21c0fefa5e83f8e05abe0893d3a98839fa706486
This commit is contained in:
parent
512c2ee01d
commit
32bf3797ff
@ -4,6 +4,6 @@ set -eux
|
||||
|
||||
# Install repo file for Delorean el7 midstream packages built from
|
||||
# rdo-management.
|
||||
export DELOREAN_TRUNK_MGT_REPO=${DELOREAN_TRUNK_MGT_REPO:-"http://trunk-mgt.rdoproject.org/repos/current-passed-ci"}
|
||||
export DELOREAN_TRUNK_MGT_REPO=${DELOREAN_TRUNK_MGT_REPO:-"http://trunk-mgt.rdoproject.org/centos-kilo/current-passed-ci"}
|
||||
sudo curl -o /etc/yum.repos.d/delorean-rdo-management.repo $DELOREAN_TRUNK_MGT_REPO/delorean-rdo-management.repo
|
||||
|
||||
|
@ -17,7 +17,7 @@ fi
|
||||
|
||||
# Install repo file for Delorean el7 midstream packages built from
|
||||
# rdo-management.
|
||||
export DELOREAN_TRUNK_MGT_REPO=${DELOREAN_TRUNK_MGT_REPO:-"http://trunk-mgt.rdoproject.org/repos/current-passed-ci"}
|
||||
export DELOREAN_TRUNK_MGT_REPO=${DELOREAN_TRUNK_MGT_REPO:-"http://trunk-mgt.rdoproject.org/centos-kilo/current-passed-ci"}
|
||||
sudo curl -o /etc/yum.repos.d/delorean-rdo-management.repo $DELOREAN_TRUNK_MGT_REPO/delorean-rdo-management.repo
|
||||
|
||||
# Delorean requires RDO
|
||||
|
Loading…
Reference in New Issue
Block a user