diff --git a/inventory/host_vars/download-ib02.fedoraproject.org b/inventory/host_vars/download-ib02.fedoraproject.org new file mode 100644 index 0000000000..4b6694a7c0 --- /dev/null +++ b/inventory/host_vars/download-ib02.fedoraproject.org @@ -0,0 +1,23 @@ +--- +nm: 255.255.255.128 +gw: 152.19.134.129 +dns: 8.8.8.8 +ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-6 +ks_repo: http://10.5.126.23/repo/rhel/RHEL6-x86_64/ +volgroup: /dev/vg_ibiblio04 +eth0_ip: 152.19.134.195 +vmhost: ibiblio04.fedoraproject.org +datacenter: ibiblio + +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 }} + --disk {{ volgroup }}/download-store + --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 diff --git a/roles/base/files/resolv.conf/rdu b/roles/base/files/resolv.conf/rdu new file mode 100644 index 0000000000..ae514ce5ca --- /dev/null +++ b/roles/base/files/resolv.conf/rdu @@ -0,0 +1,4 @@ +search vpn.fedoraproject.org fedoraproject.org +nameserver 8.8.4.4 +nameserver 8.8.8.8 +options rotate timeout:1