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.json30
1 files changed, 15 insertions, 15 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 60b89b7e..94b09434 100644
--- a/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
+++ b/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
@@ -125,7 +125,7 @@
"int_private1_gw_ip" : {
"description" : "Private unprotected network gateway ip",
"type" : "string",
- "default" : "192.168.10.1/24"
+ "default" : "${int_private1_gw_ip}"
},
"sec_group" : {
"description" : "",
@@ -194,7 +194,7 @@
"type" : "string",
"status" : "",
"constraints" : [ { } ],
- "default" : "vpg_onap_private_ip_0",
+ "default" : "${vpg_onap_private_ip_0}",
"entry_schema" : {
"type" : ""
}
@@ -230,6 +230,9 @@
"type" : ""
}
},
+ "vf-module-model-invariant-uuid" : {
+ "type" : "string"
+ },
"vpg_name_0" : {
"description" : "",
"required" : false,
@@ -276,21 +279,13 @@
"type" : ""
}
},
+ "vf-module-model-version" : {
+ "type" : "string"
+ },
"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"
},
- "k8s-rb-profile-namespace" : {
- "description" : "",
- "required" : false,
- "type" : "string",
- "status" : "",
- "constraints" : [ { } ],
- "default": "default",
- "entry_schema" : {
- "type" : ""
- }
- },
"vsn_name_0" : {
"description" : "",
"required" : false,
@@ -388,6 +383,11 @@
"description" : "Private protected network identification",
"type" : "string"
},
+ "k8s-rb-profile-namespace" : {
+ "description" : "K8s namespace to create helm chart for specified profile",
+ "type" : "string",
+ "default" : "default"
+ },
"int_private1_subnet_id" : {
"description" : "Private unprotected subnetwork identification",
"type" : "string",
@@ -480,7 +480,7 @@
"onap_private_gw_ip" : {
"description" : "Private onap management network gateway ip",
"type" : "string",
- "default" : "10.10.0.1/16"
+ "default" : "${onap_private_gw_ip}"
},
"dcae_collector_port" : {
"description" : "",
@@ -645,4 +645,4 @@
"derived_from" : "tosca.datatypes.Dynamic"
}
}
-} \ No newline at end of file
+}