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

1 by Thomi Richards
Initial juju charm development.
1
options:
2
  environment:
3
    type: string
4
    default: "production"
5
    description: |
6
      Environment (devel, staging, production, etc.) that we're running.
20 by Samuele Pedroni (Canonical Services Ltd.)
control number of gunicorn workers
7
  gunicorn_num_workers:
8
    type: int
9
    default: 3
10
    description: |
11
      The number of gunicorn worker processes for handling requests.
1 by Thomi Richards
Initial juju charm development.
12
  config-file:
13
    type: string
14
    description: |
15
      base64 encoded string with the config file for adt-cloud-worker
10.1.1 by Thomi Richards
Add nagios checks for result-enum-api service.
16
  nagios_context:
17
    type: string
18
    default: ""
19
    description: |
20
      Used by the nrpe subordinate charms.
14.2.1 by Thomi Richards
First attempt at adding Conn-check support for the API.
21
  conn_check_config:
22
    type: string
23
    default: ""
24
    description: |
25
      A base64 encoded YAML config file for conn-check.
14.2.11 by Thomi Richards
Undo accidental removal of config option when merging trunk.
26
  nagios_servicegroups:
27
    default: ""
14.2.12 by Thomi Richards
Clean up indentation.
28
    type: string
29
    description: |
30
      A comma-separated list of nagios servicegroups.
31
      If left empty, the nagios_context will be used as the servicegroup