Xavpaice Landscape Client

Channel Revision Published Runs on
latest/stable 2 08 Sep 2021
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04 Ubuntu 14.04
juju deploy xavpaice-landscape-client
Show information

Platform:

Ubuntu
20.04 18.04 16.04 14.04
  • account-name | string

    The account this computer belongs to.

  • data-path | string

    The directory to store data files in (default: '/var/lib/landscape/client/').

  • disable-unattended-upgrades | boolean

    If true, an override will be set in apt to disable unattended-upgrades regardless of the setting created by the unattended-upgrades package.

  • exchange-interval | int

    The number of seconds between server exchanges.

  • http-proxy | string

    The URL of the HTTP proxy, if one is needed.

  • https-proxy | string

    The URL of the HTTPS proxy, if one is needed.

  • include-manager-plugins | string

    A comma-separated list of manager plugins to load, in addition to the default ones.

  • install_keys | string

    List of signing keys for install_sources package sources, per charmhelpers standard format (a yaml list of strings encoded as a string). The keys should be the full ASCII armoured GPG public keys. While GPG key ids are also supported and looked up on a keyserver, operators should be aware that this mechanism is insecure. null can be used if a standard package signing key is used that will already be installed on the machine, and for PPA sources where the package signing key is securely retrieved from Launchpad.

  • install_sources | string

    Default: ['distro']

    List of extra apt sources, per charm-helpers standard format (a yaml list of strings encoded as a string). Each source may be either a line that can be added directly to sources.list(5), or in the form ppa:<user>/<ppa-name> for adding Personal Package Archives, or a distribution component to enable.

  • log-dir | string

    The directory to write log files to (default: '/var/log/landscape').

  • log-level | string

    One of debug, info, warning, error or critical.

  • monitor-plugins | string

    Default: ALL

    A comma-separated list of monitor plugins to use. ALL means use all plugins.

  • origin | string

    Default: distro

    *DEPRECATED*. See install_sources and install_keys Origin of ppa or private deb repository from which to install landscape-client. May be one of the following: distro (default), ppa:somecustom/ppa or a full APT url source entry with optional key. For example: "deb https://user:pass@private-ppa.launchpad.net/myrepo xenial main|YOURAPTKEY" Also supported is a public branch like lp:~landscape/landscape-client/trunk

  • ping-interval | int

    The number of seconds between pings.

  • ping-url | string

    The ping server URL to perform lightweight exchange initiation with. Normally http://fqdn/ping.

  • registration-key | string

    The account-wide key used for registering clients.

  • script-users | string

    A comma-separated list of users to allow scripts to run. To allow scripts to be run by any user, enter: ALL

  • ssl-public-key | string

    The CA certificate to verify the server certificate with. This can be a path to a file, or a base64 encoded entry of the certificate itself, prefixed with "base64:". This config is only used if the message server URL given above starts with https.

  • tags | string

    Comma separated list of tag names to be sent to the server.

  • urgent-exchange-interval | int

    The number of seconds between urgent server exchanges.

  • url | string

    The message server URL to connect to. Normally https://fqdn/message-system.