Clarify that dpdk=enabled should not be used with OVS (dsr11, stx11)
Added a note to specify that dpdk-enabled is not applicable for OVS Change-Id: I95258ac3849a3513c68aab635236bb355d3049ff Signed-off-by: Ngairangbam Mili <ngairangbam.mili@windriver.com>
This commit is contained in:
committed by
Juanita-Balaraj
parent
ba402e8075
commit
f0560185a7
@@ -636,6 +636,11 @@ Configure controller-0
|
||||
:start-after: ref1-begin
|
||||
:end-before: ref1-end
|
||||
|
||||
.. note::
|
||||
|
||||
When using |OVS|, the |DPDK| label must not be applied, that is ``dpdk=enabled``
|
||||
is not applicable to |OVS|. Otherwise, the open vSwitch chart will be disabled.
|
||||
|
||||
#. **For OpenStack only:** Due to the additional OpenStack services running
|
||||
on the |AIO| controller platform cores, additional platform cores may be
|
||||
required.
|
||||
@@ -1203,13 +1208,18 @@ Configure controller-1
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
~(keystone_admin)$ system host-label-assign controller-0 sriov=enabled
|
||||
~(keystone_admin)$ system host-label-assign controller-1 sriov=enabled
|
||||
|
||||
.. only:: partner
|
||||
|
||||
.. include:: /_includes/aio_duplex_install_kubernetes.rest
|
||||
:start-after: ref2-begin
|
||||
:end-before: ref2-end
|
||||
|
||||
.. note::
|
||||
|
||||
When using |OVS|, the |DPDK| label must not be applied, that is ``dpdk=enabled``
|
||||
is not applicable to |OVS|. Otherwise, the open vSwitch chart will be disabled.
|
||||
|
||||
#. **For OpenStack only:** Due to the additional openstack services running
|
||||
on the |AIO| controller platform cores, additional cores may be required.
|
||||
@@ -1630,4 +1640,4 @@ Complete system configuration by reviewing procedures in:
|
||||
- |index-sysconf-kub-78f0e1e9ca5a|
|
||||
- |index-admintasks-kub-ebc55fefc368|
|
||||
|
||||
.. end-content
|
||||
.. end-content
|
||||
|
||||
@@ -566,6 +566,11 @@ The newly installed controller needs to be configured.
|
||||
.. include:: /_includes/aio_simplex_install_kubernetes.rest
|
||||
:start-after: ref1-begin
|
||||
:end-before: ref1-end
|
||||
|
||||
.. note::
|
||||
|
||||
When using |OVS|, the |DPDK| label must not be applied, that is ``dpdk=enabled``
|
||||
is not applicable to |OVS|. Otherwise, the open vSwitch chart will be disabled.
|
||||
|
||||
#. **For OpenStack only:** Due to the additional OpenStack services running
|
||||
on the |AIO| controller platform cores, additional platform cores may be
|
||||
|
||||
@@ -493,8 +493,15 @@ memory on each |NUMA| node on the host.
|
||||
kubectl taint nodes $NODE openstack-compute-node:NoSchedule
|
||||
system host-label-assign $NODE |vswitch-label|
|
||||
system host-label-assign $NODE sriov=enabled
|
||||
system host-label-assign $NODE dpdk=enabled
|
||||
done
|
||||
|
||||
.. note::
|
||||
|
||||
When using |OVS|, the |DPDK| label must not be applied, that is
|
||||
``dpdk=enabled`` is not applicable to |OVS|. Otherwise, the open
|
||||
vSwitch chart will be disabled.
|
||||
|
||||
.. end-os-specific-host-config-labels-dx
|
||||
|
||||
|
||||
|
||||
@@ -140,6 +140,11 @@
|
||||
system host-label-assign $NODE dpdk=enabled
|
||||
done
|
||||
|
||||
.. note::
|
||||
|
||||
When using |OVS|, the |DPDK| label must not be applied, that is ``dpdk=enabled``
|
||||
is not applicable to |OVS|. Otherwise, the open vSwitch chart will be disabled.
|
||||
|
||||
.. note::
|
||||
|
||||
If you have a |NIC| that supports |SRIOV|, then you can enable
|
||||
@@ -147,7 +152,7 @@
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
system host-label-assign controller-0 sriov=enabled
|
||||
system host-label-assign $NODE sriov=enabled
|
||||
|
||||
#. **For OpenStack only:** Configure the host settings for the
|
||||
vSwitch.
|
||||
@@ -475,4 +480,4 @@
|
||||
After controller-0 is unlocked, changing vswitch_type requires
|
||||
locking and unlocking controller-0 to apply the change.
|
||||
|
||||
.. end-openstack-specific-host-configs-bare-metal
|
||||
.. end-openstack-specific-host-configs-bare-metal
|
||||
|
||||
@@ -189,6 +189,11 @@
|
||||
system host-label-assign $NODE sriov=enabled
|
||||
done
|
||||
|
||||
.. note::
|
||||
|
||||
When using |OVS|, the |DPDK| label must not be applied, that is ``dpdk=enabled``
|
||||
is not applicable to |OVS|. Otherwise, the open vSwitch chart will be disabled.
|
||||
|
||||
#. **For OpenStack only:** Configure the host settings for the vSwitch.
|
||||
|
||||
If using |OVS-DPDK| vSwitch, run the following commands:
|
||||
@@ -418,4 +423,4 @@ The worker nodes will reboot in order to apply configuration changes
|
||||
and come into service. This can take 5-10 minutes, depending on the
|
||||
performance of the host machine.
|
||||
|
||||
.. end-dedicated-unlock-workers
|
||||
.. end-dedicated-unlock-workers
|
||||
|
||||
Reference in New Issue
Block a user