diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-05-06 16:56:23 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-05-06 16:56:30 +0000 |
commit | 3ed26737cd224861e36703df5c7b7bb3a9591220 (patch) | |
tree | a32ec42015f2324d6ba3d9981e8c9334a9faa1b7 /archive/heat | |
parent | e50fb1f7f84e0a9c2d12baed943e49e6f43dae32 (diff) |
R5 tag update
Change-Id: Iea3ba723cba257c02c2cfdfa04153a93b0c8c8a9
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1481
Diffstat (limited to 'archive/heat')
-rwxr-xr-x | archive/heat/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archive/heat/setup.sh b/archive/heat/setup.sh index b95e56e..679cbab 100755 --- a/archive/heat/setup.sh +++ b/archive/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/R4 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/R5 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 |