make sure this is done with 2 nics

This commit is contained in:
Stephen Smoogen 2019-06-01 18:08:07 +00:00
parent 03e7d2714f
commit 86c2afd403

View file

@ -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
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
mem_size: 8192
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
vmhost: bvirthost14.phx2.fedoraproject.org
volgroup: /dev/vg_guests
virt_install_command: "{{ virt_install_command_two_nic }}"