lp://qastaging/~brad-marshall/charms/trusty/mongodb/add-nrpe-checks
Created by
Brad Marshall
and last modified
- Get this branch:
- bzr branch lp://qastaging/~brad-marshall/charms/trusty/mongodb/add-nrpe-checks
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.
- charmers: Pending requested
- Adam Israel: Pending requested
- Review Queue: Pending (automated testing) requested
- Liam Young: Pending requested
-
Diff: 2694 lines (+1553/-357)33 files modifiedcharm-helpers-sync.yaml (+1/-0)
config.yaml (+11/-0)
files/nrpe-external-master/check_upstart_job (+72/-0)
hooks/charmhelpers/__init__.py (+16/-0)
hooks/charmhelpers/contrib/__init__.py (+15/-0)
hooks/charmhelpers/contrib/charmsupport/__init__.py (+15/-0)
hooks/charmhelpers/contrib/charmsupport/nrpe.py (+358/-0)
hooks/charmhelpers/contrib/charmsupport/volumes.py (+175/-0)
hooks/charmhelpers/contrib/hahelpers/__init__.py (+15/-0)
hooks/charmhelpers/contrib/hahelpers/cluster.py (+0/-248)
hooks/charmhelpers/contrib/python/__init__.py (+15/-0)
hooks/charmhelpers/contrib/python/packages.py (+0/-80)
hooks/charmhelpers/core/__init__.py (+15/-0)
hooks/charmhelpers/core/decorators.py (+16/-0)
hooks/charmhelpers/core/fstab.py (+19/-3)
hooks/charmhelpers/core/hookenv.py (+16/-0)
hooks/charmhelpers/core/host.py (+24/-5)
hooks/charmhelpers/core/services/__init__.py (+16/-0)
hooks/charmhelpers/core/services/base.py (+16/-0)
hooks/charmhelpers/core/services/helpers.py (+16/-0)
hooks/charmhelpers/core/strutils.py (+42/-0)
hooks/charmhelpers/core/sysctl.py (+28/-6)
hooks/charmhelpers/core/templating.py (+19/-3)
hooks/charmhelpers/core/unitdata.py (+477/-0)
hooks/charmhelpers/fetch/__init__.py (+16/-0)
hooks/charmhelpers/fetch/archiveurl.py (+26/-10)
hooks/charmhelpers/fetch/bzrurl.py (+25/-1)
hooks/charmhelpers/fetch/giturl.py (+20/-0)
hooks/charmhelpers/payload/__init__.py (+16/-0)
hooks/charmhelpers/payload/execd.py (+16/-0)
hooks/hooks.py (+33/-0)
metadata.yaml (+3/-0)
tests/03_deploy_replicaset.py (+1/-1)
Related bugs
Bug #1379629: nrpe-external-master interface missing in openstack charms | Undecided | Fix Released |
|
Related blueprints
Branch information
- Owner:
- Brad Marshall
- Status:
- Development
Recent revisions
- 66. By Mario Splivalo
-
[mariosplivalo, r=niedbalski,
freyes] Fixes various replicaset issues bug LP: #1403698, LP: #1370542, LP: #1379604 unit tests Ok, amulet tests OK.
- 65. By Matt Bruzek
-
[wes] Merge exec.d and volume relation_id patches from precise charm
[mbruzek] Fixed lint errors in hooks.py file so tests would pass. - 64. By Charles Butler
-
[r=lazypower] dann frazier 2014-11-20 Use ppa:mongodb-
arm64/ppa by default when running on arm64/trusty - 62. By Mario Splivalo
-
[mariosplivalo, r=niedbalski] Upgrades charmhelpers, and adds contrib.
hahelpers. cluster, make lint fixes.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/charms/mongodb