From 4b53b580898219dba28723ffb6e5edcb0abcad7f Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Wed, 30 Aug 2017 20:46:11 +0300 Subject: name alignment as part of the name alignment i want to change all occurrences of asdc to sdc. Change-Id: I2eb9ff087d3cfd61c0c1347d085dd02da64c2d89 Issue-Id: INT-100 Signed-off-by: Michael Lando Signed-off-by: Victor Morales --- heat/ONAP/onap_openstack.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'heat/ONAP/onap_openstack.yaml') diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml index a99054c1..af8ef76d 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -1075,10 +1075,10 @@ resources: echo "__sdc_repo__" > /opt/config/remote_repo.txt # Download and run install script - curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/asdc_install.sh -o /opt/asdc_install.sh + curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/sdc_install.sh -o /opt/sdc_install.sh cd /opt - chmod +x asdc_install.sh - ./asdc_install.sh + chmod +x sdc_install.sh + ./sdc_install.sh # PORTAL instantiation @@ -1497,4 +1497,4 @@ resources: curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/clamp_install.sh -o /opt/clamp_install.sh cd /opt chmod +x clamp_install.sh - ./clamp_install.sh \ No newline at end of file + ./clamp_install.sh -- cgit 1.2.3-korg