From 14ab0377e58b1d10d08b16e1569b1863eaae0dc7 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 8 Mar 2018 10:33:11 +0000 Subject: [PATCH] compose-iot: add nfs interface --- inventory/host_vars/compose-iot-01.arm.fedoraproject.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"