diff --git a/inventory/host_vars/compose-iot-01.arm.fedoraproject.org b/inventory/host_vars/compose-iot-01.arm.fedoraproject.org index c1cb5199a9..909ce4a740 100644 --- a/inventory/host_vars/compose-iot-01.arm.fedoraproject.org +++ b/inventory/host_vars/compose-iot-01.arm.fedoraproject.org @@ -2,12 +2,15 @@ volgroup: /dev/vg_guests ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-27-ppc64le ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/27/Everything/ppc64le/os/ -virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" +virt_install_command: "{{ virt_install_command_two_nic }} --graphics none" vmhost: ppc8-04.ppc.fedoraproject.org eth0_ip: 10.5.129.15 +eth1_ip: 10.5.127.127 gw: 10.5.129.254 main_bridge: br1 +nfs_bridge: br3 + sudoers: "{{ private }}/files/sudo/sysadmin-secondary-sudoers"