~charmers/charms/trusty/etcd/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Matthew Bruzek
  • Date: 2016-01-13 22:12:47 UTC
  • mfrom: (14.1.8 etcd)
  • Revision ID: matthew.bruzek@canonical.com-20160113221247-z9pt46gt7nd6j4a2
[lazypower] Lint cleanup, version bump to latest stable ETCD, refactored test to be more resilient to unit numbering changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
2
2
  bin-source:
3
3
    type: string
4
 
    default: https://github.com/coreos/etcd/releases/download/v2.0.11/etcd-v2.0.11-linux-amd64.tar.gz
 
4
    default: https://github.com/coreos/etcd/releases/download/v2.2.3/etcd-v2.2.3-linux-amd64.tar.gz
5
5
    description: Location of etcd binary release to fetch
6
6
  source-sum:
7
7
    type: string
8
 
    default: ff3801044edbe481a5986ca8b38575f2f454c37b
 
8
    default: 208d5f05f1ef2715198904f46c7fde3f9b7bdec6
9
9
    description: SHA1 Sum of etcd binary release
10
10
  debug:
11
11
    type: boolean