lp://staging/~cbjchen/charms/trusty/heat/ha
Created by
Liang Chen
and last modified
- Get this branch:
- bzr branch lp://staging/~cbjchen/charms/trusty/heat/ha
Only
Liang Chen
can upload to this branch. If you are
Liang Chen
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
On hold
for merging
into
lp://staging/~openstack-charmers-archive/charms/trusty/heat/next
- OpenStack Charmers: Pending requested
-
Diff: 5842 lines (+5161/-53) (has conflicts)46 files modifiedactions.yaml (+4/-0)
actions/openstack_upgrade.py (+37/-0)
charm-helpers-hooks.yaml (+14/-0)
charm-helpers-tests.yaml (+5/-0)
config.yaml (+59/-0)
hooks/charmhelpers/cli/__init__.py (+191/-0)
hooks/charmhelpers/cli/benchmark.py (+36/-0)
hooks/charmhelpers/cli/commands.py (+32/-0)
hooks/charmhelpers/cli/hookenv.py (+23/-0)
hooks/charmhelpers/cli/host.py (+31/-0)
hooks/charmhelpers/cli/unitdata.py (+39/-0)
hooks/charmhelpers/contrib/openstack/amulet/deployment.py (+119/-9)
hooks/charmhelpers/contrib/openstack/amulet/utils.py (+650/-1)
hooks/charmhelpers/contrib/openstack/context.py (+102/-18)
hooks/charmhelpers/contrib/openstack/neutron.py (+54/-14)
hooks/charmhelpers/contrib/openstack/templates/ceph.conf (+6/-0)
hooks/charmhelpers/contrib/openstack/utils.py (+252/-3)
hooks/charmhelpers/core/files.py (+45/-0)
hooks/charmhelpers/core/hookenv.py (+32/-0)
hooks/charmhelpers/core/host.py (+12/-1)
hooks/charmhelpers/core/hugepage.py (+71/-0)
hooks/charmhelpers/core/kernel.py (+68/-0)
hooks/heat_relations.py (+150/-0)
hooks/heat_utils.py (+27/-2)
metadata.yaml (+6/-0)
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/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 (+95/-0)
tests/charmhelpers/contrib/amulet/utils.py (+787/-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 (+197/-0)
tests/charmhelpers/contrib/openstack/amulet/utils.py (+963/-0)
tests/files/hot_hello_world.yaml (+66/-0)
tests/tests.yaml (+20/-0)
unit_tests/test_actions_openstack_upgrade.py (+55/-0)
unit_tests/test_heat_relations.py (+65/-5)
Branch information
- Owner:
- Liang Chen
- Status:
- Development
Recent revisions
- 47. By Corey Bryant
-
[beisner,
r=corey. bryant] Enable stable amulet tests and stable charm-helper syncs. - 44. By Corey Bryant
-
[beisner,
r=corey. bryant] Point charmhelper sync and amulet tests at stable branches.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)