*** overlayer has quit IRC | 00:31 | |
*** stevebaker has joined #openstack-ironic | 00:53 | |
*** wendar has joined #openstack-ironic | 00:53 | |
*** comstud has joined #openstack-ironic | 00:53 | |
*** mrda-weekend has joined #openstack-ironic | 00:53 | |
*** mgagne has joined #openstack-ironic | 00:53 | |
*** antonym has joined #openstack-ironic | 00:54 | |
*** morgabra has joined #openstack-ironic | 00:55 | |
*** eguz has joined #openstack-ironic | 00:59 | |
*** eguz has quit IRC | 00:59 | |
*** eghobo has quit IRC | 01:00 | |
*** chen12 has joined #openstack-ironic | 01:04 | |
chen12 | hello, anyone here ??? | 01:05 |
---|---|---|
chen12 | I'm trying to install/using ironic. | 01:05 |
chen12 | I have followed steps here :http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#deploying-ironic-with-devstack | 01:05 |
chen12 | While, after I run command "nova boot --flavor baremetal --image $image test-instance" | 01:05 |
chen12 | My instance stays in BUILD and spawning for a really long time, and become ERROR at end. | 01:05 |
chen12 | This is my ironic-conductor service log: | 01:05 |
chen12 | http://paste.openstack.org/show/85043/ | 01:05 |
chen12 | No obvious error message can be find, but there is a warning: | 01:05 |
chen12 | WARNING ironic.common.neutron [-] No VIFs found for node c9caca46-64a7-44d5-b6db-554077b2473a when attempting to update Neutron DHCP BOOT options. | 01:05 |
chen12 | Based on the warning information above, | 01:05 |
chen12 | I changed to run command with nic paramter: | 01:05 |
chen12 | nova boot --flavor baremetal --image cirros-0.3.2-x86_64-uec --nic net-id=b957c908-39bc-4de5-b620-addfd5618680 test | 01:05 |
chen12 | Now I can get IP address by command “nova list”: | 01:05 |
chen12 | And the warning in ironic-conductor seems gone. | 01:05 |
chen12 | But, the instance still stays under BUILD status. | 01:05 |
chen12 | Then, I use VNCviewer directly connected to the instance to check the instance's status. | 01:05 |
chen12 | I get : | 01:05 |
chen12 | ...... | 01:05 |
chen12 | net0:10.1.0.4/255.255.255.0 gw 10.1.0.1 | 01:05 |
chen12 | Next server:192.168.50.1 | 01:06 |
chen12 | Filename: pxelinux.0 | 01:06 |
chen12 | tftp://192.168.50.1/pxelinux.0 ................ Connection time out (http://ipxe.org/4c126035) | 01:06 |
chen12 | No more network devices | 01:06 |
chen12 | No bootable device. | 01:06 |
chen12 | Anyone know why this is happened ??? | 01:06 |
jroll | chen12: do you have a tftp server running? | 01:06 |
chen12 | jroll I don't know... how can i check it ??? deosn't devstack would start one ? | 01:07 |
jroll | devstack does not | 01:07 |
jroll | that should be documented | 01:07 |
jroll | but might not be | 01:07 |
chen12 | jroll o..... how I start it ? | 01:07 |
jroll | you need to run tftpd pointed at /tftproot, if I'm not mistaken | 01:07 |
jroll | I'm not sure :/ | 01:08 |
chen12 | jroll there is some configurations in /etc/ironic/ironic.conf: | 01:08 |
jroll | apt-get install tftpd; man tftpd | 01:08 |
jroll | right. ironic puts the files in /tftproot or whatever, and then you need to start tftpd to serve them | 01:08 |
chen12 | jroll le me have a try first. | 01:09 |
jroll | sure | 01:09 |
chen12 | jroll sorry, I have met network issue that need more time to install the new packages | 01:49 |
chen12 | jroll but, I cheked with command "netstat -a|grep tftp | 01:49 |
chen12 | " | 01:49 |
chen12 | jrollthe output is "dp 0 0 *:tftp *:*" | 01:49 |
chen12 | jroll " udp 0 0 *:tftp *:* | 01:50 |
chen12 | " | 01:50 |
chen12 | jroll isn't this meand tftp already start ??? | 01:50 |
chen12 | jroll and also "service xinetd status | 01:52 |
chen12 | " is "xinetd start/running, process 10462" | 01:52 |
jroll | chen12: maybe? | 01:58 |
jroll | chen12: can you run: ps aux | grep tftp | 01:58 |
chen12 | jroll get nothing... | 01:59 |
chen12 | jroll root 21379 0.0 0.0 8344 924 pts/1 S+ 09:58 0:00 grep --color=auto tftp | 01:59 |
jroll | right, so I don't think its running. maybe netstat is showing the process trying to get a file through tftp | 01:59 |
jroll | idk | 01:59 |
adam_g | devstack should be installing tftp and configuring it to run via xinetd | 02:00 |
jroll | adam_g: it does do that now? I feel like it didn't a couple of weeks ago | 02:01 |
jroll | chen12: should be grepping for xinetd now that I think about it :/ | 02:01 |
jroll | chen12: then maybe a network issue preventing the "bare metal" node from talking to tftp | 02:02 |
chen12 | jroll I have this one "root 30549 1 0 10:02 ? 00:00:00 /usr/sbin/xinetd -dontfork -pidfile /var/run/xinetd.pid -stayalive -inetd_compat -inetd_ipv6" | 02:03 |
jroll | chen12: also, "http://ipxe.org/4c126035" in the node's output makes me wonder | 02:03 |
jroll | not sure if that's normal | 02:03 |
jroll | chen12: yeah, that's what I would expect | 02:03 |
chen12 | jroll how can I debug "a network issue" | 02:04 |
adam_g | jroll, it does, at least on ubuntu | 02:04 |
jroll | adam_g: cool | 02:04 |
adam_g | chen12, you should have /etc/xinet.d/tftpd or similar | 02:04 |
chen12 | adam_g yes, I have that | 02:04 |
jroll | chen12: I'm not sure where to start with that, sorry :/ | 02:04 |
chen12 | jroll still thanks for the help. :) | 02:05 |
adam_g | chen12, do you have any special iptables rules in place or is this a fresh node? | 02:05 |
chen12 | adam_g I don't think so... just did a all in one installation of devstack | 02:06 |
adam_g | chen12, is 192.168.50.1 the IP of the devstack node? | 02:06 |
chen12 | adam_g yes, it is the physical machine's IP address | 02:07 |
adam_g | chen12, on what interface is that address configured? | 02:08 |
chen12 | adam_g a physcial port eth0 | 02:08 |
adam_g | hmm | 02:08 |
adam_g | chen12, can you test the tftp server from the devstack host? | 02:10 |
adam_g | $ busybox tftp -g -r pxelinux.0 -l /tmp/pxelinux.0 192.168.50.1 <- should work | 02:10 |
chen12 | adam_g I guess it is working, ll /tmp/pxelinux.0 | 02:11 |
chen12 | adam_g -rw-rw-r-- 1 stack stack 26720 Jun 28 10:11 /tmp/pxelinux.0 | 02:11 |
chen12 | adam_g so, it is the network issue between the VM(devstack start for ironic) and the physical host ? | 02:12 |
adam_g | chen12, yes.. well, it sounds like traffic from the tenant neutron network is having trouble reaching "outside" to the hosts ip | 02:13 |
adam_g | chen12, sorry, i dont have a devstack environment up to poke at and compare. its late here and i need to get going. check back monday and i will be able to help more | 02:14 |
chen12 | adam_g sure. have a good night | 02:14 |
adam_g | chen12, one thing, make sure the neutron router is up | 02:15 |
adam_g | try | 02:15 |
adam_g | ip netns list | 02:15 |
adam_g | grab the id of the dhcp namespace, and try: ip netns $id_of_dhcp_netns exec ping 10.1.0.1 | 02:16 |
chen12 | adam_g ok. let me have a try. I also send this issue through mailing list, titled by "[ironic]Failed to boot ironic instance", if I have progress I will sned update mails. | 02:17 |
adam_g | chen12, cool. good luck | 02:17 |
chen12 | adam_g and if you can't reach me, send me a email anytime. :) | 02:18 |
*** lazy_prince is now known as killer_prince | 03:05 | |
chen12 | adam_g jroll lucasagomes updates for my issue, after enable l3 service, and change tftp_server ip in /etc/ironic/ironic.conf, the instance is downloading something now... but still, it hanged there... | 03:38 |
chen12 | adam_g jroll lucasagomes The output of instance console now: http://paste.openstack.org/show/85104/ | 03:41 |
chen12 | adam_g jroll lucasagomes update emial to maillist : http://lists.openstack.org/pipermail/openstack/2014-June/008180.html | 03:45 |
*** geekyogi has joined #openstack-ironic | 03:49 | |
*** chen12 has quit IRC | 03:52 | |
*** killer_prince has quit IRC | 04:14 | |
*** killer_prince has joined #openstack-ironic | 04:16 | |
*** killer_prince is now known as lazy_prince | 04:16 | |
*** harlowja is now known as harlowja_away | 04:26 | |
*** eghobo has joined #openstack-ironic | 04:34 | |
*** eghobo has quit IRC | 04:35 | |
*** eghobo has joined #openstack-ironic | 04:35 | |
*** eguz has joined #openstack-ironic | 04:46 | |
*** eghobo has quit IRC | 04:48 | |
*** notq has quit IRC | 04:49 | |
*** geekyogi has quit IRC | 05:01 | |
*** geekyogi has joined #openstack-ironic | 05:01 | |
*** notq has joined #openstack-ironic | 05:02 | |
*** pcrews has quit IRC | 05:05 | |
*** ccrouch has joined #openstack-ironic | 05:29 | |
*** killer_prince has joined #openstack-ironic | 05:30 | |
*** lazy_prince has quit IRC | 05:31 | |
*** killer_prince is now known as lazy_prince | 05:31 | |
*** ccrouch has quit IRC | 05:33 | |
*** enikanorov has quit IRC | 06:18 | |
*** rwsu has quit IRC | 06:25 | |
*** Mikhail_D_ltp has joined #openstack-ironic | 06:41 | |
*** lazy_prince has quit IRC | 07:00 | |
*** killer_prince has joined #openstack-ironic | 07:01 | |
*** killer_prince is now known as lazy_prince | 07:01 | |
*** pcrews has joined #openstack-ironic | 07:01 | |
*** eguz has quit IRC | 07:23 | |
*** pcrews has quit IRC | 07:52 | |
*** saripurigopi has joined #openstack-ironic | 08:19 | |
saripurigopi | how to test driver_vendor_passthru using curl? can some one share example? | 08:19 |
*** Poornima has joined #openstack-ironic | 08:30 | |
*** Shiv has joined #openstack-ironic | 08:38 | |
*** saripurigopi has quit IRC | 09:00 | |
*** geekyogi1 has joined #openstack-ironic | 09:37 | |
*** geekyogi has quit IRC | 09:41 | |
*** Poornima has quit IRC | 09:42 | |
*** geekyogi has joined #openstack-ironic | 09:44 | |
*** geekyogi1 has quit IRC | 09:45 | |
*** iron1 has quit IRC | 09:54 | |
*** geekyogi has quit IRC | 10:34 | |
*** geekyogi has joined #openstack-ironic | 11:10 | |
*** jcoufal has joined #openstack-ironic | 11:28 | |
*** jcoufal has quit IRC | 11:54 | |
*** Mikhail_D_ltp has quit IRC | 11:55 | |
*** openstackgerrit has joined #openstack-ironic | 12:02 | |
*** lazy_prince has quit IRC | 12:10 | |
*** killer_prince has joined #openstack-ironic | 12:12 | |
*** killer_prince is now known as lazy_prince | 12:12 | |
*** lazy_prince has quit IRC | 13:06 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/ironic: Updated from global requirements https://review.openstack.org/102126 | 13:10 |
*** shakayumi has joined #openstack-ironic | 13:14 | |
*** shakayumi has quit IRC | 13:14 | |
*** Shiv has quit IRC | 13:18 | |
*** pcrews has joined #openstack-ironic | 13:40 | |
NobodyCam | good morning Ironic | 13:53 |
*** killer_prince has joined #openstack-ironic | 13:56 | |
*** killer_prince is now known as lazy_prince | 13:56 | |
*** lazy_prince has quit IRC | 14:08 | |
-openstackstatus- NOTICE: Gerrit will be offline from 1500-1515 UTC for project renames | 14:38 | |
*** ChanServ changes topic to "Gerrit will be offline from 1500-1515 UTC for project renames" | 14:38 | |
*** amitpp has joined #openstack-ironic | 15:07 | |
openstackgerrit | Longgeek proposed a change to openstack/ironic-specs: Update pbr version https://review.openstack.org/103334 | 15:14 |
*** eghobo has joined #openstack-ironic | 15:38 | |
*** openstackgerrit has quit IRC | 15:46 | |
*** openstackgerrit has joined #openstack-ironic | 15:47 | |
*** ChanServ changes topic to "Bare Metal Provisioning | Status: http://bit.ly/ironic-whiteboard | Docs: http://docs.openstack.org/developer/ironic/ | Bugs: https://bugs.launchpad.net/ironic" | 15:52 | |
*** eghobo has quit IRC | 16:24 | |
*** eghobo has joined #openstack-ironic | 16:50 | |
*** jbjohnso has joined #openstack-ironic | 16:51 | |
*** jbjohnso has quit IRC | 16:56 | |
*** eghobo has quit IRC | 16:59 | |
*** adam_g has quit IRC | 17:13 | |
*** adam_g has joined #openstack-ironic | 17:14 | |
*** adam_g has quit IRC | 17:14 | |
*** adam_g has joined #openstack-ironic | 17:14 | |
*** amitpp has quit IRC | 17:24 | |
*** amitpp has joined #openstack-ironic | 17:40 | |
*** Haomeng|2 has joined #openstack-ironic | 18:05 | |
*** Haomeng has quit IRC | 18:07 | |
*** bvivek has joined #openstack-ironic | 19:00 | |
*** geekyogi has quit IRC | 19:03 | |
*** overlayer has joined #openstack-ironic | 19:13 | |
*** overlayer has quit IRC | 19:14 | |
*** killer_prince has joined #openstack-ironic | 19:16 | |
*** killer_prince is now known as lazy_prince | 19:16 | |
*** lazy_prince has quit IRC | 19:56 | |
*** killer_prince has joined #openstack-ironic | 20:09 | |
*** killer_prince is now known as lazy_prince | 20:09 | |
*** shakamunyi has joined #openstack-ironic | 20:13 | |
*** eghobo has joined #openstack-ironic | 20:17 | |
*** shakamunyi has quit IRC | 20:18 | |
*** bvivek has quit IRC | 20:34 | |
*** shakamunyi has joined #openstack-ironic | 20:34 | |
*** killer_prince has joined #openstack-ironic | 20:37 | |
*** lazy_prince has quit IRC | 20:39 | |
*** killer_prince is now known as lazy_prince | 20:39 | |
*** eguz has joined #openstack-ironic | 20:41 | |
*** eghobo has quit IRC | 20:42 | |
*** eguz has quit IRC | 21:00 | |
*** eghobo has joined #openstack-ironic | 21:02 | |
*** eghobo has quit IRC | 21:30 | |
*** eghobo has joined #openstack-ironic | 21:30 | |
*** killer_prince has joined #openstack-ironic | 21:32 | |
*** lazy_prince has quit IRC | 21:34 | |
*** killer_prince is now known as lazy_prince | 21:34 | |
*** eghobo has quit IRC | 21:42 | |
*** shakamunyi has quit IRC | 22:08 | |
*** eghobo has joined #openstack-ironic | 22:15 | |
*** lazy_prince has quit IRC | 22:23 | |
*** 23LAAWUGT has joined #openstack-ironic | 22:54 | |
*** overlayer has joined #openstack-ironic | 22:54 | |
*** 23LAAWUGT has quit IRC | 23:05 | |
*** amitpp has quit IRC | 23:07 | |
*** eghobo has quit IRC | 23:41 | |
*** overlayer has quit IRC | 23:41 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!