~pedronis/charms/trusty/tanuki-result-enum-api/ctl-gunicorn-num-workers

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
options:
  environment:
    type: string
    default: "production"
    description: |
      Environment (devel, staging, production, etc.) that we're running.
  gunicorn_num_workers:
    type: int
    default: 3
    description: |
      The number of gunicorn worker processes for handling requests.
  config-file:
    type: string
    description: |
      base64 encoded string with the config file for adt-cloud-worker
  nagios_context:
    type: string
    default: ""
    description: |
      Used by the nrpe subordinate charms.
  conn_check_config:
    type: string
    default: ""
    description: |
      A base64 encoded YAML config file for conn-check.
  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