diff options
author | Lusheng Ji <lji@research.att.com> | 2018-04-04 17:25:06 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-04-04 21:31:42 +0000 |
commit | 8533616f90d28b89be5bb3598cb87e98ca51fe2e (patch) | |
tree | 6371be392884d09250c9a6c1c926d87a47ba0f36 /boot/dcae2_install.sh | |
parent | 45942672408b16428c1b05ce12fbb460d7560368 (diff) |
Imporve dcae2 init scripts
Issue-ID: DCAEGEN2-206
Change-Id: I7e60806369eef5a816f6c5c686f1061debc833ee
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'boot/dcae2_install.sh')
-rwxr-xr-x | boot/dcae2_install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/boot/dcae2_install.sh b/boot/dcae2_install.sh index b59f06f2..3446b6c2 100755 --- a/boot/dcae2_install.sh +++ b/boot/dcae2_install.sh @@ -139,7 +139,8 @@ if [ "$DEPLOYMENT_PROFILE" == "R2MVP" ]; then RELEASE_TAG='R2' rm -rf /opt/app/inputs-templates mkdir -p /opt/app/inputs-templates - wget -P /opt/app/inputs-templates https://${URL_ROOT}/${REPO_DEPLOYMENTS}/${RELEASE_TAG}/heat/${DEPLOYMENT_PROFILE}/docker-compose.yaml + wget -P /opt/app/inputs-templates https://${URL_ROOT}/${REPO_DEPLOYMENTS}/${RELEASE_TAG}/heat/${DEPLOYMENT_PROFILE}/docker-compose-1.yaml + wget -P /opt/app/inputs-templates https://${URL_ROOT}/${REPO_DEPLOYMENTS}/${RELEASE_TAG}/heat/${DEPLOYMENT_PROFILE}/docker-compose-2.yaml pip install --upgrade jinja2 wget https://${URL_ROOT}/${REPO_DEPLOYMENTS}/${RELEASE_TAG}/scripts/detemplate-bpinputs.py && \ |