lp://staging/~freyes/charms/trusty/memcached/lp1525026
- Get this branch:
- bzr branch lp://staging/~freyes/charms/trusty/memcached/lp1525026
Branch merges
- Jorge Niedbalski (community): Approve
- Adam Israel (community): Approve
- Review Queue: Pending (automated testing) requested
-
Diff: 82 lines (+18/-8)2 files modifiedtests/10_deploy_test.py (+6/-3)
tests/20_deploy_replication_test.py (+12/-5)
Related bugs
Bug #1525026: Firewall blocks telnet to port 11214. Charm tests fail. | High | Fix Released |
Related blueprints
Branch information
- Owner:
- Felipe Reyes
- Status:
- Development
Recent revisions
- 72. By Felipe Reyes
-
Get private-address using 'juju run'
UnitSentry doesn't populate the 'info' dict with the private-address, so
to check if the replication was properly configured in clouds where
private-address is different from the public-address, the former is retrieved
with 'juju run ... unit-get private-address' - 71. By Felipe Reyes
-
Open firewall to allow non-related machines to connect
memcached charm by default secures their units with ufw, this is intended to
avoid non-related units connect to memcached, because it's a security risk.This patch makes sure that unit testing scripts have the ability to connect
to memcached, after it's verified that the testing script couldn't connect
the memcached port is open running (ufw insert 1 allow PORT)Fixes #1525026
- 68. By Marco Ceppi
-
[paulgear] When fixing a couple of other bugs I realised that there is explicit support in the hooks for nrpe-external-
master. - 65. By Jorge Niedbalski
-
[niedbalski, r=freyes, billy-olsen] Adds replication support for memcacehd. Fixes bug LP: #1421660
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