2014-06-03 18:56:30 +00:00
|
|
|
---
|
|
|
|
# common items for the buildvm-* koji builders
|
2015-10-20 18:08:11 +00:00
|
|
|
volgroup: /dev/vg_guests
|
2014-06-03 18:56:30 +00:00
|
|
|
lvm_size: 150000
|
|
|
|
mem_size: 10240
|
2016-07-04 16:32:32 +00:00
|
|
|
max_mem_size: "{{ mem_size }}"
|
2014-06-03 18:56:30 +00:00
|
|
|
num_cpus: 4
|
2018-11-20 02:27:04 +00:00
|
|
|
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-29
|
|
|
|
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/29/Server/x86_64/os/
|
2014-06-03 18:56:30 +00:00
|
|
|
nm: 255.255.255.0
|
|
|
|
gw: 10.5.126.254
|
|
|
|
dns: 10.5.126.21
|
|
|
|
|
|
|
|
# for systems that do not match the above - specify the same parameter in
|
|
|
|
# the host_vars/$hostname file
|
|
|
|
host_group: kojibuilder
|
2018-03-26 20:32:42 +00:00
|
|
|
fas_client_groups: sysadmin-releng,sysadmin-osbs
|
2018-03-27 17:12:23 +00:00
|
|
|
sudoers: "{{ private }}/files/sudo/buildvm-stg-sudoers"
|
2014-06-03 19:43:12 +00:00
|
|
|
datacenter: staging
|
2017-09-30 19:49:29 +00:00
|
|
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=4"
|
2015-06-11 18:03:21 +00:00
|
|
|
|
2016-04-13 10:42:15 +00:00
|
|
|
koji_hub_nfs: "fedora_koji"
|
2016-12-15 01:06:17 +00:00
|
|
|
koji_server_url: "https://koji.stg.fedoraproject.org/kojihub"
|
|
|
|
koji_weburl: "https://koji.stg.fedoraproject.org/koji"
|
|
|
|
koji_topurl: "https://kojipkgs.stg.fedoraproject.org/"
|
2015-11-18 22:53:56 +00:00
|
|
|
# These variables are pushed into /etc/system_identification by the base role.
|
|
|
|
# Groups and individual hosts should ovveride them with specific info.
|
|
|
|
# See http://infrastructure.fedoraproject.org/csi/security-policy/
|
|
|
|
|
|
|
|
csi_security_category: High
|
|
|
|
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 (staging).
|
|
|
|
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
|
2016-02-18 13:57:27 -06:00
|
|
|
|
2016-04-11 19:48:16 +00:00
|
|
|
# this is to enable nested virt, which we need for some builds
|
|
|
|
virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx"
|
|
|
|
|
2016-02-18 13:57:27 -06:00
|
|
|
# These variables are for koji-containerbuild/osbs
|
2016-11-23 21:41:23 +00:00
|
|
|
osbs_url: "osbs.stg.fedoraproject.org"
|
2016-08-30 18:06:47 +00:00
|
|
|
source_registry: "registry.stg.fedoraproject.org"
|
2016-08-29 21:14:43 +00:00
|
|
|
docker_registry: "candidate-registry.stg.fedoraproject.org"
|
2016-02-18 13:57:27 -06:00
|
|
|
koji_root: "koji.stg.fedoraproject.org/koji"
|
|
|
|
koji_hub: "koji.stg.fedoraproject.org/kojihub"
|