summaryrefslogtreecommitdiffstats
path: root/boot/dcae2_install.sh
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-04-04 21:53:21 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-04 21:53:21 +0000
commitf629942716821374d8c7d17567a89ee3896770ad (patch)
treeffce6b3fef13e5a70556a77702a0c207dc4268dc /boot/dcae2_install.sh
parente13fb1a162861b9ca3e703a671ccd6971fcc0128 (diff)
parent8533616f90d28b89be5bb3598cb87e98ca51fe2e (diff)
Merge "Imporve dcae2 init scripts"
Diffstat (limited to 'boot/dcae2_install.sh')
-rwxr-xr-xboot/dcae2_install.sh3
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 && \