-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
45 lines (45 loc) · 1.6 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
options:
apt-repository:
type: string
default: "deb https://artifacts.elastic.co/packages/5.x/apt 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.
gpg-key-id:
type: string
default: D88E42B4
description: |
Elasticsearch's GPG fingerprint to validate the apt key
cluster-name:
type: string
default: "elasticsearch"
description: |
This sets the elasticsearch cluster name.
firewall_enabled:
type: boolean
default: true
description: |
By default, the admin and peer ports (9200 and 9300) are only accessible
to clients and peers respectively. Switch this to false to enable access
from any machine.
nagios_context:
default: "juju"
type: string
description: |
Used by the nrpe-external-master subordinate charm.
A string that will be prepended to instance name to set the host name
in nagios. So for instance the hostname would be something like:
juju-myservice-0
If you're running multiple environments with the same services in them
this allows you to differentiate between them.
nagios_servicegroups:
default: ""
type: string
description: |
A comma-separated list of nagios servicegroups.
If left empty, the nagios_context will be used as the servicegroup