diff options
author | Marco Platania <platania@research.att.com> | 2018-09-18 14:12:45 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-09-18 14:12:45 -0400 |
commit | a63189477d415cdcca1ed97a65e8251754a06af6 (patch) | |
tree | dc2554ead108b6d9388f2e8e2485d16e7b2c72cd /vnfs/vLBMS | |
parent | 55b17904633919977296f7555d01d02b7a9d7722 (diff) |
Add artifacts version for VES agent
Change-Id: Iefdd4f3bcf707dc5e79a0e892d7a55f6da361897
Issue-ID: INT-665
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vLBMS')
-rw-r--r-- | vnfs/vLBMS/scripts/v_lb_install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnfs/vLBMS/scripts/v_lb_install.sh b/vnfs/vLBMS/scripts/v_lb_install.sh index 19074887..412b53aa 100644 --- a/vnfs/vLBMS/scripts/v_lb_install.sh +++ b/vnfs/vLBMS/scripts/v_lb_install.sh @@ -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) |