diff options
Diffstat (limited to 'tosca/vCPE/vgw/MainServiceTemplate.yaml')
-rw-r--r-- | tosca/vCPE/vgw/MainServiceTemplate.yaml | 8 |
1 files changed, 4 insertions, 4 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 |