Merge lp://staging/~openstack-charmers/charms/precise/mysql/ha-support into lp://staging/charms/mysql
Proposed by
James Page
Status: | Merged |
---|---|
Merged at revision: | 97 |
Proposed branch: | lp://staging/~openstack-charmers/charms/precise/mysql/ha-support |
Merge into: | lp://staging/charms/mysql |
Diff against target: |
1376 lines (+1044/-149) 19 files modified
config.yaml (+36/-0) hooks/common.py (+2/-2) hooks/config-changed (+1/-1) hooks/ha_relations.py (+146/-0) hooks/install (+2/-1) hooks/lib/ceph_utils.py (+256/-0) hooks/lib/cluster_utils.py (+130/-0) hooks/lib/utils.py (+283/-0) hooks/master-relation-changed (+1/-1) hooks/monitors.common.bash (+1/-1) hooks/shared-db-relations (+0/-137) hooks/shared_db_relations.py (+139/-0) hooks/slave-relation-broken (+2/-2) hooks/slave-relation-changed (+2/-2) hooks/upgrade-charm (+17/-1) metadata.yaml (+8/-0) revision (+1/-1) scripts/add_to_cluster (+13/-0) scripts/remove_from_cluster (+4/-0) |
To merge this branch: | bzr merge lp://staging/~openstack-charmers/charms/precise/mysql/ha-support |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Marco Ceppi (community) | Approve | ||
charmers | Pending | ||
Review via email: mp+165059@code.staging.launchpad.net |
Description of the change
This branch constitutes the work done in the last 6 months to enable HA support for MySQL to support OpenStack HA.
To post a comment you must log in.
Reviewing now