Comment 1 for bug 1785055

Revision history for this message
Gabriele Cerami (gcerami) wrote :

I did some analysis of the requirements to get these additional information

Relevant IPMI logs from the BMC node:

We need to add the BMC node to the inventory, then add the relevant paths to the collect logs role for the BMC. To do this we need BMC IP and credentials to ssh.
The IP can be recovered in the instackenv.json pm_addr field.
The credentials are a bit more complex. In OVB the BMC node is created by the underlying cloud, using tenant credentials and a tenant generic private key. If we want to access it instead, we should use the undercloud key. So we need to change BMC creation slightly to use a different key. Difficult with te-broker, easier with direct provisioning.

Console transcript:

Here too, the situation is complex, overcloud nodes are created by the underlying cloud using ipxe images. To access their console, we need the tenant credentials.
Te broker has those and can recover the logs before deleting the node, but the difficult part is return these logs to the undercloud node for collection.
Direct provisioning again could make this a lot easier.