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: If290818fe31d89f253516931a62f68774de9d256
This commit is contained in:
Frode Nordahl 2020-02-11 13:14:43 +01:00
parent ef80d673a9
commit 2bb64f1541
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
for communication with the OVN Southbound DB as well as overlay traffic.
juju deploy ovn-dedicated-chassis --bind "ovsdb=data-space"
juju deploy ovn-dedicated-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-dedicated-chassis --bind "data=overlay-space"
## Port Configuration

View File

@ -10,6 +10,8 @@ series:
- bionic
- eoan
subordinate: false
extra-bindings:
data:
requires:
ovsdb:
interface: ovsdb