Files
fedora-infra_ansible/inventory/host_vars/download-ib02.fedoraproject.org
2014-07-18 17:15:16 +00:00

993 B
Raw Blame History

— nm: 255.255.255.128 gw: 152.19.134.129 dns: 8.8.8.8 ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7 ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/ volgroup: /dev/vg_ibiblio04 eth0_ip: 152.19.134.195 vmhost: ibiblio04.fedoraproject.org datacenter: ibiblio postfix_group: vpn

tcp_ports: [80, 443, 873] rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}" nrpe_procs_warn: 900 nrpe_procs_crit: 1000

lvm_size: 20000 mem_size: 8192 num_cpus: 4

virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }} disk {{ volgroup }}/{{ inventory_hostname }} vcpus={{ num_cpus }} -l {{ ks_repo }} -x "ksdevice=eth0 ks={{ ks_url }} ip={{ eth0_ip }} netmask={{ nm }} gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0 hostname={{ inventory_hostname }}" network=bridge=br0 autostart noautoconsole