diff options
author | Hong Guan <hg4105@att.com> | 2018-10-03 11:27:47 -0400 |
---|---|---|
committer | Hong Guan <hg4105@att.com> | 2018-10-03 11:29:23 -0400 |
commit | 1adbe26ebc5dc05c73966d79784f5540e2f003c5 (patch) | |
tree | 3858ed54f124d97d0a85143fe139138b0bc661ac /TOSCA | |
parent | e45751fcb07d2764dcbf33dd5a33ef37e94cabdb (diff) |
Update Helm plugin type file artifact path
Change-Id: I2ffbd28020f7245ccb08c30f33bf1fdf76e7828b
Issue-ID: OOM-1454
Signed-off-by: Hong Guan <hg4105@att.com>
Diffstat (limited to 'TOSCA')
-rw-r--r-- | TOSCA/cloudify-environment-setup/scripts/manager/tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TOSCA/cloudify-environment-setup/scripts/manager/tasks.py b/TOSCA/cloudify-environment-setup/scripts/manager/tasks.py index e929d55098..6fd2aa5537 100644 --- a/TOSCA/cloudify-environment-setup/scripts/manager/tasks.py +++ b/TOSCA/cloudify-environment-setup/scripts/manager/tasks.py @@ -162,7 +162,7 @@ def create(private_ip, if not ctx.instance.runtime_properties.get('plugins_uploaded'): try: run( - "cfy plugins upload https://nexus.onap.org/content/sites/raw/org.onap.ccsdk.platform.plugins/plugins/helm-3.0.0-py27-none-linux_x86_64.wgn -y https://nexus.onap.org/content/sites/raw/org.onap.ccsdk.platform.plugins/type_files/helm/1.1.0/helm-type.yaml") + "cfy plugins upload https://nexus.onap.org/content/sites/raw/org.onap.ccsdk.platform.plugins/plugins/helm-3.0.0-py27-none-linux_x86_64.wgn -y https://nexus.onap.org/content/sites/raw/org.onap.ccsdk.platform.plugins/type_files/helm/3.0.0/helm-type.yaml") except Exception as e: raise NonRecoverableError(str(e)) ctx.instance.runtime_properties['plugins_uploaded'] = plugins_upload() |