Update relative paths after change 2464 32/2532/4
authorwrider <lji@research.att.com>
Tue, 18 Feb 2020 17:48:23 +0000 (12:48 -0500)
committerLusheng Ji <lji@research.att.com>
Tue, 18 Feb 2020 18:44:02 +0000 (18:44 +0000)
Change-Id: Idd9ec4507c975a5533ca3f3ef4b22bdd7bc7babe
Signed-off-by: wrider <lji@research.att.com>
Issue-ID: INT-79

ci/package-tag.yaml
tools/k8s/bin/deploy-stack.sh
tools/k8s/bin/gen-cloud-init.sh
tools/k8s/bin/gen-ric-heat-yaml.sh
tools/k8s/bin/install

index be581bf..7efdb02 100644 (file)
@@ -14,4 +14,4 @@
 #   See the License for the specific language governing permissions and        #
 #   limitations under the License.                                             #
 ################################################################################
-tag: 3.0.0
+tag: 3.0.1
index fd350b6..2cd4f1b 100755 (executable)
@@ -78,10 +78,10 @@ fi
 if [ -z "$WORKSPACE" ]; then
     export WORKSPACE=`git rev-parse --show-toplevel`
 fi
-HEAT_DIR="$WORKSPACE/ric-infra/00-Kubernetes/heat"
-BIN_DIR="$WORKSPACE/ric-infra/00-Kubernetes/bin"
-ETC_DIR="$WORKSPACE/ric-infra/00-Kubernetes/etc"
-ENV_DIR="$WORKSPACE/ric-infra/00-Kubernetes/heat/env"
+HEAT_DIR="$WORKSPACE/tools/k8s/heat"
+BIN_DIR="$WORKSPACE/tools/k8s/bin"
+ETC_DIR="$WORKSPACE/tools/k8s/etc"
+ENV_DIR="$WORKSPACE/tools/k8s/heat/env"
 
 
 cd $BIN_DIR
index 6722b7e..d02ec1d 100755 (executable)
@@ -44,10 +44,11 @@ set +a
 if [ -z "$WORKSPACE" ]; then
     export WORKSPACE=`git rev-parse --show-toplevel`
 fi
-HEAT_DIR="$WORKSPACE/ric-infra/00-Kubernetes/heat"
-BIN_DIR="$WORKSPACE/ric-infra/00-Kubernetes/bin"
-ETC_DIR="$WORKSPACE/ric-infra/00-Kubernetes/etc"
-ENV_DIR="$WORKSPACE/ric-infra/00-Kubernetes/heat/env"
+
+HEAT_DIR="$WORKSPACE/tools/k8s/heat"
+BIN_DIR="$WORKSPACE/tools/k8s/bin"
+ETC_DIR="$WORKSPACE/tools/k8s/etc"
+ENV_DIR="$WORKSPACE/tools/k8s/heat/env"
 
 if [ -z "$1" ]; then
   TMPL="${HEAT_DIR}/scripts/k8s_vm_install.sh"
index e32d2e7..3df73b3 100755 (executable)
@@ -59,7 +59,7 @@ fi
 if [ -z "$WORKSPACE" ]; then
     export WORKSPACE=`git rev-parse --show-toplevel`
 fi
-PARTS_DIR=$WORKSPACE/ric-infra/00-Kubernetes/heat/parts
+PARTS_DIR=$WORKSPACE/tools/k8s/heat/parts
 
 cat <<EOF
 #
index 6b03800..f9bf50e 100755 (executable)
@@ -35,8 +35,8 @@ set +a
 if [ -z "$WORKSPACE" ]; then
     export WORKSPACE=`git rev-parse --show-toplevel`
 fi
-HEAT_DIR="$WORKSPACE/ric-infra/00-Kubernetes/heat"
-BIN_DIR="$WORKSPACE/ric-infra/00-Kubernetes/bin"
+HEAT_DIR="$WORKSPACE/tools/k8s/heat"
+BIN_DIR="$WORKSPACE/tools/k8s/bin"
 
 
 stackname=aux