CDS Blueprint for vFW K8s Use Case
[demo.git] / heat / vFW_CNF_CDS / templates / cba / Definitions / data_types.json
index 4df92dd..82d4a04 100644 (file)
             "type" : ""
           }
         },
+        "int_private1_gw_ip" : {
+          "description" : "Private unprotected network gateway ip",
+          "type" : "string",
+          "default" : "192.168.10.1/24"
+        },
         "sec_group" : {
           "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" : ""
           }
         },
+        "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,
             "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,
             "type" : ""
           }
         },
+        "int_private2_gw_ip" : {
+          "description" : "Private protected network gateway ip",
+          "type" : "string"
+        },
         "vsn_image_name" : {
           "description" : "",
           "required" : false,
             "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,
           "entry_schema" : {
             "type" : ""
           }
+        },
+        "int_private1_net_id" : {
+          "description" : "Private unprotected network identification",
+          "type" : "string",
+          "default" : "${int_private1_net_id}"
         }
       },
       "derived_from" : "tosca.datatypes.Dynamic"