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/blueprint-model/service-blueprint/vFW | |
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/blueprint-model/service-blueprint/vFW')
-rw-r--r-- | components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/vnf-mapping.json | 4 |
1 files changed, 2 insertions, 2 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 +] |