[OVN] Update sample local.conf to support QoS for OVN
This change updates sample OVN local.conf files in order to enable q-qos service and compile kernel module. Some distros, like Ubuntu Bionic, doesn't support ovs meters with default shipped kernel. Change-Id: I6c4878c8718e42814f50f8f7eba86cfde49e18d5
This commit is contained in:
parent
10230683a2
commit
31fa9ada75
@ -55,10 +55,12 @@ OVN_SB_REMOTE=tcp:$SERVICE_HOST:6642
|
|||||||
#OVN_UUID=
|
#OVN_UUID=
|
||||||
|
|
||||||
# Whether or not to build custom openvswitch kernel modules from the ovs git
|
# Whether or not to build custom openvswitch kernel modules from the ovs git
|
||||||
# tree. This is enabled by default. This is required unless your distro kernel
|
# tree. This is disabled by default. This is required unless your distro kernel
|
||||||
# includes ovs+conntrack support. This support was first released in Linux 4.3,
|
# includes ovs+conntrack support. This support was first released in Linux 4.3,
|
||||||
# and will likely be backported by some distros.
|
# and will likely be backported by some distros.
|
||||||
#OVN_BUILD_MODULES=False
|
# NOTE(mjozefcz): We need to compile the module for Ubuntu Bionic, because default
|
||||||
|
# shipped kernel module doesn't openflow meter action support.
|
||||||
|
OVN_BUILD_MODULES=True
|
||||||
|
|
||||||
HOST_IP=<IP address of current host>
|
HOST_IP=<IP address of current host>
|
||||||
NOVA_VNC_ENABLED=True
|
NOVA_VNC_ENABLED=True
|
||||||
|
@ -47,7 +47,7 @@ disable_service q-meta
|
|||||||
enable_plugin neutron https://opendev.org/openstack/neutron
|
enable_plugin neutron https://opendev.org/openstack/neutron
|
||||||
enable_service q-trunk
|
enable_service q-trunk
|
||||||
enable_service q-dns
|
enable_service q-dns
|
||||||
#enable_service q-qos
|
enable_service q-qos
|
||||||
|
|
||||||
# Enable neutron tempest plugin tests
|
# Enable neutron tempest plugin tests
|
||||||
enable_plugin neutron-tempest-plugin https://opendev.org/openstack/neutron-tempest-plugin
|
enable_plugin neutron-tempest-plugin https://opendev.org/openstack/neutron-tempest-plugin
|
||||||
@ -92,10 +92,12 @@ disable_service cinder c-sch c-api c-vol
|
|||||||
#OVN_L3_SCHEDULER=leastloaded
|
#OVN_L3_SCHEDULER=leastloaded
|
||||||
|
|
||||||
# Whether or not to build custom openvswitch kernel modules from the ovs git
|
# Whether or not to build custom openvswitch kernel modules from the ovs git
|
||||||
# tree. This is enabled by default. This is required unless your distro kernel
|
# tree. This is disabled by default. This is required unless your distro kernel
|
||||||
# includes ovs+conntrack support. This support was first released in Linux 4.3,
|
# includes ovs+conntrack support. This support was first released in Linux 4.3,
|
||||||
# and will likely be backported by some distros.
|
# and will likely be backported by some distros.
|
||||||
#OVN_BUILD_MODULES=False
|
# NOTE(mjozefcz): We need to compile the module for Ubuntu Bionic, because default
|
||||||
|
# shipped kernel module doesn't openflow meter action support.
|
||||||
|
OVN_BUILD_MODULES=True
|
||||||
|
|
||||||
# Skydive
|
# Skydive
|
||||||
#enable_plugin skydive https://github.com/redhat-cip/skydive.git
|
#enable_plugin skydive https://github.com/redhat-cip/skydive.git
|
||||||
|
@ -33,7 +33,9 @@ enable_service ovn-controller-vtep
|
|||||||
#OVN_UUID=
|
#OVN_UUID=
|
||||||
|
|
||||||
# Whether or not to build custom openvswitch kernel modules from the ovs git
|
# Whether or not to build custom openvswitch kernel modules from the ovs git
|
||||||
# tree. This is enabled by default. This is required unless your distro kernel
|
# tree. This is disabled by default. This is required unless your distro kernel
|
||||||
# includes ovs+conntrack support. This support was first released in Linux 4.3,
|
# includes ovs+conntrack support. This support was first released in Linux 4.3,
|
||||||
# and will likely be backported by some distros.
|
# and will likely be backported by some distros.
|
||||||
#OVN_BUILD_MODULES=False
|
# NOTE(mjozefcz): We need to compile the module for Ubuntu Bionic, because default
|
||||||
|
# shipped kernel module doesn't openflow meter action support.
|
||||||
|
OVN_BUILD_MODULES=True
|
||||||
|
Loading…
Reference in New Issue
Block a user