Centauri Charmers Zuul Scheduler

  • By Centauri Charmers
Channel Revision Published Runs on
latest/stable 16 20 Oct 2021
Ubuntu 20.04 Ubuntu 18.04
juju deploy centauri-charmers-zuul-scheduler
Show information

Platform:

Ubuntu
20.04 18.04

Learn about configurations >

  • connections | string

    Connections are an array of dictionaries in YAML format that configure Zuul connections. An example is: . - name: github driver: github arguments: app_id: string

  • executor_disk_limit | string

    Default: -1

    This integer is the maximum number of megabytes that any one job is allowed to consume on disk while it is running. If a job’s scratch space has more than this much space consumed, it will be aborted. Set to -1 to disable the limit.

  • extra_packages | string

    Space separated list of extra deb packages to install.

  • git_email | string

    Default: zuul@example.com

    The git email to merge changes as

  • git_username | string

    Default: zuul

    The git username to merge changes as

  • 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".

  • snapd_refresh | string

    How often snapd handles updates for installed snaps. The default (an empty string) is 4x per day. Set to "max" to check once per month based on the charm deployment date. You may also set a custom string as described in the 'refresh.timer' section here: https://forum.snapcraft.io/t/system-options/87

  • ssh_key | string

    An SSH key that will be setup for the Zuul service to use at /var/lib/zuul/.ssh/id_rsa, the default that Zuul expects. This key will also be configured for nodepool authentication so should be added as a named keypair to your openstack with a name matching your nodepool configuration (defaults to 'nodepool').

  • tenant-config | string

    URL to a file that contains a Zuul tenant-config. An example, using OpenDev's config, would be: https://github.com/openstack/project-config/raw/master/zuul/main.yaml

  • zuul-config | string

    Default: - tenant: name: tenant max-nodes-per-job: 1 report-build-page: true source: opendev: untrusted-projects: - zuul/zuul-jobs

    zuul_config is rendered directly into /etc/zuul/main.yaml and is used to configure what Zuul does. . An example of what your config may look like: . - tenant: name: tenant max-nodes-per-job: 1 report-build-page: true source: opendev: untrusted-projects: - zuul/zuul-jobs