summaryrefslogtreecommitdiffstats
path: root/heat/setup.sh
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-11-03 07:40:27 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2018-11-03 07:40:36 +0000
commite0036a4325e0717e6d154673e3bfadc622cece07 (patch)
tree4b96c23d8903800956bee44fd7071255ce5a908e /heat/setup.sh
parent9be7080721c9cc1a8f0fd2dbf2ce0dde48e94519 (diff)
R4 tag update
Change-Id: I01adbf2a2188cf5ee57659bd526594c51cca6f7c Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-937
Diffstat (limited to 'heat/setup.sh')
-rwxr-xr-xheat/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/setup.sh b/heat/setup.sh
index 289f6e0..126a527 100755
--- a/heat/setup.sh
+++ b/heat/setup.sh
@@ -44,7 +44,7 @@ pip install pip==9.0.3
cfy profiles use 127.0.0.1 -u admin -p admin -t default_tenant
cfy status
cd /tmp/bin
-./build-plugins.sh https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R3 https://nexus.onap.org/service/local/repositories/raw/content/org.onap.ccsdk.platform.plugins/releases
+./build-plugins.sh https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R4 https://nexus.onap.org/service/local/repositories/raw/content/org.onap.ccsdk.platform.plugins/releases
for wagon in ./wagons/*.wgn; do cfy plugins upload \$wagon ; done
deactivate
EOL