Fix feed creation conflict 96/96896/1 elalto 5.0.2-ONAP
authorJoeOLeary <joseph.o.leary@est.tech>
Thu, 10 Oct 2019 18:59:00 +0000 (19:59 +0100)
committerJoeOLeary <joseph.o.leary@est.tech>
Thu, 10 Oct 2019 18:59:16 +0000 (19:59 +0100)
Issue-ID: DCAEGEN2-1793
Change-Id: I8a9454e92ad8ce09269c0bf76b4b5a111c5a3243
Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
dpo/blueprints/k8s-pm-mapper.yaml

index 9da07c1..79cf371 100644 (file)
@@ -21,7 +21,7 @@
 tosca_definitions_version: cloudify_dsl_1_3
 
 imports:
-  - 'http://www.getcloudify.org/spec/cloudify/3.4/types.yaml'
+  - 'http://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml'
   - 'https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R5/k8splugin/1.6.0/k8splugin_types.yaml'
   - 'https://nexus.onap.org/service/local/repositories/raw/content/org.onap.ccsdk.platform.plugins/type_files/dmaap/dmaap.yaml'
 
@@ -37,7 +37,7 @@ inputs:
   tag_version:
     type: string
     description: Docker image to be used
-    default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:latest'
+    default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:1.1.3'
   replicas:
     type: integer
     description: Number of instances
@@ -105,6 +105,7 @@ node_templates:
     type: ccsdk.nodes.Feed
     properties:
       feed_name: { get_input: feed_name }
+      useExisting: true
 
   pm-topic:
     type: ccsdk.nodes.Topic