K8s Profile mod on demand
[demo.git] / heat / vFW_CNF_CDS / templates / cba / Definitions / data_types.json
index 82d4a04..988d059 100644 (file)
         "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" : "",
           "type" : "string",
           "status" : "",
           "constraints" : [ { } ],
-          "default" : "vpg_onap_private_ip_0",
+          "default" : "${vpg_onap_private_ip_0}",
           "entry_schema" : {
             "type" : ""
           }
             "type" : ""
           }
         },
+        "vf-module-model-invariant-uuid" : {
+          "type" : "string"
+        },
         "vpg_name_0" : {
           "description" : "",
           "required" : false,
             "type" : ""
           }
         },
-        "int_private2_subnet_id" : {
-          "description" : "Private protected subnetwork identification",
-          "type" : "string",
-          "default" : "${int_private2_subnet_id}"
-        },
         "vfccustomizationuuid" : {
           "description" : "",
           "required" : false,
             "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"
           "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",
         "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" : "",
       "derived_from" : "tosca.datatypes.Dynamic"
     }
   }
-}
\ No newline at end of file
+}