diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2018-11-13 11:41:16 +0800 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-13 13:52:25 +0000 |
commit | e51d784579da98ae10b9568c259394cfcddcb686 (patch) | |
tree | 7a0393616a178fb65079814d8ed1c19d447efddf /s3p/templates/pciDeviceId/Definitions/resource-Vgw1181049-template.yml | |
parent | a8ceb88ad6f3ce90b00283bd88ff680e6b0a149f (diff) |
s3p: Remove temporary workaround
Since bug POLICY-1254 has been fixed, remove the workaround for it.
Change-Id: I40a706b439b8db8530299921c8a59ef04e0d250d
Issue-ID: POLICY-837
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
(cherry picked from commit 9b18d4f702586fd022fd142f0f23e5a0e3b24359)
Diffstat (limited to 's3p/templates/pciDeviceId/Definitions/resource-Vgw1181049-template.yml')
-rw-r--r-- | s3p/templates/pciDeviceId/Definitions/resource-Vgw1181049-template.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/s3p/templates/pciDeviceId/Definitions/resource-Vgw1181049-template.yml b/s3p/templates/pciDeviceId/Definitions/resource-Vgw1181049-template.yml index edb4ba1b..76087a6e 100644 --- a/s3p/templates/pciDeviceId/Definitions/resource-Vgw1181049-template.yml +++ b/s3p/templates/pciDeviceId/Definitions/resource-Vgw1181049-template.yml @@ -210,9 +210,8 @@ topology_template: virtual_network_interface_requirements: - name: "sriov-support" support_mandatory: true - # Uncomment when POLICY-1254 fixed - #network_interface_requirements: - # interfaceType: '{"schemaVersion": "0", "schemaSelector": "", "hardwarePlatform":"generic", "mandatory": "true", "configurationValue": "PCI-Passthrough"}' + network_interface_requirements: + interfaceType: '{"schemaVersion": "0", "schemaSelector": "", "hardwarePlatform":"generic", "mandatory": "true", "configurationValue": "PCI-Passthrough"}' nic_io_requirements: logical_node_requirements: pciDeviceId: '{"schemaVersion": "0", "schemaSelector": "", "hardwarePlatform": "generic", "mandatory": "true", "configurationValue": "5678"}' |