Wednesday, 2019-11-20

*** ociuhandu has quit IRC00:02
*** yaawang has quit IRC00:44
*** TxGirlGeek has quit IRC00:52
*** yaawang has joined #openstack-ironic00:57
*** goldyfruit_ has joined #openstack-ironic01:07
*** bobmel has joined #openstack-ironic01:13
*** bobmel has quit IRC01:18
*** ociuhandu has joined #openstack-ironic01:22
*** kaifeng|afk is now known as kaifeng01:24
kaifengTheJulia: yep, i expected if the whole building process doesn't involve arch binaries, then it would be possible, but apparently no magic happens01:25
kaifengnow i have to setup a vm without hardware acceleration, enjoying the days back to 286/386 period :)01:27
*** ociuhandu has quit IRC01:34
*** lifeless has quit IRC01:34
*** rloo has quit IRC01:49
*** lifeless has joined #openstack-ironic01:49
*** goldyfruit_ has quit IRC01:58
*** lifeless has quit IRC02:12
*** igordc has quit IRC02:18
*** lifeless has joined #openstack-ironic02:24
*** ociuhandu has joined #openstack-ironic02:35
*** ociuhandu has quit IRC02:39
*** mkrai has joined #openstack-ironic02:40
TheJuliakaifeng: it is more like a Pentium 100Mhz ;)02:48
TheJuliakaifeng: not too horrible, tbh. I have done it a couple times as one-offs :)02:49
*** gyee has quit IRC02:53
*** HagunKim has joined #openstack-ironic02:54
kaifengTheJulia: yeah, actually cpu ticks is more trustworthy than network traffic :(03:13
*** bobmel has joined #openstack-ironic03:15
TheJuliaOh yeah, the network performance out of those VMs us not great :(03:16
*** bobmel has quit IRC03:19
*** goldyfruit_ has joined #openstack-ironic03:28
*** mkrai has quit IRC03:42
*** mkrai_ has joined #openstack-ironic03:42
*** ricolin has joined #openstack-ironic03:43
*** stendulker has joined #openstack-ironic03:51
*** goldyfruit_ has quit IRC05:00
openstackgerritMerged openstack/ironic master: Ensure `isolinux.bin` is present and configured in devstack  https://review.opendev.org/69321105:06
*** rh-jelabarre has quit IRC05:07
*** pcaruana has joined #openstack-ironic05:25
*** Lucas_Gray has joined #openstack-ironic05:28
*** ociuhandu has joined #openstack-ironic05:31
*** bdodd has quit IRC05:32
*** ociuhandu has quit IRC05:35
*** bdodd has joined #openstack-ironic05:36
*** bdodd has quit IRC05:41
*** Lucas_Gray has quit IRC05:45
*** bdodd has joined #openstack-ironic05:46
*** zaneb has joined #openstack-ironic05:52
*** tzumainn has quit IRC05:56
openstackgerritKaifeng Wang proposed openstack/ironic-inspector master: Drop python2 functional job  https://review.opendev.org/69513306:04
*** dsneddon_ has quit IRC06:23
*** stendulker has quit IRC06:26
*** rachit7 has joined #openstack-ironic06:51
*** dsneddon_ has joined #openstack-ironic06:55
arne_wiebalckGood morning, ironic!07:21
kaifenghey arne_wiebalck o/07:22
arne_wiebalckGood morning, kaifeng o/07:22
* etingof would appreciate that L3 thing reviews indeed07:23
etingofarne_wiebalck, kaifeng o/07:23
arne_wiebalckHey etingof o/07:23
kaifenghi etingof :)07:25
kaifengetingof: it seems the discussion on the spec is how the network config would be passed and which tool will be used to apply that config07:27
etingofkaifeng, that's perhaps the hottest topic there!07:27
kaifengetingof: while i am not insisting on where the config should be placed, i think put it in port also make sense to me.07:28
kaifenghave we decided yet? because latest comments seems to presume we use cloudinit aready, at least i feel so.07:29
etingofkaifeng, i think the trade-off is like this: pro-port: better consistency, pro-node: no need to merge port-specific configs into one to burn into image07:30
kaifengyep, i think that's why dtantsur needs an example in the spec :)07:31
etingofkaifeng, not sure if it's decided yet. the nuisance with cloud-init is that there seems to be no way to pass data source search path to cloud-init via kernel cmdline07:33
etingofthat means that one can't just reuse their cloud-init images for dhcpless booting07:34
etingofthey'd need to add smth conceptually like `mount /dev/cdrom /config-2`07:35
etingofto their systemd07:35
etingofI think I added two-port example jsons07:37
kaifengif memory serves, cloudinit reads /dev/disk-by-label/config-207:38
*** priteau has quit IRC07:38
kaifengunless we have a custom datasource backend07:38
etingofyes, the fs needs to be mounted and labeled prior to cloud-init does its thing07:38
etingofI think the nuisance with custom datasource is that it needs to be burnt into the image in advance. You can't just pass it via kernel cmdline whenever needed...07:40
*** mkrai_ has quit IRC07:45
*** mkrai_ has joined #openstack-ironic07:45
*** zaneb has quit IRC07:46
kaifengoh, the datasource i mean is the cloudinit datasource backend, we surely can read cmdline if it's handmade, but that's normally not a good solution07:46
etingofright, so I thought the best outcome of this work would be that any generic cloud-init enabled image one can download from the internet could be passed L3 config and thus boot it dhcp-less07:48
etingofhowever that does not seem to be possible with stock cloud-init and ISO-based image07:50
kaifengis floppy available in this case?07:50
*** dsneddon_ has quit IRC07:52
etingoffloppy can potentially be available, depending on the BMC07:52
etingofand floppy driver in Linux kernel07:52
etingofcan we point cloud-init to floppy without repacking/customizing generic image?07:53
kaifengprobably not, i think cloudinit finds partition by labels, as long as the vfloppy is auto-mounted it might work.07:55
etingofthat's what I've found as well...07:56
kaifengif the mount /config-2 stuff is required, it sounds like we can make ipa do it for us, but it must start up before cloud init07:56
etingofin my mind, it would be great if cloud-init would take custom datasource from kernel cmdline...07:57
etingofwith ramdisk it's easy! we do mount /dev/cdrom there and we do not run cloud-init at all07:57
*** tesseract has joined #openstack-ironic07:58
kaifengwell, the version of cloudinit differs with distro, the compatibility issue would be a headache.07:58
etingofperhaps config compatibility issue could be solved within cloudinit - it's its data07:58
kaifengi mean the custom data source, different base image may ship with different versions.07:59
etingofright, but that can be solved one way or the other I think07:59
kaifengin case we have implemented a custom datasource that reads cmdline07:59
etingofit's not a new problem, right? many programs have come up with versioned configs08:00
openstackgerritMerged openstack/ironic master: Drop [agent]heartbeat_timeout  https://review.opendev.org/69472608:01
etingofstill, if *we* implement a custom datasource that needs to be pre-configured into the image, that undermines the goal of booting generic/unmodified images...08:01
etingofwell, not the goal exactly, but my desire ;)08:01
kaifengwe can make it into upstream :)08:02
etingofyes! that would be the best outcome I think08:02
kaifengand i think instead of building a custom backend, a little extension on current configdrive datasource would be suffice08:03
etingofprobably, however the other approach could be to teach cloud-init looking up for custom datasources in cmdline as well08:04
kaifengbut returning to the original question, do we have concensus on picking cloudinit? it was considered heavy08:04
etingofcloud-init already has a search path for that08:04
etingofI am not sure if we reached the consensus. Just note that we are not exactly picking up cloud-init here, but its config file format...08:05
etingofwell, not its config format, but one of the formats cloud-init readily understands08:06
*** ociuhandu has joined #openstack-ironic08:09
etingofthe other important thing that came up in reviews is whether of not we should have separate network configs for ramdisk and user image... and how to implement that, if so08:09
etingofthat's the case of neutron-less setup08:10
*** rachit7 has quit IRC08:12
kaifengif we have separate network config, then where we place the network config for user image?08:12
kaifenghttps://github.com/canonical/cloud-init/blob/master/cloudinit/sources/DataSourceConfigDrive.py08:14
etingofI can think of (1) another field on node/port object or (2) some sort of container structure where the user would place two separate network_data.json for ramdisk and user image08:14
kaifenglooking the code, feel like we just need to add something similar with PROBE_OPTICAL08:15
etingofin the latter case ironic would have to be aware of that structure to pull the right one08:15
kaifengi don't feel it's an issue, ironic knows node states and pull the correct config, as long as we have determined the structure.08:19
*** ociuhandu has quit IRC08:19
*** dsneddon_ has joined #openstack-ironic08:20
etingofhm, I do not see if they probe /dev/cdrom, only /dev/cdN08:21
etingofother than that, if we label our entire boot ISO as 'config-2' and put our custom datasource into its root, that might work...08:22
kaifengetingof: yeah, that might work, it will just copy data to the ?/var/cloudinit? and reads there08:25
*** dsneddon_ has quit IRC08:25
kaifengTheJulia: finally reach the end of stage and get this error, do you have any idea on what's missing? http://paste.openstack.org/show/78638308:26
etingofmakes sense to me, I will update the spec accordingly. thank you, kaifeng!08:27
kaifengetingof: no problem :)08:31
*** bobmel has joined #openstack-ironic08:40
*** bobmel has quit IRC08:40
*** bobmel has joined #openstack-ironic08:40
*** rpittau|afk is now known as rpittau08:53
rpittaugood morning ironic! o/08:53
kaifenghi rpittau o/08:54
rpittauhey kaifeng :)08:54
*** ociuhandu has joined #openstack-ironic08:55
*** dsneddon_ has joined #openstack-ironic08:57
*** rachit7 has joined #openstack-ironic08:57
*** ociuhandu has quit IRC08:59
*** ociuhandu has joined #openstack-ironic09:00
*** lucasagomes has joined #openstack-ironic09:01
*** dsneddon_ has quit IRC09:01
*** ociuhandu has quit IRC09:03
*** jawad_axd has joined #openstack-ironic09:03
openstackgerritKaifeng Wang proposed openstack/ironic-inspector master: Drop python2 functional job  https://review.opendev.org/69513309:03
*** ociuhandu has joined #openstack-ironic09:04
openstackgerritJerry Wang proposed openstack/ironic master: [PATCH] Add support for replacing WSME  https://review.opendev.org/67585309:06
*** ociuhandu has quit IRC09:11
*** ociuhandu has joined #openstack-ironic09:11
*** ociuhandu has quit IRC09:13
*** ociuhandu has joined #openstack-ironic09:14
*** ociuhandu has quit IRC09:15
*** ociuhandu has joined #openstack-ironic09:16
*** dougsz has joined #openstack-ironic09:17
*** ociuhandu has quit IRC09:17
*** ociuhandu has joined #openstack-ironic09:18
*** ociuhandu has quit IRC09:19
*** ociuhandu has joined #openstack-ironic09:20
*** Lucas_Gray has joined #openstack-ironic09:22
*** ociuhandu has quit IRC09:26
*** ociuhandu has joined #openstack-ironic09:27
*** ociuhandu has quit IRC09:29
*** ociuhandu has joined #openstack-ironic09:29
*** ociuhandu has quit IRC09:32
*** ociuhandu has joined #openstack-ironic09:32
openstackgerritMerged openstack/ironic master: Remove old online migration codes  https://review.opendev.org/69471809:33
*** alexmcleod has joined #openstack-ironic09:33
*** ociuhandu has quit IRC09:34
*** ociuhandu has joined #openstack-ironic09:35
*** ociuhandu has quit IRC09:37
*** iurygregory has joined #openstack-ironic09:37
iurygregorygood morning09:37
*** ociuhandu has joined #openstack-ironic09:37
rpittauhey iurygregory :)09:37
iurygregoryrpittau, o/09:38
*** ociuhandu has quit IRC09:39
*** ociuhandu has joined #openstack-ironic09:40
*** ociuhandu has quit IRC09:43
*** ociuhandu has joined #openstack-ironic09:43
*** ociuhandu has quit IRC09:45
*** ociuhandu has joined #openstack-ironic09:46
*** rcernin has quit IRC09:46
*** Wryhder has joined #openstack-ironic09:46
*** derekh has joined #openstack-ironic09:47
arne_wiebalckgood morning, iurygregory rpittau o/09:47
rpittauhey arne_wiebalck :)09:48
*** ociuhandu has quit IRC09:48
*** Lucas_Gray has quit IRC09:48
*** ociuhandu has joined #openstack-ironic09:49
*** Wryhder is now known as Lucas_Gray09:49
*** mkrai_ has quit IRC09:49
iurygregoryarne_wiebalck, o/09:50
*** ociuhandu has quit IRC09:50
*** mkrai has joined #openstack-ironic09:50
*** ociuhandu has joined #openstack-ironic09:51
*** priteau has joined #openstack-ironic09:52
*** ociuhandu has quit IRC09:52
*** ociuhandu has joined #openstack-ironic09:53
*** ociuhandu has quit IRC09:56
*** ociuhandu has joined #openstack-ironic09:57
*** ociuhandu has quit IRC09:58
*** ociuhandu has joined #openstack-ironic09:58
iurygregoryrpittau, do you know why we need another `export DEVSTACK_GATE_USE_PYTHON3=True`  https://review.opendev.org/#/c/695085/ https://github.com/openstack/ironic/blob/6582471c0559bcfd6940083090cae6f02e621f4a/playbooks/legacy/grenade-dsvm-ironic/run.yaml#L39  ?10:01
patchbotpatch 695085 - ironic - Migrate grenade jobs to py3 - 2 patch sets10:01
iurygregoryoh probably because I added to the ironic-extra-vars right?10:03
kaifenggood morning iurygregory and good night folks o/10:05
*** kaifeng is now known as kaifeng|afk10:05
rpittauiurygregory: it's probably because of that10:06
rpittaugood night kaifeng|afk :)10:06
iurygregoryrpittau, we do the source so it should be fine I would say =)10:06
*** priteau has quit IRC10:06
rpittauiurygregory: yeah, mmm, I'm a bit confused now, I don't see the L39 in the patch with the export10:07
iurygregorybut its on the repo already =)10:07
iurygregoryhe didn't push the latest commit to rebase10:07
rpittauiurygregory: yep10:08
iurygregoryI just don't know if it would be necessary =)10:08
rpittauiurygregory: thanks, I added a comment10:09
iurygregoryrpittau, same for the inspector patch =)10:09
iurygregoryhttps://review.opendev.org/#/c/695087/10:09
patchbotpatch 695087 - ironic-inspector - Migrate grenade jobs to py3 - 1 patch set10:09
rpittauyeah10:10
*** mkrai has quit IRC10:20
*** mkrai has joined #openstack-ironic10:23
*** dtantsur|afk is now known as dtantsur10:27
dtantsurmorning ironic10:27
*** ricolin has quit IRC10:32
iurygregorymorning dtantsur10:32
rpittauhey dtantsur :)10:32
*** HagunKim has quit IRC10:33
iurygregorydtantsur, hey any idea what was the comment from TheJulia "ramdisk state will be the state of the running machine after reboot." I'm not sure if I understood .-.10:42
dtantsurTheJulia: I'm completely out of context, sorry10:43
*** mkrai has quit IRC10:43
dtantsurooops, it was for iurygregory10:46
iurygregorydtantsur, oh XD10:46
iurygregorythis was what she said after my idea to use mokutil .-. but I don't get how the reboot would be a problem10:47
dtantsurTheJulia: I assume she meant that whatever mokutil shows in IPA does not necessary reflect what will happen in the final instance.10:48
dtantsurdamn, why am I tagging the wrong person again? :( iurygregory ^^^10:48
* dtantsur some ikeaing, brb10:48
*** dtantsur is now known as dtantsur|brb10:48
iurygregorydtantsur|brb, ok10:49
* iurygregory needs to think and understand more why this would happen .-. it looks like witchcraft10:50
*** rachit7 has quit IRC10:51
*** dsneddon_ has joined #openstack-ironic10:57
*** michchap has joined #openstack-ironic11:00
*** dsneddon_ has quit IRC11:02
*** PrinzElvis has quit IRC11:08
*** bobmel has quit IRC11:15
*** ociuhandu has quit IRC11:21
openstackgerritMerged openstack/ironic master: Pass correct flags during PXE cleanup in iPXEBoot  https://review.opendev.org/69499011:26
openstackgerritVladyslav Drok proposed openstack/ironic stable/train: Pass correct flags during PXE cleanup in iPXEBoot  https://review.opendev.org/69517811:31
openstackgerritVladyslav Drok proposed openstack/ironic stable/stein: Pass correct flags during PXE cleanup in iPXEBoot  https://review.opendev.org/69517911:31
openstackgerritVladyslav Drok proposed openstack/ironic stable/stein: Pass correct flags during PXE cleanup in iPXEBoot  https://review.opendev.org/69517911:32
*** mkrai has joined #openstack-ironic11:34
*** Lucas_Gray has quit IRC11:47
*** dsneddon_ has joined #openstack-ironic11:50
*** ociuhandu has joined #openstack-ironic11:51
*** dsneddon_ has quit IRC11:55
*** PrinzElvis has joined #openstack-ironic12:15
*** mkrai has quit IRC12:17
*** pcaruana has quit IRC12:24
*** mkrai has joined #openstack-ironic12:36
openstackgerritArne Wiebalck proposed openstack/ironic-python-agent master: Software RAID: Use UUID to find root fs  https://review.opendev.org/68658512:42
*** pcaruana has joined #openstack-ironic12:50
arne_wiebalckTheJulia: if you have a moment, could we pick up https://review.opendev.org/#/c/686580/ again?12:50
patchbotpatch 686580 - ironic - Software RAID: Identify the root fs via its UUID f... - 4 patch sets12:50
arne_wiebalckTheJulia: https://review.opendev.org/686585 is related.12:50
patchbotpatch 686585 - ironic-python-agent - Software RAID: Use UUID to find root fs - 5 patch sets12:50
*** derekh has quit IRC12:55
*** ociuhandu has quit IRC12:58
*** goldyfruit_ has joined #openstack-ironic12:59
*** mkrai has quit IRC12:59
*** dsneddon_ has joined #openstack-ironic13:00
*** Lucas_Gray has joined #openstack-ironic13:01
*** derekh has joined #openstack-ironic13:02
*** priteau has joined #openstack-ironic13:05
etingofwhat could be wrong if tempest fails to ssh into the deployed instance? the reason seems to be failed public key auth13:05
*** ricolin has joined #openstack-ironic13:07
*** Lucas_Gray has quit IRC13:11
*** Lucas_Gray has joined #openstack-ironic13:11
*** goldyfruit_ has quit IRC13:16
*** rloo has joined #openstack-ironic13:20
*** rloo has quit IRC13:20
*** rloo has joined #openstack-ironic13:21
rpittauetingof: wrong user ?13:22
etingofcirros can't be wrong13:22
openstackgerritMerged openstack/ironic master: Ensure text-only console in devstack  https://review.opendev.org/69501613:22
*** iurygregory has quit IRC13:31
openstackgerritMichael Chapman proposed openstack/ironic master: Don't install syslinux-nonlinux on rhel7  https://review.opendev.org/69519513:31
*** iurygregory has joined #openstack-ironic13:32
*** iurygregory has quit IRC13:36
*** iurygregory has joined #openstack-ironic13:37
*** ociuhandu has joined #openstack-ironic13:44
*** ociuhandu has quit IRC13:48
*** dsneddon_ has quit IRC14:05
*** priteau has quit IRC14:11
*** priteau has joined #openstack-ironic14:12
*** priteau has quit IRC14:13
*** bobmel has joined #openstack-ironic14:16
*** Lucas_Gray has quit IRC14:21
openstackgerritMichael Chapman proposed openstack/ironic master: Don't install syslinux-nonlinux on rhel7  https://review.opendev.org/69519514:24
*** mmethot has quit IRC14:34
*** mmethot has joined #openstack-ironic14:35
*** PrinzElvis has quit IRC14:38
*** goldyfruit_ has joined #openstack-ironic14:43
openstackgerritVladyslav Drok proposed openstack/ironic master: Mock out the correct greenthread sleep method  https://review.opendev.org/69520814:45
*** jawad_axd has quit IRC14:45
*** jawad_axd has joined #openstack-ironic14:46
*** jawad_ax_ has joined #openstack-ironic14:49
*** jawad_axd has quit IRC14:50
*** jawad_axd has joined #openstack-ironic14:51
openstackgerritIury Gregory Melo Ferreira proposed openstack/ironic master: Drop python 2.7 support and testing  https://review.opendev.org/69521314:53
*** jawad_ax_ has quit IRC14:53
*** jawad_axd has quit IRC14:55
*** rh-jelabarre has joined #openstack-ironic14:58
*** dtantsur|brb is now known as dtantsur15:00
rpiosoetingof: I'm encountering strange issues while using devstack to integration test the hybrid idrac HW type against real bare metal.15:02
rpiosoetingof: Interested?15:03
*** tzumainn has joined #openstack-ironic15:03
etingofrpioso, o/ that does not sound like something extraordinary to me - I'm debugging a devstack problem for a couple of days already...15:05
iurygregorydtantsur, we don't build coreos on ipa anymore right?15:06
dtantsurnope15:06
dtantsurdeprecated and removed15:07
iurygregorywe forgot 1 job XD15:07
iurygregoryI just found while removign py2 jobs15:07
rpiosoetingof: 1. The conductor's soft reset of the agent following the writing of the instance image fails. 2. The IPA's log output isn't displayed on the console, which makes it more difficult to follow and debug what's occurring. 3. At the end, it doesn't appear the disk is set as the boot device; the server continues to try to PXE boot first. When that fails, it boots from the instance OS.15:08
iurygregoryhttps://github.com/openstack/ironic-lib/blob/master/zuul.d/project.yaml#L30 its ok to remove right?15:08
*** johnthetubaguy has joined #openstack-ironic15:09
rpiosoetingof: 4. The disk isn't listed as a boot source by BIOS setup. 5. ironic marks the node as active. 6. Sometimes the node remains powered on and the instance OS login prompt is displayed and other times it is powered off.15:10
iurygregoryand I just found a typo on "ironic-python-agent-buildimage-tinyipa" XD15:10
rpittauiurygregory: you can remove that15:11
iurygregoryrpittau, pushing a patch to remove and to fix the typo on tinyipa job name15:11
rpiosoetingof: I deployed devstack about 3-4 weeks ago.15:11
* rpioso will brb15:11
rpittauiurygregory: yup, curious about the typo :)15:11
iurygregoryrpittau, ironic-python-agent-buildimage-tinyipa doesn't exist it's ironic-python-agent-build-image-tinyipa15:12
rpittauah damn dash!15:12
iurygregoryyeah!15:12
*** ociuhandu has joined #openstack-ironic15:13
rpittauwell, seems like removing python 2 has multiple advantages not strictly related to python 2 :P15:13
iurygregorytruth!15:13
*** dsneddon_ has joined #openstack-ironic15:14
openstackgerritIury Gregory Melo Ferreira proposed openstack/ironic-lib master: Fix Jobs  https://review.opendev.org/69521815:17
*** ociuhandu has quit IRC15:19
*** dsneddon_ has quit IRC15:20
*** bobmel has quit IRC15:23
etingofrpioso, what's "soft reset of the agent"? node reboot? no clues what exactly fails?15:24
*** bobmel has joined #openstack-ironic15:24
etingofno IPA logging - that's curious. I've never seen quiet IPA15:25
openstackgerritIury Gregory Melo Ferreira proposed openstack/ironic master: Drop python 2.7 support and testing  https://review.opendev.org/69521315:25
openstackgerritIury Gregory Melo Ferreira proposed openstack/ironic-lib master: Drop python 2.7 support and testing  https://review.opendev.org/69521915:27
*** bobmel has quit IRC15:27
*** TxGirlGeek has joined #openstack-ironic15:29
* rpioso is back :-)15:30
rpiosoetingof: http://paste.openstack.org/show/786429/15:33
openstackgerritDmitry Tantsur proposed openstack/ironic-lib master: mdns: support IPv6 addresses  https://review.opendev.org/69302615:34
etingofrpioso, I'd enable ironic debugging to observe Redfish exchange15:34
rpiosoetingof: I added the command that preceded the failure -- http://paste.openstack.org/show/786431/15:37
etingofrpioso, ah, it's not redfish poweroff, but IPA poweroff15:39
rpiosoetingof: Yeah, it's strange that the IPA's logging isn't displayed on the console.15:39
rpiosoExactly!15:39
rpiosoIt's not OOB power off.15:39
*** bobmel has joined #openstack-ironic15:39
*** bobmel has quit IRC15:40
rpiosoI tried extending the conductor's patience by tripling the # of retries, but that didn't fix it either.15:40
*** bobmel has joined #openstack-ironic15:40
etingofrpioso, I'd put the node in "maintenance" mode right upon deployment, then examine live ramdisk15:41
etingofin part of IPA and system logging configuration15:41
etingofI am curious if the kernel on that machine somehow considers some other serial port as system console...?15:42
* TheJulia yawns15:42
rpiosoetingof: I'd have to be able to log into the IPA, which is another challenge :-( If I understand correctly, cdearborn encountered a networking issue that precludes that.15:43
etingofrpioso, can you access console?15:43
*** bobmel has quit IRC15:43
rpiosoetingof: We're using "openstack baremetal node deploy ...". No nova.15:43
etingofgood morning, TheJulia o/15:43
rpiosoetingof: Yes, but I can't log in at the virtual console and reportedly ssh won't work either.15:44
rpiosoTheJulia: Good morning!15:44
etingofrpioso, well, BMC console access might be irrelevant to devstack/ironic problems15:45
* rpioso woke up at ~4:15 am EST. What!15:45
*** bobmel has joined #openstack-ironic15:45
etingofrpioso, if you think you experience conductor<->ipa connectivity issues, that could explain soft reboot failure15:46
rpiosoetingof: It's the system console virtualized.15:46
* etingof is not sure what virtualized console means now days15:47
rpiosoetingof: Hrm ... But the command exchanges which precede the soft reset seem to succeed.15:47
*** bobmel has quit IRC15:47
rpiosoetingof: iDRAC web GUI has a virtual console feature which displays the system console via Java, HTML5, etc.15:48
etingofrpioso, the first thing I would do is to establish proper IPA logging to understand what's going on there...15:48
rpiosoetingof: I can see the server PXE boot and the IPA log in prompt is displayed for a time.15:49
rpiosoetingof: My thought exactly!15:49
rpiosoetingof: Are the IPA logs captured by the conductor and stored somewhere?15:49
etingofI think so15:49
* TheJulia needs to go find breakfast15:50
TheJuliarpioso: waking up crazy early should be over in a few more days for you :)15:50
etingofbut that requires working conductor<->ipa communication15:50
rpiosoetingof: Perhaps it's working sufficiently for that. Where can I find those logs? Do I need to turn some knobs to make them available to the conductor?15:51
rpiosoTheJulia: Woot!15:51
etingofrpioso ~stack/ironic-bm-logs/deploy_logs15:52
etingofrpioso, I am not sure the logs are captured on cleaning though15:52
rpiosoetingof: I have auto cleaning disabled :-)15:53
*** dsneddon_ has joined #openstack-ironic15:53
*** bobmel has joined #openstack-ironic15:56
*** ociuhandu has joined #openstack-ironic15:56
openstackgerritIury Gregory Melo Ferreira proposed openstack/networking-generic-switch master: Drop python 2.7 support and testing  https://review.opendev.org/69522815:58
rpiosoetingof: I see a zipped tarball for the deployment referenced by the pastebin. A few of the files appear to be binary.15:58
*** dsneddon_ has quit IRC15:58
rpiosoWhich one should have the IPA logs, and what do I need to do to get at them?15:59
etingofrpioso, I'd expect to find var/log/ironic-python-agent.log in that tarball16:01
rpiosoetingof: Not there :-(16:01
*** ociuhandu has quit IRC16:01
etingofrpioso, I'd try to get on the console then16:02
*** bobmel has quit IRC16:05
*** bobmel has joined #openstack-ironic16:07
*** whoami-rajat_ has joined #openstack-ironic16:08
* iurygregory gtg bbl 16:10
*** iurygregory has quit IRC16:12
openstackgerritIlya Etingof proposed openstack/ironic master: Add a CI job to legacy boot over Redfish virtual media  https://review.opendev.org/69301716:14
*** gyee has joined #openstack-ironic16:16
openstackgerritVladyslav Drok proposed openstack/ironic master: Mock out the correct greenthread sleep method  https://review.opendev.org/69520816:20
*** bobmel has quit IRC16:21
*** ricolin has quit IRC16:24
*** naved001 has quit IRC16:27
*** naved001 has joined #openstack-ironic16:28
*** jawad_axd has joined #openstack-ironic16:29
*** dsneddon_ has joined #openstack-ironic16:30
*** ociuhandu has joined #openstack-ironic16:33
*** jawad_axd has quit IRC16:34
*** dougsz has quit IRC16:38
*** ociuhandu has quit IRC16:38
*** ociuhandu has joined #openstack-ironic16:38
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent master: [VERY EARLY WIP] Replace WSME and Pecan with Flask  https://review.opendev.org/69504116:47
openstackgerritVladyslav Drok proposed openstack/ironic master: Mock out the correct greenthread sleep method  https://review.opendev.org/69520816:52
*** dougsz has joined #openstack-ironic16:53
*** goldyfruit___ has joined #openstack-ironic16:53
*** goldyfruit___ is now known as goldyfruit16:54
arne_wiebalckbye everyone o/16:56
*** goldyfruit_ has quit IRC16:56
*** lucasagomes has quit IRC16:57
*** dsneddon_ has quit IRC17:15
rpittaugood night! o/17:18
*** rpittau is now known as rpittau|afk17:18
*** dsneddon_ has joined #openstack-ironic17:19
openstackgerritDmitry Tantsur proposed openstack/ironic-lib master: mdns: support IPv6 addresses  https://review.opendev.org/69302617:22
*** dsneddon_ has quit IRC17:25
*** dsneddon_ has joined #openstack-ironic17:26
*** jawad_axd has joined #openstack-ironic17:26
*** goldyfruit has quit IRC17:27
*** goldyfruit has joined #openstack-ironic17:30
*** jawad_axd has quit IRC17:31
*** goldyfruit has quit IRC17:31
*** goldyfruit has joined #openstack-ironic17:34
*** goldyfruit has quit IRC17:34
*** goldyfruit has joined #openstack-ironic17:35
*** jawad_axd has joined #openstack-ironic17:47
*** dsneddon_ is now known as dsneddon17:49
*** jawad_axd has quit IRC17:52
*** whoami-rajat_ is now known as whoami-rajat17:53
*** igordc has joined #openstack-ironic18:00
*** dougsz has quit IRC18:00
*** derekh has quit IRC18:01
*** tesseract has quit IRC18:18
openstackgerritTzu-Mainn Chen proposed openstack/ironic master: Allow node owners to administer associated ports  https://review.opendev.org/69525518:31
*** ociuhandu has quit IRC18:57
NobodyCamGood Morning Ironic'ers18:57
*** ociuhandu has joined #openstack-ironic18:59
*** ociuhandu has quit IRC19:03
*** tzumainn has quit IRC19:12
dtantsurmorning NobodyCam19:13
NobodyCamO/ morning dtantsur19:14
*** goldyfruit has quit IRC19:18
*** goldyfruit has joined #openstack-ironic19:18
*** goldyfruit has quit IRC19:20
*** goldyfruit has joined #openstack-ironic19:20
*** ociuhandu has joined #openstack-ironic19:35
openstackgerritMerged openstack/ironic stable/train: Pass correct flags during PXE cleanup in iPXEBoot  https://review.opendev.org/69517819:40
*** ociuhandu has quit IRC19:46
*** ociuhandu has joined #openstack-ironic19:47
*** iurygregory has joined #openstack-ironic19:48
*** ociuhandu has quit IRC19:53
*** ociuhandu has joined #openstack-ironic19:57
*** ociuhandu has quit IRC20:05
*** whoami-rajat has quit IRC20:08
*** alexmcleod has quit IRC20:09
*** ociuhandu has joined #openstack-ironic20:36
*** iurygregory has quit IRC20:42
*** ociuhandu has quit IRC20:51
*** ociuhandu has joined #openstack-ironic20:53
openstackgerritMerged openstack/ironic-tempest-plugin master: Enable boot_option to be specified  https://review.opendev.org/67863321:01
*** ociuhandu has quit IRC21:06
*** tzumainn has joined #openstack-ironic21:29
*** dtantsur is now known as dtantsur|afk21:32
*** pcaruana has quit IRC21:42
*** ociuhandu has joined #openstack-ironic21:59
*** ociuhandu has quit IRC22:07
*** rcernin has joined #openstack-ironic22:31
rpiosoTheJulia: Do you have any familiarity with the devstack integration testing issues I shared with etingof earlier today?23:07
*** tzumainn has quit IRC23:33
*** goldyfruit has quit IRC23:48

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