diff options
author | Tim Rozet <trozet@redhat.com> | 2017-01-31 13:49:05 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-02-06 21:54:16 +0000 |
commit | b334a52efe260b978ea3e5a145bde5132c5b01d6 (patch) | |
tree | 926992c7b78e417888e6d7bc3b8a36d8f4714ebd | |
parent | b8cad752ff9e3685c3b6490e7a4ef3a6862e3767 (diff) |
Upgrades os-net-config to stable/danube
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>
-rwxr-xr-x | build/overcloud-full.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |