diff --git a/inventory/host_vars/download06.phx2.fedoraproject.org b/inventory/host_vars/download06.phx2.fedoraproject.org deleted file mode 100644 index 0eddcfd731..0000000000 --- a/inventory/host_vars/download06.phx2.fedoraproject.org +++ /dev/null @@ -1,36 +0,0 @@ ---- -nm: 255.255.255.0 -gw: 10.5.126.254 -dns: 10.5.126.21 - -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 - -tcp_ports: [80, 443, 873] -rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}" - -nrpe_procs_warn: 1200 -nrpe_procs_crit: 1400 - -mem_size: 16384 -max_mem_size: 20480 -lvm_size: 20000 -num_cpus: 8 - -vpn: false - -external_hostname: dl06.fedoraproject.org diff --git a/roles/download/templates/rsync/motd_fedora_tier1.j2 b/roles/download/templates/rsync/motd_fedora_tier1.j2 deleted file mode 100644 index 2e737ce366..0000000000 --- a/roles/download/templates/rsync/motd_fedora_tier1.j2 +++ /dev/null @@ -1,11 +0,0 @@ ----------------------------- -Fedora Master Mirror Servers ----------------------------- -NOTE: This server is for authorized Fedora tier1 mirrors only! - -If you are using bare rsync to sync content, please stop and -take a look at https://pagure.io/quick-fedora-mirror. - -See http://fedoraproject.org/wiki/Infrastructure/Mirroring for -further instructions. -----------------------------