From 8d9ae22976d022e2da392ecb48e4c0c38eaa6d9f Mon Sep 17 00:00:00 2001 From: Huang Haibin Date: Thu, 1 Nov 2018 16:30:24 +0800 Subject: Fix sriov model error Change-Id: I3c14ddb45dc6357e8043dfd4f7d8d6fdf602b8cf Issue-ID: INT-706 Signed-off-by: Huang Haibin --- tosca/vCPE/infra/MainServiceTemplate.yaml | 6 +++--- tosca/vCPE/infra/MainServiceTemplate_sriov.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tosca/vCPE/infra') 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 -- cgit 1.2.3-korg