~michael.nelson/charms/precise/elasticsearch/add-provides-elasticsearch

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Michael Nelson
  • Date: 2014-02-06 12:54:59 UTC
  • Revision ID: michael.nelson@canonical.com-20140206125459-pnko7nuu75uee9pf
Initial elastic search with ansible, unicast and tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  version:
 
3
    type: string
 
4
    default: "0.90.7"
 
5
    description: |
 
6
      This sets the elasticsearch version number that will be used.
 
7
      If you're going to plug in logstash,  make sure versions match.
 
8
  downloadurl:
 
9
    type: string
 
10
    default: "https://download.elasticsearch.org/elasticsearch/elasticsearch"
 
11
    description: |
 
12
      URL from which to download elasticsearch.
 
13
  checksum:
 
14
    type: string
 
15
    default: "a3ec3c05ffabf8048642aa431b675f3c132b4fae755e1b7aee0cb9fe3f2a37ba"
 
16
    description: |
 
17
      SHA256 checksum of elasticsearch download.
 
18
  cluster-name:
 
19
    type: string
 
20
    default: "elasticsearch"
 
21
    description: |
 
22
      This sets the elasticsearch cluster name, which is used to discover
 
23
      and auto-join other nodes. don not change this if you want
 
24
      elasticsearch and kibana to work.