Canonical Bootstack Landscape Server

  • By Legacy - Canonical WTFB
  • Storage
Channel Revision Published Runs on
latest/stable 0 18 Mar 2021
Ubuntu 16.04 Ubuntu 14.04
juju deploy canonical-bootstack-landscape-server
Show information

Platform:

Ubuntu
16.04 14.04

Learn about configurations >

  • key | string

    Key ID to import to the apt keyring to support use with arbitary source configuration from outside of Launchpad archives or PPA's. In case multiple repositories are specified in the 'source' config key, this should be a comma-separated list of key IDs, one for each repository and in the same order. If a repository needs no key ID, the special keyword 'null' should be passed. Note that if 'source' (or one of its entries) is set to point ot a Launchpad PPA, there's no need to specify a key, since it gets automatically and securely fetched from Launchpad itself.

  • license-file | string

    License file for LDS, either as a base64-encoded string containing the actual license file data, or a file://, http:// or https:// URL pointing to the license file for download.

  • openid-logout-url | string

    OpenID provider URL to use to log out of Landscape.

  • openid-provider-url | string

    OpenID provider URL to use for authentication to Landscape.

  • root-url | string

    The root URL for this landscape deployment. If left blank the public IP of the first related HAproxy unit will be used instead.

  • smtp-relay-host | string

    The SMTP server to use to deliver outgoing mail.

  • source | string

    Default: ppa:landscape/17.03

    The source from which to install the landscape packages. Possible values are: - A version number: "16.06" - A PPA URL: "ppa:landscape/16.06" - A full deb line: "deb http://ppa.launchpad.net/landscape/16.06/ubuntu xenial main" - A comma-separated list of the previous values, e.g. "16.06, ppa:juju/devel" (NOTE: using multiple repositories is meant for testing only, and not supported for production deployments, that should always just point to a single official Landscape PPA or a mirror of it).

  • ssl-cert | string

    base64 encoded SSL certificate to use for the Landscape server. It will be passed verbatim to the haproxy charm. If not set, a self-signed certificated will be used instead.

  • ssl-key | string

    base64 encoded private key for the default SSL certificate. If ssl_cert is not set, this will be ignored.

  • worker-counts | int

    Default: 2

    Number of processes to spawn for message-server and ping-server. If set to 0, the charm will automatically pick a value trying to maximize the use of the compute/memory resources available on the unit.