mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
This commit is removing all the fedmsg related stuff from ansible repository. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
23 lines
997 B
Plaintext
23 lines
997 B
Plaintext
---
|
|
# These variables are pushed into /etc/system_identification by the base role.
|
|
# Groups and individual hosts should ovveride them with specific info.
|
|
|
|
docker_registry: "candidate-registry.fedoraproject.org"
|
|
freezes: true
|
|
host_group: kojibuilder
|
|
koji_hub: "koji.fedoraproject.org/kojihub"
|
|
koji_hub_nfs: "fedora_koji"
|
|
koji_instance: "primary"
|
|
koji_root: "koji.fedoraproject.org/koji"
|
|
koji_server_url: "https://koji.fedoraproject.org/kojihub"
|
|
koji_topurl: "https://kojipkgs.fedoraproject.org/"
|
|
koji_weburl: "https://koji.fedoraproject.org/koji"
|
|
source_registry: "registry.fedoraproject.org"
|
|
|
|
notes: |
|
|
Koji service employs a set of machines to build packages for the Fedora project.
|
|
|
|
* Relies on koji-hub, Packages, PkgDB, apache, fedora messaging, fas, virthost, and is monitored by nagios
|
|
* Several services rely on the builders, including koschei, Bodhi, Tagger, SCM, Darkserver.
|
|
* Produces automated builds of packages for the architecture listed. Builders can be scaled by adding new
|