Begin setup of download servers in IAD2. We do not have mounts but system should set up correctly without them.
This commit is contained in:
parent
ed659f15ac
commit
e2e50c1a27
5 changed files with 145 additions and 0 deletions
29
inventory/host_vars/dl01.iad2.fedoraproject.org
Normal file
29
inventory/host_vars/dl01.iad2.fedoraproject.org
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.3.163.254
|
||||
dns: 10.3.163.34
|
||||
eth0_ip: 10.3.163.49
|
||||
datacenter: iad2
|
||||
|
||||
|
||||
vmhost: virthost01.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
virt_install_command: "{{ virt_install_command_one_nic }}"
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8
|
||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/
|
||||
main_bridge: br0
|
||||
|
||||
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
|
||||
|
||||
public_hostname: dl-iad01.fedoraproject.org
|
Loading…
Add table
Add a link
Reference in a new issue