lp:~sidnei/charms/precise/haproxy/trunk
- Get this branch:
- bzr branch lp:~sidnei/charms/precise/haproxy/trunk
Branch merges
- Marco Ceppi (community): Approve
-
Diff: 5102 lines (+3700/-904)30 files modified.bzrignore (+10/-0)
Makefile (+39/-0)
README.md (+22/-15)
charm-helpers.yaml (+4/-0)
cm.py (+193/-0)
config-manager.txt (+6/-0)
config.yaml (+13/-1)
files/nrpe/check_haproxy.sh (+2/-3)
hooks/charmhelpers/contrib/charmsupport/nrpe.py (+218/-0)
hooks/charmhelpers/contrib/charmsupport/volumes.py (+156/-0)
hooks/charmhelpers/core/hookenv.py (+340/-0)
hooks/charmhelpers/core/host.py (+239/-0)
hooks/charmhelpers/fetch/__init__.py (+209/-0)
hooks/charmhelpers/fetch/archiveurl.py (+48/-0)
hooks/charmhelpers/fetch/bzrurl.py (+44/-0)
hooks/hooks.py (+522/-450)
hooks/install (+13/-0)
hooks/nrpe.py (+0/-170)
hooks/test_hooks.py (+0/-263)
hooks/tests/test_config_changed_hooks.py (+120/-0)
hooks/tests/test_helpers.py (+750/-0)
hooks/tests/test_nrpe_hooks.py (+24/-0)
hooks/tests/test_peer_hooks.py (+200/-0)
hooks/tests/test_reverseproxy_hooks.py (+345/-0)
hooks/tests/test_website_hooks.py (+145/-0)
hooks/tests/utils_for_tests.py (+21/-0)
metadata.yaml (+7/-1)
revision (+0/-1)
setup.cfg (+4/-0)
tarmac_tests.sh (+6/-0)
Branch information
- Owner:
- Sidnei da Silva
- Status:
- Development
Recent revisions
- 87. By JuanJo Ciarlante
-
[sidnei, r=jjo] Dupe mode http/tcp and option httplog/tcplog between frontend and backend
- 86. By David Ames
-
[dames,r=mthaddon] reverting revno 84 and making notify_website call more explicit for relation_ids
- 85. By Matthias Arnason
-
[sidnei r=tiaz] Switch to using service name instead of hostname in backend server name, filter frontend-only options into frontend, create frontend/backend stanzas instead of a single listen stanza. Still support old listen stanzas when parsing for bw-compatibility.
- 84. By Matthias Arnason
-
[ev r=tiaz] Always write at least one listen stanza, do not pass null relationIDs to subprocess
- 83. By Tom Haddon
-
Merge from U1 charms - also an upstream review in process for this. Add in charmhelpers and updating some tests.
- 82. By Paul Collins
-
define ensure_
package_ status and use it in the install and config-changed hooks for service-affecting packages - 81. By Paul Collins
-
install_hook: translate expression into Python, don't return anything
This comparison could never be true. apt_get_install() returns
an integer, and enable_haproxy either returns None or else throws
an exception. And the hook dispatcher ignores the return value. - 80. By Paul Collins
-
import default timeouts from Canonical IS haproxy module
These values meet or exceed the recommendation in the haproxy documentation.
- 79. By Liam Young
-
The magic word was the singular '_service' prior to r76 and still is upstream (and certification currently relies on it being '_service'). I think it changing was a typo from the r76 mega-reorg. Also, I think the singular makes sense as the stanza is only providing one service even if haproxy over all is providing multiple services
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:charms/haproxy