Update Helm plugin type file artifact path 58/69758/1
authorHong Guan <hg4105@att.com>
Wed, 3 Oct 2018 15:27:47 +0000 (11:27 -0400)
committerHong Guan <hg4105@att.com>
Wed, 3 Oct 2018 15:29:23 +0000 (11:29 -0400)
Change-Id: I2ffbd28020f7245ccb08c30f33bf1fdf76e7828b
Issue-ID: OOM-1454
Signed-off-by: Hong Guan <hg4105@att.com>
TOSCA/cloudify-environment-setup/scripts/manager/tasks.py

index e929d55..6fd2aa5 100644 (file)
@@ -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()