diff --git a/inventory/host_vars/grobisplitter01.phx2.fedoraproject.org b/inventory/host_vars/grobisplitter01.phx2.fedoraproject.org index 384bad5ee5..d3bc057b51 100644 --- a/inventory/host_vars/grobisplitter01.phx2.fedoraproject.org +++ b/inventory/host_vars/grobisplitter01.phx2.fedoraproject.org @@ -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 }}" +