aboutsummaryrefslogtreecommitdiffstats
path: root/tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml
diff options
context:
space:
mode:
authorHuang Haibin <haibin.huang@intel.com>2018-10-18 15:35:33 +0800
committerGary Wu <gary.i.wu@huawei.com>2018-10-18 15:22:45 +0000
commit8332cbbf4e68f68a5927403be646c26ab9667fae (patch)
treeb23d31b8a917204c37075faef83df9d285fb8cfa /tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml
parent1e1a8bfbc608f7f144c7fbdfc7e7bb1281dd149e (diff)
Fix Tosca csar with error variable
a. We don't define oam_private_net_cidr but define onap_private_net_cidr b. sdnc_ip change to sdnc_ip_addr c. define mr_ip_port for infra Change-Id: If8f1b3062d5f1c78881967c24b8d8dd32e197781 Issue-ID: INT-693 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
Diffstat (limited to 'tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml')
-rw-r--r--tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml b/tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml
index b936821b..3af42434 100644
--- a/tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml
+++ b/tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml
@@ -110,7 +110,7 @@ topology_template:
type: string
description: cloud environment(openstack or rackspace)
default: openstack
- sdnc_ip:
+ sdnc_ip_addr:
type: string
description: SDNC ip address used to set NAT
default: 10.0.7.1
@@ -241,7 +241,7 @@ topology_template:
vbrgemu_bng_private_net_cidr: { get_input: vbrgemu_bng_private_net_cidr }
demo_artifacts_version: { get_input: demo_artifacts_version }
install_script_version: { get_input: install_script_version }
- sdnc_ip: { get_input: sdnc_ip }
+ sdnc_ip: { get_input: sdnc_ip_addr }
cloud_env: { get_input: cloud_env }
nexus_artifact_repo: { get_input: nexus_artifact_repo }
user_data: |