download-ib02: create a temp download host on new virthost so we can sync data to it
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e8155ab92e
commit
3a5c8c63d4
2 changed files with 42 additions and 0 deletions
41
inventory/host_vars/download-ib02.fedoraproject.org
Normal file
41
inventory/host_vars/download-ib02.fedoraproject.org
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
---
|
||||||
|
datacenter: ibiblio
|
||||||
|
dns1: 152.2.21.1
|
||||||
|
dns2: 152.2.253.100
|
||||||
|
dns_search1: vpn.fedoraproject.org
|
||||||
|
dns_search2: fedoraproject.org
|
||||||
|
eth0_ipv4_ip: 152.19.134.195
|
||||||
|
eth0_ipv4_gw: 152.19.134.129
|
||||||
|
eth0_ipv4_nm: 25
|
||||||
|
has_ipv6: no
|
||||||
|
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||||
|
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||||
|
lvm_size: 150000
|
||||||
|
max_mem_size: 49152
|
||||||
|
mem_size: 32768
|
||||||
|
network_connections:
|
||||||
|
- autoconnect: yes
|
||||||
|
ip:
|
||||||
|
address:
|
||||||
|
- "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
|
||||||
|
dhcp4: no
|
||||||
|
dns:
|
||||||
|
- "{{ dns1 }}"
|
||||||
|
- "{{ dns2 }}"
|
||||||
|
dns_search:
|
||||||
|
- "{{ dns_search1 }}"
|
||||||
|
- "{{ dns_search2 }}"
|
||||||
|
gateway4: "{{ eth0_ipv4_gw }}"
|
||||||
|
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||||
|
name: eth0
|
||||||
|
type: ethernet
|
||||||
|
nrpe_procs_crit: 1400
|
||||||
|
nrpe_procs_warn: 1200
|
||||||
|
num_cpus: 8
|
||||||
|
postfix_group: vpn
|
||||||
|
public_hostname: download-ib02.fedoraproject.org
|
||||||
|
rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}"
|
||||||
|
tcp_ports: [80, 443, 873]
|
||||||
|
vmhost: ibiblio02.fedoraproject.org
|
||||||
|
volgroup: /dev/vg_guests
|
||||||
|
vpn: true
|
|
@ -213,6 +213,7 @@ dl05.iad2.fedoraproject.org
|
||||||
|
|
||||||
[download_ibiblio]
|
[download_ibiblio]
|
||||||
download-ib01.fedoraproject.org
|
download-ib01.fedoraproject.org
|
||||||
|
download-ib02.fedoraproject.org
|
||||||
|
|
||||||
[download_cc_rdu]
|
[download_cc_rdu]
|
||||||
download-cc-rdu01.fedoraproject.org
|
download-cc-rdu01.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue