aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
diff options
context:
space:
mode:
authorSamuli Silvius <s.silvius@partner.samsung.com>2019-12-05 14:34:48 +0200
committerMarco Platania <platania@research.att.com>2020-01-07 16:22:07 +0000
commitbc6e714e001a8c61b06709c61b187d4e3dd22aac (patch)
tree9c40ebaabfc418f5116f6621c5b202f108ec1359 /heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
parente4e0beac8bb2168303f10a4e4b9b1247fdd0501c (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/Definitions/data_types.json')
-rw-r--r--heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json b/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
index 4df92dd3..82d4a041 100644
--- a/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
+++ b/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
@@ -122,6 +122,11 @@
"type" : ""
}
},
+ "int_private1_gw_ip" : {
+ "description" : "Private unprotected network gateway ip",
+ "type" : "string",
+ "default" : "192.168.10.1/24"
+ },
"sec_group" : {
"description" : "",
"required" : false,
@@ -256,6 +261,11 @@
"type" : ""
}
},
+ "int_private2_subnet_id" : {
+ "description" : "Private protected subnetwork identification",
+ "type" : "string",
+ "default" : "${int_private2_subnet_id}"
+ },
"vfccustomizationuuid" : {
"description" : "",
"required" : false,
@@ -266,6 +276,10 @@
"type" : ""
}
},
+ "k8s-rb-profile-name" : {
+ "description" : "Profile name used in multicloud/k8s plugin to identify Helm chart(s) where this mapping is providing override values.",
+ "type" : "string"
+ },
"vsn_name_0" : {
"description" : "",
"required" : false,
@@ -359,6 +373,15 @@
"type" : ""
}
},
+ "int_private2_net_id" : {
+ "description" : "Private protected network identification",
+ "type" : "string"
+ },
+ "int_private1_subnet_id" : {
+ "description" : "Private unprotected subnetwork identification",
+ "type" : "string",
+ "default" : "${int_private1_subnet_id}"
+ },
"vnf_name" : {
"description" : "",
"required" : false,
@@ -409,6 +432,10 @@
"type" : ""
}
},
+ "int_private2_gw_ip" : {
+ "description" : "Private protected network gateway ip",
+ "type" : "string"
+ },
"vsn_image_name" : {
"description" : "",
"required" : false,
@@ -439,6 +466,11 @@
"type" : ""
}
},
+ "onap_private_gw_ip" : {
+ "description" : "Private onap management network gateway ip",
+ "type" : "string",
+ "default" : "10.10.0.1/16"
+ },
"dcae_collector_port" : {
"description" : "",
"required" : false,
@@ -592,6 +624,11 @@
"entry_schema" : {
"type" : ""
}
+ },
+ "int_private1_net_id" : {
+ "description" : "Private unprotected network identification",
+ "type" : "string",
+ "default" : "${int_private1_net_id}"
}
},
"derived_from" : "tosca.datatypes.Dynamic"