From 32bf3797ffe5552f2e8b3b7cbaf4202d21e3abaf Mon Sep 17 00:00:00 2001 From: John Trowbridge Date: Tue, 12 May 2015 09:56:02 -0400 Subject: [PATCH] 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 --- .../pre-install.d/00-delorean-rdo-management | 2 +- scripts/instack-setup-host | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elements/delorean-rdo-management/pre-install.d/00-delorean-rdo-management b/elements/delorean-rdo-management/pre-install.d/00-delorean-rdo-management index 05c66eb1b..d1f979254 100755 --- a/elements/delorean-rdo-management/pre-install.d/00-delorean-rdo-management +++ b/elements/delorean-rdo-management/pre-install.d/00-delorean-rdo-management @@ -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 diff --git a/scripts/instack-setup-host b/scripts/instack-setup-host index b82241f60..045e5cf64 100755 --- a/scripts/instack-setup-host +++ b/scripts/instack-setup-host @@ -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