Thursday, 2019-07-25

*** whoami-rajat has quit IRC00:01
*** jistr has quit IRC00:15
*** jistr has joined #openstack-ironic00:15
*** gyee has quit IRC00:49
*** ricolin has joined #openstack-ironic00:55
openstackgerritVanou Ishii proposed openstack/ironic master: Add logic to determine Ironic node is HW or not into configure_ironic_dirs  https://review.opendev.org/67195700:58
*** igordc has quit IRC01:04
*** jcoufal has joined #openstack-ironic02:19
*** kiseok7 has joined #openstack-ironic02:19
*** jcoufal has quit IRC02:33
*** SuiongNg|ITRI_TW has joined #openstack-ironic02:36
*** dsneddon has quit IRC02:53
*** whoami-rajat has joined #openstack-ironic03:06
*** dsneddon has joined #openstack-ironic03:30
openstackgerritMin Sun proposed openstack/ironic master: Console process alive on other node after taken over  https://review.opendev.org/67164603:51
*** rcernin has quit IRC03:55
*** gkadam has joined #openstack-ironic04:08
*** gkadam has quit IRC04:09
*** dsneddon has quit IRC04:09
*** dsneddon has joined #openstack-ironic04:17
*** yolanda has quit IRC04:21
*** yolanda has joined #openstack-ironic04:22
*** pcaruana has joined #openstack-ironic04:44
*** zufar has joined #openstack-ironic04:50
zufar Hello all, I try to create image for baremetal ironic using fedora but get an error04:50
zufarhttp://paste.opensuse.org/view//8859495504:51
zufar the error is like disk-image-create cannot find the files in fedora repository. I check the repository, there missing fedora 2704:51
zufar anyone know how to fix this?04:51
*** pcaruana has quit IRC04:56
*** rachit7 has joined #openstack-ironic04:56
*** dsneddon has quit IRC05:12
*** andy_ has joined #openstack-ironic05:17
*** bobmel has joined #openstack-ironic05:33
*** rcernin has joined #openstack-ironic05:33
zufarwhen I try to increase the fedora version with DIB_RELEASE, i get error Unsupported Fedora release05:50
*** dsneddon has joined #openstack-ironic05:54
*** dsneddon has quit IRC05:58
*** rcernin has quit IRC06:03
openstackgerritMadhuri Kumari proposed openstack/ironic master: [DNM][WIP] Add support for reconfigure  https://review.opendev.org/67225806:10
*** mkrai has joined #openstack-ironic06:13
openstackgerritMadhuri Kumari proposed openstack/ironic master: [DNM][WIP] Add support for reconfigure  https://review.opendev.org/67225806:15
*** rcernin has joined #openstack-ironic06:18
*** dsneddon has joined #openstack-ironic06:20
*** pcaruana has joined #openstack-ironic06:21
*** rcernin has quit IRC06:21
*** rcernin has joined #openstack-ironic06:21
*** dsneddon has quit IRC06:24
*** rachit7 has quit IRC06:34
*** rachit7 has joined #openstack-ironic06:34
*** dsneddon has joined #openstack-ironic06:34
*** rachit7 has quit IRC06:36
*** dsneddon has quit IRC06:39
*** rachit7 has joined #openstack-ironic06:46
-openstackstatus- NOTICE: The git service on opendev.org is currently down.06:49
*** ChanServ changes topic to "The git service on opendev.org is currently down."06:49
openstackgerritMadhuri Kumari proposed openstack/ironic-specs master: Add support for manual deploy steps  https://review.opendev.org/67225206:50
*** S4ren has joined #openstack-ironic06:50
arne_wiebalckgood morning, ironic!06:52
*** yaawang has quit IRC06:55
mkraimorning ironic!06:55
mkraigm arne_wiebalck06:55
mkraiDo anyone know the format for native rst table?06:56
arne_wiebalckmkrai: o/06:56
*** S4ren has quit IRC06:56
arne_wiebalckmkrai: Thanks for the spec updates.06:57
mkraiarne_wiebalck, :)06:57
*** yaawang has joined #openstack-ironic06:57
mkraiI hope it's clear this time06:57
arne_wiebalckmkrai: Well  ... :)06:58
mkraiarne_wiebalck, do you know which one to use http://docutils.sourceforge.net/docs/user/rst/quickref.html#tables?06:58
arne_wiebalckmkrai: I still don't understand how changes are applied on the node.06:58
arne_wiebalckmkrai: Like: how do you actually change the BIOS settings.06:58
mkraiarne_wiebalck, Ok let me try to explain06:58
mkraiarne_wiebalck, https://github.com/openstack/ironic/blob/master/ironic/drivers/modules/intel_ipmi/management.py#L5006:59
mkraiSee this deploy_step06:59
arne_wiebalckright07:00
mkraiWhen a user resizes a node with trait CUSTOM_INTEL_SPEED_SELECT*, this deploy step will be called for an active node07:00
arne_wiebalckthis will change the settings via IPMI?07:00
mkraiThis deploy step just sends an IPMI call to the node07:00
mkraiYes you're right07:01
arne_wiebalckok, this I understand, but in the case of BIOS changes?07:01
mkraithis will of course need a power recycle07:01
arne_wiebalckIn cases where the conductor can do an OOB command this is clear, but how would you change BIOS settings?07:01
arne_wiebalckI don't think you can do this via IPMI.07:02
mkraiarne_wiebalck, give me a moment07:02
arne_wiebalckmkrai: hmm, maybe you can07:03
mkraiarne_wiebalck, I am checking the exisiting BIOS setting code07:04
*** dsneddon has joined #openstack-ironic07:05
arne_wiebalckmkrai: what we usually do is boot into the BIOS or (at scale) use tools that come with the corresponding platform ... the latter would require in-band access, though07:05
mkraiarne_wiebalck, so that can be done on an active node, right?07:05
arne_wiebalckmkrai: yes07:06
arne_wiebalckmkrai: but you need to run sth inside the node07:06
*** rcernin has quit IRC07:06
arne_wiebalckmkrai: this is why I was asking on the review how the conductor would do it07:06
mkraiarne_wiebalck, by inside the node, you mean bios mode?07:06
arne_wiebalckmkrai: no, from the running physical instance07:07
mkraiarne_wiebalck, currently i don't see any deploy_step other than the core ones "deploy"07:07
arne_wiebalckmkrai: aren't these run from the IPA?07:08
mkraiarne_wiebalck, so basically how the setting will change depends on individual deploy_step07:08
mkraiarne_wiebalck, whether ssh to the node, boot into BIOS or call an OOB command07:08
mkraiarne_wiebalck, which ones?07:09
arne_wiebalckdeploy_steps that are run via deploy_templates07:09
*** dsneddon has quit IRC07:09
* arne_wiebalck is not super-familiar with that feature yet07:10
mkraithese are run by conductor while node provisioning07:10
arne_wiebalckmkrai: if the deploy step needs to bring the mechanism how to execute sth, I think this needs to explicitly made clear in the spec07:10
mkraiarne_wiebalck, Ok I will add this detail in the spec07:11
mkraiarne_wiebalck, Thank you for the feedback :)07:11
arne_wiebalckmkrai: I think the feature is really nice (that's why I added the BIOS) example :)07:12
arne_wiebalckmkrai: Thanks for your efforts on this.07:12
mkraiarne_wiebalck, Thank you :) Hope it gets acceptance from others07:13
mkraiarne_wiebalck, Ok so now do you know the native rst table format?07:13
arne_wiebalckI'll update the spec with a comment of what we just discussed.07:13
mkraiarne_wiebalck, that will be great :)07:13
arne_wiebalckrst table: no, sorry07:13
mkraiarne_wiebalck, no problem.07:14
arne_wiebalckmkrai: what I usually do is checking what has been used by others ;)07:14
mkraiarne_wiebalck, yes i have been looking for it in the docs. And i can't find even a single table :D07:14
*** tesseract has joined #openstack-ironic07:15
*** iurygregory has joined #openstack-ironic07:15
iurygregorygood morning07:16
mkraiarne_wiebalck, I think I found it07:16
mkraiiurygregory, Good morning :)07:16
iurygregorymkrai, o/07:16
*** rpittau|afk is now known as rpittau07:22
rpittaugood morning ironic! o/07:23
*** Goneri has joined #openstack-ironic07:30
*** tssurya has joined #openstack-ironic07:33
*** zufar has quit IRC07:35
iurygregorymorning rpittau o/07:36
rpittauhey iurygregory :)07:36
rpittauso git is down on opendev.....07:36
iurygregoryi think opendev is down07:36
openstackgerritMadhuri Kumari proposed openstack/ironic master: Follow-up to the IntelIPMIHardware patch  https://review.opendev.org/67265207:41
*** priteau has joined #openstack-ironic07:45
etingofseems down to me as well07:59
openstackgerritDmitry Tantsur proposed openstack/ironic-tempest-plugin master: Support for testing adoption in the standalone job  https://review.opendev.org/67228608:08
openstackgerritDmitry Tantsur proposed openstack/ironic master: Enable testing adoption in the CI  https://review.opendev.org/67230408:10
*** dtantsur|afk is now known as dtantsur08:11
dtantsurmorning ironic08:11
*** lucasagomes has joined #openstack-ironic08:12
*** dougsz has joined #openstack-ironic08:12
*** rachit7 has quit IRC08:16
*** dsneddon has joined #openstack-ironic08:17
openstackgerritM V P Nitesh proposed openstack/ironic master: Creates boot entry and loads OS for UEFI systems for wholedisk images  https://review.opendev.org/67026608:19
iurygregorymorning dtantsur08:22
-openstackstatus- NOTICE: Services at opendev.org like our git server and at openstack.org are currently down, looks like an outage in one of our cloud providers.08:32
*** ChanServ changes topic to "Services at opendev.org like our git server and at openstack.org are currently down, looks like an outage in one of our cloud providers."08:32
openstackgerritraphael.glon proposed openstack/ironic master: Ansible driver: fix deployment with serial specified as root device hint  https://review.opendev.org/67253008:37
*** ChanServ changes topic to "Bare Metal Provisioning | Status: http://bit.ly/ironic-whiteboard | Docs: http://docs.openstack.org/ironic/ | Bugs: https://storyboard.openstack.org/#!/project_group/75 | Contributors are generally present between 6 AM and 12 AM UTC, If we do not answer, please feel free to pose questions to openstack-discuss mailing list."08:39
-openstackstatus- NOTICE: The problem in our cloud provider has been fixed, services should be working again08:39
*** rachit7 has joined #openstack-ironic08:53
*** jtomasek has joined #openstack-ironic09:01
*** lennyb has joined #openstack-ironic09:16
*** e0ne has joined #openstack-ironic09:32
*** Lucas_Gray has joined #openstack-ironic09:55
*** diga has joined #openstack-ironic09:56
dtantsurTheJulia: hi! why doesn't https://github.com/openstack/ironic/commit/5f18e52b6443e0f624aaaa6f0b096e91bc34f796#diff-fdf50438e9c18a16a4810ba3d84054a8 have a release note?10:05
*** Lucas_Gray has quit IRC10:06
*** mkrai has quit IRC10:12
*** brtknr has quit IRC10:27
*** brtknr has joined #openstack-ironic10:33
*** dsneddon has quit IRC10:42
*** brtknr has quit IRC10:56
*** brtknr has joined #openstack-ironic10:56
*** diga has quit IRC11:00
*** dsneddon has joined #openstack-ironic11:09
*** dsneddon has quit IRC11:31
*** rh-jelabarre has joined #openstack-ironic11:35
*** pcaruana has quit IRC11:42
*** igordc has joined #openstack-ironic11:43
*** dsneddon has joined #openstack-ironic12:00
TheJuliadtantsur: I thought it did....12:02
*** dsneddon has quit IRC12:08
*** bfournie has quit IRC12:09
*** iurygregory has quit IRC12:11
*** iurygregory has joined #openstack-ironic12:11
*** pcaruana has joined #openstack-ironic12:22
dtantsurdoesn't seem so, maybe lost on some rebase?12:26
*** mrtmr has joined #openstack-ironic12:29
mrtmrhi, I'm provisioning with bifrost and I have a issue it happen deploy-dynamic step, the node startup and take images and kernel from host then I got this error after booting tinycore12:33
mrtmrlocalhost ironic-python-agent: 2017-12-14 19:34:32.453 2515 WARNING root [-] Can't find field vendor for device lo in device class net: IOError: [Errno 2] No such file or directory: '/sys/class/net/lo/device/vendor'12:33
dtantsurthis is fine12:34
*** jcoufal has joined #openstack-ironic12:34
mrtmrmy node can not comunicate with IPA12:35
*** rloo has joined #openstack-ironic12:35
mrtmrı couldnt understand you how it can be fine :/12:36
dtantsurthis is a warning12:36
dtantsuryou mean, IPA with ironic? what's the exact error (what you posted is a warning, and quite unrelated)12:36
mrtmrokey, after flashing images, node can not find interfaces and can not take ip I thought this is the reason12:50
dtantsurmrtmr: do you have any ports enrolled in ironic for the node?12:51
mrtmrı couldnt understand what do you mean12:52
mrtmrin node log, no valid network interfaces found. Node lookup will probably will fail12:56
dtantsurmrtmr: so right, the agent cannot find suitable (with IP addresses etc) interfaces. you need to check the complete logs for why it could be happening, but the warning about the "vendor" field is irrelevant (we don't use the vendor field for lookup)12:58
*** gryf has quit IRC13:01
mrtmrthis is the point. I couldnt understand why does not node/agent take interfaces13:02
mrtmrkernel ad images arrive to node succesfully with same mac address but i cant see same mac address after boot tiny core13:04
*** dsneddon has joined #openstack-ironic13:04
mrtmrdo you have any sugestion13:04
dtantsurmrtmr: is it real hardware or a virtual testing environment? the tinycore based deploy images a likely to not have drivers for real hardware.13:05
dtantsurit may be the cause of your problems. we're listing /sys/class/net to get a list of interfaces.13:05
mrtmrokey ı got it, Im using real hardware. is there any documentation about creating ubuntu image and change it with iny core13:07
mrtmrtiny* core13:07
*** dsneddon has quit IRC13:08
dtantsurthere was an option to make bifrost build a real image for you, lemme see13:09
dtantsurmrtmr: here https://docs.openstack.org/bifrost/latest/user/howto.html#build-custom-ironic-python-agent-ipa-images13:10
mrtmryes very thankfull I couldnt see, on default it uses tiny core and ıt has not drives :ok_hand:13:13
*** dsneddon has joined #openstack-ironic13:13
dtantsurwe're looking into providing pre-build "real" images btw. but it will take some time.13:14
* dtantsur is out, back a bit later13:15
*** bfournie has joined #openstack-ironic13:18
*** dsneddon has quit IRC13:18
*** jhesketh has quit IRC13:22
*** jhesketh has joined #openstack-ironic13:26
*** mkrai has joined #openstack-ironic13:31
xXraphXxhello :). i've got a question regarding raid with ironic13:35
xXraphXxI've read the raid doc here: https://docs.openstack.org/ironic/latest/admin/raid.html13:35
xXraphXxbut here is what is still unclear to me:13:36
*** ricolin has quit IRC13:36
xXraphXxcan the raid dynamically be specified/built using the nova flavor on deployment ? Or is the raid always configured during the cleaning step (in a static way)13:36
xXraphXxand the flavor capability then causes nodes to be elligible or not for scheduling according13:37
xXraphXxto their node.target_raid_config ?13:37
* etingof is wondering, what's the good way to update already merged ironic-spec? patch it or create new?13:37
*** mrtmr has left #openstack-ironic13:44
*** iurygregory has quit IRC13:59
*** mkrai has quit IRC14:00
*** iurygregory has joined #openstack-ironic14:02
TheJuliaxXraphXx: It is something we've been working on part of deploy_steps work work14:05
TheJuliaetingof: patch14:05
*** dsneddon has joined #openstack-ironic14:17
xXraphXxTheJulia, ok, depending on the driver, configurable trough deploy_templates right ?14:18
TheJuliayeah, basically he driver has to leverage deploy steps and anything can be injected in between14:19
TheJuliamgoddard did a demo at the last summit of it but I'm not sure his last piece of POC code landed for the idrac driver14:20
TheJuliaerr, drac14:20
*** dsneddon has quit IRC14:22
*** dsneddon has joined #openstack-ironic14:24
xXraphXxok perfect this is what's needed here, thanks for info!14:28
*** dsneddon has quit IRC14:29
*** dsneddon has joined #openstack-ironic14:39
*** dsneddon has quit IRC14:48
*** zaneb has joined #openstack-ironic14:56
*** zaneb has quit IRC15:02
*** zaneb has joined #openstack-ironic15:03
*** zbitter has joined #openstack-ironic15:05
*** rachit7 has quit IRC15:06
*** zaneb has quit IRC15:08
*** dsneddon has joined #openstack-ironic15:10
*** dsneddon has quit IRC15:16
*** zbitter is now known as zaneb15:16
*** mkrai has joined #openstack-ironic15:18
*** dsneddon has joined #openstack-ironic15:20
*** ricolin has joined #openstack-ironic15:22
*** e0ne has quit IRC15:23
*** gryf has joined #openstack-ironic15:27
*** dsneddon has quit IRC15:31
*** Goneri has quit IRC15:31
dtantsuryay, Germany has achieved a new temperature record \o/ 41.5C15:33
*** ricolin_ has joined #openstack-ironic15:33
arne_wiebalck41.615:33
* arne_wiebalck is so German15:34
dtantsur:D15:34
dtantsurfun (not really) fact: the previous record was set yesterday15:34
*** ricolin has quit IRC15:36
*** ricolin_ is now known as ricolin15:38
*** rachit7 has joined #openstack-ironic15:42
*** gyee has joined #openstack-ironic15:44
*** altlogbot_3 has quit IRC15:48
*** altlogbot_0 has joined #openstack-ironic15:49
*** tesseract has quit IRC15:50
*** dsneddon has joined #openstack-ironic15:51
*** henriqueof has joined #openstack-ironic15:55
*** dsneddon has quit IRC15:58
openstackgerritAndreas Jaeger proposed openstack/ironic-ui master: Update api-ref location  https://review.opendev.org/67276716:04
*** tssurya has quit IRC16:04
*** mkrai has quit IRC16:05
openstackgerritAndreas Jaeger proposed openstack/python-ironicclient master: Update api-ref location  https://review.opendev.org/67277316:11
openstackgerritIury Gregory Melo Ferreira proposed openstack/ironic master: [WIP] CI Documentation  https://review.opendev.org/67277816:15
*** iurygregory has quit IRC16:20
*** lucasagomes has quit IRC16:21
*** henriqueof has quit IRC16:21
dtantsurTheJulia: could you please take a look at the discussion on https://review.opendev.org/#/c/672307/ ?16:22
patchbotpatch 672307 - releases - Release ironic-tempest-plugin 1.4.0 - 2 patch sets16:22
openstackgerritIlya Etingof proposed openstack/ironic-specs master: Update L3 based deployment spec  https://review.opendev.org/67278016:24
etingofrpioso, ^16:25
rpiosoetingof: Thank you!16:29
*** rachit7 has quit IRC16:31
rpittaubye all! o/16:36
*** rpittau is now known as rpittau|afk16:36
dtantsurTheJulia: when you have some time: https://review.opendev.org/#/q/topic:adoption16:37
*** ricolin has quit IRC16:39
openstackgerritIlya Etingof proposed openstack/ironic-specs master: Update L3 based deployment spec  https://review.opendev.org/67278016:43
*** dsneddon has joined #openstack-ironic16:45
dtantsursee you folks, I'll go continue melting away from the computer16:49
*** dtantsur is now known as dtantsur|afk16:49
*** dougsz has quit IRC16:57
*** igordc has quit IRC16:58
*** igordc has joined #openstack-ironic16:58
*** jcoufal_ has joined #openstack-ironic17:03
openstackgerritIlya Etingof proposed openstack/ironic-specs master: Update L3 based deployment spec  https://review.opendev.org/67278017:04
*** jcoufal has quit IRC17:07
*** jaypipes has quit IRC17:18
*** betherly has joined #openstack-ironic17:19
TheJuliamoltendmitry <-- could be a band name17:21
*** betherly has quit IRC17:24
*** sabedevops has joined #openstack-ironic17:25
*** igordc has quit IRC17:28
*** marta_lais has quit IRC17:38
*** henriqueof has joined #openstack-ironic17:38
*** jtomasek has quit IRC18:01
*** gregwork has joined #openstack-ironic18:05
*** priteau has quit IRC18:13
*** igordc has joined #openstack-ironic18:22
*** betherly has joined #openstack-ironic18:41
*** betherly has quit IRC18:45
openstackgerritMerged openstack/ironic-tempest-plugin master: Make single tenant ip version configurable  https://review.opendev.org/67260118:48
*** betherly has joined #openstack-ironic19:01
*** betherly has quit IRC19:05
*** igordc has quit IRC19:09
*** jaypipes has joined #openstack-ironic19:16
*** igordc has joined #openstack-ironic19:25
*** igordc has quit IRC19:32
*** e0ne has joined #openstack-ironic19:39
*** qhpc has joined #openstack-ironic19:50
*** betherly has joined #openstack-ironic20:02
*** betherly has quit IRC20:07
*** jcoufal_ has quit IRC20:07
*** igordc has joined #openstack-ironic20:08
openstackgerritPavlo Shchelokovskyy proposed openstack/ironic master: WiP use http_proxy_to_wsgi middleware from oslo  https://review.opendev.org/67281920:21
*** gyee has quit IRC20:22
*** bfournie has quit IRC20:30
openstackgerritJulia Kreger proposed openstack/ironic master: WIP ipv6 job  https://review.opendev.org/61316920:40
*** marta_lais has joined #openstack-ironic20:41
*** sabedevops has quit IRC20:55
*** gyee has joined #openstack-ironic20:59
*** Lucas_Gray has joined #openstack-ironic21:00
*** betherly has joined #openstack-ironic21:03
*** betherly has quit IRC21:08
*** sabedevops has joined #openstack-ironic21:08
*** whoami-rajat has quit IRC21:28
*** pcaruana has quit IRC21:28
*** sabedevops has quit IRC21:35
*** e0ne has quit IRC21:56
*** henriqueof has quit IRC22:01
*** bdodd_ has joined #openstack-ironic22:12
*** bdodd_ has quit IRC22:13
*** betherly has joined #openstack-ironic22:16
*** rcernin has joined #openstack-ironic22:16
*** betherly has quit IRC22:21
*** dsneddon has quit IRC23:12
*** dsneddon has joined #openstack-ironic23:17
*** betherly has joined #openstack-ironic23:18
*** betherly has quit IRC23:23
*** dsneddon has quit IRC23:35
*** rloo has quit IRC23:55

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