~canonical-hw-cert/charms/xenial/snappy-device-agent/trunk

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
options:
  environment:
    default: "production"
    type: string
    description: |
      Environment (devel, staging, production, etc.) that we're running.
  ssh-priv-key:
    type: string
    description: |
      base64 encoded ssh private keyfile
  ssh-pub-key:
    type: string
    description: |
      base64 encoded ssh public keyfile
  agent-configfile:
    type: string
    description: |
      base64 encoded string with the config file for spi-agent
  device-configfile:
    type: string
    description: |
      base64 encoded string with the config file for snappy-device-agents
  pip-cache-tarball:
    type: string
    description: |
        base64 encoded string with the pip-cache
  spi-agent-tarball:
    type: string
    description: |
        base64 encoded string with the tarball for the spi-agent
  provisioning-kit-tarball:
    type: string
    description: |
      base64 encoded string with the tarball for the provisioning kit