<html><body><div style="color:#000; background-color:#fff; font-family:tahoma, new york, times, serif;font-size:10pt"><div>Hi All,</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 13px; font-family: tahoma, 'new york', times, serif; background-color: transparent; font-style: normal;">Still trying to get baremetal provisioning to work, but I don't really understand the below commands. Would appreciate any help.</div><div style="color: rgb(0, 0, 0); font-size: 13px; font-family: tahoma, 'new york', times, serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 13px; font-family: tahoma, 'new york', times, serif; background-color: transparent; font-style: normal;">I have a kinda old NEC rack server that has a BMC module on it. I only have an IP address for the BMC module and that's it. I do not have a user or password</div><div style="color: rgb(0, 0, 0); font-size: 13px; font-family:
 tahoma, 'new york', times, serif; background-color: transparent; font-style: normal;">that I can set for that nor do I have the options to create one. </div><div style="color: rgb(0, 0, 0); font-size: 13px; font-family: tahoma, 'new york', times, serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 13px; font-family: tahoma, 'new york', times, serif; background-color: transparent; font-style: normal;">Perhaps someone can explain exactly what is needed to enroll my hardware or does anyone else know of more detailed documentation?  </div><div style="color: rgb(0, 0, 0); font-size: 13px; font-family: tahoma, 'new york', times, serif; background-color: transparent; font-style: normal;">This is the only documentation I can find on the feature -> <a href="https://wiki.openstack.org/wiki/Baremetal#Hardware_Enrollment" style="font-size:
 10pt;">https://wiki.openstack.org/wiki/Baremetal#Hardware_Enrollment</a></div><div style="color: rgb(0, 0, 0); font-size: 13px; font-family: tahoma, 'new york', times, serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 13px; font-family: tahoma, 'new york', times, serif; background-color: transparent; font-style: normal;">Thank you!</div><div style="color: rgb(0, 0, 0); font-size: 13px; font-family: tahoma, 'new york', times, serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 13px; font-family: tahoma, 'new york', times, serif; background-color: transparent; font-style: normal;"><br></div><pre style="padding: 9.5px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: rgb(51, 51, 51); border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px;
 margin-top: 0px; margin-bottom: 10px; line-height: 20px; word-break: break-all; word-wrap: break-word; white-space: pre-wrap; background-color: rgb(245, 245, 245); border: 1px solid rgba(0, 0, 0, 0.14902);"> # create a "node" for each machine
 # extract the "id" from the result and use that in the next step
 nova baremetal-node-create --pm_address=... --pm_user=... --pm_password=... \
   $COMPUTE-HOST-NAME $CPU $RAM $DISK $FIRST-MAC
 
 # for each NIC on the node, including $FIRST-MAC, also create an interface
 nova baremetal-interface-create $ID $MAC</pre></div></body></html>