Files
charm-vault/src/config.yaml
T
Liam Young 773b360a70 Restructure charm to follow src dir format
The OpenStack reactive charms use a src directory to store the
'source' charm. Convert the vault charm to comply with this
structure.

Change-Id: I7dd36b9aa7419459238f989dfe6c0553f7641cdf
2018-02-19 10:19:09 +00:00

40 lines
1.2 KiB
YAML

options:
disable-mlock:
type: boolean
default: false
description: >-
Set this option only if you are deploying to an environment that
does not support the mlock(2) system call.
When this option is set, vault will be unable to prevent secrets
from being paged out, so use it with extreme caution.
nagios_context:
default: "juju"
type: string
description: |
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: |
Comma separated list of nagios servicegroups for the service checks.
ssl-cert:
type: string
default: ""
description: >-
The SSL certificate, base64-encoded.
ssl-chain:
type: string
default: ""
description: >-
The SSL chain certificate, base64-encoded.
ssl-key:
type: string
default: ""
description: >-
The SSL key, base64-encoded.