lp://staging/~stub/charms/precise/pgbouncer/charmhelpers
- Get this branch:
- bzr branch lp://staging/~stub/charms/precise/pgbouncer/charmhelpers
Branch merges
- Marco Ceppi (community): Approve
- Stuart Bishop (community): Approve
-
Diff: 2035 lines (+1975/-0)11 files modifiedcharm-helpers.yaml (+5/-0)
hooks/charmhelpers/core/fstab.py (+116/-0)
hooks/charmhelpers/core/hookenv.py (+500/-0)
hooks/charmhelpers/core/host.py (+364/-0)
hooks/charmhelpers/core/services/__init__.py (+2/-0)
hooks/charmhelpers/core/services/base.py (+305/-0)
hooks/charmhelpers/core/services/helpers.py (+125/-0)
hooks/charmhelpers/core/templating.py (+51/-0)
hooks/charmhelpers/fetch/__init__.py (+394/-0)
hooks/charmhelpers/fetch/archiveurl.py (+63/-0)
hooks/charmhelpers/fetch/bzrurl.py (+50/-0)
Branch information
- Owner:
- Stuart Bishop
- Status:
- Development
Recent revisions
- 60. By Tom Haddon
-
[mthaddon,r=liam] Per https:/
/bugs.launchpad .net/charms/ +bug/1046318/ comments/ 1 remove template-generate script and use cheetah command line instead - 59. By Tom Haddon
-
[thedac,r=mthaddon] Fix race condition bug failing to set requested DB when multiple db-proxy relationships need to be set *after* backend-db-admin relationship is set. Make sure backend-db-admin relation is complete before proceeding.
- 58. By Marco Ceppi
-
Paul Collins 2013-07-26 define ensure_
package_ status and use it in the install and config-changed hooks for service-affecting packages
David Ames 2013-06-24 [merge] [dames,r=lamont] export JUJU_RELATION so update_db_credentials gets it
David Ames 2013-06-24 export JUJU_RELATION so update_db_credentials gets it
Tom Haddon 2013-03-28 [merge] Merge from current upstream on canonical-marshal
Alexander List 2013-03-22 [merge] [alexlist,r=gnuoy] Sync upstreamed charm to canonical-marshal - 57. By Juan L. Negron
-
Merging MP:155205. If we have more than one db-proxy relation, the charm fails because we get the output of "relation-ids db-proxy" and pass that to "relation-list -r", which only accepts one relation id at a time. So, this fixes that problem.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charms/pgbouncer