~russellb/networking-ovn/master

  • Committer: Russell Bryant
  • Date: 2015-05-14 16:54:00 UTC
  • Revision ID: git-v1:50330ca5cf7be4cd6bad9cef56f795d182f4ed8c
devstack: Add multi-node support

Instead of having a single "ovn" service that can be enabled, this
patch makes it so you can enable "ovn-controller" and "ovn-northd"
separately.  This is important for multi-node devstack testing, as you
only want to run ovn-controller on a compute node.  Documentation and
sample configuration has been updated to reflect how to use these
updates.

This patch also adds two new devstack config variables: OVN_REMOTE and
OVN_UUID.

The default for OVN_REMOTE should be fine except on hosts where
ovn-controller is enabled.  In that case, it should be set such that
the host knows to talk to the proper host running ovsdb-server with
the OVN databases (the one running ovn-northd).

OVN_UUID is optional.  Normally a random UUID is generated (and saved
for re-use), but it can be specified if you desire to use a specific
one for some reason.

Change-Id: Iaf040fe17b26c9b7d0b61daa0bec1b3acbee3806
Filename Latest Rev Last Changed Committer Comment Size
..
devstack 7 9 years ago Kyle Mestery Add devstack support Change-Id: I69cb2c6081371709 Diff
doc 2 9 years ago Russell Bryant Initial Cookiecutter Commit. Change-Id: I32a78676 Diff
networking_ovn 2 9 years ago Russell Bryant Initial Cookiecutter Commit. Change-Id: I32a78676 Diff
tools 31 9 years ago Kyle Mestery Setup networking-ovn to use pretty_tox.sh This al Diff
.coveragerc 2 9 years ago Russell Bryant Initial Cookiecutter Commit. Change-Id: I32a78676 132 bytes Diff Download File
.gitignore 24.1.1 9 years ago Gal Sagie Git ignore hidden directories Take same approach 442 bytes Diff Download File
.gitreview 1 9 years ago root Added .gitreview 84 bytes Diff Download File
.mailmap 2 9 years ago Russell Bryant Initial Cookiecutter Commit. Change-Id: I32a78676 89 bytes Diff Download File
.testr.conf 31 9 years ago Kyle Mestery Setup networking-ovn to use pretty_tox.sh This al 351 bytes Diff Download File
babel.cfg 2 9 years ago Russell Bryant Initial Cookiecutter Commit. Change-Id: I32a78676 17 bytes Diff Download File
CONTRIBUTING.rst 2 9 years ago Russell Bryant Initial Cookiecutter Commit. Change-Id: I32a78676 545 bytes Diff Download File
HACKING.rst 2 9 years ago Russell Bryant Initial Cookiecutter Commit. Change-Id: I32a78676 166 bytes Diff Download File
LICENSE 2 9 years ago Russell Bryant Initial Cookiecutter Commit. Change-Id: I32a78676 9.9 KB Diff Download File
MANIFEST.in 2 9 years ago Russell Bryant Initial Cookiecutter Commit. Change-Id: I32a78676 94 bytes Diff Download File
openstack-common.conf 2 9 years ago Russell Bryant Initial Cookiecutter Commit. Change-Id: I32a78676 142 bytes Diff Download File
README.rst 77 9 years ago Russell Bryant docs: Add additional resources links. In passing, 860 bytes Diff Download File
requirements.txt 86 9 years ago Gerrit Code Review Merge "requirements.txt: Add ovs." 437 bytes Diff Download File
setup.cfg 88 9 years ago Russell Bryant drop ovn.filters The rootwrap filter was needed t 1.4 KB Diff Download File
File setup.py 9 9 years ago Assaf Muller Remove (incorrect) copyrights Change-Id: I90bcf70 982 bytes Diff Download File
test-requirements.txt 2 9 years ago Russell Bryant Initial Cookiecutter Commit. Change-Id: I32a78676 445 bytes Diff Download File
TODO.rst 87 9 years ago Gal Sagie Changes in TODO document Add L2 Gateway integrati 1006 bytes Diff Download File
tox.ini 31 9 years ago Kyle Mestery Setup networking-ovn to use pretty_tox.sh This al 861 bytes Diff Download File