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/Definitions/onap_dm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tosca/vCPE/Definitions') diff --git a/tosca/vCPE/Definitions/onap_dm.yaml b/tosca/vCPE/Definitions/onap_dm.yaml index bd185c75..80d1153d 100644 --- a/tosca/vCPE/Definitions/onap_dm.yaml +++ b/tosca/vCPE/Definitions/onap_dm.yaml @@ -1334,7 +1334,7 @@ node_types: description: Describes the type of the virtual network interface realizing the CPs instantiated from this CPD required: false constraints: - - valid_values: [ normal, virtio, direct-physical ] + - valid_values: [ direct, normal, virtio, direct-physical ] vnic_name: # Introduced from Beijing release, aligned with ONAP resource IM, outside the scope of SOL001 v2.5.1 type: string required: false -- cgit 1.2.3-korg