lp://staging/~hopem/charms/trusty/cinder-backup/amulet
Created by
Edward Hope-Morley
and last modified
- Get this branch:
- bzr branch lp://staging/~hopem/charms/trusty/cinder-backup/amulet
Only
Edward Hope-Morley
can upload to this branch. If you are
Edward Hope-Morley
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Ryan Beisner (community): Needs Fixing
- OpenStack Charmers: Pending requested
-
Diff: 5832 lines (+4396/-293)43 files modifiedMakefile (+6/-1)
charm-helpers-tests.yaml (+5/-0)
hooks/charmhelpers/contrib/network/ip.py (+21/-19)
hooks/charmhelpers/contrib/openstack/amulet/deployment.py (+108/-4)
hooks/charmhelpers/contrib/openstack/amulet/utils.py (+25/-3)
hooks/charmhelpers/contrib/openstack/context.py (+57/-11)
hooks/charmhelpers/contrib/openstack/files/check_haproxy.sh (+7/-5)
hooks/charmhelpers/contrib/openstack/neutron.py (+16/-2)
hooks/charmhelpers/contrib/openstack/templates/haproxy.cfg (+19/-11)
hooks/charmhelpers/contrib/openstack/utils.py (+121/-54)
hooks/charmhelpers/contrib/python/packages.py (+13/-4)
hooks/charmhelpers/contrib/storage/linux/ceph.py (+441/-59)
hooks/charmhelpers/contrib/storage/linux/loopback.py (+10/-0)
hooks/charmhelpers/core/hookenv.py (+54/-6)
hooks/charmhelpers/core/host.py (+126/-40)
hooks/charmhelpers/core/hugepage.py (+2/-0)
hooks/charmhelpers/core/services/helpers.py (+14/-5)
hooks/charmhelpers/core/templating.py (+21/-8)
hooks/charmhelpers/fetch/__init__.py (+10/-2)
hooks/charmhelpers/fetch/archiveurl.py (+1/-1)
hooks/charmhelpers/fetch/bzrurl.py (+22/-32)
hooks/charmhelpers/fetch/giturl.py (+19/-24)
hooks/cinder_backup_utils.py (+1/-1)
metadata.yaml (+1/-1)
tests/00-setup (+17/-0)
tests/014-basic-precise-icehouse (+11/-0)
tests/015-basic-trusty-icehouse (+9/-0)
tests/016-basic-trusty-juno (+11/-0)
tests/017-basic-trusty-kilo (+11/-0)
tests/018-basic-vivid-kilo (+9/-0)
tests/019-basic-wily-liberty (+9/-0)
tests/README (+68/-0)
tests/basic_deployment.py (+813/-0)
tests/charmhelpers/__init__.py (+38/-0)
tests/charmhelpers/contrib/__init__.py (+15/-0)
tests/charmhelpers/contrib/amulet/__init__.py (+15/-0)
tests/charmhelpers/contrib/amulet/deployment.py (+95/-0)
tests/charmhelpers/contrib/amulet/utils.py (+818/-0)
tests/charmhelpers/contrib/openstack/__init__.py (+15/-0)
tests/charmhelpers/contrib/openstack/amulet/__init__.py (+15/-0)
tests/charmhelpers/contrib/openstack/amulet/deployment.py (+302/-0)
tests/charmhelpers/contrib/openstack/amulet/utils.py (+985/-0)
tests/tests.yaml (+20/-0)
Branch information
- Owner:
- Edward Hope-Morley
- Status:
- Development
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)