lp://staging/~1chb1n/charms/trusty/heat/next-amulet-init
Created by
Ryan Beisner
and last modified
- Get this branch:
- bzr branch lp://staging/~1chb1n/charms/trusty/heat/next-amulet-init
Only
Ryan Beisner
can upload to this branch. If you are
Ryan Beisner
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Corey Bryant: Approve
- OpenStack Charmers: Pending requested
-
Diff: 2349 lines (+2079/-59)24 files modifiedMakefile (+16/-12)
charm-helpers-tests.yaml (+5/-0)
hooks/charmhelpers/contrib/hahelpers/cluster.py (+12/-3)
hooks/charmhelpers/contrib/openstack/ip.py (+49/-44)
tests/00-setup (+11/-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-utopic-juno (+9/-0)
tests/019-basic-vivid-kilo (+9/-0)
tests/README (+76/-0)
tests/basic_deployment.py (+606/-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 (+93/-0)
tests/charmhelpers/contrib/amulet/utils.py (+408/-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 (+151/-0)
tests/charmhelpers/contrib/openstack/amulet/utils.py (+413/-0)
tests/files/hot_hello_world.yaml (+66/-0)
tests/tests.yaml (+15/-0)
Related bugs
Related blueprints
Branch information
- Owner:
- Ryan Beisner
- Status:
- Development
Recent revisions
- 50. By Ryan Beisner
-
Move some comments into README
Make stack_create test contained
Add reverse relation checks
Combine rabbit config into dict
Move create_or_get_ keypair to charmhelpers
Move file url to standard library in charmhelpers
Update Makefile
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)