lp:~gnuoy/charms/trusty/hacluster/pause-resume
Created by
Liam Young
on
2016-03-23
and last modified on
2016-03-29
- Get this branch:
- bzr branch lp:~gnuoy/charms/trusty/hacluster/pause-resume
Only
Liam Young
can upload to this branch. If you are
Liam Young
please log in for upload directions.
Branch merges
- James Page: Approve on 2016-03-30
-
Diff: 4431 lines (+2885/-406)29 files modifiedactions.yaml (+5/-0)
actions/actions.py (+41/-0)
hooks/charmhelpers/cli/__init__.py (+4/-8)
hooks/charmhelpers/cli/commands.py (+4/-4)
hooks/charmhelpers/cli/hookenv.py (+23/-0)
hooks/charmhelpers/contrib/charmsupport/nrpe.py (+52/-14)
hooks/charmhelpers/contrib/network/ip.py (+46/-23)
hooks/charmhelpers/contrib/openstack/utils.py (+936/-70)
hooks/charmhelpers/contrib/python/packages.py (+35/-11)
hooks/charmhelpers/contrib/storage/linux/ceph.py (+812/-61)
hooks/charmhelpers/contrib/storage/linux/loopback.py (+10/-0)
hooks/charmhelpers/contrib/storage/linux/utils.py (+3/-2)
hooks/charmhelpers/core/hookenv.py (+127/-33)
hooks/charmhelpers/core/host.py (+276/-75)
hooks/charmhelpers/core/hugepage.py (+71/-0)
hooks/charmhelpers/core/kernel.py (+68/-0)
hooks/charmhelpers/core/services/helpers.py (+30/-5)
hooks/charmhelpers/core/strutils.py (+30/-0)
hooks/charmhelpers/core/templating.py (+21/-8)
hooks/charmhelpers/fetch/__init__.py (+18/-2)
hooks/charmhelpers/fetch/archiveurl.py (+1/-1)
hooks/charmhelpers/fetch/bzrurl.py (+22/-32)
hooks/charmhelpers/fetch/giturl.py (+20/-23)
hooks/hooks.py (+2/-14)
hooks/utils.py (+133/-4)
tests/basic_deployment.py (+46/-0)
tests/charmhelpers/contrib/amulet/utils.py (+6/-1)
tests/charmhelpers/contrib/openstack/amulet/deployment.py (+3/-2)
tests/charmhelpers/contrib/openstack/amulet/utils.py (+40/-13)
Related bugs
| Bug #1558642: Update charm to use new pause/resume helpers | Medium | Fix Released |
|
Related blueprints
Branch information
- Owner:
- Liam Young
- Status:
- Development
Recent revisions
- 67. By Liam Young on 2016-03-29
-
Unpack tuple before passing it status_set since that is what status_set is expecting
- 62. By Liam Young on 2016-01-12
-
Update test combo definitions, remove Vivid deprecated release tests, update bundletester testplan yaml, update tests README.
- 61. By David Ames on 2015-12-18
-
[1chb1n, r=thedac] Amulet tests: add and enable known-passing U:OS targets (all but systemd-based); enable debug/verbose on deployed services to improve failure troubleshooting.
- 60. By David Ames on 2015-12-17
-
[1chb1n, r=thedac] Amulet tests:
- Add debug logging for improved test feedback
- Wait for unit readiness before testing
- Prevent extra bootstrap cycle from 00-setup
- Sync tests/charmhelpers
- Clean up old lint which was masked by noqa
- Resolve unit index issue with newer versions of Juju.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:charms/hacluster
