mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
---
|
|
# Define resources for this group of hosts here.
|
|
lvm_size: 40000
|
|
mem_size: 4096
|
|
num_cpus: 1
|
|
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
|
|
fas_client_groups: sysadmin-qa
|
|
|
|
# default virt install command is for a single nic-device
|
|
# define in another group file for more nics (see buildvm)
|
|
virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
|
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
|
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
|
|
"ks={{ ks_url }} ip={{ eth0_ip }} netmask={{ nm }}
|
|
gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0
|
|
hostname={{ inventory_hostname }}"
|
|
--network=bridge=br0 --autostart --noautoconsole
|
|
|
|
buildmaster_db_host: localhost
|
|
buildmaster_template: ci.master.cfg.j2
|
|
buildmaster_endpoint: taskmaster
|
|
buildslave_ssh_pubkey: ''
|
|
buildslave_port: 9989
|
|
buildmaster_dir: /home/buildmaster/master
|
|
buildslave_dir: /home/buildslave/slave
|
|
buildslave_poll_interval: 1800
|
|
master_dir: /home/buildmaster/master
|
|
master_user: buildmaster
|
|
external_hostname: qadevel-stg.qa.fedoraproject.org
|
|
deployment_type: qadevel-stg
|
|
tcp_ports: [ 80, 443, "{{ buildslave_port }}" ]
|
|
|
|
freezes: false
|