charm-percona-cluster:stable/21.10

Last commit made on 2021-10-21
Get this branch:
git clone -b stable/21.10 https://git.launchpad.net/charm-percona-cluster

Branch merges

Branch information

Name:
stable/21.10
Repository:
lp:charm-percona-cluster

Recent commits

c0fea82... by Alex Kavanagh

21.10 - Release

Remove the "channel: candidate" from the func-test
bundles.

Change-Id: I11b231748ea4edb772c21446ab66f019a35db71b

4582587... by Alex Kavanagh

21.10 - Stable cut of charms for testing period

* use stable/21.10 libraries
* use zaza/zaza-openstack-tests at stable/21.10
* build.lock files for reactive charms
* bundles refer to ~openstack-charms candidate channel

Change-Id: I00d968fea8d10760e83df60ae170bb68e833779c

5728e15... by Zuul <email address hidden>

Merge "Added NRPE requested governor CPU check"

e1ca400... by Alex Kavanagh

charm-helpers sync for 21.10 release

- charm-helpers sync for new charm-helpers changes
- update tox/pip.sh to ensure setuptools<50.0.0

Change-Id: If2397cf401d1bcec3ff7c622fa9e3477291fc7eb

7d240fa... by Diko Parvanov

Added NRPE requested governor CPU check

Change-Id: Ib03c29f14388476f00e42b406d8d1c86152e6757

75fcf19... by Nicholas Njihia

Add max_connect_errors configuration option.

This change adds the config option max_connect_errors for MySQL to this
charm and sets a default of 100.
Commit also includes the inclusion of this (default) config setting in the
unit tests.
Closes-Bug: #1776908

Change-Id: I33b9e29bd64ad8a1fec0edc3dfd657a87648b537

fc9b9db... by Billy Olsen

Don't configure databases to replicate w/out async

Check that that the asynchronous replication relations exist prior
to providing the databases_to_replicate to the templating engine
code. Specifying the databases-to-replicate config option is not
supposed to apply when the asynchronous relation is not established.

Closes-Bug: #1934680
Change-Id: Iedd0532268f0bf533305412105590c5afdd7c0ec

524a357... by Aurelien Lourot

Sync release-tools

In order to fix ResolutionImpossible on tox invocation.

https://github.com/openstack-charmers/release-tools/issues/151
https://github.com/openstack-charmers/release-tools/pull/152

Change-Id: I7e20ce898d770ce93e784f123e172f39eab7a2db

6d2fbba... by Zuul <email address hidden>

Merge "c-h sync - restore proxy env vars for add-apt-repository"

274165b... by yawei yang

setup.cfg: Replace dashes with underscores

Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I32a6b4aa31c9b58ac632025670f50a065120c109