lp://staging/~freyes/charms/trusty/memcached/python-rewrite
Created by
Felipe Reyes
and last modified
- Get this branch:
- bzr branch lp://staging/~freyes/charms/trusty/memcached/python-rewrite
Only
Felipe Reyes
can upload to this branch. If you are
Felipe Reyes
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Jorge Niedbalski: Pending requested
-
Diff: 4436 lines (+3861/-264)39 files modified.bzrignore (+5/-0)
Makefile (+39/-0)
charm-helpers.yaml (+6/-0)
config.yaml (+6/-6)
hooks/cache-relation-joined (+0/-9)
hooks/charmhelpers/contrib/network/ip.py (+351/-0)
hooks/charmhelpers/contrib/network/ovs/__init__.py (+80/-0)
hooks/charmhelpers/contrib/network/ufw.py (+189/-0)
hooks/charmhelpers/core/fstab.py (+118/-0)
hooks/charmhelpers/core/hookenv.py (+542/-0)
hooks/charmhelpers/core/host.py (+416/-0)
hooks/charmhelpers/core/services/__init__.py (+2/-0)
hooks/charmhelpers/core/services/base.py (+313/-0)
hooks/charmhelpers/core/services/helpers.py (+243/-0)
hooks/charmhelpers/core/sysctl.py (+34/-0)
hooks/charmhelpers/core/templating.py (+52/-0)
hooks/charmhelpers/fetch/__init__.py (+416/-0)
hooks/charmhelpers/fetch/archiveurl.py (+145/-0)
hooks/charmhelpers/fetch/bzrurl.py (+54/-0)
hooks/charmhelpers/fetch/giturl.py (+51/-0)
hooks/config-changed (+0/-155)
hooks/install (+0/-20)
hooks/memcached_hooks.py (+217/-0)
hooks/memcached_utils.py (+27/-0)
hooks/munin-relation-changed (+0/-29)
hooks/nrpe-external-master-relation-changed (+0/-19)
hooks/start (+0/-2)
hooks/stop (+0/-3)
hooks/upgrade-charm (+0/-4)
metadata.yaml (+2/-2)
templates/memcached.conf (+62/-0)
templates/munin-node.conf (+66/-0)
templates/nrpe_check_memcached.cfg.tmpl (+1/-1)
templates/nrpe_export.cfg.tmpl (+3/-3)
test_requirements.txt (+7/-0)
tests/10_deploy_test.py (+22/-11)
unit_tests/__init__.py (+2/-0)
unit_tests/test_memcached_hooks.py (+268/-0)
unit_tests/test_utils.py (+122/-0)
Branch information
- Owner:
- Felipe Reyes
- Status:
- Development
Recent revisions
- 90. By Felipe Reyes
-
Fix amulet tests
- Use trusty series while creating deployment
- Check tcp-port is closed, then open it and connect to check memcached
is functioning. - 85. By Felipe Reyes
-
Added test for cache-relation-
departed hook Also extended cache-relation-
joined to check firewall rules were applied
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charms/memcached