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 --- .../Scripts/templates/pnf-config-deploy.template | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Scripts/templates/pnf-config-deploy.template (limited to 'components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Scripts/templates/pnf-config-deploy.template') diff --git a/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Scripts/templates/pnf-config-deploy.template b/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Scripts/templates/pnf-config-deploy.template deleted file mode 100644 index 9103d2d03..000000000 --- a/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Scripts/templates/pnf-config-deploy.template +++ /dev/null @@ -1,27 +0,0 @@ -{ - "actionIdentifiers": { - "mode": "sync", - "blueprintName": "pnf_netconf", - "blueprintVersion": "1.0.0", - "actionName": "config-deploy" - }, - "payload": { - "config-deploy-request": { - "resolution-key": "CONFIG_NAME", - "config-deploy-properties": { - "pnf-id": "abcd", - "pnf-ipv4-address": "PNF_IP_ADDRESS", - "netconf-password": "NETCONF_PASSWORD", - "netconf-username": "NETCONF_USERNAME" - } - } - } - - , - "commonHeader": { - "subRequestId": "143748f9-3cd5-4910-81c9-a4601ff2ea58", - "requestId": "e5eb1f1e-3386-435d-b290-d49d8af8db4c", - "originatorId": "SDNC_DG" - } -} - -- cgit 1.2.3-korg