lp://qastaging/~brad-marshall/charms/trusty/glance-simplestreams-sync/fix-nagios
Created by
Brad Marshall
and last modified
- Get this branch:
- bzr branch lp://qastaging/~brad-marshall/charms/trusty/glance-simplestreams-sync/fix-nagios
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.
- Liam Young (community): Approve
- OpenStack Charmers: Pending requested
-
Diff: 6768 lines (+4588/-544)47 files modifiedbin/charm_helpers_sync.py (+253/-0)
charm-helpers-sync.yaml (+2/-0)
config.yaml (+17/-1)
hooks/charmhelpers/__init__.py (+38/-0)
hooks/charmhelpers/contrib/__init__.py (+15/-0)
hooks/charmhelpers/contrib/charmsupport/IMPORT (+0/-14)
hooks/charmhelpers/contrib/charmsupport/__init__.py (+15/-0)
hooks/charmhelpers/contrib/charmsupport/nrpe.py (+149/-7)
hooks/charmhelpers/contrib/charmsupport/volumes.py (+21/-2)
hooks/charmhelpers/contrib/network/__init__.py (+15/-0)
hooks/charmhelpers/contrib/network/ip.py (+407/-26)
hooks/charmhelpers/contrib/openstack/__init__.py (+15/-0)
hooks/charmhelpers/contrib/openstack/alternatives.py (+16/-0)
hooks/charmhelpers/contrib/openstack/amulet/__init__.py (+15/-0)
hooks/charmhelpers/contrib/openstack/amulet/deployment.py (+111/-0)
hooks/charmhelpers/contrib/openstack/amulet/utils.py (+294/-0)
hooks/charmhelpers/contrib/openstack/context.py (+611/-205)
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 (+146/-0)
hooks/charmhelpers/contrib/openstack/neutron.py (+55/-3)
hooks/charmhelpers/contrib/openstack/templates/__init__.py (+16/-0)
hooks/charmhelpers/contrib/openstack/templates/haproxy.cfg (+30/-8)
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/templates/zeromq (+14/-0)
hooks/charmhelpers/contrib/openstack/templating.py (+43/-28)
hooks/charmhelpers/contrib/openstack/utils.py (+206/-91)
hooks/charmhelpers/core/__init__.py (+15/-0)
hooks/charmhelpers/core/decorators.py (+57/-0)
hooks/charmhelpers/core/fstab.py (+33/-13)
hooks/charmhelpers/core/hookenv.py (+106/-36)
hooks/charmhelpers/core/host.py (+157/-36)
hooks/charmhelpers/core/services/__init__.py (+18/-0)
hooks/charmhelpers/core/services/base.py (+329/-0)
hooks/charmhelpers/core/services/helpers.py (+267/-0)
hooks/charmhelpers/core/strutils.py (+42/-0)
hooks/charmhelpers/core/sysctl.py (+56/-0)
hooks/charmhelpers/core/templating.py (+68/-0)
hooks/charmhelpers/core/unitdata.py (+477/-0)
hooks/charmhelpers/fetch/__init__.py (+129/-39)
hooks/charmhelpers/fetch/archiveurl.py (+115/-17)
hooks/charmhelpers/fetch/bzrurl.py (+30/-2)
hooks/charmhelpers/fetch/giturl.py (+71/-0)
hooks/hooks.py (+13/-0)
metadata.yaml (+3/-0)
Branch information
- Owner:
- Brad Marshall
- Status:
- Development
Recent revisions
- 51. By Mike McCracken
-
Merge pull request #11 from mikemccracken/
configurable- cloudname add configurable cloud_name param
- 49. By Mike McCracken
-
Merge pull request #8 from mikemccracken/
add-makefile- and-sync Add makefile and sync
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)