charm-ovn-chassis:stable/20.05

Last commit made on 2020-06-16
Get this branch:
git clone -b stable/20.05 https://git.launchpad.net/charm-ovn-chassis

Branch merges

Branch information

Name:
stable/20.05
Repository:
lp:charm-ovn-chassis

Recent commits

93ec88e... by Frode Nordahl

Fix handling of linux bond interfaces

At present linux bonds will be ignored when mentioned directly
in configuration options parsed by the ``BridgePortInterface``
data structure.

If a mac address of a physical interface making up the bond is
listed the code correctly finds the bond name and adds that to
the bridge.

Virtual interfaces are ignored when then map is built, linux bonds
are virtual interfaces.

This patch fixes the problem by checking physical interfaces for
bond membership while building the map. If an interface is member
of a bond add the bond name to the map.

Previously the bond membership check was only done when looking
up interface name from mac after building the map.

Change-Id: I09b17cc039c622373f05423fe9993e0254145f28
Closes-Bug: #1883244

2c1c24b... by Frode Nordahl

Fix certificate request and response handling

Rebuild to pull in fixes [0] from layer-ovn.

0: https://github.com/openstack-charmers/charm-layer-ovn/pull/15

Change-Id: Id24d17ed3807e712479fb994ec1dd813510d1fc8
Closes-Bug: #1858416
(cherry picked from commit 2eae38a8eff3208e28e0d2a444a40b9e7a263680)

55821d8... by David Ames

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch tests to stable.

Switch to using stable charm-helpers branch.

Switch to using stable charm.openstack branch.

Change-Id: I082f2efeeac84b4ff3cff9ccefced7edac9947ce

bca6ba9... by Alex Kavanagh

Rebuild for sync charm-helpers for 20.05 release

Change-Id: Icb56b4020efce77ceb4b8cfbd74c1bc0807966f3

4c385ec... by Frode Nordahl

Add DPDK, SR-IOV and hardware offload support

Underlying charm code in:
openstack-charmers/charm-layer-ovn#13
openstack-charmers/charm-layer-ovn#14

Update repo info.

Func-Test-Pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/263
Change-Id: I82578b2b9c9e65fe2d3c6b7ac7d113917d629174
Depends-On: I3799b6ffea26423719827b3961ebf79c44c11b2c
Depends-On: I55374006e3adeaf8be04ef69e2cf56619ad3bdb2

7f288f6... by Alex Kavanagh

Enable focal as part of the gate tests

Change-Id: I771b0133b6302dea66c9cc5f8d2871369d3bcad2

24f65d1... by Frode Nordahl

Use upstream subordinate release selection code

The charm provided interim solution gives inconsistent results
and is currently prohibiting deployment on Train.

Also activate default release selector code in the concrete charm
class module to make sure it is ready as on entry.

Depends-On: Ieae81619e06dc287c2c42ec944425be4de13d0d6
Change-Id: I51f1a81953b9dae85845fe390c72886f65117999

4b1fbd5... by Frode Nordahl

Enable Ussuri and Focal

Keep focal at dev-bundles until neighbouring charms are enabled.

Change-Id: I5df8dfb9925d29e587fbd3b975b964be794e39a9

ecfc4bf... by Frode Nordahl

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

c5c5350... by Frode Nordahl

Fix OVS reconfiguration, avoid uneccessary restarts

Rebuild to pick up changes from layer.

Change-Id: I7526cfb9e9a6b785867684f81c7683c2d1e32881