~michael.nelson/charms/trusty/elasticsearch/firewall_optional

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Michael Nelson
  • Date: 2014-10-31 03:43:31 UTC
  • Revision ID: michael.nelson@canonical.com-20141031034331-haharrofa4wz3e55
Add a firewall_enabled=true option so that it can be switched off instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    default: "elasticsearch"
16
16
    description: |
17
17
      This sets the elasticsearch cluster name.
 
18
  firewall_enabled:
 
19
    type: boolean
 
20
    default: true
 
21
    description: |
 
22
      By default, the admin and peer ports (9200 and 9300) are only accessible
 
23
      to clients and peers respectively. Switch this to false to enable access
 
24
      from any machine.