From 4557a0e400de554ef3474bcd5d7c36a85b5be937 Mon Sep 17 00:00:00 2001 From: "vmuthukrishnan@aarnanetworks.com" Date: Tue, 8 Sep 2020 17:06:57 +0000 Subject: PNF demo blueprint Change-Id: I830174d054fdd11fe8ebfbdeafe4abeb5b223dac Issue-ID: CCSDK-2624 Signed-off-by: vmuthukrishnan@aarnanetworks.com --- .../PNF_DEMO/Templates/netconfrpc-mapping.json | 92 ++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/netconfrpc-mapping.json (limited to 'components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/netconfrpc-mapping.json') diff --git a/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/netconfrpc-mapping.json b/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/netconfrpc-mapping.json new file mode 100644 index 000000000..2ef877fb6 --- /dev/null +++ b/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/netconfrpc-mapping.json @@ -0,0 +1,92 @@ +[ + { + "name": "pnf-id", + "property": { + "description": "", + "required": true, + "type": "string", + "status": "", + "constraints": [{}], + "entry_schema": { + "type": "" + } + }, + "input-param": true, + "dictionary-name": "pnf-id", + "dictionary-source": "input", + "dependencies": [], + "version": 0 + }, + { + "name": "pnf-ipv4-address", + "property": { + "description": "", + "required": true, + "type": "string", + "status": "", + "constraints": [{}], + "entry_schema": { + "type": "" + } + }, + "input-param": true, + "dictionary-name": "pnf-ipv4-address", + "dictionary-source": "input", + "dependencies": [], + "version": 0 + }, + { + "name": "stream-count", + "property": { + "description": "", + "required": true, + "type": "integer", + "status": "", + "constraints": [{}], + "entry_schema": { + "type": "" + } + }, + "input-param": true, + "dictionary-name": "stream-count", + "dictionary-source": "input", + "dependencies": [], + "version": 0 + }, + { + "name": "netconf-password", + "property": { + "description": "", + "required": true, + "type": "string", + "status": "", + "constraints": [{}], + "entry_schema": { + "type": "" + } + }, + "input-param": true, + "dictionary-name": "netconf-password", + "dictionary-source": "input", + "dependencies": [], + "version": 0 + }, + { + "name": "netconf-username", + "property": { + "description": "", + "required": true, + "type": "string", + "status": "", + "constraints": [{}], + "entry_schema": { + "type": "" + } + }, + "input-param": true, + "dictionary-name": "netconf-username", + "dictionary-source": "input", + "dependencies": [], + "version": 0 + } + ] \ No newline at end of file -- cgit 1.2.3-korg