lp:~freyes/charms/trusty/memcached/sync-helpers
Created by Felipe Reyes and last modified
- Get this branch:
- bzr branch lp:~freyes/charms/trusty/memcached/sync-helpers
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
- charmers: Pending requested
- Diff: 837 lines (+476/-33)21 files modifiedhooks/charmhelpers/__init__.py (+16/-0)
hooks/charmhelpers/contrib/__init__.py (+15/-0)
hooks/charmhelpers/contrib/network/__init__.py (+15/-0)
hooks/charmhelpers/contrib/network/ip.py (+16/-0)
hooks/charmhelpers/contrib/network/ovs/__init__.py (+16/-0)
hooks/charmhelpers/contrib/network/ufw.py (+79/-15)
hooks/charmhelpers/core/__init__.py (+15/-0)
hooks/charmhelpers/core/decorators.py (+57/-0)
hooks/charmhelpers/core/fstab.py (+16/-0)
hooks/charmhelpers/core/hookenv.py (+16/-0)
hooks/charmhelpers/core/host.py (+34/-7)
hooks/charmhelpers/core/services/__init__.py (+16/-0)
hooks/charmhelpers/core/services/base.py (+16/-0)
hooks/charmhelpers/core/services/helpers.py (+16/-0)
hooks/charmhelpers/core/sysctl.py (+27/-5)
hooks/charmhelpers/core/templating.py (+19/-3)
hooks/charmhelpers/fetch/__init__.py (+24/-1)
hooks/charmhelpers/fetch/archiveurl.py (+16/-0)
hooks/charmhelpers/fetch/bzrurl.py (+25/-1)
hooks/charmhelpers/fetch/giturl.py (+20/-0)
unit_tests/test_memcached_hooks.py (+2/-1)
Branch information
- Owner:
- Felipe Reyes
- Status:
- Development
Recent revisions
- 61. By Felipe Reyes
-
[freyes, r=niedbalski] MP is a rewrite in python to leverage charmhelpers and secure memcached
- 60. By Matt Bruzek
-
Added Juju Amulet tests for memcached charm.
Added a deploy test, testing memcached with telnet, and configuration test.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:charms/memcached