[OVN] local conf devstack for a ovn-northd (DB only) node does not work
Bug #1871730 reported by
LIU Yulong
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Low
|
Maciej Jozefczyk |
Bug Description
Code branch: master
Assuming you have 5 nodes to run a multi-node devstack deployment with neutron and OVN.
One node for "ovn-northd" DB only. Two chassis for compute, and two for gateway.
For the DB only node, if you do not set "ovn-controller" to the enable_services list.
The stack.sh of devstack will get failed. Here is an example local.conf:
http://
Error output:
http://
Changed in neutron: | |
assignee: | Lajos Katona (lajos-katona) → Maciej Jozefczyk (maciej.jozefczyk) |
To post a comment you must log in.
Hi, I have a smaller setup, with one all-in-one devstack with ovn, and one which serves as ovn-northd host. /opendev. org/openstack/ neutron/ src/branch/ master/ devstack/ ovn-local. conf.sample /opendev. org/openstack/ neutron/ src/branch/ master/ devstack/ ovn-db- local.conf. sample
For the all-in-one host I used this sample: https:/
And for the ovn-northd host I used this one: https:/
And for me stack.sh finished as expected.
BUT: I have no northd process or anything, so something weird is there for sure.