ovn: Introduce ovn-controller.
authorJustin Pettit <jpettit@nicira.com>
Thu, 9 Apr 2015 07:52:43 +0000 (00:52 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sun, 12 Apr 2015 17:11:06 +0000 (10:11 -0700)
commit717c7fc508044d08210c686c1e8576c29a108f86
tree9de562dadd84cc76008a3f71653fb19d9d4068f5
parenta0149f4776b6a7e607cba6fb5134e0db1a0d7616
ovn: Introduce ovn-controller.

Add new ovn-controller daemon that runs locally on transport nodes.
This initial version registers itself in the Chassis table and registers
logical ports to the appropriate rows in the Bindings table.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
15 files changed:
Makefile.am
ovn/.gitignore
ovn/TODO
ovn/automake.mk
ovn/controller/.gitignore [new file with mode: 0644]
ovn/controller/automake.mk [new file with mode: 0644]
ovn/controller/bindings.c [new file with mode: 0644]
ovn/controller/bindings.h [new file with mode: 0644]
ovn/controller/chassis.c [new file with mode: 0644]
ovn/controller/chassis.h [new file with mode: 0644]
ovn/controller/ovn-controller.8.xml [new file with mode: 0644]
ovn/controller/ovn-controller.c [new file with mode: 0644]
ovn/controller/ovn-controller.h [new file with mode: 0644]
ovn/ovn-controller.8.in [deleted file]
tutorial/ovs-sandbox