lp://qastaging/~xfactor973/charms/trusty/ceph/erasure_actions
Created by
Chris Holcombe
and last modified
- Get this branch:
- bzr branch lp://qastaging/~xfactor973/charms/trusty/ceph/erasure_actions
Only
Chris Holcombe
can upload to this branch. If you are
Chris Holcombe
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- James Page: Needs Fixing
-
Diff: 1893 lines (+1247/-134)29 files modified.bzrignore (+1/-0)
Makefile (+1/-1)
actions.yaml (+175/-0)
actions/__init__.py (+3/-0)
actions/ceph_ops.py (+103/-0)
actions/create-erasure-profile (+89/-0)
actions/create-pool (+38/-0)
actions/delete-erasure-profile (+24/-0)
actions/delete-pool (+28/-0)
actions/get-erasure-profile (+18/-0)
actions/list-erasure-profiles (+22/-0)
actions/list-pools (+17/-0)
actions/pool-get (+19/-0)
actions/pool-set (+23/-0)
actions/pool-statistics (+15/-0)
actions/remove-pool-snapshot (+19/-0)
actions/rename-pool (+16/-0)
actions/set-pool-max-bytes (+16/-0)
actions/snapshot-pool (+18/-0)
hooks/ceph_broker.py (+238/-42)
hooks/charmhelpers/contrib/network/ip.py (+15/-0)
hooks/charmhelpers/contrib/storage/linux/ceph.py (+38/-12)
hooks/charmhelpers/core/host.py (+41/-26)
hooks/charmhelpers/fetch/giturl.py (+3/-1)
tests/charmhelpers/contrib/openstack/amulet/deployment.py (+3/-2)
tox.ini (+1/-1)
unit_tests/test_ceph_broker.py (+46/-48)
unit_tests/test_ceph_ops.py (+217/-0)
unit_tests/test_status.py (+0/-1)
Branch information
- Owner:
- Chris Holcombe
- Status:
- Development
Recent revisions
- 135. By Chris Holcombe
-
Fix up the niggles and provide feedback to the action user as to why something failed
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)