<div dir="ltr">Heya,<div><br></div><div>I've been playing with bifrost to help me manage some lab machines. I must say the install process was well documented and smooth, so that was a pleasure. Thanks!</div><div><br></div><div>That said, I am struggling to get a working node enrolment. I'm resisting using the JSON file / ansible playbook approach, because I'll want to add more machines later so I need a manual enrolment to work. The command line I am using is like this:</div><div><br></div><div><div>ironic node-create -d agent_ipmitool \</div><div>           -i ipmi_username=root \</div><div>           -i ipmi_password=superuser \</div><div>           -i ipmi_address=192.168.50.31 \</div><div>           -i deploy_kernel=<a href="http://192.168.50.209:8080/ipa.vmlinuz">http://192.168.50.209:8080/ipa.vmlinuz</a> \</div><div>           -i deploy_ramdisk=<a href="http://192.168.50.209:8080/ipa.initramfs">http://192.168.50.209:8080/ipa.initramfs</a> \</div><div>           -p cpus=16 \</div><div>           -p memory_mb=12288 \</div><div>           -p local_gb=750 \</div><div>           -p cpu_arch=x86_64 \</div><div>           -p capabilities=boot_option:local</div></div><div><br></div><div>Unfortunately, I get this error:</div><div><br></div><div>No valid host was found. Reason: No conductor service registered which supports driver agent_ipmitool. (HTTP 400)<br></div><div><br></div><div>I can't see anything helpful in the logs. What driver should I be using for bifrost? agent_ipmitool seems to be enabled in ironic.conf.</div><div><br></div><div>Thanks heaps,</div><div>Michael</div></div>