add an option of 'direct' into vnic_type of DM 46/86346/2
authorLiang Ding <liang.ding@intel.com>
Fri, 26 Apr 2019 04:00:41 +0000 (21:00 -0700)
committerLiang Ding <liang.ding@intel.com>
Fri, 26 Apr 2019 04:55:05 +0000 (21:55 -0700)
this modification is for vCPE use case to enable
it work

Change-Id: I54488a4e847fa21238f5d2279ad86145375258e8
Issue-ID: SDC-2254
Signed-off-by: Liang Ding <liang.ding@intel.com>
catalog-be/src/main/resources/import/tosca/nfv-types/vduCp/vduCp.yml

index 664c4f5..26b99e1 100644 (file)
@@ -27,7 +27,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