charm-percona-cluster:stable/19.10

Last commit made on 2019-12-16
Get this branch:
git clone -b stable/19.10 https://git.launchpad.net/charm-percona-cluster

Branch merges

Branch information

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

Recent commits

203b961... by Alex Kavanagh

Ensure PROCESS perm for sstuser on series-upgrade

This patch ensures that the PROCESS permission is added to the sstuser
user during a series upgrade from xenial to bionic. Also patches the
README to correct some of the commands in terms of order of parameters.

Closes-Bug: #1838044
(cherry picked from commit 15e5042854f3dabd59abe8913ffe06e4a72de9e7)

Change-Id: Iede2faaa1a06228e12c0b03882ddccd56bcb99f8

2baf173... by David Ames

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I6d3364b2d6fc0d4cf82ca026da32dbeeecb7aa26

9b68baa... by Ryan Beisner

Sync charm/ceph helpers, tox, and requirements

Change-Id: I340623964d1d016fb8425803bf963394a27935e5

9b1699e... by Camille Rodriguez

Add disco-stein bundle to gate tests

The bundle disco-stein was in the dev bundles because
a bug with the Python 3.7 syntax prevented the success of
the deployment of HA clusters. This bug is fixed, we can
reintegrate disco-stein in the gate bundles.

Other small additions:
- Removed unused Amluet test templates
- removing sitepackages in tox.ini to avoid test env pollution
- skip_missing_interpreters in tox.ini set to False to avoid false
positives by skipping missing interpreters.

LP Related-Bug: #1823718
Change-Id: I38ba1d762fede6c25b8b4c41919859e52eb097fd

0caf06b... by Zuul <email address hidden>

Merge "Fix example command to use spaces"

59362ac... by Chris MacNaughton

Update series metadata

Ensure that EOL releases are removed from metadata
and tests, and that the current dev release is enabled
in metadata. Dev release tests are enabled separately
because of chickens and eggs.

Change-Id: I3652972853bb198374eed97b56747e0d1393b9c1

8a8495a... by Zuul <email address hidden>

Merge "Add Python 3 Train unit tests"

bd12b35... by Peter Matulis

use indentation instead of backticks - driveby formatting and minor fixes

Change-Id: I3a548d7941084f862d40ccdbb59f5d4706557432

475b889... by David Ames

Do not add former leader to hosts

After a cold boot, the leader has likely changed. Do not add this node
as a former leader to the hosts list. This may cause changes to
mysqld.cnf and an unwanted attempted restart of mysql.

Change-Id: I5fc4b7822a4550e53e97655771938a903f92fcb1
Close-Bug: #1838648

9391662... by Liam Young

Ensure ocf file is installed

Ensure ocf file is installed early so that mysql monitor resource can
start as soon as it is defined. Otherwise it will be down and may
not come backup without manual intervention.

Change-Id: I5da6da4ddde25219e06ef47bba5f3004ccf678ee
Closes-Bug: #1837401