diff options
author | Ricardo Noriega <rnoriega@redhat.com> | 2018-02-12 12:58:14 +0100 |
---|---|---|
committer | Ricardo Noriega <rnoriega@redhat.com> | 2018-03-15 21:12:34 +0100 |
commit | 974993a17188f10acd6a1f9b2f48002b9c77ef24 (patch) | |
tree | 8c269c3fe710f6687bcbf6a0a45f3a3112db06da /config/deploy/deploy_settings.yaml | |
parent | 67e7b3c76402445d7e62d5953d661794ec1f7c6d (diff) |
Adding SRIOV scenario
This scenario should enable SRIOV interfaces to be used
by Neutron. Only will be supported in baremetal deployments
with SRIOV capable NICs. The name of the interface must
be known in advance and the physnet of the SRIOV network
is set as nfv_sriov.
Change-Id: Ie4295413e0be2197bd9ada4f887f6b47cd486765
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Diffstat (limited to 'config/deploy/deploy_settings.yaml')
-rw-r--r-- | config/deploy/deploy_settings.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/deploy/deploy_settings.yaml b/config/deploy/deploy_settings.yaml index ab3b0a37..a6721b4a 100644 --- a/config/deploy/deploy_settings.yaml +++ b/config/deploy/deploy_settings.yaml @@ -52,6 +52,11 @@ deploy_options: # The dataplane should be specified as fdio if this is set to true vpp: false + # Whether to install and configure SRIOV service in the compute node(s) to + # allow VMs to use VFs/PFs. The user must know in advance the name of the + # SRIOV capable NIC that will be configured. + sriov: em2 + # Whether to run vsperf after the install has completed # vsperf: false |