X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FvFW_CNF_CDS%2Ftemplates%2Fcba%2FDefinitions%2Fdata_types.json;h=988d059cd63ffd581788d8c367a6a728f477365d;hb=7d44d14b86dd4858afadb55c9ca38a4251e13dac;hp=82d4a041244d63c52a7f33643abc585cb1b1f750;hpb=bc6e714e001a8c61b06709c61b187d4e3dd22aac;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 82d4a041..988d059c 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, @@ -261,11 +264,6 @@ "type" : "" } }, - "int_private2_subnet_id" : { - "description" : "Private protected subnetwork identification", - "type" : "string", - "default" : "${int_private2_subnet_id}" - }, "vfccustomizationuuid" : { "description" : "", "required" : false, @@ -276,6 +274,9 @@ "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" @@ -377,22 +378,17 @@ "description" : "Private protected network identification", "type" : "string" }, - "int_private1_subnet_id" : { - "description" : "Private unprotected subnetwork identification", + "k8s-rb-profile-namespace" : { + "description" : "K8s namespace to create helm chart for specified profile", "type" : "string", - "default" : "${int_private1_subnet_id}" + "default" : "default" }, - "vnf_name" : { - "description" : "", - "required" : false, + "vpg-management-port" : { + "description" : "SSH external port of ssh. When 0 ssh service will not be exposed", "type" : "string", - "status" : "", - "constraints" : [ { } ], - "entry_schema" : { - "type" : "" - } + "default": "0" }, - "onap_private_subnet_id" : { + "vnf_name" : { "description" : "", "required" : false, "type" : "string", @@ -469,7 +465,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" : "", @@ -634,4 +630,4 @@ "derived_from" : "tosca.datatypes.Dynamic" } } -} \ No newline at end of file +}