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