diff options
author | Samuli Silvius <s.silvius@partner.samsung.com> | 2019-12-05 14:34:48 +0200 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2020-01-07 16:22:07 +0000 |
commit | bc6e714e001a8c61b06709c61b187d4e3dd22aac (patch) | |
tree | 9c40ebaabfc418f5116f6621c5b202f108ec1359 /heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json | |
parent | e4e0beac8bb2168303f10a4e4b9b1247fdd0501c (diff) |
CDS Blueprint for vFW K8s Use Case
Introduce blueprint changes on top of latest
vFW demo to also support multicloud/K8s plugin
integration.
This commit brings resource resolution part for
k8s related parameters that are enough to instantiate
CNF defined by Helm charts in multicloud/k8s plugin.
Issue-ID: INT-1260
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Change-Id: I783e364a201cda25ea812d83795ae2a4be71def9
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json | 130 |
1 files changed, 110 insertions, 20 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json b/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json index 86a5cc85..c78d34c9 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json @@ -68,9 +68,9 @@ ], "version": 0 }, - - - + + + { "name": "vfw_int_private2_floating_ip", "property": { @@ -117,7 +117,7 @@ ], "version": 0 }, - + { "name": "vfw_int_private2_ip_0", "property": { @@ -141,11 +141,11 @@ ], "version": 0 }, - - - - - + + + + + { "name": "private1-prefix-id", "property": { @@ -159,7 +159,7 @@ "entry_schema": { "type": "" } - + }, "input-param": false, "dictionary-name": "private1-prefix-id", @@ -180,7 +180,7 @@ "entry_schema": { "type": "" } - + }, "input-param": false, "dictionary-name": "management-prefix-id", @@ -245,7 +245,7 @@ "entry_schema": { "type": "" } - + }, "input-param": false, "dictionary-name": "install_script_version", @@ -269,7 +269,7 @@ "entry_schema": { "type": "" } - + }, "input-param": false, "dictionary-name": "demo_artifacts_version", @@ -281,8 +281,8 @@ "version": 0 }, - - + + { "name": "nfc-naming-code", "property": { @@ -487,7 +487,7 @@ "dependencies": [], "version": 0 }, - + { "name": "vfw_name_0", "property": { @@ -530,7 +530,7 @@ "dependencies": [], "version": 0 }, - + { "name": "vf-module-id", "property": { @@ -638,7 +638,7 @@ ], "version": 0 }, - + { "name": "vfccustomizationuuid", "property": { @@ -661,7 +661,7 @@ ], "version": 0 }, - + { "name": "vnf-id", "property": { @@ -814,5 +814,95 @@ "vfccustomizationuuid" ], "version": 0 + }, + { + "name": "dcae_collector_ip", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + {} + ], + "entry_schema": { + "type": "" + }, + "default": "10.0.4.1" + }, + "input-param": false, + "dictionary-name": "dcae_collector_ip", + "dictionary-source": "default", + "dependencies": [ + "service-instance-id", + "vnf-id" + ], + "version": 0 + }, + { + "name": "dcae_collector_port", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + {} + ], + "entry_schema": { + "type": "" + }, + "default": "30235" + }, + "input-param": false, + "dictionary-name": "dcae_collector_port", + "dictionary-source": "default", + "dependencies": [ + "service-instance-id", + "vnf-id" + ], + "version": 0 + }, + { + "name": "k8s-rb-profile-name", + "property": { + "description": "Profile name used in multicloud/k8s plugin to identify Helm chart(s) where this mapping is providing override values.", + "type": "string" + }, + "input-param": false, + "dictionary-name": "k8s-rb-profile-name", + "dictionary-source": "sdnc", + "dependencies": [ + "service-instance-id", + "vnf-id" + ] + }, + { + "name": "int_private1_net_id", + "property": { + "description": "Private unprotected network identification", + "type": "string" + }, + "input-param": false, + "dictionary-name": "int_private1_net_id", + "dictionary-source": "sdnc", + "dependencies": [ + "service-instance-id", + "vnf-id" + ] + }, + { + "name": "int_private2_net_id", + "property": { + "description": "Private protected network identification", + "type": "string" + }, + "input-param": false, + "dictionary-name": "int_private2_net_id", + "dictionary-source": "sdnc", + "dependencies": [ + "service-instance-id", + "vnf-id" + ] } -]
\ No newline at end of file +] |