From 7b6da0e35be54ac5ce92458454a6e8d0b83031fd Mon Sep 17 00:00:00 2001 From: JakobKrieg Date: Fri, 23 Oct 2020 13:28:42 +0200 Subject: Simplify PNF-DEMO CBA - fix reference issues causing enrichment/validation to fail - remove redundant data dictionaries - remove redundant template & mapping - rename node-templates for clarity - add workflow outputs for better feedback - remove bash scripts which belong in documentation Issue-ID: CCSDK-2859 Change-Id: I12095f37ff20fcfeee6af43aef3bd221b2ab1ef7 Signed-off-by: JakobKrieg Signed-off-by: Jozsef Csongvai --- .../PNF_DEMO/Templates/pnf-mapping.json | 109 --------------------- 1 file changed, 109 deletions(-) delete mode 100644 components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-mapping.json (limited to 'components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-mapping.json') diff --git a/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-mapping.json b/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-mapping.json deleted file mode 100644 index 2121987b8..000000000 --- a/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-mapping.json +++ /dev/null @@ -1,109 +0,0 @@ -[{ - "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": "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 - }, - { - "name": "netconf-server-port", - "property": { - "description": "", - "required": true, - "type": "string", - "status": "", - "constraints": [{}], - "entry_schema": { - "type": "" - } - }, - "input-param": true, - "dictionary-name": "netconf-server-port", - "dictionary-source": "input", - "dependencies": [], - "version": 0 - }, - { - "name": "stream-count", - "property": { - "description": "", - "required": true, - "type": "string", - "status": "", - "constraints": [{}], - "entry_schema": { - "type": "" - } - }, - "input-param": true, - "dictionary-name": "stream-count", - "dictionary-source": "input", - "dependencies": [], - "version": 0 - } -] -- cgit 1.2.3-korg