<html><body><div style="color:#000; background-color:#fff; font-family:tahoma, new york, times, serif;font-size:10pt"><div><span style="font-size: 10pt;">Hi All,</span><br></div><div style="font-family: tahoma, 'new york', times, serif; font-size: 10pt;"><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><div class="y_msg_container"><div id="yiv8532774894"><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: tahoma, 'new york', times, serif; font-size: 10pt;"><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 this feature -> <a rel="nofollow" target="_blank" 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;" class="yui_3_7_2_103_1377588509776_79">Since this feature is more popular in Japan, I wonder if there are any resources available in Japanese?</div><div style="color:rgb(0, 0, 0);font-size:13px;font-family:tahoma, 'new york', times, serif;background-color:transparent;font-style:normal;" class="yui_3_7_2_103_1377588509776_79"><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); margin-top: 0px; margin-bottom: 10px; line-height: 20px; word-wrap: break-word; white-space: pre-wrap; background-color: rgb(245, 245, 245); border: 1px solid;"> # 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></div><br><br></div> </div> </div>  </div></body></html>