From 51f32a828f277b7cc1a8f03b0405310aa66cfc60 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 3 Aug 2020 12:43:40 -0700 Subject: [PATCH] inventory / buildvm_s390x: switch install to use unsafe cache mode We already use this in other builders. The worst that can happen is that the vm becomes corrupt from a hard power off or the like. If so, we blow it away and make a new one. This should end up making builds a lot faster. Signed-off-by: Kevin Fenzi --- inventory/group_vars/buildvm_s390x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/buildvm_s390x b/inventory/group_vars/buildvm_s390x index ecc90c049a..005164d52f 100644 --- a/inventory/group_vars/buildvm_s390x +++ b/inventory/group_vars/buildvm_s390x @@ -12,7 +12,7 @@ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-31-s390x ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/31/Server/s390x/os/ dns: 10.3.163.33 nm: 255.255.255.0 -virt_install_command: "{{ virt_install_command_s390x_one_nic }}" +virt_install_command: "{{ virt_install_command_s390x_one_nic_unsafe }}" ansible_ifcfg_blocklist: True createrepo: False