aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
diff options
context:
space:
mode:
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"