a zookeeper class for reuse by both local provider and tests
Bug #837601 reported by
Kapil Thangavelu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyjuju |
Fix Released
|
Undecided
|
Kapil Thangavelu |
Bug Description
To enable launching and managing zookeeper instances on the localhost with the same implementation for both the local-lxc provider and the test framework.
Related branches
lp://qastaging/~hazmat/pyjuju/lib-zookeeper
- Gustavo Niemeyer: Approve
- William Reade (community): Needs Fixing
- Kapil Thangavelu: Pending requested
-
Diff: 573 lines (+373/-122)6 files modifiedensemble/control/add_unit.py (+3/-2)
ensemble/control/deploy.py (+3/-1)
ensemble/control/tests/test_deploy.py (+5/-4)
ensemble/lib/tests/test_zk.py (+120/-0)
ensemble/lib/zk.py (+236/-0)
ensemble/tests/common.py (+6/-115)
Changed in ensemble: | |
milestone: | none → eureka |
assignee: | nobody → Kapil Thangavelu (hazmat) |
status: | New → In Progress |
Changed in ensemble: | |
status: | In Progress → Fix Released |
To post a comment you must log in.