Comment 1 for bug 1771082

Revision history for this message
Harald Jensås (harald-jensas) wrote : Re: TripleO CI must collect and publish console logs from fake overcloud nodes during introspection and deployment

So ovb bmc uses pyghmi:

Looks like pyghmi supports SOL (Serial over Lan), but by default there is no iohandler[1].

Could we create an iohandler in OVB BMC that creates a remote serial console[2] in Openstack Nova?
Then the CI jobs could do:
ipmitool -I lanplus -U admin -P password -H 127.0.0.1 sol acticvate and redirect the output to a file?

[1] https://github.com/openstack/pyghmi/blob/master/pyghmi/ipmi/bmc.py#L31
[2] https://developer.openstack.org/api-ref/compute/#create-remote-console