Change deploy scripts to use beijing branch 93/50993/1
authorGary Wu <gary.i.wu@huawei.com>
Thu, 7 Jun 2018 23:32:14 +0000 (16:32 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Thu, 7 Jun 2018 23:32:14 +0000 (16:32 -0700)
Change-Id: Ifb684bd389c1ff61a9a9e5c8ed522cec04ffb627
Issue-ID: INT-506
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
deployment/heat/onap-oom/rancher_vm_entrypoint.sh
test/ete/scripts/install_openstack_cli.sh

index e44e20c..399a8ed 100644 (file)
@@ -189,7 +189,7 @@ git config --global log.decorate auto
 
 # Clone OOM:
 cd ~
-git clone -b master http://gerrit.onap.org/r/oom
+git clone -b beijing http://gerrit.onap.org/r/oom
 cd oom
 git log -1
 git tag -a "deploy0" -m "initial deployment"
index 842034e..caa291b 100755 (executable)
@@ -38,9 +38,10 @@ if [ -z "$ONAP_WORKDIR" ]; then
 fi
 echo "ONAP_WORKDIR=${ONAP_WORKDIR}"
 if [ ! -d ${ONAP_WORKDIR}/demo ]; then
-    git clone https://gerrit.onap.org/r/demo ${ONAP_WORKDIR}/demo
+    git clone -b beijing https://gerrit.onap.org/r/demo ${ONAP_WORKDIR}/demo
 else
     pushd ${ONAP_WORKDIR}/demo
+    git checkout beijing
     git pull
     popd
 fi