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.
This commit is contained in:
2
newvm.sh
2
newvm.sh
@@ -6,7 +6,7 @@ METADATA_XMLNS='http://du5t1n.me/xmlns/libvirt/metadata/'
|
|||||||
memory=2048
|
memory=2048
|
||||||
vcpus=2
|
vcpus=2
|
||||||
disk_size=16
|
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)
|
fedora=$(rpm -E %fedora)
|
||||||
network=network=kube
|
network=network=kube
|
||||||
dnsdomain=host.pyrocufflink.black
|
dnsdomain=host.pyrocufflink.black
|
||||||
|
|||||||
Reference in New Issue
Block a user