X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=components%2Fmodel-catalog%2Fblueprint-model%2Fservice-blueprint%2F5GC_Simulator_CNF_CDS%2FTemplates%2Famf-template.vtl;fp=components%2Fmodel-catalog%2Fblueprint-model%2Fservice-blueprint%2F5GC_Simulator_CNF_CDS%2FTemplates%2Famf-template.vtl;h=0000000000000000000000000000000000000000;hb=97cbaf97efaa9622a6c569331fe48849bbbca713;hp=b2abaae51b044de37263b773b4ded37c1330f374;hpb=63d2c4f29b4a39084d314d446cf7009cd076a921;p=ccsdk%2Fcds.git diff --git a/components/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Templates/amf-template.vtl b/components/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Templates/amf-template.vtl deleted file mode 100644 index b2abaae51..000000000 --- a/components/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Templates/amf-template.vtl +++ /dev/null @@ -1,136 +0,0 @@ -{ - "capability-data": [ - { - "capability-name": "generate-name", - "key-mapping": [ - { - "output-key-mapping": [ - { - "resource-name": "vf_module_name", - "resource-value": "${vf-module-name}" - } - ], - "payload": [ - { - "param-name": "VF_MODULE_TYPE", - "param-value": "vfmt" - }, - { - "param-name": "resource-name", - "param-value": "vf_module_name" - }, - { - "param-name": "resource-value", - "param-value": "${vf-module-name}" - }, - { - "param-name": "external-key", - "param-value": "${vf-module-id}_vf-module-name" - }, - { - "param-name": "policy-instance-name", - "param-value": "${vf-naming-policy}" - }, - { - "param-name": "naming-type", - "param-value": "VF-MODULE" - }, - { - "param-name": "VNF_NAME", - "param-value": "${vnf_name}" - }, - { - "param-name": "VF_MODULE_LABEL", - "param-value": "${vf-module-label}" - } - ] - } - ] - }, - { - "capability-name": "aai-vf-module-put", - "key-mapping": [ - { - "output-key-mapping": [ - { - "resource-name": "aai-vf-module-put", - "resource-value": "" - } - ] - } - ] - }, - { - "capability-name": "unresolved-composite-data", - "key-mapping": [ - { - "output-key-mapping": [ - { - "resource-name": "config.amfName", - "resource-value": "${vf_module_name}" - } - ] - } - ] - }, - { - "capability-name": "unresolved-composite-data", - "key-mapping": [ - { - "output-key-mapping": [ - { - "resource-name": "amfName", - "resource-value": "${vf_module_name}" - } - ] - } - ] - } - ], - "resource-accumulator-resolved-data": [ - { - "param-name": "vf-module-model-invariant-uuid", - "param-value": "${vf-module-model-invariant-uuid}" - }, - { - "param-name": "vf-module-model-customization-uuid", - "param-value": "${vf-module-model-customization-uuid}" - }, - { - "param-name": "vnf-id", - "param-value": "${vnf-id}" - }, - { - "param-name": "config.test", - "param-value": "${config.test}" - }, - { - "param-name": "vf-module-id", - "param-value": "${vf-module-id}" - }, - { - "param-name": "k8s-rb-profile-name", - "param-value": "profile-${vf-module-id}" - }, - { - "param-name": "k8s-rb-profile-namespace", - "param-value": "ns-${vf-module-id}" - }, - { - "param-name": "fiveg0_snssai", - "param-value": "${fiveg0_snssai}" - }, - { - "param-name": "snssai", - "param-value": "${fiveg0_snssai}" - }, - { - "param-name": "config.supportedNssai.sNssai.snssai", - "param-value": "${fiveg0_snssai}" - }, - { - "param-name": "config.singletest", - "param-value": "${singletest}" - } - ] -}