diff options
Diffstat (limited to 'tosca/vCPE/infra/MainServiceTemplate_sriov.yaml')
-rw-r--r-- | tosca/vCPE/infra/MainServiceTemplate_sriov.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tosca/vCPE/infra/MainServiceTemplate_sriov.yaml b/tosca/vCPE/infra/MainServiceTemplate_sriov.yaml index 7efb0956..31c18f5c 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 |