From a12c6d9396757175027eb14a0d90f865a81f722e Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 22 Aug 2023 09:19:39 +0200 Subject: [PATCH] copr-hypervisor: fix playbook failure --- inventory/group_vars/copr_hypervisor | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 inventory/group_vars/copr_hypervisor diff --git a/inventory/group_vars/copr_hypervisor b/inventory/group_vars/copr_hypervisor new file mode 100644 index 0000000000..755d329ece --- /dev/null +++ b/inventory/group_vars/copr_hypervisor @@ -0,0 +1,6 @@ +--- +# Because we prepare golden images for copr builders on Copr vmhosts, we need to +# have "provision configuration" done there, too (otherwise typically needed on +# backend, where we start and provision the builders). The frontend_base_url is +# by accident needed to properly instantiate the provision templates. +frontend_base_url: "https://copr.fedorainfracloud.org"