Add `data` extra-binding to influence overlay traffic

Also fix handling of chassis system ID and cert req by rebuilding
charm with updated code from layer-ovn.
Ref: openstack-charmers/charm-layer-ovn#8

Change-Id: I82d20516eeeb33edd66c5100c070258a6003cfa3
This commit is contained in:
Frode Nordahl 2020-02-11 13:12:30 +01:00
parent c5c53504ea
commit ecfc4bf49f
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
2 changed files with 8 additions and 1 deletions

View File

@ -29,7 +29,12 @@ This charm supports the use of Juju Network Spaces.
By binding the `ovsdb` endpoint you can influence which interface will be used By binding the `ovsdb` endpoint you can influence which interface will be used
for communication with the OVN Southbound DB as well as overlay traffic. for communication with the OVN Southbound DB as well as overlay traffic.
juju deploy ovn-chassis --bind "ovsdb=data-space" juju deploy ovn-chassis --bind "ovsdb=internal-space"
By binding the `data` extra-binding you can influence which interface will be
used for overlay traffic.
juju deploy ovn-chassis --bind "data=overlay-space"
## Port Configuration ## Port Configuration

View File

@ -10,6 +10,8 @@ series:
- bionic - bionic
- eoan - eoan
subordinate: true subordinate: true
extra-bindings:
data:
provides: provides:
nova-compute: nova-compute:
interface: neutron-plugin interface: neutron-plugin