Saturday, 2014-06-28

*** overlayer has quit IRC00:31
*** stevebaker has joined #openstack-ironic00:53
*** wendar has joined #openstack-ironic00:53
*** comstud has joined #openstack-ironic00:53
*** mrda-weekend has joined #openstack-ironic00:53
*** mgagne has joined #openstack-ironic00:53
*** antonym has joined #openstack-ironic00:54
*** morgabra has joined #openstack-ironic00:55
*** eguz has joined #openstack-ironic00:59
*** eguz has quit IRC00:59
*** eghobo has quit IRC01:00
*** chen12 has joined #openstack-ironic01:04
chen12hello, anyone here ???01:05
chen12I'm trying to install/using ironic.01:05
chen12I have followed steps here :http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#deploying-ironic-with-devstack01:05
chen12While, after I run command "nova boot --flavor baremetal --image $image test-instance"01:05
chen12My instance stays in BUILD and spawning for a really long time, and become ERROR at end.01:05
chen12This is my ironic-conductor service log:01:05
chen12http://paste.openstack.org/show/85043/01:05
chen12No obvious error message can be find, but there is a warning:01:05
chen12WARNING ironic.common.neutron [-] No VIFs found for node c9caca46-64a7-44d5-b6db-554077b2473a when attempting to update Neutron DHCP BOOT options.01:05
chen12Based on the warning information above,01:05
chen12I changed to run command with nic paramter:01:05
chen12nova boot --flavor baremetal --image cirros-0.3.2-x86_64-uec --nic net-id=b957c908-39bc-4de5-b620-addfd5618680 test01:05
chen12Now I can get IP address by command “nova list”:01:05
chen12And the warning in ironic-conductor seems gone.01:05
chen12But, the instance still stays under BUILD status.01:05
chen12Then, I  use VNCviewer directly connected to the instance to check the instance's status.01:05
chen12I get :01:05
chen12 ......01:05
chen12 net0:10.1.0.4/255.255.255.0 gw 10.1.0.101:05
chen12 Next server:192.168.50.101:06
chen12 Filename: pxelinux.001:06
chen12 tftp://192.168.50.1/pxelinux.0 ................ Connection time out (http://ipxe.org/4c126035)01:06
chen12 No more network devices01:06
chen12 No bootable device.01:06
chen12Anyone know why this is happened ???01:06
jrollchen12: do you have a tftp server running?01:06
chen12jroll I don't know... how can i check it ??? deosn't devstack would start one ?01:07
jrolldevstack does not01:07
jrollthat should be documented01:07
jrollbut might not be01:07
chen12jroll o..... how I start it ?01:07
jrollyou need to run tftpd pointed at /tftproot, if I'm not mistaken01:07
jrollI'm not sure :/01:08
chen12jroll there is some configurations in /etc/ironic/ironic.conf:01:08
jrollapt-get install tftpd; man tftpd01:08
jrollright. ironic puts the files in /tftproot or whatever, and then you need to start tftpd to serve them01:08
chen12jroll le me have a try first.01:09
jrollsure01:09
chen12jroll sorry, I have met network issue that need more time to install the new packages01:49
chen12jroll but, I cheked with command "netstat -a|grep tftp01:49
chen12"01:49
chen12jrollthe output is  "dp        0      0 *:tftp                  *:*"01:49
chen12jroll "       udp        0      0 *:tftp                  *:*01:50
chen12   "01:50
chen12jroll isn't this meand tftp already start ???01:50
chen12jroll  and also "service xinetd status01:52
chen12" is "xinetd start/running, process 10462"01:52
jrollchen12: maybe?01:58
jrollchen12: can you run: ps aux | grep tftp01:58
chen12jroll     get nothing...01:59
chen12jroll    root     21379  0.0  0.0   8344   924 pts/1    S+   09:58   0:00 grep --color=auto tftp01:59
jrollright, so I don't think its running. maybe netstat is showing the process trying to get a file through tftp01:59
jrollidk01:59
adam_gdevstack should be installing tftp and configuring it to run via xinetd02:00
jrolladam_g: it does do that now? I feel like it didn't a couple of weeks ago02:01
jrollchen12: should be grepping for xinetd now that I think about it :/02:01
jrollchen12: then maybe a network issue preventing the "bare metal" node from talking to tftp02:02
chen12jroll 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
jrollchen12: also, "http://ipxe.org/4c126035" in the node's output makes me wonder02:03
jrollnot sure if that's normal02:03
jrollchen12: yeah, that's what I would expect02:03
chen12jroll   how can I debug "a network issue"02:04
adam_gjroll, it does, at least on ubuntu02:04
jrolladam_g: cool02:04
adam_gchen12, you should have /etc/xinet.d/tftpd or similar02:04
chen12adam_g yes, I have that02:04
jrollchen12: I'm not sure where to start with that, sorry :/02:04
chen12jroll still thanks for the help. :)02:05
adam_gchen12, do you have any special iptables rules in place or is this a fresh node?02:05
chen12adam_g I don't think so... just did a all in one installation of devstack02:06
adam_gchen12,  is 192.168.50.1 the IP of the devstack node?02:06
chen12adam_g yes, it is the physical machine's IP address02:07
adam_gchen12, on what interface is that address configured?02:08
chen12adam_g  a physcial port eth002:08
adam_ghmm02:08
adam_gchen12, 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 work02:10
chen12adam_g I guess it is working,  ll /tmp/pxelinux.002:11
chen12adam_g -rw-rw-r-- 1 stack stack 26720 Jun 28 10:11 /tmp/pxelinux.002:11
chen12adam_g so, it is the network issue between the VM(devstack start for ironic) and the physical host ?02:12
adam_gchen12, yes.. well, it sounds like traffic from the tenant neutron network is having trouble reaching "outside" to the hosts ip02:13
adam_gchen12, 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 more02:14
chen12adam_g sure. have a good night02:14
adam_gchen12, one thing, make sure the neutron router is up02:15
adam_gtry02:15
adam_gip netns list02:15
adam_ggrab the id of the dhcp namespace, and try:  ip netns $id_of_dhcp_netns exec ping 10.1.0.102:16
chen12adam_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_gchen12, cool. good luck02:17
chen12adam_g and if you can't reach me, send me a email anytime. :)02:18
*** lazy_prince is now known as killer_prince03:05
chen12adam_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
chen12adam_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.html03:45
*** geekyogi has joined #openstack-ironic03:49
*** chen12 has quit IRC03:52
*** killer_prince has quit IRC04:14
*** killer_prince has joined #openstack-ironic04:16
*** killer_prince is now known as lazy_prince04:16
*** harlowja is now known as harlowja_away04:26
*** eghobo has joined #openstack-ironic04:34
*** eghobo has quit IRC04:35
*** eghobo has joined #openstack-ironic04:35
*** eguz has joined #openstack-ironic04:46
*** eghobo has quit IRC04:48
*** notq has quit IRC04:49
*** geekyogi has quit IRC05:01
*** geekyogi has joined #openstack-ironic05:01
*** notq has joined #openstack-ironic05:02
*** pcrews has quit IRC05:05
*** ccrouch has joined #openstack-ironic05:29
*** killer_prince has joined #openstack-ironic05:30
*** lazy_prince has quit IRC05:31
*** killer_prince is now known as lazy_prince05:31
*** ccrouch has quit IRC05:33
*** enikanorov has quit IRC06:18
*** rwsu has quit IRC06:25
*** Mikhail_D_ltp has joined #openstack-ironic06:41
*** lazy_prince has quit IRC07:00
*** killer_prince has joined #openstack-ironic07:01
*** killer_prince is now known as lazy_prince07:01
*** pcrews has joined #openstack-ironic07:01
*** eguz has quit IRC07:23
*** pcrews has quit IRC07:52
*** saripurigopi has joined #openstack-ironic08:19
saripurigopihow to test driver_vendor_passthru using curl? can some one share example?08:19
*** Poornima has joined #openstack-ironic08:30
*** Shiv has joined #openstack-ironic08:38
*** saripurigopi has quit IRC09:00
*** geekyogi1 has joined #openstack-ironic09:37
*** geekyogi has quit IRC09:41
*** Poornima has quit IRC09:42
*** geekyogi has joined #openstack-ironic09:44
*** geekyogi1 has quit IRC09:45
*** iron1 has quit IRC09:54
*** geekyogi has quit IRC10:34
*** geekyogi has joined #openstack-ironic11:10
*** jcoufal has joined #openstack-ironic11:28
*** jcoufal has quit IRC11:54
*** Mikhail_D_ltp has quit IRC11:55
*** openstackgerrit has joined #openstack-ironic12:02
*** lazy_prince has quit IRC12:10
*** killer_prince has joined #openstack-ironic12:12
*** killer_prince is now known as lazy_prince12:12
*** lazy_prince has quit IRC13:06
openstackgerritOpenStack Proposal Bot proposed a change to openstack/ironic: Updated from global requirements  https://review.openstack.org/10212613:10
*** shakayumi has joined #openstack-ironic13:14
*** shakayumi has quit IRC13:14
*** Shiv has quit IRC13:18
*** pcrews has joined #openstack-ironic13:40
NobodyCamgood morning Ironic13:53
*** killer_prince has joined #openstack-ironic13:56
*** killer_prince is now known as lazy_prince13:56
*** lazy_prince has quit IRC14:08
-openstackstatus- NOTICE: Gerrit will be offline from 1500-1515 UTC for project renames14:38
*** ChanServ changes topic to "Gerrit will be offline from 1500-1515 UTC for project renames"14:38
*** amitpp has joined #openstack-ironic15:07
openstackgerritLonggeek proposed a change to openstack/ironic-specs: Update pbr version  https://review.openstack.org/10333415:14
*** eghobo has joined #openstack-ironic15:38
*** openstackgerrit has quit IRC15:46
*** openstackgerrit has joined #openstack-ironic15: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 IRC16:24
*** eghobo has joined #openstack-ironic16:50
*** jbjohnso has joined #openstack-ironic16:51
*** jbjohnso has quit IRC16:56
*** eghobo has quit IRC16:59
*** adam_g has quit IRC17:13
*** adam_g has joined #openstack-ironic17:14
*** adam_g has quit IRC17:14
*** adam_g has joined #openstack-ironic17:14
*** amitpp has quit IRC17:24
*** amitpp has joined #openstack-ironic17:40
*** Haomeng|2 has joined #openstack-ironic18:05
*** Haomeng has quit IRC18:07
*** bvivek has joined #openstack-ironic19:00
*** geekyogi has quit IRC19:03
*** overlayer has joined #openstack-ironic19:13
*** overlayer has quit IRC19:14
*** killer_prince has joined #openstack-ironic19:16
*** killer_prince is now known as lazy_prince19:16
*** lazy_prince has quit IRC19:56
*** killer_prince has joined #openstack-ironic20:09
*** killer_prince is now known as lazy_prince20:09
*** shakamunyi has joined #openstack-ironic20:13
*** eghobo has joined #openstack-ironic20:17
*** shakamunyi has quit IRC20:18
*** bvivek has quit IRC20:34
*** shakamunyi has joined #openstack-ironic20:34
*** killer_prince has joined #openstack-ironic20:37
*** lazy_prince has quit IRC20:39
*** killer_prince is now known as lazy_prince20:39
*** eguz has joined #openstack-ironic20:41
*** eghobo has quit IRC20:42
*** eguz has quit IRC21:00
*** eghobo has joined #openstack-ironic21:02
*** eghobo has quit IRC21:30
*** eghobo has joined #openstack-ironic21:30
*** killer_prince has joined #openstack-ironic21:32
*** lazy_prince has quit IRC21:34
*** killer_prince is now known as lazy_prince21:34
*** eghobo has quit IRC21:42
*** shakamunyi has quit IRC22:08
*** eghobo has joined #openstack-ironic22:15
*** lazy_prince has quit IRC22:23
*** 23LAAWUGT has joined #openstack-ironic22:54
*** overlayer has joined #openstack-ironic22:54
*** 23LAAWUGT has quit IRC23:05
*** amitpp has quit IRC23:07
*** eghobo has quit IRC23:41
*** overlayer has quit IRC23:41

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!