aboutsummaryrefslogtreecommitdiffstats
path: root/tosca/vCPE/vgw
diff options
context:
space:
mode:
authorHaibin Huang <haibin.huang@intel.com>2018-11-24 10:42:41 +0000
committerHaibin Huang <haibin.huang@intel.com>2018-11-24 10:42:41 +0000
commite1b63938ca5f50812936abc79858929a876ced0d (patch)
treef1a28cec44438c1f05ec35082659b7cdcde61796 /tosca/vCPE/vgw
parentd5fa03b5fe63e4a6cca96c3a592118cd1486c69e (diff)
Change metadata from integer to string
Change-Id: Iebc1d670fdf79b2700b164a9edad8d15b7d9209f Issue-ID: INT-746 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Diffstat (limited to 'tosca/vCPE/vgw')
-rw-r--r--tosca/vCPE/vgw/MainServiceTemplate.yaml8
-rw-r--r--tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml8
2 files changed, 8 insertions, 8 deletions
diff --git a/tosca/vCPE/vgw/MainServiceTemplate.yaml b/tosca/vCPE/vgw/MainServiceTemplate.yaml
index fa9f29da..2676007f 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 b0bc0133..13d2487f 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