Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1937)

Issue 243730043: Handle service ports + other fixes.

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 11 months ago by frankban
Modified:
8 years, 11 months ago
Reviewers:
mp+260168, martin.hilton, jay.wren
Visibility:
Public.

Description

Handle service ports + other fixes. Open/close the redis ports. Add the timeout, tcp-keepalive and databases options. Make the Redis service listen on the unit private address. Install charmhelpers from a local tarball rather than PyPI. QA: make ftest https://code.launchpad.net/~frankban/charms/trusty/redis/handle-ports/+merge/260168 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 8

Patch Set 2 : Handle service ports + other fixes. #

Patch Set 3 : Handle service ports + other fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+559 lines, -278 lines) Patch
M Makefile View 1 chunk +2 lines, -2 lines 0 comments Download
M README.md View 1 chunk +5 lines, -3 lines 0 comments Download
A [revision details] View 1 chunk +2 lines, -0 lines 0 comments Download
M config.yaml View 1 chunk +22 lines, -0 lines 0 comments Download
A deps/charmhelpers-0.3.1.tar.gz View 0 chunks +-1 lines, --1 lines 0 comments Download
M hooks/configfile.py View 2 chunks +3 lines, -6 lines 0 comments Download
M hooks/hookutils.py View 2 chunks +6 lines, -2 lines 0 comments Download
M hooks/install View 1 chunk +4 lines, -8 lines 0 comments Download
M hooks/relations.py View 1 chunk +1 line, -1 line 0 comments Download
M hooks/services.py View 4 chunks +9 lines, -4 lines 0 comments Download
M hooks/serviceutils.py View 5 chunks +52 lines, -29 lines 0 comments Download
A hooks/settings.py View 1 chunk +15 lines, -0 lines 0 comments Download
M hooks/setup.py View 1 chunk +18 lines, -13 lines 0 comments Download
A requirements.pip View 1 chunk +6 lines, -0 lines 0 comments Download
M test-requirements.pip View 1 chunk +2 lines, -0 lines 0 comments Download
A tests/helpers.py View 1 chunk +130 lines, -0 lines 0 comments Download
M tests/test_10_deploy.py View 9 chunks +71 lines, -137 lines 0 comments Download
M unit_tests/test_configfile.py View 1 chunk +2 lines, -2 lines 0 comments Download
M unit_tests/test_hookutils.py View 2 chunks +3 lines, -4 lines 0 comments Download
M unit_tests/test_relations.py View 2 chunks +2 lines, -2 lines 0 comments Download
M unit_tests/test_services.py View 1 chunk +2 lines, -1 line 0 comments Download
M unit_tests/test_serviceutils.py View 10 chunks +171 lines, -65 lines 0 comments Download
A unit_tests/test_setup.py View 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 11
frankban
Please take a look.
8 years, 11 months ago (2015-05-26 14:11:55 UTC) #1
martin.hilton
LGTM https://codereview.appspot.com/243730043/diff/1/hooks/relations.py File hooks/relations.py (right): https://codereview.appspot.com/243730043/diff/1/hooks/relations.py#newcode25 hooks/relations.py:25: 'hostname': hookenv.unit_private_ip(), so you did want private ips?
8 years, 11 months ago (2015-05-26 14:23:30 UTC) #2
jay.wren
LGTM. One item I think could be simplified. Take it or leave it. https://codereview.appspot.com/243730043/diff/1/hooks/hookutils.py File ...
8 years, 11 months ago (2015-05-26 15:18:02 UTC) #3
jay.wren
make ftest fails $ make ftest juju bootstrap -e local --upload-tools Bootstrapping environment "local" Starting ...
8 years, 11 months ago (2015-05-26 17:12:15 UTC) #4
frankban
Please take a look. https://codereview.appspot.com/243730043/diff/1/Makefile File Makefile (right): https://codereview.appspot.com/243730043/diff/1/Makefile#newcode14 Makefile:14: SYSDEPS = charm-tools juju-core juju-local ...
8 years, 11 months ago (2015-05-27 08:08:01 UTC) #5
frankban
On 2015/05/26 17:12:15, jay.wren wrote: > make ftest fails This is weird because it wfm. ...
8 years, 11 months ago (2015-05-27 08:09:54 UTC) #6
jay.wren
On 2015/05/27 08:09:54, frankban wrote: > On 2015/05/26 17:12:15, jay.wren wrote: > > make ftest ...
8 years, 11 months ago (2015-05-27 13:41:59 UTC) #7
jay.wren
Amulet does not seem to cleanup after itself or update its JUJU_REPOSITORY. I removed trusty ...
8 years, 11 months ago (2015-05-27 14:55:19 UTC) #8
jay.wren
On 2015/05/27 14:55:19, jay.wren wrote: > Amulet does not seem to cleanup after itself or ...
8 years, 11 months ago (2015-05-27 15:33:03 UTC) #9
frankban
*** Submitted: Handle service ports + other fixes. Open/close the redis ports. Add the timeout, ...
8 years, 11 months ago (2015-05-27 15:47:09 UTC) #10
frankban
8 years, 11 months ago (2015-05-27 15:50:21 UTC) #11
Thanks for the reviews!
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b