lp://staging/~gnuoy/charms/trusty/heat/add-nrpe-checks
Created by
Liam Young
and last modified
- Get this branch:
- bzr branch lp://staging/~gnuoy/charms/trusty/heat/add-nrpe-checks
Only
Liam Young
can upload to this branch. If you are
Liam Young
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Liam Young (community): Approve
-
Diff: 4992 lines (+2420/-601)41 files modifiedMakefile (+2/-2)
charm-helpers.yaml (+2/-0)
config.yaml (+10/-0)
hooks/charmhelpers/__init__.py (+22/-0)
hooks/charmhelpers/contrib/charmsupport/nrpe.py (+308/-0)
hooks/charmhelpers/contrib/charmsupport/volumes.py (+159/-0)
hooks/charmhelpers/contrib/hahelpers/apache.py (+10/-3)
hooks/charmhelpers/contrib/hahelpers/cluster.py (+41/-19)
hooks/charmhelpers/contrib/network/ip.py (+212/-35)
hooks/charmhelpers/contrib/openstack/amulet/deployment.py (+40/-9)
hooks/charmhelpers/contrib/openstack/amulet/utils.py (+8/-5)
hooks/charmhelpers/contrib/openstack/context.py (+469/-225)
hooks/charmhelpers/contrib/openstack/ip.py (+41/-27)
hooks/charmhelpers/contrib/openstack/neutron.py (+26/-4)
hooks/charmhelpers/contrib/openstack/templates/haproxy.cfg (+27/-12)
hooks/charmhelpers/contrib/openstack/templates/openstack_https_frontend (+9/-8)
hooks/charmhelpers/contrib/openstack/templates/openstack_https_frontend.conf (+9/-8)
hooks/charmhelpers/contrib/openstack/templating.py (+5/-5)
hooks/charmhelpers/contrib/openstack/utils.py (+179/-12)
hooks/charmhelpers/contrib/python/packages.py (+77/-0)
hooks/charmhelpers/contrib/storage/linux/ceph.py (+132/-102)
hooks/charmhelpers/contrib/storage/linux/loopback.py (+4/-4)
hooks/charmhelpers/contrib/storage/linux/lvm.py (+1/-0)
hooks/charmhelpers/contrib/storage/linux/utils.py (+3/-2)
hooks/charmhelpers/core/decorators.py (+41/-0)
hooks/charmhelpers/core/fstab.py (+10/-8)
hooks/charmhelpers/core/hookenv.py (+83/-31)
hooks/charmhelpers/core/host.py (+90/-31)
hooks/charmhelpers/core/services/__init__.py (+2/-2)
hooks/charmhelpers/core/services/base.py (+3/-0)
hooks/charmhelpers/core/services/helpers.py (+124/-6)
hooks/charmhelpers/core/sysctl.py (+34/-0)
hooks/charmhelpers/core/templating.py (+3/-2)
hooks/charmhelpers/fetch/__init__.py (+45/-18)
hooks/charmhelpers/fetch/archiveurl.py (+99/-17)
hooks/charmhelpers/fetch/bzrurl.py (+5/-1)
hooks/charmhelpers/fetch/giturl.py (+51/-0)
hooks/heat_relations.py (+19/-2)
hooks/heat_utils.py (+9/-0)
metadata.yaml (+4/-0)
unit_tests/test_heat_relations.py (+2/-1)
Branch information
- Owner:
- Liam Young
- Status:
- Development
Recent revisions
- 33. By Brad Marshall
-
[bradm] Removed nagios check files as they're now in n-e-m charm, added support for sysvinit daemon monitoring.
- 31. By Brad Marshall
-
[bradm] Check if host_context is defined before using it, checking if files before installing
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)