Merge lp:~lazypower/charms/trusty/etcd/trunk into lp:charms/trusty/etcd

Proposed by Charles Butler
Status: Merged
Merged at revision: 19
Proposed branch: lp:~lazypower/charms/trusty/etcd/trunk
Merge into: lp:charms/trusty/etcd
Diff against target: 44 lines (+4/-3)
3 files modified
config.yaml (+2/-2)
files/etcd.upstart (+1/-0)
hooks/hooks.py (+1/-1)
To merge this branch: bzr merge lp:~lazypower/charms/trusty/etcd/trunk
Reviewer Review Type Date Requested Status
Matt Bruzek (community) Approve
Review via email: mp+282517@code.launchpad.net

Description of the change

Bump version, add respawn capability to the upstart job.

To post a comment you must log in.
Revision history for this message
Matt Bruzek (mbruzek) wrote :

+1 LGTM

review: Approve
19. By Matt Bruzek

[lazypower] Lint cleanup, version bump to latest stable ETCD, refactored test to be more resilient to unit numbering changes

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'config.yaml'
2--- config.yaml 2015-07-24 19:30:09 +0000
3+++ config.yaml 2016-01-13 22:01:16 +0000
4@@ -1,11 +1,11 @@
5 options:
6 bin-source:
7 type: string
8- default: https://github.com/coreos/etcd/releases/download/v2.0.11/etcd-v2.0.11-linux-amd64.tar.gz
9+ default: https://github.com/coreos/etcd/releases/download/v2.2.3/etcd-v2.2.3-linux-amd64.tar.gz
10 description: Location of etcd binary release to fetch
11 source-sum:
12 type: string
13- default: ff3801044edbe481a5986ca8b38575f2f454c37b
14+ default: 208d5f05f1ef2715198904f46c7fde3f9b7bdec6
15 description: SHA1 Sum of etcd binary release
16 debug:
17 type: boolean
18
19=== modified file 'files/etcd.upstart'
20--- files/etcd.upstart 2014-05-19 15:47:23 +0000
21+++ files/etcd.upstart 2016-01-13 22:01:16 +0000
22@@ -2,6 +2,7 @@
23
24 start on runlevel [2345]
25 stop on runlevel [!2345]
26+respawn
27
28 limit nofile 20000 20000
29
30
31=== modified file 'hooks/hooks.py'
32--- hooks/hooks.py 2015-10-26 21:00:48 +0000
33+++ hooks/hooks.py 2016-01-13 22:01:16 +0000
34@@ -9,7 +9,7 @@
35 import string
36 import random
37 import shlex
38-from subprocess import check_output, check_call
39+from subprocess import check_call
40 import sys
41
42 hooks = hookenv.Hooks()
43
44=== modified file 'tests/10-deploy'

Subscribers

People subscribed via source and target branches

to all changes: