aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-template.vtl
diff options
context:
space:
mode:
authorvmuthukrishnan@aarnanetworks.com <vmuthukrishnan@aarnanetworks.com>2020-09-08 17:06:57 +0000
committervmuthukrishnan@aarnanetworks.com <vmuthukrishnan@aarnanetworks.com>2020-09-08 17:07:19 +0000
commit4557a0e400de554ef3474bcd5d7c36a85b5be937 (patch)
tree882ced41c5b1fab1350a0274afd93f19a93c752f /components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-template.vtl
parentb708ee62df489337479bd00a4f0cd5b502d2f9c9 (diff)
PNF demo blueprint
Change-Id: I830174d054fdd11fe8ebfbdeafe4abeb5b223dac Issue-ID: CCSDK-2624 Signed-off-by: vmuthukrishnan@aarnanetworks.com <vmuthukrishnan@aarnanetworks.com>
Diffstat (limited to 'components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-template.vtl')
-rw-r--r--components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-template.vtl8
1 files changed, 8 insertions, 0 deletions
diff --git a/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-template.vtl b/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-template.vtl
new file mode 100644
index 000000000..254929e83
--- /dev/null
+++ b/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-template.vtl
@@ -0,0 +1,8 @@
+{
+ "pnf-id" : "${pnf-id}",
+ "pnf-ipv4-address" : "${pnf-ipv4-address}",
+ "netconf-password" : "${netconf-password}",
+ "netconf-username" : "${netconf-username}",
+ "netconf-server-port" : "${netconf-server-port}",
+ "stream-count" : "${stream-count}"
+}