Comment 8 for bug 1858416

Revision history for this message
Frode Nordahl (fnordahl) wrote : Re: ovn-chassis node not registering itself

Excellent, thank you for your swift response Florian. Now we have the why, and need to figure out how.

For completeness could you provide the charm versions involved and information about any space bindings?

The charm makes an attempt at avoiding the many pitfalls of determining the correct FQDN to use by using the one the Open vSwitch init script populates the external_ids:hostname field in the database with on initial startup.

This should be used in the certificate request and it should be used to populate the external_ids:system-id field, which is what the `ovn-controller` process uses when identifying to the database.

The charm should also explicitly not request sans [0], but from your output it appears to have done so anyway.

0: https://github.com/openstack-charmers/charm-layer-ovn/blob/244d88779f10eed85d796d98ddfc678a64333ece/lib/charms/ovn_charm.py#L234-L242