lp:~chad.smith/charms/precise/block-storage-broker/bsb-use-charmhelpers-to-set-openstack-origin
Created by
Chad Smith
on
2014-08-20
and last modified on
2014-09-10
- Get this branch:
- bzr branch lp:~chad.smith/charms/precise/block-storage-broker/bsb-use-charmhelpers-to-set-openstack-origin
Only
Chad Smith
can upload to this branch. If you are
Chad Smith
please log in for upload directions.
Branch merges
Propose for merging
- David Britton (community): Needs Fixing on 2014-09-09
-
Diff: 3846 lines (+3261/-146)23 files modifiedMakefile (+10/-7)
charm-helpers.yaml (+2/-0)
config.yaml (+15/-0)
hooks/charmhelpers/contrib/openstack/alternatives.py (+17/-0)
hooks/charmhelpers/contrib/openstack/amulet/deployment.py (+61/-0)
hooks/charmhelpers/contrib/openstack/amulet/utils.py (+275/-0)
hooks/charmhelpers/contrib/openstack/context.py (+789/-0)
hooks/charmhelpers/contrib/openstack/ip.py (+79/-0)
hooks/charmhelpers/contrib/openstack/neutron.py (+201/-0)
hooks/charmhelpers/contrib/openstack/templates/__init__.py (+2/-0)
hooks/charmhelpers/contrib/openstack/templating.py (+279/-0)
hooks/charmhelpers/contrib/openstack/utils.py (+459/-0)
hooks/charmhelpers/contrib/storage/linux/ceph.py (+387/-0)
hooks/charmhelpers/contrib/storage/linux/loopback.py (+62/-0)
hooks/charmhelpers/contrib/storage/linux/lvm.py (+88/-0)
hooks/charmhelpers/contrib/storage/linux/utils.py (+53/-0)
hooks/charmhelpers/core/hookenv.py (+129/-6)
hooks/charmhelpers/core/host.py (+81/-12)
hooks/charmhelpers/fetch/__init__.py (+191/-74)
hooks/charmhelpers/fetch/archiveurl.py (+56/-1)
hooks/charmhelpers/fetch/bzrurl.py (+2/-1)
hooks/hooks.py (+4/-4)
hooks/test_hooks.py (+19/-41)
Related bugs
Bug #1350021: block-storage-broker on Trusty + OpenStack fails in install | Undecided | In Progress |
|
Related blueprints
Branch information
- Owner:
- Chad Smith
- Status:
- Development
Recent revisions
- 62. By Chad Smith on 2014-09-10
-
merge block-storage-
broker trunk resolve conflicts and fix unit tests to avoid mocker use - 60. By Chad Smith on 2014-08-20
-
update unit tests to validate use of charmhelpers config_
installation_ source - 58. By Chad Smith on 2014-08-20
-
add openstack-origin to config.yaml options and use charmhelpers configure_
installation_ source to pull appropriate deb packages for a given ubuntu series - 56. By Chad Smith on 2014-08-20
-
add contrib.openstack and it's dependency contrib.storage to charm-helpers.yaml file
- 54. By Stuart Bishop on 2014-08-01
-
[davidpbritton] Update charm URLs in the README, per https:/
/code.launchpad .net/~davidpbri tton/charms/ precise/ block-storage- broker/ fix-readme/ +merge/ 229074 - 53. By Stuart Bishop on 2014-07-18
-
[thedac] Add cloud-archive:
havana repo with precise, but not trusty or later, per https:/ /code.launchpad .net/~thedac/ charms/ precise/ block-storage- broker/ configure- repository/ +merge/ 226721
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:charms/block-storage-broker