- {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.13/k8splugin_types.yaml
     - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/type_files/dmaap/dmaap.yaml
 
+inputs:
+    topic00_name:
+        type: string
+        default: "topic00"
+    feed00_name:
+        type: string
+        default: "feed00"
+    feed00_desc:
+        type: string
+        default: "Test feed from orchestrator"
+    location:
+        type: string
+        default: "san-francisco"
+    username:
+        type: string
+        default: "drdeliver"
+    password:
+        type: string
+        default: "1loveDataR0uter"
+    delivery_url:
+        type: string
+        default: "https://example.com/whatever"
+
 node_templates:
 
     feed00:
         type: ccsdk.nodes.Feed
         properties:
-            feed_name: "feed00"
-            feed_description: "Test feed from orchestrator"
+            feed_name: { get_input: feed00_name }
+            feed_description: { get_input: feed00_desc }
             feed_version: 7.0.19
             aspr_classification: "unclassified"
 
     topic00:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic00
+            topic_name: { get_input: topic00_name }
 
 
     client00:
                     endpoint: "/"
             streams_publishes:
               - name: feed00
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: data_router
-                username: drdeliver
-                password: 1loveDataR0uter
-                delivery_url: "https://example.com/whatever"
+                username: { get_input: username }
+                password: { get_input: password }
+                delivery_url: { get_input: delivery_url }
             streams_subscribes:
               - name: topic00
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfSubscriber
                 type: message_router
 
 
     - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.13/k8splugin_types.yaml
     - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/type_files/dmaap/dmaap.yaml
 
+inputs:
+    feed00_name:
+        type: string
+        default: "feed00"
+    feed00_desc:
+        type: string
+        default: "Test feed from orchestrator"
+    location:
+        type: string
+        default: "san-francisco"
+    username:
+        type: string
+        default: "drdeliver"
+    password:
+        type: string
+        default: "1loveDataR0uter"
+    delivery_url:
+        type: string
+        default: "https://example.com/whatever"
+
 node_templates:
 
     feed00:
         type: ccsdk.nodes.Feed
         properties:
-            feed_name: "fed00"
-            feed_description: "Test feed from orchestrator"
+            feed_name: { get_input: feed00_name }
+            feed_description: { get_input: feed00_desc }
             feed_version: 1.0.9
             aspr_classification: "unclassified"
 
                     endpoint: "/"
             streams_publishes:
               - name: feed00
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: data_router
-                username: drdeliver
-                password: 1loveDataR0uter
-                delivery_url: "https://example.com/whatever"
+                username: { get_input: username }
+                password: { get_input: password }
+                delivery_url: { get_input: delivery_url }
 
         relationships:
             - type: ccsdk.relationships.publish_files
                         type: data_router
             streams_subscribes:
               - name: feed00
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfSubscriber
                 type: data_router
                 route: ONAP-TEST-SUB-DR
-                username: drdeliver
-                password: 1loveDataR0uter
-                delivery_url: "https://example.com/whatever"
+                username: { get_input: username }
+                password: { get_input: password }
+                delivery_url: { get_input: delivery_url }
 
         relationships:
             - type: ccsdk.relationships.subscribe_to_files
 
     - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.13/k8splugin_types.yaml
     - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/type_files/dmaap/dmaap.yaml
 
+inputs:
+    topic00_name:
+        type: string
+        default: "topic00"
+    topic01_name:
+        type: string
+        default: "topic01"
+    topic02_name:
+        type: string
+        default: "topic02"
+    topic03_name:
+        type: string
+        default: "topic03"
+    topic04_name:
+        type: string
+        default: "topic04"
+    topic05_name:
+        type: string
+        default: "topic05"
+    topic06_name:
+        type: string
+        default: "topic06"
+    location:
+        type: string
+        default: "san-francisco"
+
 node_templates:
 
     topic00:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic00
+            topic_name: { get_input: topic00_name }
 
     topic01:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic01
+            topic_name: { get_input: topic01_name }
 
     topic02:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic02
+            topic_name: { get_input: topic02_name }
 
     topic03:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic03
+            topic_name: { get_input: topic03_name }
 
     topic04:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic04
+            topic_name: { get_input: topic04_name }
 
     topic05:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic05
+            topic_name: { get_input: topic05_name }
 
     topic06:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic06
+            topic_name: { get_input: topic06_name }
 
     client00:
         type: dcae.nodes.ContainerizedServiceComponentUsingDmaap
                     endpoint: "/"
             streams_publishes:
               - name: topic00
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: message_router
               - name: topic01
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: message_router
               - name: topic02
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: message_router
               - name: topic03
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: message_router
               - name: topic04
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: message_router
               - name: topic05
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: message_router
               - name: topic06
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: message_router
 
 
     - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.13/k8splugin_types.yaml
     - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/type_files/dmaap/dmaap.yaml
 
+inputs:
+    topic00_name:
+        type: string
+        default: "topic00"
+    topic01_name:
+        type: string
+        default: "topic01"
+    topic02_name:
+inputs:
+    topic00_name:
+        type: string
+        default: "topic00"
+    topic01_name:
+        type: string
+        default: "topic01"
+    topic02_name:
+        type: string
+        default: "topic02"
+    topic03_name:
+        type: string
+        default: "topic03"
+    topic04_name:
+        type: string
+        default: "topic04"
+    topic05_name:
+        type: string
+        default: "topic05"
+    topic06_name:
+        type: string
+        default: "topic06"
+    location:
+        type: string
+        default: "san-francisco"
+
 node_templates:
 
     topic00:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic00
+            topic_name: { get_input: topic00_name }
 
     topic01:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic01
+            topic_name: { get_input: topic01_name }
 
     topic02:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic02
+            topic_name: { get_input: topic02_name }
 
     topic03:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic03
+            topic_name: { get_input: topic03_name }
 
     topic04:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic04
+            topic_name: { get_input: topic04_name }
 
     topic05:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic05
+            topic_name: { get_input: topic05_name }
 
     topic06:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic06
+            topic_name: { get_input: topic06_name }
 
     client00:
         type: dcae.nodes.ContainerizedServiceComponentUsingDmaap
                     endpoint: "/"
             streams_subscribes:
               - name: topic00
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: message_router
               - name: topic01
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: message_router
               - name: topic02
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: message_router
               - name: topic03
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: message_router
               - name: topic04
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: message_router
               - name: topic05
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: message_router
               - name: topic06
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: message_router
 
 
     - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.13/k8splugin_types.yaml
     - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/type_files/dmaap/dmaap.yaml
 
+inputs:
+    topic00_name:
+        type: string
+        default: "topic00"
+    topic01_name:
+        type: string
+        default: "topic01"
+    location:
+        type: string
+        default: "san-francisco"
+
 node_templates:
 
     topic00:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic00
+            topic_name: { get_input: topic00_name }
 
     topic01:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic01
+            topic_name: { get_input: topic01_name }
 
     web_server:
         type: dcae.nodes.ContainerizedServiceComponentUsingDmaap
                     endpoint: "/"
             streams_publishes:
               - name: topic00
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: message_router
             streams_subscribes:
               - name: topic01
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfSubscriber
                 type: message_router
 
 
     - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.13/k8splugin_types.yaml
     - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/type_files/dmaap/dmaap.yaml
 
+inputs:
+    topic00_name:
+        type: string
+        default: "topic00"
+    topic01_name:
+        type: string
+        default: "topic01"
+    location:
+        type: string
+        default: "san-francisco"
+
 node_templates:
 
     topic00:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic00
+            topic_name: { get_input: topic00_name }
             replication_case: REPLICATION_EDGE_TO_CENTRAL_TO_GLOBAL
             global_mr_url: message-router
 
     topic01:
         type: ccsdk.nodes.Topic
         properties:
-            topic_name: topic01
+            topic_name: { get_input: topic01_name }
             replication_case: REPLICATION_EDGE_TO_CENTRAL
 
     client00:
                     endpoint: "/"
             streams_publishes:
               - name: topic00
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfPublisher
                 type: message_router
             streams_subscribes:
               - name: topic01
-                location: san-francisco
+                location: { get_input: location }
                 client_role: org.onap.dcae.pnfSubscriber
                 type: message_router