diff options
author | sebdet <sebastien.determe@intl.att.com> | 2021-05-27 10:45:43 +0200 |
---|---|---|
committer | S�bastien Determe <sebastien.determe@intl.att.com> | 2021-05-27 08:59:36 +0000 |
commit | 22a86cb2a739eeacc08f9352bd5d58907d19770c (patch) | |
tree | 6086a09b418c0f5e9c30854bea6eec8f2847f3b0 /components/model-catalog | |
parent | 4bbf560bb197d33fc4d8e37d2ad2b0f80bc79299 (diff) |
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 <sebastien.determe@intl.att.com>
Change-Id: I65f0646ac3e747f4a36329e5ef52c0544e2bd04f
Diffstat (limited to 'components/model-catalog')
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 +] |