~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to templates/icehouse/etcd.conf

  • Committer: James Page
  • Date: 2015-09-04 11:03:14 UTC
  • mfrom: (39.7.35 trunk)
  • Revision ID: james.page@ubuntu.com-20150904110314-1iym0vseisumy5d0
[project-calico,r=james-page] Add support for Calico plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# managed by juju, DO NOT EDIT
 
2
description "etcd"
 
3
author "etcd maintainers"
 
4
 
 
5
start on stopped rc RUNLEVEL=[2345]
 
6
stop on runlevel [!2345]
 
7
 
 
8
respawn
 
9
 
 
10
setuid etcd
 
11
 
 
12
env ETCD_DATA_DIR=/var/lib/etcd
 
13
export ETCD_DATA_DIR
 
14
 
 
15
exec /usr/bin/etcd -proxy on                                                  \
 
16
                   -initial-cluster {{ cluster }}