Change metadata from integer to string 63/73463/1
authorHaibin Huang <haibin.huang@intel.com>
Sat, 24 Nov 2018 10:42:41 +0000 (10:42 +0000)
committerHaibin Huang <haibin.huang@intel.com>
Sat, 24 Nov 2018 10:42:41 +0000 (10:42 +0000)
Change-Id: Iebc1d670fdf79b2700b164a9edad8d15b7d9209f
Issue-ID: INT-746
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
tosca/vCPE/infra/MainServiceTemplate.yaml
tosca/vCPE/infra/MainServiceTemplate_sriov.yaml
tosca/vCPE/vbng/MainServiceTemplate.yaml
tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml
tosca/vCPE/vgmux/MainServiceTemplate.yaml
tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml
tosca/vCPE/vgw/MainServiceTemplate.yaml
tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml

index b17d968..f2c6361 100644 (file)
@@ -52,9 +52,9 @@ topology_template:
       description: dcae collector ip
       default: 10.0.4.102
     dcae_collector_port:
-      type: integer
+      type: string
       description: dcae collector port
-      default: 8080
+      default: "8080"
     nexus_artifact_repo:
       type: string
       description: Root URL for the Nexus repository for Maven artifacts
index 7efb095..31c18f5 100644 (file)
@@ -51,9 +51,9 @@ topology_template:
       description: dcae collector ip
       default: 10.0.4.102
     dcae_collector_port:
-      type: integer
+      type: string
       description: dcae collector port
-      default: 8080
+      default: "8080"
     nexus_artifact_repo:
       type: string
       description: Root URL for the Nexus repository for Maven artifacts
index 03c9adc..3bff4a3 100644 (file)
@@ -89,9 +89,9 @@ topology_template:
       description: dcae collector ip
       default: 10.0.4.102
     dcae_collector_port:
-      type: integer
+      type: string
       description: dcae collector port
-      default: 8080
+      default: "8080"
     pub_key:
       type: string
       description: ssh public key
index 86548bc..f04cd98 100644 (file)
@@ -87,9 +87,9 @@ topology_template:
       description: dcae collector ip
       default: 10.0.4.102
     dcae_collector_port:
-      type: integer
+      type: string
       description: dcae collector port
-      default: 8080
+      default: "8080"
     pub_key:
       type: string
       description: ssh public key
index 10e2c08..fb30b00 100644 (file)
@@ -85,9 +85,9 @@ topology_template:
       description: dcae collector ip
       default: 10.0.4.102
     dcae_collector_port:
-      type: integer
+      type: string
       description: dcae collector port
-      default: 8080
+      default: "8080"
     pub_key:
       type: string
       description: ssh public key
index 0f9dcd7..ee4f56f 100644 (file)
@@ -84,9 +84,9 @@ topology_template:
       description: dcae collector ip
       default: 10.0.4.102
     dcae_collector_port:
-      type: integer
+      type: string
       description: dcae collector port
-      default: 8080
+      default: "8080"
     pub_key:
       type: string
       description: ssh public key
index fa9f29d..2676007 100644 (file)
@@ -69,9 +69,9 @@ topology_template:
       description: dcae collector ip
       default: 10.0.4.102
     dcae_collector_port:
-      type: integer
+      type: string
       description: dcae collector port
-      default: 8080
+      default: "8080"
     pub_key:
       type: string
       description: ssh public key
@@ -97,9 +97,9 @@ topology_template:
       description: IP address of vGMUX
       default: 10.5.0.20
     vg_vgmux_tunnel_vni:
-      type: integer
+      type: string
       description: vni value of vG-vGMUX vxlan tunnel
-      default: 100
+      default: "100"
     vnf_id:
       type: string
       description: The VNF ID is provided by ONAP
index b0bc013..13d2487 100644 (file)
@@ -67,9 +67,9 @@ topology_template:
       description: dcae collector ip
       default: 10.0.4.102
     dcae_collector_port:
-      type: integer
+      type: string
       description: dcae collector port
-      default: 8080
+      default: "8080"
     pub_key:
       type: string
       description: ssh public key
@@ -95,9 +95,9 @@ topology_template:
       description: IP address of vGMUX
       default: 10.5.0.20
     vg_vgmux_tunnel_vni:
-      type: integer
+      type: string
       description: vni value of vG-vGMUX vxlan tunnel
-      default: 100
+      default: "100"
     vnf_id:
       type: string
       description: The VNF ID is provided by ONAP