From dae81730a0e50f7302806ee8634ad91afb36267c Mon Sep 17 00:00:00 2001 From: hanybaki Date: Tue, 22 Oct 2019 17:15:15 +0200 Subject: Description: Create RESTCONF based vLB CBA Blueprint Issue-ID: CCSDK-1852 Signed-off-by: hanybaki Change-Id: I7e9cda61d85aa8406fb8371658e53a75b64dd686 --- .../Templates/nf-params-mapping.json | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 components/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF/Templates/nf-params-mapping.json (limited to 'components/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF/Templates/nf-params-mapping.json') diff --git a/components/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF/Templates/nf-params-mapping.json b/components/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF/Templates/nf-params-mapping.json new file mode 100644 index 000000000..9cf71fc59 --- /dev/null +++ b/components/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF/Templates/nf-params-mapping.json @@ -0,0 +1,65 @@ +[ + { + "name": "service-instance-id", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + {} + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "service-instance-id", + "dictionary-source": "input", + "dependencies": [], + "version": 0 + }, + { + "name": "vnf-id", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + {} + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "vnf-id", + "dictionary-source": "input", + "dependencies": [], + "version": 0 + }, + { + "name": "ip", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + {} + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "vlb_onap_private_ip_0", + "dictionary-source": "sdnc", + "dependencies": [ + "service-instance-id", + "vnf-id" + ], + "version": 0 + } +] \ No newline at end of file -- cgit 1.2.3-korg