nm is used by installs, but it's set in group_vars/all. Drop the eth0_ipv4_nm from builders / builders_stg because it messes up things by being not in CIDR notitation. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
33 lines
1.5 KiB
Text
33 lines
1.5 KiB
Text
---
|
|
# common items for the buildvm-* koji builders
|
|
csi_primary_contact: Fedora Admins - admin@fedoraproject.org
|
|
csi_purpose: Koji service employs a set of machines to build packages for the Fedora project. This playbook builds vm builders.
|
|
csi_relationship: |
|
|
* VMs built on top of buildvmhost
|
|
* Relies on koji-hub, Packages, PkgDB, apache, fedmsg, 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
|
|
csi_security_category: High
|
|
dns: 10.3.163.33
|
|
docker_registry: "candidate-registry.fedoraproject.org"
|
|
eth0_ipv4_gw: 10.3.169.254
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
host_group: kojibuilder
|
|
koji_hub: "koji.fedoraproject.org/kojihub"
|
|
koji_hub_nfs: "fedora_koji"
|
|
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"
|
|
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/35/Server/x86_64/os/
|
|
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
|
lvm_size: 262144
|
|
max_mem_size: "{{ mem_size }}"
|
|
mem_size: 15360
|
|
num_cpus: 6
|
|
# These variables are for koji-containerbuild/osbs
|
|
osbs_url: "osbs.fedoraproject.org"
|
|
source_registry: "registry.fedoraproject.org"
|
|
virt_install_command: "{{ virt_install_command_one_nic_unsafe }}"
|
|
volgroup: /dev/BuildGuests
|