lp://qastaging/~james-page/charms/trusty/rabbitmq-server/lp-1480893
Created by
James Page
and last modified
- Get this branch:
- bzr branch lp://qastaging/~james-page/charms/trusty/rabbitmq-server/lp-1480893
Only
James Page
can upload to this branch. If you are
James Page
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Rejected
for merging
into
lp://qastaging/~openstack-charmers-archive/charms/trusty/rabbitmq-server/next
- charmers: Pending requested
-
Diff: 96 lines (+37/-6)3 files modifiedhooks/charmhelpers/contrib/peerstorage/__init__.py (+5/-4)
hooks/charmhelpers/core/hookenv.py (+16/-1)
tests/charmhelpers/core/hookenv.py (+16/-1)
Superseded
for merging
into
lp://qastaging/charms/trusty/rabbitmq-server
- charmers: Pending requested
-
Diff: 4321 lines (+2410/-456)36 files modifiedcharm-helpers.yaml (+1/-0)
hooks/charmhelpers/cli/__init__.py (+195/-0)
hooks/charmhelpers/cli/benchmark.py (+36/-0)
hooks/charmhelpers/cli/commands.py (+32/-0)
hooks/charmhelpers/cli/host.py (+31/-0)
hooks/charmhelpers/cli/unitdata.py (+39/-0)
hooks/charmhelpers/contrib/hahelpers/cluster.py (+47/-3)
hooks/charmhelpers/contrib/openstack/amulet/deployment.py (+42/-5)
hooks/charmhelpers/contrib/openstack/amulet/utils.py (+361/-51)
hooks/charmhelpers/contrib/openstack/context.py (+47/-34)
hooks/charmhelpers/contrib/openstack/ip.py (+49/-44)
hooks/charmhelpers/contrib/openstack/neutron.py (+16/-9)
hooks/charmhelpers/contrib/openstack/templates/ceph.conf (+6/-6)
hooks/charmhelpers/contrib/openstack/templating.py (+2/-2)
hooks/charmhelpers/contrib/openstack/utils.py (+88/-24)
hooks/charmhelpers/contrib/peerstorage/__init__.py (+124/-3)
hooks/charmhelpers/contrib/python/packages.py (+30/-5)
hooks/charmhelpers/contrib/storage/linux/ceph.py (+6/-6)
hooks/charmhelpers/contrib/storage/linux/utils.py (+1/-1)
hooks/charmhelpers/core/files.py (+45/-0)
hooks/charmhelpers/core/hookenv.py (+352/-44)
hooks/charmhelpers/core/host.py (+56/-12)
hooks/charmhelpers/core/services/base.py (+43/-19)
hooks/charmhelpers/core/services/helpers.py (+2/-2)
hooks/charmhelpers/core/unitdata.py (+61/-17)
hooks/charmhelpers/fetch/__init__.py (+24/-15)
hooks/charmhelpers/fetch/archiveurl.py (+7/-1)
hooks/charmhelpers/fetch/giturl.py (+8/-6)
hooks/rabbit_utils.py (+24/-14)
hooks/rabbitmq_server_relations.py (+76/-39)
tests/charmhelpers/core/files.py (+45/-0)
tests/charmhelpers/core/hookenv.py (+352/-44)
tests/charmhelpers/core/host.py (+56/-12)
tests/charmhelpers/core/services/base.py (+43/-19)
tests/charmhelpers/core/services/helpers.py (+2/-2)
tests/charmhelpers/core/unitdata.py (+61/-17)
Related bugs
Bug #1480893: Upgrading from stable to devel charm breaks clients | Critical | Fix Released |
Related blueprints
Branch information
- Owner:
- James Page
- Status:
- Development
Recent revisions
- 99. By James Page
-
Fixup regression in configuration of local nodename, avoiding issues when forward/reverse dns is a bit broken.
- 96. By James Page
-
Ensure yaml library is usable
Newer Ubuntu versions don't have python-yaml installed by default.
Handle this automatically in the charm.
- 95. By Liam Young
-
[gnuoy, trivial] Fix amulet monitoring tests since key and cert were removed in previous ,mp
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/charms/rabbitmq-server