mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
This commit is removing all the fedmsg related stuff from ansible repository. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
37 lines
1.5 KiB
Plaintext
37 lines
1.5 KiB
Plaintext
# common items for the buildvm-* koji builders
|
|
# These variables are pushed into /etc/system_identification by the base role.
|
|
# Groups and individual hosts should ovveride them with specific info.
|
|
datacenter: iad2
|
|
dns: 10.3.163.33
|
|
eth0_ipv4_gw: 10.3.171.254
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
host_group: kojibuilder
|
|
ipa_server: ipa01.iad2.fedoraproject.org
|
|
koji_hub_nfs: "fedora_koji"
|
|
koji_instance: "primary"
|
|
koji_server_url: "https://koji.fedoraproject.org/kojihub"
|
|
koji_topurl: "https://kojipkgs.fedoraproject.org/"
|
|
koji_weburl: "https://koji.fedoraproject.org/koji"
|
|
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora-secondary/releases/41/Server/ppc64le/os/
|
|
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
|
lvm_size: 262144
|
|
#
|
|
# The ppc virthosts have different bridge names for the main and nfs bridges.
|
|
#
|
|
main_bridge: br0
|
|
max_mem_size: 20480
|
|
mem_size: 20480
|
|
num_cpus: 8
|
|
virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}"
|
|
|
|
volgroup: /dev/vg_virt_buildvm_ppc64le_iscsi
|
|
|
|
notes: |
|
|
Koji service employs a set of virtual machines to build packages for the Fedora project. This group builds packages for ppcle architecture.
|
|
|
|
* 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
|
|
* virtual instances
|