Change metadata from integer to string 93/73493/1
authorHaibin Huang <haibin.huang@intel.com>
Sat, 24 Nov 2018 10:42:41 +0000 (10:42 +0000)
committerHuang Haibin <haibin.huang@intel.com>
Mon, 26 Nov 2018 01:19:51 +0000 (01:19 +0000)
Change-Id: Iebc1d670fdf79b2700b164a9edad8d15b7d9209f
Issue-ID: INT-746
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
(cherry picked from commit e1b63938ca5f50812936abc79858929a876ced0d)

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 728cb21..945d64d 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 b362d4c..33ee971 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 a466614..c18af9d 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 cc81add..b1894a9 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 b028db5..7075c51 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 392f105..83ef37a 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 4925f38..802c383 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 804e2c4..64bb5db 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