Upgrades os-net-config to stable/danube 15/27815/2
authorTim Rozet <trozet@redhat.com>
Tue, 31 Jan 2017 18:49:05 +0000 (13:49 -0500)
committerTim Rozet <trozet@redhat.com>
Mon, 6 Feb 2017 21:54:16 +0000 (21:54 +0000)
stable/danube is based on latest stable/newton with our hieradata/dpdk
patches rebased on top.

JIRA: APEX-386

Change-Id: Ia7b6a1b55bfeb727d1de4532bef79594dcd8b7f7
Signed-off-by: Tim Rozet <trozet@redhat.com>
build/overcloud-full.sh

index 1264430..59f67fe 100755 (executable)
@@ -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