summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/base-template.vtl
diff options
context:
space:
mode:
authorAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>2020-01-10 12:35:01 -0800
committerKAPIL SINGAL <ks220y@att.com>2020-01-22 15:07:38 +0000
commitf29702c7952c99768f7ec2f378ae39916071b420 (patch)
tree9ca84982beb9f8dd35c6b184353a18235b2c42bf /components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/base-template.vtl
parent0e5c78cec1e1b1ce4d1f6488f6264ca1daffef58 (diff)
Update vFW_CDS packages
Issue-ID: CCSDK-1825 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I53668b3df0cf13ceaa78cbffc92df05db23fe642 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Diffstat (limited to 'components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/base-template.vtl')
-rw-r--r--components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/base-template.vtl77
1 files changed, 0 insertions, 77 deletions
diff --git a/components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/base-template.vtl b/components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/base-template.vtl
deleted file mode 100644
index 271c50738..000000000
--- a/components/model-catalog/blueprint-model/service-blueprint/vFW/Templates/base-template.vtl
+++ /dev/null
@@ -1,77 +0,0 @@
-{
- "resource-accumulator-resolved-data": [
- {
- "param-name": "service-instance-id",
- "param-value": "${service-instance-id}"
- },
- {
- "param-name": "vnf_id",
- "param-value": "${vnf-id}"
- },
- {
- "param-name": "vnf_name",
- "param-value": "${vnf-name}"
- },
- {
- "param-name": "vnf_model_customization_uuid",
- "param-value": "${vnf-model-customization-uuid}"
- },
- {
- "param-name": "vf_module_id",
- "param-value": "${vf-module-id}"
- },
- {
- "param-name": "vf_module_type",
- "param-value": "${vf-module-type}"
- },
- {
- "param-name": "unprotected_private_net_id",
- "param-value": "${vnf-name}_unprotected"
- },
- {
- "param-name": "unprotected_private_subnet_id",
- "param-value": "${vnf-name}_unprotected_sub"
- },
- {
- "param-name": "unprotected_private_net_cidr",
- "param-value": "${unprotected_private_net_cidr}"
- },
- {
- "param-name": "protected_private_net_id",
- "param-value": "${vnf-name}_protected"
- },
- {
- "param-name": "protected_private_subnet_id",
- "param-value": "${vnf-name}_protected_sub"
- },
- {
- "param-name": "protected_private_net_cidr",
- "param-value": "${protected_private_net_cidr}"
- },
- {
- "param-name": "vf_module_name",
- "param-value": "${vnf-name}_base"
- }
- ],
- "capability-data": [
- {
- "capability-name": "aai-vf-module-put",
- "key-mapping": [
- {
- "payload": [
- {
- "param-name": "vf-module",
- "param-value": "vf-module"
- }
- ],
- "output-key-mapping": [
- {
- "resource-name": "aai-vf-module-put",
- "resource-value": "${status}"
- }
- ]
- }
- ]
- }
- ]
-} \ No newline at end of file