Friday, 2019-12-13

*** igordc has quit IRC00:12
openstackgerritJulia Kreger proposed openstack/ironic master: Add a CI job to UEFI boot over Redfish virtual media  https://review.opendev.org/69386700:31
openstackgerritJulia Kreger proposed openstack/ironic master: redfish-vmedia: correctly pass ipa-debug  https://review.opendev.org/69725800:32
openstackgerritJulia Kreger proposed openstack/ironic master: Implement managed in-band inspection boot for redfish-virtual-media  https://review.opendev.org/69629100:32
*** bfournie has joined #openstack-ironic00:34
openstackgerritJulia Kreger proposed openstack/ironic master: Correct power state handling for managed in-band inspection  https://review.opendev.org/69745100:34
*** ricolin has joined #openstack-ironic00:43
*** rcernin has joined #openstack-ironic00:48
openstackgerritJulia Kreger proposed openstack/ironic-tempest-plugin master: Make local boot explicit on software raid tests  https://review.opendev.org/67925800:49
openstackgerritJulia Kreger proposed openstack/ironic master: Fix get_boot_option logic  https://review.opendev.org/67913200:49
*** stevebaker_ is now known as pequbot-test00:51
*** gyee has quit IRC00:52
*** pequbot-test is now known as stevebaker_00:54
openstackgerritJulia Kreger proposed openstack/ironic master: Pre-shared agent token  https://review.opendev.org/69260900:57
openstackgerritJulia Kreger proposed openstack/ironic master: WIP: Enable agent_token for virtual media boot  https://review.opendev.org/69758400:58
openstackgerritJulia Kreger proposed openstack/ironic master: WIP: Send our token back to the agent  https://review.opendev.org/69758500:59
openstackgerritJulia Kreger proposed openstack/ironic-python-agent master: WIP: agent token support  https://review.opendev.org/69261400:59
openstackgerritJulia Kreger proposed openstack/ironic-python-agent master: WIP: agent token support  https://review.opendev.org/69261400:59
*** rloo has quit IRC01:04
*** ricolin has quit IRC01:09
*** ricolin has joined #openstack-ironic01:09
openstackgerritMerged openstack/ironic-tempest-plugin master: Actually test rescue in the standalone job  https://review.opendev.org/69801102:05
*** zbitter is now known as zaneb02:12
*** gregoryo has joined #openstack-ironic02:17
*** Lucas_Gray has joined #openstack-ironic02:32
*** Lucas_Gray has quit IRC02:43
*** Lucas_Gray has joined #openstack-ironic02:45
*** ociuhandu has joined #openstack-ironic02:52
*** ociuhandu has quit IRC02:58
*** mkrai has joined #openstack-ironic03:00
*** tzumainn has quit IRC03:03
*** mkrai has quit IRC03:13
*** mkrai_ has joined #openstack-ironic03:13
*** ijw has quit IRC03:31
openstackgerritMerged openstack/ironic master: Import importlib directly  https://review.opendev.org/69877103:58
*** Lucas_Gray has quit IRC05:19
*** pcaruana has joined #openstack-ironic06:02
*** ricolin has quit IRC06:10
*** gregoryo has quit IRC06:24
*** logan- has quit IRC07:09
mkrai_good morning ironic o/07:09
*** hwoarang has quit IRC07:09
*** logan_ has joined #openstack-ironic07:10
*** logan_ is now known as logan-07:10
*** hwoarang has joined #openstack-ironic07:11
arne_wiebalckGood morning, ironic!07:20
*** mkrai_ has quit IRC07:37
*** rcernin has quit IRC07:41
*** tesseract has joined #openstack-ironic07:43
*** mkrai has joined #openstack-ironic07:53
*** jtomasek has joined #openstack-ironic08:03
*** ricolin has joined #openstack-ironic08:06
*** ricolin has quit IRC08:06
*** ricolin has joined #openstack-ironic08:07
*** khansa has joined #openstack-ironic08:23
*** sziviani has joined #openstack-ironic08:25
*** iurygregory has joined #openstack-ironic08:33
iurygregorygood morning Ironic =D08:35
*** ricolin has quit IRC08:47
*** FlorianFa has quit IRC08:49
mkraiiurygregory, arne_wiebalck o/08:54
mkraiarne_wiebalck, I finally fixed the network issue :)08:54
arne_wiebalckmkrai: \o/08:55
arne_wiebalckmkrai: what was it in the end?08:55
iurygregorymkrai, arne_wiebalck o/08:57
arne_wiebalckHey iurygregory o/08:58
mkraiso I was deploying the node with two interface both on different network. Node provisioned on correct network but it was trying to use the second network for dhcp post provisioning08:58
mkraiarne_wiebalck, so now I am looking for some solution/way so that the node does booting from the same network everytime08:59
*** FlorianFa has joined #openstack-ironic09:01
arne_wiebalckmkrai: the node boots from the network after deployment?09:04
mkraiarne_wiebalck, Initially I had netboot but now I switched to local boot09:05
mkraiarne_wiebalck, I am going to try netboot now09:05
arne_wiebalckmkrai: not sure that will help09:05
*** lucasagomes has joined #openstack-ironic09:06
mkraiarne_wiebalck, you mean netboot?09:06
arne_wiebalckmkrai: when booting from the local drive, I'd think how the network is defined by the image, like: starting dhcp on all interfaces, getting addresses for all NICs, setting up the routing and the like09:07
arne_wiebalckmkrai: yes09:07
mkraiarne_wiebalck, yes that's independent of local boot09:08
arne_wiebalckmkrai: again, I am not really an expert in this area (as our network is relatively simple), but we have nodes with several interfaces as well and sometimes *not* getting an IP address moves things in the right direction09:08
mkraiarne_wiebalck, In the past on the same setup, I had run netboot successfully09:08
arne_wiebalckmkrai: ah, ok09:08
mkraiarne_wiebalck, Do you have multiple network on same node?09:09
arne_wiebalckmkrai: yes, but not (active) at provisioning time09:09
*** FlorianFa has quit IRC09:09
arne_wiebalckmkrai: that is done later09:09
mkraiarne_wiebalck, how it is done? I guess it is OOB09:10
arne_wiebalckmkrai: and I had a case only this week where a node had multiple active NICs and DHCP servers replying to all interfaces, messing up the routing ...09:10
arne_wiebalckmkrai: right09:10
arne_wiebalckmkrai: nodes with 6 interfaces :)09:10
mkraiarne_wiebalck, I had similar issue09:10
arne_wiebalckmkrai: but only one when the node is provisioned :-D09:10
mkraiarne_wiebalck, I have an HPC node with two interfaces, one ethernet and one HFI09:11
mkraiarne_wiebalck, safe way out ;)09:11
arne_wiebalckmkrai: :)09:12
*** khansa has quit IRC09:12
*** rcernin has joined #openstack-ironic09:14
arne_wiebalckmkrai: I think you need to check inside the instance what needs to be configured differently and take it from there09:15
*** dougsz has joined #openstack-ironic09:15
mkraiarne_wiebalck, But I want the HFI interface also configured by Ironic09:16
*** FlorianFa has joined #openstack-ironic09:22
arne_wiebalckmkrai: I guess that's ok, you just need to find out how to achieve that with the image and the setup you have.09:22
*** derekh has joined #openstack-ironic09:30
mkraiarne_wiebalck, thanks but first i want to understand why the ironic node tried dhcp from different network post provisioning09:32
mkraiarne_wiebalck, one more thing about the mid-cycle attendance. I have raised a travel request but will get to know in January only. So my attendance is still to be confirmed.09:33
arne_wiebalckmkrai: no prob, January is early enough, let me know once you know09:34
arne_wiebalckmkrai: the "ironic node" is the instance, i.e. the image, which tries to configure the network after deployment09:34
openstackgerritIury Gregory Melo Ferreira proposed openstack/ironic-prometheus-exporter master: DevStack support and Redfish job  https://review.opendev.org/68588809:38
*** alexmcleod has joined #openstack-ironic09:45
mkraiarne_wiebalck, so you mean the image has issues?09:51
mkraiarne_wiebalck, netboot is also working fine09:51
arne_wiebalckmkrai: what I mean is that this may be a configuration issue outside of Ironic09:53
arne_wiebalckmkrai: sth that needs to be handled outside of Ironic09:53
*** rcernin has quit IRC09:53
mkraiarne_wiebalck, ok i will keep doing my test and will let you know if it works with ironic, thanks :)09:54
*** khansa has joined #openstack-ironic09:55
*** chihhsin has joined #openstack-ironic10:15
*** chihhsin has quit IRC10:20
openstackgerritMerged openstack/ironic master: Fixes issue with checking whether ISO is passed  https://review.opendev.org/69795310:34
*** chenhaw has quit IRC10:35
*** yolanda has quit IRC10:53
*** ricolin has joined #openstack-ironic10:59
*** ricolin_ has joined #openstack-ironic11:02
*** ricolin has quit IRC11:04
*** ociuhandu has joined #openstack-ironic11:14
*** mkrai has quit IRC11:14
*** ricolin_ has quit IRC11:18
*** yolanda has joined #openstack-ironic11:25
*** ociuhandu has quit IRC11:26
*** ociuhandu has joined #openstack-ironic11:27
*** mkrai has joined #openstack-ironic11:30
*** ociuhandu has quit IRC11:31
*** ociuhandu has joined #openstack-ironic11:51
*** ociuhandu has quit IRC11:53
*** ociuhandu has joined #openstack-ironic11:53
*** dtantsur|afk is now known as dtantsur12:02
dtantsurmorning/afternoon ironic12:02
* dtantsur starts his last workday in 201912:02
khansalol  dtantsur morning o/12:03
iurygregorymorning dtantsur o/12:05
*** lucasagomes has quit IRC12:09
*** kozhukalov has joined #openstack-ironic12:29
*** mgoddard has quit IRC12:30
*** ociuhandu has quit IRC12:33
*** ociuhandu has joined #openstack-ironic12:34
*** ociuhandu has quit IRC12:38
*** rachit7 has joined #openstack-ironic12:40
*** rh-jelabarre has joined #openstack-ironic12:46
*** ociuhandu has joined #openstack-ironic12:46
*** kozhukalov has quit IRC12:48
*** ociuhandu has quit IRC12:48
*** kozhukalov has joined #openstack-ironic12:48
*** ociuhandu has joined #openstack-ironic12:49
*** ociuhandu has quit IRC12:52
*** ociuhandu has joined #openstack-ironic12:52
*** ociuhandu has quit IRC12:52
*** ociuhandu has joined #openstack-ironic12:54
mkraimorning dtantsur o/12:58
mkraiHappy last working day12:58
*** ociuhandu has quit IRC12:59
*** goldyfruit has joined #openstack-ironic13:07
*** mgoddard has joined #openstack-ironic13:21
dtantsur:)13:30
*** rloo has joined #openstack-ironic13:42
*** Goneri has joined #openstack-ironic13:45
arne_wiebalckgm dtantsur o/13:47
TheJuliagood morning13:50
* TheJulia would like this to be her last workday of the year as well :(13:50
*** rachit7 has quit IRC14:00
*** mmethot has joined #openstack-ironic14:13
*** ociuhandu has joined #openstack-ironic14:19
dtantsurmorning TheJulia14:24
*** ociuhandu has quit IRC14:24
*** aedc_ has joined #openstack-ironic14:25
*** ociuhandu has joined #openstack-ironic14:27
*** aedc has quit IRC14:27
*** ociuhandu has quit IRC14:33
*** dmellado has quit IRC14:36
*** tzumainn has joined #openstack-ironic14:37
*** dmellado has joined #openstack-ironic14:39
*** igordc has joined #openstack-ironic14:40
*** derekh has quit IRC14:48
openstackgerritIury Gregory Melo Ferreira proposed openstack/tenks master: Py2 - Remove six and mock  https://review.opendev.org/69892214:48
*** iurygregory has quit IRC14:52
*** kozhukalov has quit IRC14:56
openstackgerritJulia Kreger proposed openstack/ironic master: Pre-shared agent token  https://review.opendev.org/69260915:22
openstackgerritJulia Kreger proposed openstack/ironic master: WIP: Enable agent_token for virtual media boot  https://review.opendev.org/69758415:23
openstackgerritJulia Kreger proposed openstack/ironic master: WIP: Send our token back to the agent  https://review.opendev.org/69758515:23
arne_wiebalckour resource tracker takes now more than 2 hours to complete ... blocking instance creations behind it ... on the bright side, it's probably one of the cycle-largest resources tracker in the world :-S15:24
*** iurygregory has joined #openstack-ironic15:24
*** ijw has joined #openstack-ironic15:33
dtantsurwow15:36
*** ijw has quit IRC15:37
mgoddardarne_wiebalck: still using a single compute service?15:43
arne_wiebalckmgoddard: yep15:43
mgoddardarne_wiebalck: try adding some more? :)15:43
arne_wiebalck:-D15:43
arne_wiebalckmgoddard: yes ... still testing15:43
arne_wiebalckmgoddard: not before the break15:44
mgoddardarne_wiebalck: sure15:44
arne_wiebalckmgoddard: we got some few hundred additional nodes, it's getting really an issue now15:44
arne_wiebalckmgoddard: will add more compute services and tie them to conductor groups15:45
arne_wiebalckmgoddard: that's the plan15:45
mgoddardarne_wiebalck: if one of your nova colleagues has some time to review my patches that would be great: https://review.opendev.org/#/q/topic:bug/1839560+status:open15:45
*** kozhukalov has joined #openstack-ironic15:46
arne_wiebalckmgoddard: uh, RT patches?15:47
arne_wiebalckmgoddard: our nova experts left for the rest of the yesart15:47
arne_wiebalck*year15:47
mgoddardarne_wiebalck: related. They won't help your scaling problems but will fix some race conditions15:47
mgoddardok, np15:47
*** ricolin_ has joined #openstack-ironic15:53
*** kozhukalov has quit IRC15:56
*** bnemec is now known as beekneemech16:06
*** ociuhandu has joined #openstack-ironic16:09
*** efried is now known as efried_afk16:12
*** tzumainn has quit IRC16:13
*** igordc has quit IRC16:15
*** tzumainn has joined #openstack-ironic16:15
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent-builder master: Replace CentOS 7 images with CentOS 8  https://review.opendev.org/69638316:25
*** gyee has joined #openstack-ironic16:26
*** tzumainn has quit IRC16:35
*** ociuhandu has quit IRC16:36
*** ociuhandu has joined #openstack-ironic16:36
*** ricolin_ has quit IRC16:36
*** mkrai has quit IRC16:40
*** ociuhandu has quit IRC16:40
*** kozhukalov has joined #openstack-ironic16:41
*** tzumainn has joined #openstack-ironic16:41
*** tesseract has quit IRC16:53
*** khansa has quit IRC16:55
*** k_mouza has joined #openstack-ironic16:55
*** ociuhandu has joined #openstack-ironic16:59
k_mouzahello all! I'm facing some issues when trying to spin up an instance on software raid1 using ironic. The clean step finishes successfully, but when I create an instance I get a "grub2-install: error: disk `md127,1' not found" error: http://paste.openstack.org/show/787568/17:01
k_mouzaany ideas please? Tried both with a custom-built coreos ramdisk, as well as a pre-built centos one17:02
k_mouzathe server only has 2 drives, by the way17:03
*** hjensas has joined #openstack-ironic17:03
*** mkrai has joined #openstack-ironic17:06
dtantsurk_mouza: check that you have mdadm package installed on your user image (not only the ramdisk)17:10
*** tzumainn has quit IRC17:14
*** ociuhandu has quit IRC17:17
*** aedc_ has quit IRC17:28
*** openstackgerrit has quit IRC17:29
*** sziviani has quit IRC17:31
arne_wiebalckk_mouza: this is on Train, I guess (not master)?17:32
k_mouzayup, that's on train17:33
arne_wiebalckk_mouza: it looks like there is no partition on the md device17:33
arne_wiebalckk_mouza: ironic should have created this17:33
*** tzumainn has joined #openstack-ironic17:34
*** kozhukalov has quit IRC17:35
arne_wiebalckk_mouza: it'd be good to get the debugging output from the IPA17:36
arne_wiebalckk_mouza: is this an iscsi deploy or direct?17:38
dtantsurI'm off for winter holidays, see you all in January!17:40
*** dtantsur is now known as dtantsur|afk17:40
arne_wiebalckbye dtantsur|afk enjoy the break!17:48
*** iurygregory has quit IRC17:55
*** melwitt is now known as jgwentworth17:57
*** dougsz has quit IRC17:57
*** k_mouza has quit IRC17:57
*** hwoarang has quit IRC18:39
*** hwoarang has joined #openstack-ironic18:40
*** yolanda has quit IRC18:43
*** aedc has joined #openstack-ironic18:43
arne_wiebalckbye everyone, see you next week!18:56
*** igordc has joined #openstack-ironic19:05
*** rloo has quit IRC19:13
*** rloo has joined #openstack-ironic19:14
*** jtomasek has quit IRC19:31
*** efried_afk is now known as efried19:32
*** mkrai has quit IRC19:59
*** rmcall has quit IRC20:06
*** rmcallis has joined #openstack-ironic20:07
*** kozhukalov has joined #openstack-ironic20:10
*** gmann is now known as gmann_afk20:13
*** tzumainn has quit IRC20:24
*** Goneri has quit IRC20:27
*** tzumainn has joined #openstack-ironic20:29
*** kozhukalov has quit IRC20:31
*** gyee has quit IRC20:35
*** kozhukalov has joined #openstack-ironic20:37
*** rmcallis has quit IRC20:40
*** openstackgerrit has joined #openstack-ironic21:06
openstackgerritTzu-Mainn Chen proposed openstack/ironic master: Restrict ability to change owner on provisioned or allocated node  https://review.opendev.org/69807821:06
*** tzumainn has quit IRC21:14
*** gyee has joined #openstack-ironic21:17
*** igordc has quit IRC21:30
*** ijw has joined #openstack-ironic21:33
*** alexmcleod has quit IRC21:39
*** kozhukalov has quit IRC21:54
*** logan- has quit IRC22:04
*** logan- has joined #openstack-ironic22:06
openstackgerritMerged openstack/ironic master: Add a CI job to UEFI boot over Redfish virtual media  https://review.opendev.org/69386722:25
openstackgerritMerged openstack/ironic master: redfish-vmedia: correctly pass ipa-debug  https://review.opendev.org/69725822:30
*** rloo has quit IRC22:32
*** Goneri has joined #openstack-ironic22:34
*** hjensas has quit IRC22:45
*** pcaruana has quit IRC22:48
*** hwoarang has quit IRC22:53
*** hwoarang has joined #openstack-ironic22:54
*** ijw has quit IRC23:32

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