Canonical Bootstack Bootstack Host

  • By Legacy - Canonical WTFB
Channel Revision Published Runs on
latest/stable 3 18 Mar 2021
Ubuntu 14.04
latest/edge 2 18 Mar 2021
Ubuntu 14.04
juju deploy canonical-bootstack-bootstack-host
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • install_keys | string

    YAML list of GPG keys for installation sources, as a string. For apt repository URLs, use the public key ID used to verify package signatures. For other sources such as PPA, use empty string. This list must have the same number of elements as install_sources, even if the key items are all empty string. An example to go with the above for install_sources: install_keys: | - "ABC" - ""

  • install_sources | string

    Default: None

    YAML list of additional installation sources, as a string. The number of install_sources must match the number of install_keys. For example: install_sources: | - ppa:project1/ppa - ppa:project2/ppa