diff options
Diffstat (limited to 'tosca/vCPE/infra')
-rw-r--r-- | tosca/vCPE/infra/MainServiceTemplate.yaml | 6 | ||||
-rw-r--r-- | tosca/vCPE/infra/MainServiceTemplate_sriov.yaml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tosca/vCPE/infra/MainServiceTemplate.yaml b/tosca/vCPE/infra/MainServiceTemplate.yaml index bfb4c7e4..0aca66a6 100644 --- a/tosca/vCPE/infra/MainServiceTemplate.yaml +++ b/tosca/vCPE/infra/MainServiceTemplate.yaml @@ -77,12 +77,12 @@ topology_template: default: 10.0.0.0/16 mr_ip_addr: type: string - description: message router ip for vDHCP configuration + description: message router ip that for vDHCP configuration default: 10.0.11.1 mr_ip_port: type: string - label: Message Router Port - description: message router port for vDHCP configuration + description: IP port of the Message Router that for vDHCP configuration + default: "3904" dcae_collector_ip: type: string description: dcae collector ip diff --git a/tosca/vCPE/infra/MainServiceTemplate_sriov.yaml b/tosca/vCPE/infra/MainServiceTemplate_sriov.yaml index 52b44f69..05c7258c 100644 --- a/tosca/vCPE/infra/MainServiceTemplate_sriov.yaml +++ b/tosca/vCPE/infra/MainServiceTemplate_sriov.yaml @@ -81,8 +81,8 @@ topology_template: default: 10.0.11.1 mr_ip_port: type: string - label: Message Router Port description: IP port of the Message Router that for vDHCP configuration + default: "3904" dcae_collector_ip: type: string description: dcae collector ip |