in order to make a download server you have to break a lot of eggs
This commit is contained in:
parent
ba0aea4421
commit
7ae7c80d8c
1 changed files with 10 additions and 6 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue