X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=heat%2FvFW_CNF_CDS%2Ftemplates%2Fcba%2FDefinitions%2Fdata_types.json;h=82d4a041244d63c52a7f33643abc585cb1b1f750;hb=bc6e714e001a8c61b06709c61b187d4e3dd22aac;hp=4df92dd3e8e60ab6d77eb094464d333c111c01b3;hpb=e4e0beac8bb2168303f10a4e4b9b1247fdd0501c;p=demo.git 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"