Merge lp://staging/~freyes/charms/trusty/hacluster/add-location into lp://staging/~openstack-charmers/charms/trusty/hacluster/next
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~freyes/charms/trusty/hacluster/add-location |
Merge into: | lp://staging/~openstack-charmers/charms/trusty/hacluster/next |
Diff against target: |
137 lines (+101/-0) 4 files modified
.bzrignore (+1/-0) hooks/hooks.py (+10/-0) setup.cfg (+6/-0) unit_tests/test_hacluster_hooks.py (+84/-0) |
To merge this branch: | bzr merge lp://staging/~freyes/charms/trusty/hacluster/add-location |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jorge Niedbalski (community) | Needs Fixing | ||
Review via email: mp+252022@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2015-03-06.
Description of the change
Add 'location' parameter to define location rules[0]. Fixes bug #1428850
Unmerged revisions
- 44. By Felipe Reyes
-
Drop str() when logging parameters
log() already takes care of calling repr() when needed
- 43. By Felipe Reyes
-
Add unit test for configure_
principle_ cluster_ resources( ) This is the handler for ha-relation-joined, ha-relation-
changed,
hanode-relation- joined and hanode- relation- changed - 42. By Felipe Reyes
-
Add support to define location rules in pcmkr
Fixes bug #1428850
- 41. By Liam Young
-
Fix charm-helpers.yaml and charmhelper sync
- 40. By Edward Hope-Morley
-
[hopem,
r=niedbalski, tinoco, wolsen] Don't upgrade pacemaker packages. This restriction
can be removed once 1382842 is fixed but for the
moment we can't allow upgrades due to issues with
pacemaker dependencies.Closes-Bug: 1382842
- 39. By Edward Hope-Morley
-
[freyes,r=hopem]
Add debug option to config.yaml and optionally enable
debug logging in corosync.conf - 38. By James Page
-
Merge in bundle tests from master charm
- 37. By Edward Hope-Morley
-
[wolsen,r=hopem]
Specify the vote count for multicast quorum to be the number of nodes
which are configured. Additionally, specify the two_node value in the
quorum section when there are 2 nodes configured.Closes-Bug: 1394008
- 36. By Edward Hope-Morley
-
[gnuoy,
r=jamespage, hopem] Adds unicast support
corosync_transport can now be uysed to specify udp or udpu.
Closes-Bug: 1348521
- 35. By Edward Hope-Morley
-
[hopem] synced lp:charm-helpers
Felipe,
Thanks for this patch. Mind to add a test for covering your change?