charm-percona-cluster:stable/16.04

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

Branch merges

Branch information

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

Recent commits

3b75e57... 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.

ae2ec22... by Ian Wienand

Replace openstack.org git:// URLs with https://

This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ia879f5bb8a5e8d524bed3400da9083315079f355

2c7501c... by James Page

Fix and tidy backup action

During refactoring of the actions codebase, the backup
action managed to miss getting the default 'args' parameter.

Add args parameter so the the backup action is functional again.

Enable pep8 checking of actions, tidy up issues.

Use boolean action options as real booleans, not as strings.

Change-Id: Ia75dd90ac31dce4009fd44f8c1d582814134e3d9
Closes-Bug: 1583898
(cherry picked from commit 094873d629c6117cec4d0c3c9788cd754d031752)

c4dae78... by James Page

Resync stable charm-helpers

Avoid use of 'service --status-all' which is currently
broken on trusty for upstart managed daemons; the change
moves to detecting how the daemon is managed, and then
using upstart status XXX or the return code of service XXX
status to determine whether a process is running.

Fixes for IPv6 network address detection under Ubuntu
16.04 which changes the output format of the ip commands
slightly.

Update the version map to include 8.1.x as a Neutron
version for Mitaka.

Change-Id: Id3fc1745d7af1757e8165ad578b7c1f95e9bf9ea
Closes-Bug: 1581171
Closes-Bug: 1581598
Closes-Bug: 1580674

9fc9067... by James Page

Updates for stable branch creation

Set defaultbranch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I7eae4a6da0bc5fccd08c6fe5d78f8e5fe8ca7bec

265de65... by James Page

Add wsrep_provider to configuration

For PXC on later Ubuntu releases, the wsrep provider never
actually gets set, resulting in un-clustered configurations.

Add the required wsrep_provider stanza to the mysqld.cnf
template to ensure that we actually deploy clustered PXC
instances when multiple units are used.

Change-Id: Ie0995be5151845382405396b63f404c9ea9a36ed
Closes-Bug: 1572604

324cdff... by Ryan Beisner

Update determine_packages to let package dependencies win

A previous charm work-around for forcefully installing the
mysql-client-5.6 package is no longer relevant, with
Utopic and Vivid both EOL. Wily and Xenial package
dependencies are in order for mysql-client.

Change-Id: I6d8c0c34d3bb3c4d19b641086f70c197961c4ad4
Closes-Bug: 1571789
Related-Bug: 1476845

f35fba4... by Liam Young

Fix pbr requirement

Change-Id: Idd9609798a231c3076b7f894642b5b69a1b3ea33

03962bb... by Liam Young

Charmhelper sync before 1604 testing

Change-Id: I8a37aad23b73950766285866b01ca8219d51e272

f756931... by Alex Kavanagh

Enhanced pause/resume for maintenance mode

Implemented pause/resume with checking whether the mysqld process
is running on the unit when paused.
Synced charm-helpers and modified charm-helpers-hooks.yaml to pull in
the relevant pause-helper modules plus ancillary stuff that
charmhelpers.contrib.openstack.utils depends on.

Change-Id: I510b2566bd44342cc19491b380186af0c87e080a