Open nnachefski opened 4 years ago
:thinking: I dunno I never used the coreos examples.. we might need some coreos community help regarding this,
@nnachefski that is the correct usage
What is pool "pool" on the hypervisor? You should be able to check the location if its is a dir type and see the file "master.ign" with the contents of /tmp/master.ign.
The only difference is that I use ct_config to render a template from a YAML (FCC/CL) and use data.ct_config.controller-ignitions.*.rendered
as the content for the libvirt_ignition resource. This renders the files into the default pool which I can see and libvirt boots the qemu machine with -fw_cfg name=opt/com.coreos/config,file=/var/lib/libvirt/images/vm1-ign
thx @dude051 for jumping into this. I'm setting to need info of @nnachefski
Hi @nnachefski apart from providing more information, could you try latest version?
I'm trying to use libvirt_ignition to stand up an instance for testing.
Terraform = v0.12.24 libvirt tf provider = v0.6.2 KVM = 2.12.0-44
I keep getting this error:
Should i be using something other than libvirt_ignition.master_ignition-metal3.id ?
Here is the tf: