~james-page/ntp-charm:add-update-status
Last commit made on
2016-10-18
- Get this branch:
-
git clone
-b add-update-status
https://git.qastaging.paddev.net/~james-page/ntp-charm
Only
James Page
can upload to this branch. If you are
James Page
please log in for upload directions.
Branch merges
Propose for merging
- Stuart Bishop (community): Approve
-
Diff: 3114 lines (+1404/-785)39 files modified.gitignore (+1/-0)
charm-helpers-sync.yaml (+1/-0)
hooks/charmhelpers/__init__.py (+9/-11)
hooks/charmhelpers/contrib/__init__.py (+9/-11)
hooks/charmhelpers/contrib/charmsupport/__init__.py (+9/-11)
hooks/charmhelpers/contrib/charmsupport/nrpe.py (+38/-14)
hooks/charmhelpers/contrib/charmsupport/volumes.py (+9/-11)
hooks/charmhelpers/contrib/templating/__init__.py (+9/-11)
hooks/charmhelpers/contrib/templating/jinja.py (+9/-11)
hooks/charmhelpers/core/__init__.py (+9/-11)
hooks/charmhelpers/core/decorators.py (+9/-11)
hooks/charmhelpers/core/files.py (+9/-11)
hooks/charmhelpers/core/fstab.py (+9/-11)
hooks/charmhelpers/core/hookenv.py (+95/-18)
hooks/charmhelpers/core/host.py (+240/-119)
hooks/charmhelpers/core/host_factory/__init__.py (+0/-0)
hooks/charmhelpers/core/host_factory/centos.py (+56/-0)
hooks/charmhelpers/core/host_factory/ubuntu.py (+56/-0)
hooks/charmhelpers/core/hugepage.py (+9/-11)
hooks/charmhelpers/core/kernel.py (+30/-26)
hooks/charmhelpers/core/kernel_factory/__init__.py (+0/-0)
hooks/charmhelpers/core/kernel_factory/centos.py (+17/-0)
hooks/charmhelpers/core/kernel_factory/ubuntu.py (+13/-0)
hooks/charmhelpers/core/services/__init__.py (+9/-11)
hooks/charmhelpers/core/services/base.py (+9/-11)
hooks/charmhelpers/core/services/helpers.py (+20/-16)
hooks/charmhelpers/core/strutils.py (+9/-11)
hooks/charmhelpers/core/sysctl.py (+9/-11)
hooks/charmhelpers/core/templating.py (+30/-21)
hooks/charmhelpers/core/unitdata.py (+9/-12)
hooks/charmhelpers/fetch/__init__.py (+39/-298)
hooks/charmhelpers/fetch/archiveurl.py (+10/-12)
hooks/charmhelpers/fetch/bzrurl.py (+46/-48)
hooks/charmhelpers/fetch/centos.py (+171/-0)
hooks/charmhelpers/fetch/giturl.py (+30/-34)
hooks/charmhelpers/fetch/ubuntu.py (+336/-0)
hooks/charmhelpers/osplatform.py (+19/-0)
hooks/ntp_hooks.py (+11/-2)
hooks/update-status (+1/-0)
Branch information
- Name:
- add-update-status
- Repository:
- lp:~james-page/ntp-charm
Recent commits
There was an error while fetching commit information from code hosting service. Please try again in a few minutes. If the problem persists, contact Launchpad support.