From 7ae7c80d8c052a0f1da52b9cc8f2c59e1cb6cf16 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mon, 30 Jul 2018 22:23:16 +0000 Subject: [PATCH] in order to make a download server you have to break a lot of eggs --- .../host_vars/download06.phx2.fedoraproject.org | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/inventory/host_vars/download06.phx2.fedoraproject.org b/inventory/host_vars/download06.phx2.fedoraproject.org index e11121496e..d4b176ad9c 100644 --- a/inventory/host_vars/download06.phx2.fedoraproject.org +++ b/inventory/host_vars/download06.phx2.fedoraproject.org @@ -1,20 +1,24 @@ --- -gw: 10.5.126.254 nm: 255.255.255.0 +gw: 10.5.126.254 dns: 10.5.126.21 -eth0_ip: 10.5.126.92 -eth1_ip: 10.5.127.57 -main_bridge: br0 -nfs_bridge: br1 ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7 ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/ vmhost: virthost02.phx2.fedoraproject.org volgroup: /dev/vg_guests +# +# We need this to install with 2 nics +# +virt_install_command: "{{ virt_install_command_two_nic }}" + +eth0_ip: 10.5.126.92 +eth1_ip: 10.5.127.57 +main_bridge: br0 +nfs_bridge: br1 datacenter: phx2 -sponsor: redhat tcp_ports: [80, 443, 873] rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}"