lp://staging/~freyes/charms/trusty/rabbitmq-server/use-is_elected_leader
- Get this branch:
- bzr branch lp://staging/~freyes/charms/trusty/rabbitmq-server/use-is_elected_leader
Branch merges
- Jorge Niedbalski (community): Approve
-
Diff: 72 lines (+8/-8)2 files modifiedhooks/rabbitmq_server_relations.py (+5/-5)
hooks/test_rabbitmq_server_relations.py (+3/-3)
Branch information
- Owner:
- Felipe Reyes
- Status:
- Development
Recent revisions
- 69. By Felipe Reyes
-
Replace eligible_leader with is_elected_leader
`eligible_leader` is deprecated in favor of `is_elected_leader` and this
patch does the change. This is useful to avoid populating the logs with
warnings. - 66. By Jorge Niedbalski
-
- Removed the finally block for avoid a NoneType exception triggered trying to add the cluster relation
- 65. By Jorge Niedbalski
-
- If there is no a valid DNS response ( A or PTR ) for the current hostname, use the current hostname. Fixes LP: #1378263
- 63. By Liam Young
-
[gnuoy,r=aisrael] Store amqp information in the peer relation for clustered deploys and echo back to client service for each unit. The removes the current SPOF where only the leader has set the relation information.
- 62. By Liam Young
-
[jjo,r=gnuoy] fixup rabbitmq nodename to DNS's PTR for node ip, to make it match peer's join_cluster.
Seems to fix lp#1342539. - 61. By Liam Young
-
[davidpbritton, r=hopem, r=gnuoy]
- make use of new compare_versions logic in charm helpers (fixing lp:1375084)
- add unit test for the same - 60. By David Britton
-
resync charmhelpers, make use of version compare from charmhelpers. [r=dpb] [a=tribaal]
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charms/rabbitmq-server