aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaibin Huang <haibin.huang@intel.com>2018-11-24 10:42:41 +0000
committerHuang Haibin <haibin.huang@intel.com>2018-11-26 01:19:51 +0000
commit167ba62076deec76e0364414153dd76d860049e3 (patch)
tree1347b3473487ace2eae4600a8acf0dcb1fa69df6
parent21de17bb7a1d3a3ae50fcb6dcfd71546b7ec9e65 (diff)
Change metadata from integer to string
Change-Id: Iebc1d670fdf79b2700b164a9edad8d15b7d9209f Issue-ID: INT-746 Signed-off-by: Haibin Huang <haibin.huang@intel.com> (cherry picked from commit e1b63938ca5f50812936abc79858929a876ced0d)
-rw-r--r--tosca/vCPE/infra/MainServiceTemplate.yaml4
-rw-r--r--tosca/vCPE/infra/MainServiceTemplate_sriov.yaml4
-rw-r--r--tosca/vCPE/vbng/MainServiceTemplate.yaml4
-rw-r--r--tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml4
-rw-r--r--tosca/vCPE/vgmux/MainServiceTemplate.yaml4
-rw-r--r--tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml4
-rw-r--r--tosca/vCPE/vgw/MainServiceTemplate.yaml8
-rw-r--r--tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml8
8 files changed, 20 insertions, 20 deletions
diff --git a/tosca/vCPE/infra/MainServiceTemplate.yaml b/tosca/vCPE/infra/MainServiceTemplate.yaml
index 728cb21a..945d64d4 100644
--- a/tosca/vCPE/infra/MainServiceTemplate.yaml
+++ b/tosca/vCPE/infra/MainServiceTemplate.yaml
@@ -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
diff --git a/tosca/vCPE/infra/MainServiceTemplate_sriov.yaml b/tosca/vCPE/infra/MainServiceTemplate_sriov.yaml
index b362d4c2..33ee9715 100644
--- a/tosca/vCPE/infra/MainServiceTemplate_sriov.yaml
+++ b/tosca/vCPE/infra/MainServiceTemplate_sriov.yaml
@@ -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
diff --git a/tosca/vCPE/vbng/MainServiceTemplate.yaml b/tosca/vCPE/vbng/MainServiceTemplate.yaml
index a4666149..c18af9d5 100644
--- a/tosca/vCPE/vbng/MainServiceTemplate.yaml
+++ b/tosca/vCPE/vbng/MainServiceTemplate.yaml
@@ -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
diff --git a/tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml b/tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml
index cc81addf..b1894a94 100644
--- a/tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml
+++ b/tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml
@@ -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
diff --git a/tosca/vCPE/vgmux/MainServiceTemplate.yaml b/tosca/vCPE/vgmux/MainServiceTemplate.yaml
index b028db5f..7075c51c 100644
--- a/tosca/vCPE/vgmux/MainServiceTemplate.yaml
+++ b/tosca/vCPE/vgmux/MainServiceTemplate.yaml
@@ -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
diff --git a/tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml b/tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml
index 392f1051..83ef37af 100644
--- a/tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml
+++ b/tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml
@@ -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
diff --git a/tosca/vCPE/vgw/MainServiceTemplate.yaml b/tosca/vCPE/vgw/MainServiceTemplate.yaml
index 4925f388..802c383e 100644
--- a/tosca/vCPE/vgw/MainServiceTemplate.yaml
+++ b/tosca/vCPE/vgw/MainServiceTemplate.yaml
@@ -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
diff --git a/tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml b/tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml
index 804e2c4b..64bb5dbe 100644
--- a/tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml
+++ b/tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml
@@ -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