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

1 by Paul Larson
snappy-device-agent charm for deploying provisioning kits to work with SPI
1
options:
2
  environment:
3
    default: "production"
4
    type: string
5
    description: |
6
      Environment (devel, staging, production, etc.) that we're running.
7
  ssh-priv-key:
8
    type: string
9
    description: |
10
      base64 encoded ssh private keyfile
11
  ssh-pub-key:
12
    type: string
13
    description: |
14
      base64 encoded ssh public keyfile
15
  agent-configfile:
16
    type: string
17
    description: |
18
      base64 encoded string with the config file for spi-agent
19
  device-configfile:
20
    type: string
21
    description: |
22
      base64 encoded string with the config file for snappy-device-agents
23
  pip-cache-tarball:
24
    type: string
25
    description: |
26
        base64 encoded string with the pip-cache
27
  spi-agent-tarball:
28
    type: string
29
    description: |
30
        base64 encoded string with the tarball for the spi-agent
31
  provisioning-kit-tarball:
32
    type: string
33
    description: |
34
      base64 encoded string with the tarball for the provisioning kit
35