~roadmr/charms/trusty/elasticsearch/es2-charm-retry-harder

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Michael Nelson
  • Date: 2015-10-06 06:23:19 UTC
  • mfrom: (38.1.6 elasticsearch)
  • Revision ID: michael.nelson@canonical.com-20151006062319-ojclvsac8p7i0c9n
Update default version to latest 1.7 stable release.
Add gpg-key-id option. (xfactor973)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
2
2
  apt-repository:
3
3
    type: string
4
 
    default: "deb http://packages.elasticsearch.org/elasticsearch/1.2/debian stable main"
 
4
    default: "deb http://packages.elastic.co/elasticsearch/1.7/debian stable main"
5
5
    description: |
6
6
      A deb-line for the apt archive which contains the elasticsearch package.
7
7
      This is necessary until elasticsearch gets into the debian/ubuntu archives.
10
10
    default: "http://packages.elasticsearch.org/GPG-KEY-elasticsearch"
11
11
    description: |
12
12
      The url for the key for the apt-repository.
 
13
  gpg-key-id:
 
14
    type: string
 
15
    default: D88E42B4
 
16
    description: |
 
17
      Elasticsearch's GPG fingerprint to validate the apt key
13
18
  cluster-name:
14
19
    type: string
15
20
    default: "elasticsearch"