talos/hack/test/libvirt/matchbox/profiles/controlplane.json

24 lines
528 B
JSON
Raw Normal View History

{
"id": "default",
"name": "default",
"boot": {
"kernel": "/assets/vmlinuz",
"initrd": ["/assets/initramfs.xz"],
"args": [
"initrd=initramfs.xz",
"init_on_alloc=1",
"init_on_free=1",
"slab_nomerge",
"pti=on",
"ima_template=ima-ng",
"ima_appraise=fix",
"ima_hash=sha512",
"console=tty0",
"console=ttyS0",
"printk.devkmsg=on",
"talos.platform=metal",
"talos.config=http://matchbox.talos.dev:8080/assets/controlplane.yaml"
]
}
}