ovn.central-ips
¶
Key |
ovn.central-ips |
Type |
String |
Scope |
Cluster |
Description |
Comma-separated list of IP addresses of the OVN central cluster |
Example |
10.0.0.1,10.0.0.2,10.0.0.3 |
By default, MicroOVN assumes that it manages the whole OVN stack from the OVN Northbound database down to the Open vSwitch. This option can be used to change that. It instructs MicroOVN to connect to an external OVN central cluster (OVN Northbound and OVN Southbound databases). Setting this option causes:
ovn-controller
on all nodes withchassis
service enabled to connect and register to the OVN Southbound database specified by this optionovn-nbctl
andovn-sbctl
client commands to connect to their respective database specified by this option.
This option is applied cluster-wide. Setting it on any of the nodes will apply necessary changes across the whole MicroOVN cluster.
Prerequisites¶
There are few things that need to be taken into consideration when applying this configuration option.
(Optional) Disable internal OVN central cluster¶
While it’s not strictly necessary, if the MicroOVN deployment is using an external OVN
central cluster, it is usually unnecessary for any of the internal nodes to actually
run the central
service. If any of your nodes still run the central
service,
you can disable it. See MicroOVN services and
Service Control about how to do it.