summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Definitions/resources_definition_types.json
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/Definitions/resources_definition_types.json
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/Definitions/resources_definition_types.json')
-rw-r--r--components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Definitions/resources_definition_types.json102
1 files changed, 102 insertions, 0 deletions
diff --git a/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Definitions/resources_definition_types.json b/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Definitions/resources_definition_types.json
new file mode 100644
index 000000000..5405dfccf
--- /dev/null
+++ b/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Definitions/resources_definition_types.json
@@ -0,0 +1,102 @@
+{
+ "netconf-password" : {
+ "tags" : "netconf-password",
+ "name" : "netconf-password",
+ "property" : {
+ "description" : "netconf-password string attribute",
+ "type" : "string"
+ },
+ "group" : "default",
+ "updated-by" : "Aarna service <vmuthukrishnan@aarnanetworks.com>",
+ "sources" : {
+ "input" : {
+ "type" : "source-input",
+ "properties" : { }
+ }
+ }
+ },
+ "netconf-server-port" : {
+ "tags" : "netconf-server-port",
+ "name" : "netconf-server-port",
+ "property" : {
+ "description" : "netconf-server-port string attribute",
+ "type" : "string"
+ },
+ "group" : "default",
+ "updated-by" : "Aarna service <vmuthukrishnan@aarnanetworks.com>",
+ "sources" : {
+ "input" : {
+ "type" : "source-input",
+ "properties" : { }
+ }
+ }
+ },
+ "netconf-username" : {
+ "tags" : "netconf-username",
+ "name" : "netconf-username",
+ "property" : {
+ "description" : "netconf-username string attribute",
+ "type" : "string"
+ },
+ "group" : "default",
+ "updated-by" : "Aarna service <vmuthukrishnan@aarnanetworks.com>",
+ "sources" : {
+ "input" : {
+ "type" : "source-input",
+ "properties" : { }
+ }
+ }
+ },
+ "pnf-id" : {
+ "tags" : "pnf-id",
+ "name" : "pnf-id",
+ "property" : {
+ "description" : "pnf-id string attribute",
+ "type" : "string"
+ },
+ "group" : "default",
+ "updated-by" : "Aarna service <vmuthukrishnan@aarnanetworks.com>",
+ "sources" : {
+ "input" : {
+ "type" : "source-input",
+ "properties" : { }
+ }
+ }
+ },
+ "pnf-ipv4-address" : {
+ "tags" : "pnf-ipv4-address",
+ "name" : "pnf-ipv4-address",
+ "property" : {
+ "description" : "pnf-ipv4-address string attribute",
+ "type" : "string"
+ },
+ "group" : "default",
+ "updated-by" : "Aarna service <vmuthukrishnan@aarnanetworks.com>",
+ "sources" : {
+ "input" : {
+ "type" : "source-input",
+ "properties" : { }
+ }
+ }
+ },
+ "stream-count" : {
+ "tags" : "stream-count",
+ "name" : "stream-count",
+ "property" : {
+ "description" : "stream-count string attribute",
+ "type" : "integer"
+ },
+ "group" : "default",
+ "updated-by" : "Aarna service <vmuthukrishnan@aarnanetworks.com>",
+ "sources" : {
+ "input" : {
+ "type" : "source-default",
+ "properties" : { }
+ },
+ "default" : {
+ "type" : "source-default",
+ "properties" : { }
+ }
+ }
+ }
+} \ No newline at end of file