make sure this is done with 2 nics
This commit is contained in:
parent
03e7d2714f
commit
86c2afd403
1 changed files with 9 additions and 7 deletions
|
@ -13,17 +13,19 @@ ks_repo: http://10.5.126.23/pub/fedora/linux/releases/30/Server/x86_64/os/
|
||||||
# Do this because we are using py3 only
|
# Do this because we are using py3 only
|
||||||
ansible_python_interpreter: "/usr/bin/python3"
|
ansible_python_interpreter: "/usr/bin/python3"
|
||||||
|
|
||||||
virt_install_command: "{{ virt_install_command_one_nic }}"
|
datacenter: phx2
|
||||||
|
eth0_ip: 10.5.125.3
|
||||||
|
eth1_ip: 10.5.127.6
|
||||||
|
|
||||||
lvm_size: 20000
|
lvm_size: 20000
|
||||||
mem_size: 8192
|
mem_size: 8192
|
||||||
num_cpus: 6
|
num_cpus: 6
|
||||||
|
|
||||||
volgroup: /dev/vg_guests
|
|
||||||
eth0_ip: 10.5.125.3
|
|
||||||
eth1_ip: 10.5.127.6
|
|
||||||
vmhost: bvirthost14.phx2.fedoraproject.org
|
|
||||||
datacenter: phx2
|
|
||||||
|
|
||||||
fas_client_groups: sysadmin-releng,sysadmin-main
|
fas_client_groups: sysadmin-releng,sysadmin-main
|
||||||
|
|
||||||
|
vmhost: bvirthost14.phx2.fedoraproject.org
|
||||||
|
volgroup: /dev/vg_guests
|
||||||
|
|
||||||
|
|
||||||
|
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue