From 8e5220e5a8ad1c4d32e354b79902b2235bd21042 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 30 May 2019 21:56:00 +0000 Subject: [PATCH] buildvm-armv7-01.stg: switch to f29 + 4.20.0 kernel Signed-off-by: Kevin Fenzi --- .../host_vars/buildvm-armv7-01.stg.arm.fedoraproject.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inventory/host_vars/buildvm-armv7-01.stg.arm.fedoraproject.org b/inventory/host_vars/buildvm-armv7-01.stg.arm.fedoraproject.org index 9e9627f0bf..dfd0bc4d0b 100644 --- a/inventory/host_vars/buildvm-armv7-01.stg.arm.fedoraproject.org +++ b/inventory/host_vars/buildvm-armv7-01.stg.arm.fedoraproject.org @@ -10,3 +10,7 @@ eth0_ip: 10.5.129.233 gw: 10.5.129.254 main_bridge: br0 virt_install_command: "{{ virt_install_command_armv7_one_nic }}" + +ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-29-armv7 +ks_repo: http://10.5.126.23/pub/fedora/linux/releases/29/Everything/armhfp/os/ +ansible_python_interpreter: "/usr/bin/python3"