*** JamesBenson has joined #openstack-kayobe | 02:26 | |
*** oyrogerg has joined #openstack-kayobe | 03:06 | |
*** radeks_ has joined #openstack-kayobe | 03:50 | |
*** JamesBenson has quit IRC | 04:01 | |
*** oyrogerg has quit IRC | 04:12 | |
*** oyrogerg has joined #openstack-kayobe | 04:17 | |
*** radeks_ has quit IRC | 04:40 | |
*** oyrogerg has quit IRC | 04:44 | |
*** oyrogerg has joined #openstack-kayobe | 04:50 | |
*** gkadam has quit IRC | 05:49 | |
*** gkadam has joined #openstack-kayobe | 05:51 | |
*** radeks_ has joined #openstack-kayobe | 06:03 | |
*** radeks_ has quit IRC | 06:04 | |
*** radeks_ has joined #openstack-kayobe | 06:04 | |
*** oyrogerg has quit IRC | 06:16 | |
*** openstackgerrit has quit IRC | 07:03 | |
*** gkadam has quit IRC | 07:55 | |
*** ktibi has joined #openstack-kayobe | 07:58 | |
*** harsha has joined #openstack-kayobe | 08:08 | |
*** Wasaac has joined #openstack-kayobe | 08:13 | |
harsha | i tried doing "$kayobe overcloud inventory discover" but it isnt working, so i tried in bifrost-deploy container, "$ openstack baremetal node list" which is empty. | 08:14 |
---|---|---|
harsha | I manually added the node using "$openstack baremetal node create" specifying details via driver-info flag, with driver - ipmi and i can successfully switch on/off the node. | 08:14 |
harsha | But if i were to use "$ openstack baremetal introspection start", i get Bad error response from Ironic Inspector. {"error_message": "<html>\n <head>\n <title>405 Method Not Allowed</title>\n </head>\n <body>\n <h1>405 Method Not Allowed</h1>\n The method POST is not allowed for this resource. <br /><br />\n\n </body>\n</html>"} Any help? | 08:15 |
*** ktibi has quit IRC | 08:16 | |
*** ktibi has joined #openstack-kayobe | 08:16 | |
*** ktibi has quit IRC | 08:16 | |
*** ktibi has joined #openstack-kayobe | 08:17 | |
*** ktibi has joined #openstack-kayobe | 08:18 | |
mgoddard | hello harsha could you tell us a bit more about what you are doing? | 08:27 |
mgoddard | Is this a bare metal environment, or testing in a VM? | 08:27 |
*** gkadam has joined #openstack-kayobe | 08:45 | |
*** ktibi has quit IRC | 08:53 | |
*** ktibi has joined #openstack-kayobe | 08:53 | |
*** ktibi has quit IRC | 08:56 | |
*** ktibi has joined #openstack-kayobe | 08:56 | |
*** ktibi has quit IRC | 09:16 | |
*** ktibi has joined #openstack-kayobe | 09:16 | |
*** oneswig has joined #openstack-kayobe | 10:03 | |
harsha | my environemnt is - control host and seed host on vm with a bare metal server for cloud hosts. | 10:07 |
harsha | I want to try to get the data from introspection but am unable to do so. | 10:09 |
oneswig | harsha: what method are you using to retrieve introspection data? | 10:10 |
mgoddard | harsha: it sounds like the nodes haven't been registered in ironic yet | 10:10 |
mgoddard | harsha: how did you trigger introspection? | 10:10 |
*** ktibi has quit IRC | 10:11 | |
harsha | on control host, i tried "$ kayobe overcloud introspection data save" but gave me some error, so from seed-hosts's conatiner i ran "$ openstack baremetal introspection start", which gave the above error response | 10:11 |
harsha | also as for the node, it didnt discover automatically, so i added it manually | 10:12 |
oneswig | I'm not sure how much it will help but if you run openstack --debug baremetal introspection start, it might tell us more about where the 405 is coming from | 10:17 |
mgoddard | harsha: there are two ways to add nodes to the inventory | 10:24 |
mgoddard | harsha: first, power on the node manually and wait for ironic inspector to PXE boot and inspect. This assumes the PXE environment and network is configured correctly | 10:25 |
mgoddard | harsha: alternatively, manually register the node in ironic using e.g. openstack baremetal node create | 10:25 |
mgoddard | harsha: in the second case, you need to configure driver_info etc. to allow ironic to access the node's BMC | 10:26 |
mgoddard | harsha: you can then move through the ironic state machine to put it in the 'inspecting' state | 10:26 |
mgoddard | harsha: openstack baremetal node manage <node>; openstack baremetal node inspect <node> | 10:27 |
mgoddard | harsha: the command you used, openstack --debug baremetal introspection start, interacts directly with ironic inspector, and is not the right command to use in this case | 10:28 |
harsha | yesterday i have tried "$ openstack baremetal node inspect", i can try this today too; as for yesterday this was the result - https://lh3.googleusercontent.com/-8uv8IOxm8Sk/XNzhQL9Xu6I/AAAAAAAAAfk/mJFtkOGhwHoidJoAk4831QuZxVSc-ZwnQCK8BGAs/s0/1.png | 10:29 |
mgoddard | harsha: the error is "timeout reached while inspecting the node" | 10:40 |
mgoddard | harsha: this normally means that the node failed to PXE boot. Do you have console access? | 10:40 |
harsha | when i use "$ openstack baremetal node validate" it says Driver ipmi does not support console (disabled or not implemented). | 10:45 |
mgoddard | harsha: that shouldn't be a problem | 10:53 |
mgoddard | harsha: can you use ipmitool to access the console, or get to the BMC's virtual console? | 10:53 |
*** ktibi has joined #openstack-kayobe | 10:54 | |
*** Wasaac has quit IRC | 10:56 | |
harsha | i can get access ipmi sol | 11:00 |
harsha | to* | 11:00 |
harsha | ipmitool's shell command also works | 11:05 |
*** ktibi has quit IRC | 11:17 | |
*** ktibi has joined #openstack-kayobe | 11:17 | |
mgoddard | harsha: ok, can you see the node trying to PXE boot? How far does it get? | 11:21 |
harsha | i haven't run node inspect yet, but the node already has an os for now, should i chnage the boot order to pxe and disable the disk? | 11:34 |
*** ktibi has quit IRC | 12:16 | |
*** ktibi has joined #openstack-kayobe | 12:17 | |
mgoddard | harsha: If you want to inspect the node, it requires PXE booting. If you run the inspect via `openstack baremetal node inspect` it should change the boot order automatically, but watch the console to make sure | 12:38 |
*** gkadam has quit IRC | 13:33 | |
*** harsha has quit IRC | 13:48 | |
*** JamesBenson has joined #openstack-kayobe | 14:02 | |
*** JamesBenson has quit IRC | 14:07 | |
*** JamesBenson has joined #openstack-kayobe | 14:14 | |
*** JamesBenson has quit IRC | 14:18 | |
*** oneswig has quit IRC | 14:42 | |
*** JamesBenson has joined #openstack-kayobe | 14:51 | |
*** ktibi has quit IRC | 15:16 | |
*** ktibi has joined #openstack-kayobe | 15:16 | |
*** ktibi has quit IRC | 15:16 | |
*** ktibi has joined #openstack-kayobe | 15:17 | |
*** ktibi_ has joined #openstack-kayobe | 15:19 | |
*** JamesBenson has quit IRC | 15:19 | |
*** JamesBenson has joined #openstack-kayobe | 15:20 | |
*** ktibi has quit IRC | 15:22 | |
*** ktibi_ has quit IRC | 15:55 | |
*** oneswig has joined #openstack-kayobe | 16:30 | |
*** ktibi_ has joined #openstack-kayobe | 16:58 | |
*** ktibi_ has quit IRC | 17:02 | |
*** oneswig has quit IRC | 17:28 | |
-openstackstatus- NOTICE: Gerrit is being restarted to add gitweb links back to Gerrit. Sorry for the noise. | 17:36 | |
*** radeks_ has quit IRC | 19:58 | |
*** JamesBenson has quit IRC | 21:40 | |
*** JamesBenson has joined #openstack-kayobe | 21:43 | |
*** JamesBen_ has joined #openstack-kayobe | 21:44 | |
*** JamesBenson has quit IRC | 21:47 | |
*** JamesBen_ has quit IRC | 21:49 | |
*** JamesBenson has joined #openstack-kayobe | 23:18 | |
*** JamesBenson has quit IRC | 23:23 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!