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 --- .../service-blueprint/PNF_DEMO/Templates/pnf-template.vtl | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-template.vtl (limited to 'components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-template.vtl') diff --git a/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-template.vtl b/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-template.vtl deleted file mode 100644 index 254929e83..000000000 --- a/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Templates/pnf-template.vtl +++ /dev/null @@ -1,8 +0,0 @@ -{ - "pnf-id" : "${pnf-id}", - "pnf-ipv4-address" : "${pnf-ipv4-address}", - "netconf-password" : "${netconf-password}", - "netconf-username" : "${netconf-username}", - "netconf-server-port" : "${netconf-server-port}", - "stream-count" : "${stream-count}" -} -- cgit 1.2.3-korg