Use 2.0.0-ONAP tag instead beijing branch 79/51179/1 2.0.0-ONAP 2.0.0-ONAP
authorGary Wu <gary.i.wu@huawei.com>
Mon, 11 Jun 2018 23:56:40 +0000 (16:56 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Mon, 11 Jun 2018 23:56:40 +0000 (16:56 -0700)
To ensure reproducible deployments, change gerrit branches to
2.0.0-ONAP tag instead of using the beijing branch since the
beijing branches are not locked.

Change-Id: I1becd46c10b3ea5b2e2adb2ff32f2a577b756559
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 5c75a5d..5a27c26 100644 (file)
@@ -189,7 +189,7 @@ git config --global log.decorate auto
 
 # Clone OOM:
 cd ~
-git clone -b beijing http://gerrit.onap.org/r/oom
+git clone -b 2.0.0-ONAP http://gerrit.onap.org/r/oom
 cd oom
 git log -1
 git tag -a "deploy0" -m "initial deployment"
index caa291b..70d130e 100755 (executable)
@@ -38,10 +38,10 @@ if [ -z "$ONAP_WORKDIR" ]; then
 fi
 echo "ONAP_WORKDIR=${ONAP_WORKDIR}"
 if [ ! -d ${ONAP_WORKDIR}/demo ]; then
-    git clone -b beijing https://gerrit.onap.org/r/demo ${ONAP_WORKDIR}/demo
+    git clone -b 2.0.0-ONAP https://gerrit.onap.org/r/demo ${ONAP_WORKDIR}/demo
 else
     pushd ${ONAP_WORKDIR}/demo
-    git checkout beijing
+    git checkout 2.0.0-ONAP
     git pull
     popd
 fi