From 1adbe26ebc5dc05c73966d79784f5540e2f003c5 Mon Sep 17 00:00:00 2001 From: Hong Guan Date: Wed, 3 Oct 2018 11:27:47 -0400 Subject: [PATCH] Update Helm plugin type file artifact path Change-Id: I2ffbd28020f7245ccb08c30f33bf1fdf76e7828b Issue-ID: OOM-1454 Signed-off-by: Hong Guan --- TOSCA/cloudify-environment-setup/scripts/manager/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.16.6