mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 02:19:28 +00:00
Add fix to libvirt script and update README badges
* Workaround a bug in virt-install v4.1.0 * Replace Twitter badge with Mastodon badge Rel: https://github.com/virt-manager/virt-manager/issues/426
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# matchbox
|
||||
|
||||
[](https://pkg.go.dev/github.com/poseidon/matchbox) [](https://quay.io/repository/poseidon/matchbox) [](https://github.com/poseidon/matchbox/actions/workflows/test.yaml?query=branch%3Amain)  [](https://github.com/sponsors/poseidon) [](https://twitter.com/poseidonlabs)
|
||||
[](https://pkg.go.dev/github.com/poseidon/matchbox)
|
||||
[](https://quay.io/repository/poseidon/matchbox)
|
||||
[](https://github.com/poseidon/matchbox/actions/workflows/test.yaml?query=branch%3Amain)
|
||||

|
||||
[](https://github.com/sponsors/poseidon)
|
||||
[](https://fosstodon.org/@poseidon)
|
||||
|
||||
`matchbox` is a service that matches bare-metal machines to profiles that PXE boot and provision clusters. Machines are matched by labels like MAC or UUID during PXE and profiles specify a kernel/initrd, iPXE config, and Ignition config.
|
||||
|
||||
|
||||
@@ -35,7 +35,9 @@ function usage {
|
||||
echo -e "\tdestroy\t\tdestroy the QEMU/KVM nodes"
|
||||
}
|
||||
|
||||
COMMON_VIRT_OPTS="--memory=${VM_MEMORY} --vcpus=1 --disk pool=default,size=${VM_DISK} --os-variant=fedora-coreos-stable --noautoconsole"
|
||||
# --install=no_install=yes is a workaround for a virt-manager 4.1.0 regression
|
||||
# https://github.com/virt-manager/virt-manager/issues/426
|
||||
COMMON_VIRT_OPTS="--memory=${VM_MEMORY} --vcpus=2 --disk pool=default,size=${VM_DISK} --os-variant=fedora-coreos-stable --noautoconsole --install=no_install=yes"
|
||||
|
||||
NODE1_NAME=node1
|
||||
NODE1_MAC=52:54:00:a1:9c:ae
|
||||
|
||||
Reference in New Issue
Block a user