X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FONAP%2Fcloud-config%2Fclamp_install.sh;fp=heat%2FONAP%2Fcloud-config%2Fclamp_install.sh;h=0000000000000000000000000000000000000000;hb=e3dd7c24232b7060500fee8805416551fe98c92e;hp=653be903d2c1047bb14d92e70c7d7b36fdb44788;hpb=201fa9289e32676b40d1095766e38c74e1653e75;p=demo.git diff --git a/heat/ONAP/cloud-config/clamp_install.sh b/heat/ONAP/cloud-config/clamp_install.sh deleted file mode 100644 index 653be903..00000000 --- a/heat/ONAP/cloud-config/clamp_install.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -# Read configuration files -GERRIT_BRANCH=$(cat /opt/config/gerrit_branch.txt) -CODE_REPO=$(cat /opt/config/remote_repo.txt) -HTTP_PROXY=$(cat /opt/config/http_proxy.txt) -HTTPS_PROXY=$(cat /opt/config/https_proxy.txt) - -if [ $HTTP_PROXY != "no_proxy" ] -then - export http_proxy=$HTTP_PROXY - export https_proxy=$HTTPS_PROXY -fi - -# Clone Gerrit repository and run docker containers -cd /opt -git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO -./clamp_vm_init.sh