instack-undercloud/elements/delorean-rdo-management/pre-install.d/00-delorean-rdo-management
John Trowbridge 32bf3797ff 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
2015-05-12 17:37:41 -04:00

10 lines
345 B
Bash
Executable File

#!/bin/bash
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/centos-kilo/current-passed-ci"}
sudo curl -o /etc/yum.repos.d/delorean-rdo-management.repo $DELOREAN_TRUNK_MGT_REPO/delorean-rdo-management.repo