From ed44393c10548b712a4c9c55f5d51c9e01554c2b Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Sun, 28 Apr 2019 09:06:11 +0800 Subject: vCPE Tosca: use direct for vnic_type Since SDC onboarding DM has added the 'direct' value for vnic_type by patch https://gerrit.onap.org/r/#/c/86346/, we need to use 'direct' for SRIOV use case. Change-Id: I2858195643e970e252e357c45ad1d919764ab20f Issue-ID: INT-1037 Signed-off-by: Lianhao Lu --- tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tosca/vCPE/vbng') diff --git a/tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml b/tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml index 99d217b3..55c56e74 100644 --- a/tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml +++ b/tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml @@ -285,7 +285,7 @@ topology_template: floating_ip_activated: false fixed_ip_address: - { get_input: vbng_private_ip_0 } - vnic_type: "direct-physical" + vnic_type: "direct" virtual_network_interface_requirements: - name: "sriov-support" support_mandatory: true @@ -332,7 +332,7 @@ topology_template: floating_ip_activated: false fixed_ip_address: - { get_input: vbng_private_ip_3 } - vnic_type: "direct-physical" + vnic_type: "direct" virtual_network_interface_requirements: - name: "sriov-support" support_mandatory: true -- cgit 1.2.3-korg