charm-ovn-chassis:stable/20.10

Last commit made on 2020-11-23
Get this branch:
git clone -b stable/20.10 https://git.launchpad.net/charm-ovn-chassis

Branch merges

Branch information

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

Recent commits

91b4393... by Frode Nordahl

Rebuild to pull in c-h and layer fixes

c-h: Handle Unicode decode errors on `ip` output gracefully
layer-ovn: Do not execute handlers in `update-status` hook

Change-Id: I84f10656a56193a24839f8873d24556ef30ab408
Closes-Bug: #1904978
(cherry picked from commit 827920de7c439fd43c1f8699b74c18eb6cfe7050)

6bc2935... by Frode Nordahl

Fix SR-IOV support, restore `debug` configuration option

The `debug` configuration option was removed in
commit 2924a7e6835c108683f2fff531a64d2ea4459b2a which broke the
SR-IOV support.

Change-Id: Ica62114dcc4d68549d18bb8242ae57e87aba87d1
Closes-Bug: #1903638
(cherry picked from commit f02046456b7984c257a10d25c135258f6a692e7b)

404a44d... by Aurelien Lourot

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: Ib5292ff0b6596213124c6f7a2bd0d7497d9fd920

a7b4458... by David Ames

Rebuild for layer-ovn update

Rebuild to bring in fix for LP Bug#1900457 in layer-ovn.
Closes-Bug: 1900457

Change-Id: I593368bd820fd34f58bd3b574c70a8b406ae11eb

8c7ba07... by Alex Kavanagh

Rebuild reactive charms to pick up latest charm-helpers release.

v0.20.18 has been released and needs incorporating into the reactive charms.

Change-Id: I5e1a6c7520de31ef0968064366b28ddc0b356ae2

3d90310... by Zuul <email address hidden>

Merge "Add NRPE checks for services"

e8efd46... by Xav Paice

Add NRPE checks for services

Adds the nrpe-external-master layer and checks for services managed by
this charm.

func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/433
Layer PR: https://github.com/openstack-charmers/charm-layer-ovn/pull/23

Change-Id: I6499c4d92d9c495f92f750061d82d06642c0ccfb
Closes-Bug: #1896674

78989c1... by Alex Kavanagh

Sync libraries & common files prior to freeze

* charm-helpers sync for classic charms
* charms.ceph sync for ceph charms
* rebuild for reactive charms
* sync tox.ini files as needed
* sync requirements.txt files to sync to standard

Change-Id: Iff60abe0c9abd07889cae28f83b5840c9a8a21bc

f80a3be... by Frode Nordahl

Remove Eoan support as it is EOL

The gate test is currently blocked as it includes eoan bundles
which juju no longer have agents for.

Change-Id: I1e9d7b02028efc2b726ba54f8b29b1ad0de60421

e06b578... by Frode Nordahl

Add configuration option for Neutron OVN Metadata workers

The Neutron default of number of CPUs / 2 is way too high for the
Neutron OVN Metadata service and puts an unneccessary toll on the
OVN Southbound database.

Add a new configuration option to control this which defaults to
2.

Note that we do not use the default worker-multiplier handling
code that many other of our charms use because the main use case
for that code is to handle the use case where API services run in
containers.

The Neutron OVN Metadata service runs directly on the host.

Merge after openstack-charmers/charm-layer-ovn#21

Change-Id: Ic335a552dc9afcaab026c534499e4070846851eb
Closes-Bug: #1893656