~michael.nelson/charms/precise/elasticsearch/add-port-to-iface

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
options:
  apt-repository:
    type: string
    default: "deb http://packages.elasticsearch.org/elasticsearch/1.0/debian stable main"
    description: |
      A deb-line for the apt archive which contains the elasticsearch package.
      This is necessary until elasticsearch gets into the debian/ubuntu archives.
  apt-key-url:
    type: string
    default: "http://packages.elasticsearch.org/GPG-KEY-elasticsearch"
    description: |
      The url for the key for the apt-repository.
  cluster-name:
    type: string
    default: "elasticsearch"
    description: |
      This sets the elasticsearch cluster name.
  install-ansible-from-ppa:
    type: boolean
    default: true
    description: |
      By default ansible will be installed from the Ansible ppa. You can
      set this to false for your deployments if you have ansible available