|
|
|
@ -24,12 +24,6 @@ Q_ML2_TENANT_NETWORK_TYPE="geneve"
|
|
|
|
|
# Enable devstack spawn logging |
|
|
|
|
LOGFILE=$DEST/logs/stack.sh.log |
|
|
|
|
|
|
|
|
|
# The DevStack plugin defaults to using the ovn branch from the official ovs |
|
|
|
|
# repo. You can optionally use a different one. For example, you may want to |
|
|
|
|
# use the latest patches in blp's ovn branch: |
|
|
|
|
#OVN_REPO=https://github.com/blp/ovs-reviews.git |
|
|
|
|
#OVN_BRANCH=ovn |
|
|
|
|
|
|
|
|
|
enable_service ovn-northd |
|
|
|
|
enable_service ovn-controller |
|
|
|
|
enable_service q-ovn-metadata-agent |
|
|
|
@ -83,6 +77,17 @@ disable_service cinder c-sch c-api c-vol
|
|
|
|
|
# Default value is leastloaded. |
|
|
|
|
#OVN_L3_SCHEDULER=leastloaded |
|
|
|
|
|
|
|
|
|
# The DevStack plugin defaults to using the ovn branch from the official ovs |
|
|
|
|
# repo. You can optionally use a different one. For example, you may want to |
|
|
|
|
# use the latest patches in blp's ovn branch (and see OVN_BUILD_FROM_SOURCE): |
|
|
|
|
#OVN_REPO=https://github.com/blp/ovs-reviews.git |
|
|
|
|
#OVN_BRANCH=ovn |
|
|
|
|
|
|
|
|
|
# NOTE: When specifying the branch, as shown above, you must also enable this! |
|
|
|
|
# By default, OVN will be installed from packages. In order to build OVN from |
|
|
|
|
# source, set OVN_BUILD_FROM_SOURCE=True |
|
|
|
|
#OVN_BUILD_FROM_SOURCE=False |
|
|
|
|
|
|
|
|
|
# Whether or not to build custom openvswitch kernel modules from the ovs git |
|
|
|
|
# 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, |
|
|
|
|