diff options
author | Haibin Huang <haibin.huang@intel.com> | 2018-11-24 10:42:41 +0000 |
---|---|---|
committer | Haibin Huang <haibin.huang@intel.com> | 2018-11-24 10:42:41 +0000 |
commit | e1b63938ca5f50812936abc79858929a876ced0d (patch) | |
tree | f1a28cec44438c1f05ec35082659b7cdcde61796 /tosca/vCPE/vbng | |
parent | d5fa03b5fe63e4a6cca96c3a592118cd1486c69e (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/vbng')
-rw-r--r-- | tosca/vCPE/vbng/MainServiceTemplate.yaml | 4 | ||||
-rw-r--r-- | tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tosca/vCPE/vbng/MainServiceTemplate.yaml b/tosca/vCPE/vbng/MainServiceTemplate.yaml index 03c9adc6..3bff4a38 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 86548bc6..f04cd98a 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 |