Merge lp://staging/~opnfv-team/charms/trusty/percona-cluster/power8 into lp://staging/~openstack-charmers/charms/trusty/percona-cluster/next
Status: | Rejected |
---|---|
Rejected by: | James Page |
Proposed branch: | lp://staging/~opnfv-team/charms/trusty/percona-cluster/power8 |
Merge into: | lp://staging/~openstack-charmers/charms/trusty/percona-cluster/next |
Diff against target: |
61 lines (+13/-2) 3 files modified
charmhelpers/contrib/database/mysql.py (+5/-2) hooks/percona_hooks.py (+2/-0) hooks/percona_utils.py (+6/-0) |
To merge this branch: | bzr merge lp://staging/~opnfv-team/charms/trusty/percona-cluster/power8 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
David Ames | Pending | ||
OpenStack Charmers | Pending | ||
Review via email: mp+288723@code.staging.launchpad.net |
Unmerged revisions
- 90. By Narinder Gupta
-
modified to include the power8 changes.
- 89. By Jill Rouleau
-
Add backup action
Add a new action to backup the pxc database on a unit.
Backups by default are stored in /opt/backups/mysql and can
optionally be compressed and done as incremental backups.Change-Id: I5c6ab9fd8be7cb
6cdb2a26e849ec0 b22d8d4f9a6 - 88. By James Page
-
Add tox support for check/gate
This charm was missed pre-migration to git/gerrit.
Add support for executing pep8 and unit tests using tox.
Change-Id: I5518e870c572cc
c292d6fe4e9b7c9 10c7f3f0260 - 87. By uosci-testing-bot
-
Adapt imports and metadata for github move
- 86. By James Page
-
Add gitreview prior to migration to openstack
- 85. By Liam Young
-
[thedac, r=gnuoy] Charm helpers sync. Make the service_running status check cover percona-cluster's unique status message.
- 84. By David Ames
-
[jamespage, r=thedac] Fix Bug:1481362 Make datadir dynamic depending on ubuntu version
- 83. By Liam Young
-
Update test combo definitions, remove Vivid deprecated release tests, update bundletester testplan yaml, update tests README.
- 82. By Liam Young
-
[hopem, r=gnuoy]
Improve shared-db rel logging and tidy get_db_host
Closes-Bug: 1512293 - 81. By James Page
-
Update maintainer
this merge proposal is from IBM where percona-cluster charm was failing to install on power8 system. It seems there was no root-password was set during install and even config option did not help. But after doing this modification we are able to install this on Power8 system.