From 0824e6bea04f761a69929bff07c30cecd137b428 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 14 Jul 2025 15:42:42 -0500 Subject: [PATCH] newvm: Update default kickstart location Since the kickstart scripts are now generated from templates by Jenkins, we need to fetch the final rendered artifacts from the PXE server, rather than the source files from Gitea. --- newvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newvm.sh b/newvm.sh index 3724cb7..4e63e7a 100755 --- a/newvm.sh +++ b/newvm.sh @@ -6,7 +6,7 @@ METADATA_XMLNS='http://du5t1n.me/xmlns/libvirt/metadata/' memory=2048 vcpus=2 disk_size=16 -kickstart=https://git.pyrocufflink.net/infra/kickstart/raw/branch/master/fedora.ks +kickstart='http://pxe.pyrocufflink.blue/kickstart/master/fedora.ks' fedora=$(rpm -E %fedora) network=network=kube dnsdomain=host.pyrocufflink.black