charm-percona-cluster:stable/18.08

Last commit made on 2019-04-19
Get this branch:
git clone -b stable/18.08 https://git.launchpad.net/charm-percona-cluster

Branch merges

Branch information

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

Recent commits

9eb0149... by OpenDev Sysadmins <email address hidden>

OpenDev Migration Patch

This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.

0c4418f... by Doug Hellmann

import zuul job settings from project-config

This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I32a83ab66613faac2afd5cdad295bde8b5b60947
Story: #2002586
Task: #24317

03f22c7... by David Ames

Updates for 18.08 stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: Ie48e9c9e8822e6b435618b879a2e37a3b1ae55a8

960e2ac... by Ryan Beisner

Update functional test definitions

Change-Id: Ib0fe0304761729d6df494cbe6cae42ebd9300a12

1219f7b... by Felipe Reyes

Check if it's leader before calling leader_set()

There may be situations where leader-elected hook is executed without
being the leader and making leader_set() calls fail, this patch verifies
if it's the leader before attempting to use leader_set()

Change-Id: Ia435069f5df80bfdf0236d14664317990bd06407
Closes-Bug: 1784584

e49f780... by Chris MacNaughton

Sync charm-helpers to ensure Rocky support

Change-Id: Ibf2bbd56a06deda4770781edaeb61340b774b3c1

d7cc717... by Zuul <email address hidden>

Merge "Use correct SST password in backup action"

99e9dcf... by Ryan Beisner

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

d105cab... by Vu Cong Tuan

Add py36 testenv

Python 3.6 is installed by default in Ubuntu 18.04 LTS.
Therefore, according to Transition Plan [1],
it'll be handy to have py36 testenv.

For more details, please check Python2 Deprecation Timeline [2]
and Python3-first Goal - Completion Criteria [3].

[1] https://wiki.ubuntu.com/Python/Python36Transition
[2] https://governance.openstack.org/tc/resolutions/20180529-python2-deprecation-timeline.html
[3] https://review.openstack.org/#/c/575933/8/goals/stein/python3-first.rst@42

Change-Id: I60e3789829b738422258bb3373f16f48c24052c4

f19a766... by Trent Lloyd

Use correct SST password in backup action

The backup action currently retrieves the sst-password from the charm
configuration exclusively, instead of the leader settings where it is
usually stored when auto-generated.

Always retrieve the correct SST password using the
percona_utils._get_password function.

Change-Id: I06d36c13ecc48a942e559d09d94e7813a2254479