Apt Stresstest Charmers Apt Stresstest

Channel Revision Published Runs on
latest/stable 13 30 Aug 2022
Ubuntu 22.04 Ubuntu 20.04
juju deploy apt-stresstest-charmers-apt-stresstest
Show information

Platform:

Ubuntu
22.04 20.04

Learn about configurations >

  • apt-package | string

    Default: bash ubuntu-wallpapers-xenial

    The package or packages (space-separated) that apt will attempt to download. Specify at least one small (cacheable) and one large (non-cacheable) package.

  • download-timeout | string

    Default: 45

    Download timeout in seconds. The timeout is applied to individual download operations. For global timeout see stresstest-timeout option

  • extra_packages | string

    Space separated list of extra deb packages to install.

  • 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

    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.

  • package_status | string

    Default: install

    The status of service-affecting packages will be set to this value in the dpkg database. Valid values are "install" and "hold".

  • stresstest-mirror-config | string

    A string containing YAML configuration consisting of a list of domain name to ip address pairs. Example: - ap-northeast-1.ec2.archive.ubuntu.com: 54.168.13.207 - ap-northeast-1.ec2.archive.ubuntu.com: 54.168.29.123 - ap-northeast-1.ec2.archive.ubuntu.com: 54.248.192.197 - ap-northeast-1.ec2.archive.ubuntu.com: 54.248.7.22

  • stresstest-timeout | string

    Default: 180s

    The overall timeout for apt-stresstest script runs, including downloading of packages.

  • stresstest-user | string

    Default: apt-stresstest

    User the apt-stresstest jobs will run as

  • update-timeout | string

    Default: 20

    apt-get update timeout in seconds