~justin-fathomdb/charms/trusty/elasticsearch/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Paul Czarkowski
  • Date: 2012-11-04 04:06:00 UTC
  • Revision ID: paul@paulcz.net-20121104040600-as0rn4xdj2j5x19f
fixed some bugs, includeded files and md5 checksums for downloads.   tested with modified logstash charm, but need to update that to do relationships properly.

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.4"
 
4
    default: "0.19.10"
5
5
    description: |
6
6
      This sets the elasticsearch version number that will be used.
 
7
      If you're  going to plug in logstash,  make sure versions match.
7
8
  cluster-name:
8
9
    type: string
9
10
    default: "elasticsearch"
31
32
  bucket-name:
32
33
    type: string
33
34
    description: |
34
 
      This sets the s3 bucket name for the elasticsearch s3 gateway.
 
 
b'\\ No newline at end of file'
 
35
      This sets the s3 bucket name for the elasticsearch s3 gateway.
 
36
  checksum:
 
37
    type: string
 
38
    default: "1e32776a453b7947dc525c4b095b30ce"
 
39
    description: |
 
40
      MD5 checksum of elasticsearch download.
 
41
  checksumwrapper:
 
42
    type: string
 
43
    default: "450fcee5225cc4837e8b61eb64bcc2d2"
 
44
    description: |
 
45
      MD5 checksum of elasticsearch service wrapper download.
 
46
  downloadurl:
 
47
    type: string
 
48
    default: "https://github.com/downloads/elasticsearch/elasticsearch"
 
49
    description: |
 
50
      URL to download elasticsearch from.
 
51
  zenmasters:
 
52
    type: string
 
53
    default: "false"
 
54
    description: |
 
55
      comma seperated list of masters.   if you run more than one ES nodes
 
56
      and your platform doesn't support multicast discovery,  set this to at 
 
57
      least the address of the first node.  default 'false' tells it not
 
58
      to do anything.   Once you have a master up you  can use
 
59
      juju set elasticsearch zenmasters="10.0.3.180" ...   but try and get
 
60
      multicast or ec2 discovery working first ;). 
 
61