summaryrefslogtreecommitdiff
path: root/devstack/ovn-vtep-local.conf.sample
diff options
context:
space:
mode:
authorBrian Haley <bhaley@redhat.com>2020-02-03 19:10:24 -0500
committerBrian Haley <bhaley@redhat.com>2020-02-18 17:26:15 -0500
commit88a6c92dc7523f9069388b7df02519988bab0b97 (patch)
treef2fa2ce7d8e0c42be7dba4b406d50d4b63f7af48 /devstack/ovn-vtep-local.conf.sample
parente9acdb06fa1ad2095cfd1665f7662c5982552223 (diff)
downloadneutron-88a6c92dc7523f9069388b7df02519988bab0b97.tar.gz
[OVN] Merge networking-ovn vagrant into neutron
Move networking-ovn/vagrant into neutron/tools/ovn_vagrant Also added two sample local.conf files for a DB-only and VTEP nodes. Co-Authored-By: zhangyanxian <zhangyanxianmail@163.com> Co-Authored-By: chen-li <shchenli@cn.ibm.com> Co-Authored-By: Russell Bryant <rbryant@redhat.com> Co-Authored-By: Kyle Mestery <mestery@mestery.com Co-Authored-By: Miguel Angel Ajo <majopela@redhat.com> Co-Authored-By: Richard Theis <rtheis@us.ibm.com> Co-Authored-By: JUNJIE NAN <nanjj@cn.ibm.com> Co-Authored-By: Flavio Fernandes <flavio@flaviof.com> Co-Authored-By: John Kasperski <jckasper@us.ibm.com> Co-Authored-By: Matthew Kassawara <mkassawara@gmail.com> Co-Authored-By: venkatamahesh <venkatamaheshkotha@gmail.com> Co-Authored-By: Tong Li <litong01@us.ibm.com> Co-Authored-By: venkata anil <anilvenkata@redhat.com> Co-Authored-By: Vu Cong Tuan <tuanvc@vn.fujitsu.com> Co-Authored-By: RYAN D. MOATS <rmoats@us.ibm.com> Change-Id: I12966d5548a60b46edd5c84ee0035eb11671fd8c Partially-Implements: blueprint neutron-ovn-merge
Diffstat (limited to 'devstack/ovn-vtep-local.conf.sample')
-rw-r--r--devstack/ovn-vtep-local.conf.sample39
1 files changed, 39 insertions, 0 deletions
diff --git a/devstack/ovn-vtep-local.conf.sample b/devstack/ovn-vtep-local.conf.sample
new file mode 100644
index 0000000000..cb29650cd9
--- /dev/null
+++ b/devstack/ovn-vtep-local.conf.sample
@@ -0,0 +1,39 @@
+#
+# Sample DevStack local.conf.
+#
+# This sample file is intended for running the HW VTEP emulator on a
+# separate node.
+#
+# For this configuration to work, you *must* set the SERVICE_HOST option to the
+# IP address of the main DevStack host.
+#
+
+[[local|localrc]]
+
+DATABASE_PASSWORD=password
+RABBIT_PASSWORD=password
+SERVICE_PASSWORD=password
+SERVICE_TOKEN=password
+ADMIN_PASSWORD=password
+
+# 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_plugin neutron https://git.openstack.org/openstack/neutron
+
+disable_all_services
+enable_service ovn-controller-vtep
+
+# A UUID to uniquely identify this system. If one is not specified, a random
+# one will be generated and saved in the file 'ovn-uuid' for re-use in future
+# DevStack runs.
+#OVN_UUID=
+
+# 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
+# includes ovs+conntrack support. This support was first released in Linux 4.3,
+# and will likely be backported by some distros.
+#OVN_BUILD_MODULES=False