From d1aaf6e82ba9cb449a03a8cc6232c85e4d402834 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Tue, 29 Oct 2024 16:46:25 -0400 Subject: [PATCH] lang: core: embedded: provisioner: Handle spurious failures Not sure why this happen, I think it's just random network blips. Simple retry should be used for now. --- lang/core/embedded/provisioner/files/kickstart.ks.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/core/embedded/provisioner/files/kickstart.ks.tmpl b/lang/core/embedded/provisioner/files/kickstart.ks.tmpl index 60c6bec9..b38c51f2 100644 --- a/lang/core/embedded/provisioner/files/kickstart.ks.tmpl +++ b/lang/core/embedded/provisioner/files/kickstart.ks.tmpl @@ -100,7 +100,7 @@ repo --name="{{ $name }}" --baseurl="{{ $baseurl }}" # # packages # -%packages +%packages --retries 3 # handle spurious failures @core @standard @hardware-support