From a65e6aba1a4e91d9a208064bc48150b012257b6a Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 7 Jun 2018 16:32:14 -0700 Subject: Change deploy scripts to use beijing branch Change-Id: Ifb684bd389c1ff61a9a9e5c8ed522cec04ffb627 Issue-ID: INT-506 Signed-off-by: Gary Wu (cherry picked from commit 39ae6f4b4fa5504f5ee784e1b939aae0cb072901) --- deployment/heat/onap-oom/rancher_vm_entrypoint.sh | 2 +- test/ete/scripts/install_openstack_cli.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh index e44e20ccd..399a8edda 100644 --- a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh +++ b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh @@ -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" diff --git a/test/ete/scripts/install_openstack_cli.sh b/test/ete/scripts/install_openstack_cli.sh index 842034eef..caa291bdd 100755 --- a/test/ete/scripts/install_openstack_cli.sh +++ b/test/ete/scripts/install_openstack_cli.sh @@ -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 -- cgit 1.2.3-korg