From 22a86cb2a739eeacc08f9352bd5d58907d19770c Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 27 May 2021 10:45:43 +0200 Subject: [PATCH] Update CBA content The policy name initially created and deployed in PAP has been changed. It's now SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP instead of SDNC_Policy.Config_MS_ONAP_VNF_NAMING_TIMESTAMP So this must be changed in the different CBA packs (vFW, vLB_CDS_Kotlin, vLB_CDS_RESTCONF) Issue-ID: CCSDK-3319 Signed-off-by: sebdet Change-Id: I65f0646ac3e747f4a36329e5ef52c0544e2bd04f --- .../blueprint-model/service-blueprint/vFW/Templates/vnf-mapping.json | 4 ++-- .../service-blueprint/vLB_CDS_Kotlin/Templates/vnf-mapping.json | 4 ++-- .../service-blueprint/vLB_CDS_RESTCONF/Templates/vnf-mapping.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/vnf-mapping.json b/components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/vnf-mapping.json index f2cb91935..98073e9c5 100644 --- a/components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/vnf-mapping.json +++ b/components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/vnf-mapping.json @@ -365,7 +365,7 @@ "entry_schema": { "type": "" }, - "default": "SDNC_Policy.Config_MS_ONAP_VNF_NAMING_TIMESTAMP" + "default": "SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP" }, "input-param": false, "dictionary-name": "vf-naming-policy", @@ -626,4 +626,4 @@ "dependencies": [], "version": 0 } -] \ No newline at end of file +] diff --git a/components/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin/Templates/vnf-mapping.json b/components/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin/Templates/vnf-mapping.json index 5509d7dd2..44f5c26f2 100644 --- a/components/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin/Templates/vnf-mapping.json +++ b/components/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin/Templates/vnf-mapping.json @@ -596,7 +596,7 @@ "entry_schema": { "type": "" }, - "default": "SDNC_Policy.Config_MS_ONAP_VNF_NAMING_TIMESTAMP" + "default": "SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP" }, "input-param": false, "dictionary-name": "vf-naming-policy", @@ -709,4 +709,4 @@ "dependencies": [], "version": 0 } -] \ No newline at end of file +] diff --git a/components/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF/Templates/vnf-mapping.json b/components/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF/Templates/vnf-mapping.json index 3863002f0..4c793f544 100644 --- a/components/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF/Templates/vnf-mapping.json +++ b/components/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF/Templates/vnf-mapping.json @@ -596,7 +596,7 @@ "entry_schema": { "type": "" }, - "default": "SDNC_Policy.Config_MS_ONAP_VNF_NAMING_TIMESTAMP" + "default": "SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP" }, "input-param": false, "dictionary-name": "vf-naming-policy", @@ -709,4 +709,4 @@ "dependencies": [], "version": 0 } -] \ No newline at end of file +] -- 2.16.6