Add artifacts version for VES agent 15/67415/1
authorMarco Platania <platania@research.att.com>
Tue, 18 Sep 2018 18:12:45 +0000 (14:12 -0400)
committerMarco Platania <platania@research.att.com>
Tue, 18 Sep 2018 18:12:45 +0000 (14:12 -0400)
Change-Id: Iefdd4f3bcf707dc5e79a0e892d7a55f6da361897
Issue-ID: INT-665
Signed-off-by: Marco Platania <platania@research.att.com>
vnfs/vLBMS/scripts/v_lb_install.sh

index 1907488..412b53a 100644 (file)
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 NEXUS_ARTIFACT_REPO=$(cat /opt/config/nexus_artifact_repo.txt)
-#DEMO_ARTIFACTS_VERSION=$(cat /opt/config/demo_artifacts_version.txt)
-#if [[ "$DEMO_ARTIFACTS_VERSION" =~ "SNAPSHOT" ]]; then REPO=snapshots; else REPO=releases; fi
+DEMO_ARTIFACTS_VERSION=$(cat /opt/config/demo_artifacts_version.txt)
+if [[ "$DEMO_ARTIFACTS_VERSION" =~ "SNAPSHOT" ]]; then REPO=snapshots; else REPO=releases; fi
 NB_API_VERSION=$(cat /opt/config/nb_api_version.txt)
 INSTALL_SCRIPT_VERSION=$(cat /opt/config/install_script_version.txt)
 CLOUD_ENV=$(cat /opt/config/cloud_env.txt)