lp://qastaging/~brad-marshall/charms/trusty/rabbitmq-server/nagios-fixes-sync-charmhelpers
Created by
Brad Marshall
and last modified
- Get this branch:
- bzr branch lp://qastaging/~brad-marshall/charms/trusty/rabbitmq-server/nagios-fixes-sync-charmhelpers
Only
Brad Marshall
can upload to this branch. If you are
Brad Marshall
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Marco Ceppi (community): Approve
- Adam Israel (community): Approve
- Review Queue (community): Needs Fixing (automated testing)
- OpenStack Charmers: Pending requested
-
Diff: 1626 lines (+1012/-144)29 files modifiedcharm-helpers.yaml (+1/-1)
config.yaml (+6/-0)
hooks/charmhelpers/contrib/charmsupport/nrpe.py (+41/-7)
hooks/charmhelpers/contrib/hahelpers/cluster.py (+5/-1)
hooks/charmhelpers/contrib/network/ip.py (+84/-1)
hooks/charmhelpers/contrib/openstack/amulet/deployment.py (+5/-2)
hooks/charmhelpers/contrib/openstack/context.py (+29/-10)
hooks/charmhelpers/contrib/openstack/files/__init__.py (+18/-0)
hooks/charmhelpers/contrib/openstack/files/check_haproxy.sh (+32/-0)
hooks/charmhelpers/contrib/openstack/files/check_haproxy_queue_depth.sh (+30/-0)
hooks/charmhelpers/contrib/openstack/ip.py (+37/-0)
hooks/charmhelpers/contrib/openstack/templates/ceph.conf (+15/-0)
hooks/charmhelpers/contrib/openstack/templates/haproxy.cfg (+58/-0)
hooks/charmhelpers/contrib/openstack/templates/openstack_https_frontend (+24/-0)
hooks/charmhelpers/contrib/openstack/templates/openstack_https_frontend.conf (+24/-0)
hooks/charmhelpers/contrib/openstack/templates/zeromq (+14/-0)
hooks/charmhelpers/contrib/openstack/utils.py (+7/-72)
hooks/charmhelpers/contrib/python/packages.py (+2/-2)
hooks/charmhelpers/core/fstab.py (+4/-4)
hooks/charmhelpers/core/host.py (+5/-5)
hooks/charmhelpers/core/services/helpers.py (+12/-4)
hooks/charmhelpers/core/strutils.py (+42/-0)
hooks/charmhelpers/core/sysctl.py (+13/-7)
hooks/charmhelpers/core/templating.py (+3/-3)
hooks/charmhelpers/core/unitdata.py (+477/-0)
hooks/charmhelpers/fetch/archiveurl.py (+10/-10)
hooks/charmhelpers/fetch/giturl.py (+1/-1)
hooks/rabbit_utils.py (+8/-0)
hooks/rabbitmq_server_relations.py (+5/-14)
Branch information
- Owner:
- Brad Marshall
- Status:
- Development
Recent revisions
- 86. By Brad Marshall
-
[bradm] Remove init nrpe checks, something isn't quite right with them for the checks.
- 83. By Brad Marshall
-
[bradm] Add nrpe service check, add configurable nagios servicegroup, sync charmhelpers
- 80. By James Page
-
[jamespage,r=gnuoy] Misc fixes
Missing support for access-network feature.
Incorrect configuration for ceph pool replica count.
Better use of venv between lint and unit_test.
- 79. By James Page
-
[wolson,
r=jamespage, t=osci] Update restart logic around config-change hook to avoid extra restarts. - 78. By Felipe Reyes
-
[freyes, r=niedbalski] Adds support for mirrored queues when the configuration key 'mirroring-queues' is set to True.
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