~cmisare/turku-charms/turku-agent-charm

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
options:
  api_url:
    default: ""
    type: string
    description: The URL of the Turku API endpoint. 
  api_auth:
    default: ""
    type: string
    description: A registration secret permitted by the API server.
  environment_name:
    default: ""
    type: string
    description: The name of the environment.
  service_name:
    default: ""
    type: string
    description: The name of the service.
  sources:
    default: "{}"
    type: string
    description: A dict of manual backup source configuration.