~michael.nelson/charms/trusty/elasticsearch/dont-fail-on-peer-relation-joined-when-not-part-of-cluster

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Marco Ceppi
  • Date: 2013-10-13 03:23:40 UTC
  • mfrom: (26.1.1 elasticsearch)
  • Revision ID: marco@ceppi.net-20131013032340-73vvmxy8072n3rx9
Update default elasticsearch version to 0.90.3 which is the current logstash 1.2.1 required version. Use sha1 checksum for elasticsearch tarball download because these are provided by elasticsearch. Bump revision.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
2
2
  version:
3
3
    type: string
4
 
    default: "0.19.10"
 
4
    default: "0.90.3"
5
5
    description: |
6
6
      This sets the elasticsearch version number that will be used.
7
7
      If you're  going to plug in logstash,  make sure versions match.
36
36
      This sets the s3 bucket name for the elasticsearch s3 gateway.
37
37
  checksum:
38
38
    type: string
39
 
    default: "1e32776a453b7947dc525c4b095b30ce"
 
39
    default: "24843192bee3afd19f5a958800e896153dbc3569"
40
40
    description: |
41
 
      MD5 checksum of elasticsearch download.
 
41
      SHA1 checksum of elasticsearch download.
42
42
  checksumwrapper:
43
43
    type: string
44
44
    default: "450fcee5225cc4837e8b61eb64bcc2d2"
46
46
      MD5 checksum of elasticsearch service wrapper download.
47
47
  downloadurl:
48
48
    type: string
49
 
    default: "https://github.com/downloads/elasticsearch/elasticsearch"
 
49
    default: "https://download.elasticsearch.org/elasticsearch/elasticsearch"
50
50
    description: |
51
51
      URL to download elasticsearch from.
52
52
  zenmasters: