summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/Makefile2
-rwxr-xr-xbuild/overcloud-full.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/Makefile b/build/Makefile
index af84ea85..7b392d21 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -8,7 +8,7 @@
##############################################################################
export USE_MASTER = ""
-export CENTDNLD = http://mirrors.cat.pdx.edu/centos/7.2.1511/isos/x86_64/CentOS-7-x86_64-DVD-1511.iso
+export CENTDNLD = http://mirrors.cat.pdx.edu/centos/7.3.1611/isos/x86_64/CentOS-7-x86_64-DVD-1611.iso
export RELEASE = "0"
export RPM_DIST = $(shell rpm -E %dist)
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh
index 1264430b..59f67fe8 100755
--- a/build/overcloud-full.sh
+++ b/build/overcloud-full.sh
@@ -32,7 +32,7 @@ popd > /dev/null
# download customized os-net-config
rm -fr os-net-config
-git clone https://github.com/trozet/os-net-config.git -b stable/colorado
+git clone https://github.com/trozet/os-net-config.git -b stable/danube
pushd os-net-config/os_net_config > /dev/null
git archive --format=tar.gz --prefix=os_net_config/ HEAD > ${BUILD_DIR}/os-net-config.tar.gz
popd > /dev/null