diff --git a/scripts/instack-build-images b/scripts/instack-build-images index a44779968..67089fc49 100755 --- a/scripts/instack-build-images +++ b/scripts/instack-build-images @@ -35,7 +35,7 @@ export NODE_ARCH=${NODE_ARCH:-amd64} # We must do this until tripleo-puppet-elements is packaged export DIB_INSTALLTYPE_puppet_modules=source -export DELOREAN_EL7_REPO_URL="http://trunk.rdoproject.org/centos70/77/67/77671d5de0e40da08f31b91823dc93a0c1d39c31_1b51cbaf/" +export DELOREAN_EL7_REPO_URL="http://trunk.rdoproject.org/centos70/48/3d/483de6313fab5913f9e68eb24afe65c36bd9b623_e37f6f1a/" export NODE_DIST=${NODE_DIST:-""} diff --git a/scripts/instack-setup-host b/scripts/instack-setup-host index 0fa3843fc..e116bd662 100755 --- a/scripts/instack-setup-host +++ b/scripts/instack-setup-host @@ -6,7 +6,7 @@ set -o pipefail # Install repo file for Delorean master packages # Pin to an older repo for now because newer openstack-keystone requires a # newer and not yet avaialable python-pycadf. -export DELOREAN_REPO=${DELOREAN_REPO:-"http://trunk.rdoproject.org/centos70/77/67/77671d5de0e40da08f31b91823dc93a0c1d39c31_1b51cbaf/delorean.repo"} +export DELOREAN_REPO=${DELOREAN_REPO:-"http://trunk.rdoproject.org/centos70/48/3d/483de6313fab5913f9e68eb24afe65c36bd9b623_e37f6f1a/delorean.repo"} sudo curl -o /etc/yum.repos.d/delorean.repo $DELOREAN_REPO # We need to have the main delorean repo have a lower priority than ours to ensure our changes get installed sudo sed -i 's/priority=1/priority=10/' /etc/yum.repos.d/delorean.repo