Merge lp://staging/~stub/charms/precise/pgbouncer/devel into lp://staging/charms/pgbouncer
Proposed by
Stuart Bishop
Status: | Merged |
---|---|
Merged at revision: | 62 |
Proposed branch: | lp://staging/~stub/charms/precise/pgbouncer/devel |
Merge into: | lp://staging/charms/pgbouncer |
Prerequisite: | lp://staging/~stub/charms/precise/pgbouncer/charmhelpers |
Diff against target: |
1645 lines (+1009/-449) 21 files modified
.bzrignore (+1/-0) Makefile (+18/-0) config.yaml (+11/-3) hooks/backend-db-admin-relation-broken (+0/-20) hooks/backend-db-admin-relation-changed (+0/-51) hooks/config-changed (+0/-17) hooks/db-proxy-relation-broken (+0/-9) hooks/db-proxy-relation-changed (+0/-135) hooks/hooks.py (+419/-0) hooks/install (+0/-40) hooks/nrpe-external-master-relation-changed (+0/-23) hooks/start (+0/-20) hooks/stop (+0/-15) icon.svg (+339/-0) metadata.yaml (+4/-2) revision (+0/-1) scripts/common (+0/-82) templates/pgbouncer.ini.general.tmpl (+0/-31) templates/pgbouncer.ini.tmpl (+40/-0) tests/00-setup (+5/-0) tests/10-basic.py (+172/-0) |
To merge this branch: | bzr merge lp://staging/~stub/charms/precise/pgbouncer/devel |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Cory Johns (community) | Approve | ||
charmers | Pending | ||
Review via email: mp+223741@code.staging.launchpad.net |
Description of the change
Rewrite (most of) the pgbouncer charm in Python.
I've kept the same model, fixing a few minor issues like correctly setting the state and allowed-hosts relation settings.
I've left the nagios hook mostly untouched and in bash for a future branch to address.
I've added some amulet tests.
To post a comment you must log in.
Oh, and I've flagged as deprecated a load of settings that you will never want to change and would probably break things if you did.