*** whoami-rajat has quit IRC | 00:01 | |
*** jistr has quit IRC | 00:15 | |
*** jistr has joined #openstack-ironic | 00:15 | |
*** gyee has quit IRC | 00:49 | |
*** ricolin has joined #openstack-ironic | 00:55 | |
openstackgerrit | Vanou Ishii proposed openstack/ironic master: Add logic to determine Ironic node is HW or not into configure_ironic_dirs https://review.opendev.org/671957 | 00:58 |
---|---|---|
*** igordc has quit IRC | 01:04 | |
*** jcoufal has joined #openstack-ironic | 02:19 | |
*** kiseok7 has joined #openstack-ironic | 02:19 | |
*** jcoufal has quit IRC | 02:33 | |
*** SuiongNg|ITRI_TW has joined #openstack-ironic | 02:36 | |
*** dsneddon has quit IRC | 02:53 | |
*** whoami-rajat has joined #openstack-ironic | 03:06 | |
*** dsneddon has joined #openstack-ironic | 03:30 | |
openstackgerrit | Min Sun proposed openstack/ironic master: Console process alive on other node after taken over https://review.opendev.org/671646 | 03:51 |
*** rcernin has quit IRC | 03:55 | |
*** gkadam has joined #openstack-ironic | 04:08 | |
*** gkadam has quit IRC | 04:09 | |
*** dsneddon has quit IRC | 04:09 | |
*** dsneddon has joined #openstack-ironic | 04:17 | |
*** yolanda has quit IRC | 04:21 | |
*** yolanda has joined #openstack-ironic | 04:22 | |
*** pcaruana has joined #openstack-ironic | 04:44 | |
*** zufar has joined #openstack-ironic | 04:50 | |
zufar | Hello all, I try to create image for baremetal ironic using fedora but get an error | 04:50 |
zufar | http://paste.opensuse.org/view//88594955 | 04:51 |
zufar | the error is like disk-image-create cannot find the files in fedora repository. I check the repository, there missing fedora 27 | 04:51 |
zufar | anyone know how to fix this? | 04:51 |
*** pcaruana has quit IRC | 04:56 | |
*** rachit7 has joined #openstack-ironic | 04:56 | |
*** dsneddon has quit IRC | 05:12 | |
*** andy_ has joined #openstack-ironic | 05:17 | |
*** bobmel has joined #openstack-ironic | 05:33 | |
*** rcernin has joined #openstack-ironic | 05:33 | |
zufar | when I try to increase the fedora version with DIB_RELEASE, i get error Unsupported Fedora release | 05:50 |
*** dsneddon has joined #openstack-ironic | 05:54 | |
*** dsneddon has quit IRC | 05:58 | |
*** rcernin has quit IRC | 06:03 | |
openstackgerrit | Madhuri Kumari proposed openstack/ironic master: [DNM][WIP] Add support for reconfigure https://review.opendev.org/672258 | 06:10 |
*** mkrai has joined #openstack-ironic | 06:13 | |
openstackgerrit | Madhuri Kumari proposed openstack/ironic master: [DNM][WIP] Add support for reconfigure https://review.opendev.org/672258 | 06:15 |
*** rcernin has joined #openstack-ironic | 06:18 | |
*** dsneddon has joined #openstack-ironic | 06:20 | |
*** pcaruana has joined #openstack-ironic | 06:21 | |
*** rcernin has quit IRC | 06:21 | |
*** rcernin has joined #openstack-ironic | 06:21 | |
*** dsneddon has quit IRC | 06:24 | |
*** rachit7 has quit IRC | 06:34 | |
*** rachit7 has joined #openstack-ironic | 06:34 | |
*** dsneddon has joined #openstack-ironic | 06:34 | |
*** rachit7 has quit IRC | 06:36 | |
*** dsneddon has quit IRC | 06:39 | |
*** rachit7 has joined #openstack-ironic | 06: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 | |
openstackgerrit | Madhuri Kumari proposed openstack/ironic-specs master: Add support for manual deploy steps https://review.opendev.org/672252 | 06:50 |
*** S4ren has joined #openstack-ironic | 06:50 | |
arne_wiebalck | good morning, ironic! | 06:52 |
*** yaawang has quit IRC | 06:55 | |
mkrai | morning ironic! | 06:55 |
mkrai | gm arne_wiebalck | 06:55 |
mkrai | Do anyone know the format for native rst table? | 06:56 |
arne_wiebalck | mkrai: o/ | 06:56 |
*** S4ren has quit IRC | 06:56 | |
arne_wiebalck | mkrai: Thanks for the spec updates. | 06:57 |
mkrai | arne_wiebalck, :) | 06:57 |
*** yaawang has joined #openstack-ironic | 06:57 | |
mkrai | I hope it's clear this time | 06:57 |
arne_wiebalck | mkrai: Well ... :) | 06:58 |
mkrai | arne_wiebalck, do you know which one to use http://docutils.sourceforge.net/docs/user/rst/quickref.html#tables? | 06:58 |
arne_wiebalck | mkrai: I still don't understand how changes are applied on the node. | 06:58 |
arne_wiebalck | mkrai: Like: how do you actually change the BIOS settings. | 06:58 |
mkrai | arne_wiebalck, Ok let me try to explain | 06:58 |
mkrai | arne_wiebalck, https://github.com/openstack/ironic/blob/master/ironic/drivers/modules/intel_ipmi/management.py#L50 | 06:59 |
mkrai | See this deploy_step | 06:59 |
arne_wiebalck | right | 07:00 |
mkrai | When a user resizes a node with trait CUSTOM_INTEL_SPEED_SELECT*, this deploy step will be called for an active node | 07:00 |
arne_wiebalck | this will change the settings via IPMI? | 07:00 |
mkrai | This deploy step just sends an IPMI call to the node | 07:00 |
mkrai | Yes you're right | 07:01 |
arne_wiebalck | ok, this I understand, but in the case of BIOS changes? | 07:01 |
mkrai | this will of course need a power recycle | 07:01 |
arne_wiebalck | In cases where the conductor can do an OOB command this is clear, but how would you change BIOS settings? | 07:01 |
arne_wiebalck | I don't think you can do this via IPMI. | 07:02 |
mkrai | arne_wiebalck, give me a moment | 07:02 |
arne_wiebalck | mkrai: hmm, maybe you can | 07:03 |
mkrai | arne_wiebalck, I am checking the exisiting BIOS setting code | 07:04 |
*** dsneddon has joined #openstack-ironic | 07:05 | |
arne_wiebalck | mkrai: 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, though | 07:05 |
mkrai | arne_wiebalck, so that can be done on an active node, right? | 07:05 |
arne_wiebalck | mkrai: yes | 07:06 |
arne_wiebalck | mkrai: but you need to run sth inside the node | 07:06 |
*** rcernin has quit IRC | 07:06 | |
arne_wiebalck | mkrai: this is why I was asking on the review how the conductor would do it | 07:06 |
mkrai | arne_wiebalck, by inside the node, you mean bios mode? | 07:06 |
arne_wiebalck | mkrai: no, from the running physical instance | 07:07 |
mkrai | arne_wiebalck, currently i don't see any deploy_step other than the core ones "deploy" | 07:07 |
arne_wiebalck | mkrai: aren't these run from the IPA? | 07:08 |
mkrai | arne_wiebalck, so basically how the setting will change depends on individual deploy_step | 07:08 |
mkrai | arne_wiebalck, whether ssh to the node, boot into BIOS or call an OOB command | 07:08 |
mkrai | arne_wiebalck, which ones? | 07:09 |
arne_wiebalck | deploy_steps that are run via deploy_templates | 07:09 |
*** dsneddon has quit IRC | 07:09 | |
* arne_wiebalck is not super-familiar with that feature yet | 07:10 | |
mkrai | these are run by conductor while node provisioning | 07:10 |
arne_wiebalck | mkrai: if the deploy step needs to bring the mechanism how to execute sth, I think this needs to explicitly made clear in the spec | 07:10 |
mkrai | arne_wiebalck, Ok I will add this detail in the spec | 07:11 |
mkrai | arne_wiebalck, Thank you for the feedback :) | 07:11 |
arne_wiebalck | mkrai: I think the feature is really nice (that's why I added the BIOS) example :) | 07:12 |
arne_wiebalck | mkrai: Thanks for your efforts on this. | 07:12 |
mkrai | arne_wiebalck, Thank you :) Hope it gets acceptance from others | 07:13 |
mkrai | arne_wiebalck, Ok so now do you know the native rst table format? | 07:13 |
arne_wiebalck | I'll update the spec with a comment of what we just discussed. | 07:13 |
mkrai | arne_wiebalck, that will be great :) | 07:13 |
arne_wiebalck | rst table: no, sorry | 07:13 |
mkrai | arne_wiebalck, no problem. | 07:14 |
arne_wiebalck | mkrai: what I usually do is checking what has been used by others ;) | 07:14 |
mkrai | arne_wiebalck, yes i have been looking for it in the docs. And i can't find even a single table :D | 07:14 |
*** tesseract has joined #openstack-ironic | 07:15 | |
*** iurygregory has joined #openstack-ironic | 07:15 | |
iurygregory | good morning | 07:16 |
mkrai | arne_wiebalck, I think I found it | 07:16 |
mkrai | iurygregory, Good morning :) | 07:16 |
iurygregory | mkrai, o/ | 07:16 |
*** rpittau|afk is now known as rpittau | 07:22 | |
rpittau | good morning ironic! o/ | 07:23 |
*** Goneri has joined #openstack-ironic | 07:30 | |
*** tssurya has joined #openstack-ironic | 07:33 | |
*** zufar has quit IRC | 07:35 | |
iurygregory | morning rpittau o/ | 07:36 |
rpittau | hey iurygregory :) | 07:36 |
rpittau | so git is down on opendev..... | 07:36 |
iurygregory | i think opendev is down | 07:36 |
openstackgerrit | Madhuri Kumari proposed openstack/ironic master: Follow-up to the IntelIPMIHardware patch https://review.opendev.org/672652 | 07:41 |
*** priteau has joined #openstack-ironic | 07:45 | |
etingof | seems down to me as well | 07:59 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-tempest-plugin master: Support for testing adoption in the standalone job https://review.opendev.org/672286 | 08:08 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic master: Enable testing adoption in the CI https://review.opendev.org/672304 | 08:10 |
*** dtantsur|afk is now known as dtantsur | 08:11 | |
dtantsur | morning ironic | 08:11 |
*** lucasagomes has joined #openstack-ironic | 08:12 | |
*** dougsz has joined #openstack-ironic | 08:12 | |
*** rachit7 has quit IRC | 08:16 | |
*** dsneddon has joined #openstack-ironic | 08:17 | |
openstackgerrit | M V P Nitesh proposed openstack/ironic master: Creates boot entry and loads OS for UEFI systems for wholedisk images https://review.opendev.org/670266 | 08:19 |
iurygregory | morning dtantsur | 08: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 | |
openstackgerrit | raphael.glon proposed openstack/ironic master: Ansible driver: fix deployment with serial specified as root device hint https://review.opendev.org/672530 | 08: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 again | 08:39 | |
*** rachit7 has joined #openstack-ironic | 08:53 | |
*** jtomasek has joined #openstack-ironic | 09:01 | |
*** lennyb has joined #openstack-ironic | 09:16 | |
*** e0ne has joined #openstack-ironic | 09:32 | |
*** Lucas_Gray has joined #openstack-ironic | 09:55 | |
*** diga has joined #openstack-ironic | 09:56 | |
dtantsur | TheJulia: hi! why doesn't https://github.com/openstack/ironic/commit/5f18e52b6443e0f624aaaa6f0b096e91bc34f796#diff-fdf50438e9c18a16a4810ba3d84054a8 have a release note? | 10:05 |
*** Lucas_Gray has quit IRC | 10:06 | |
*** mkrai has quit IRC | 10:12 | |
*** brtknr has quit IRC | 10:27 | |
*** brtknr has joined #openstack-ironic | 10:33 | |
*** dsneddon has quit IRC | 10:42 | |
*** brtknr has quit IRC | 10:56 | |
*** brtknr has joined #openstack-ironic | 10:56 | |
*** diga has quit IRC | 11:00 | |
*** dsneddon has joined #openstack-ironic | 11:09 | |
*** dsneddon has quit IRC | 11:31 | |
*** rh-jelabarre has joined #openstack-ironic | 11:35 | |
*** pcaruana has quit IRC | 11:42 | |
*** igordc has joined #openstack-ironic | 11:43 | |
*** dsneddon has joined #openstack-ironic | 12:00 | |
TheJulia | dtantsur: I thought it did.... | 12:02 |
*** dsneddon has quit IRC | 12:08 | |
*** bfournie has quit IRC | 12:09 | |
*** iurygregory has quit IRC | 12:11 | |
*** iurygregory has joined #openstack-ironic | 12:11 | |
*** pcaruana has joined #openstack-ironic | 12:22 | |
dtantsur | doesn't seem so, maybe lost on some rebase? | 12:26 |
*** mrtmr has joined #openstack-ironic | 12:29 | |
mrtmr | hi, 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 tinycore | 12:33 |
mrtmr | localhost 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 |
dtantsur | this is fine | 12:34 |
*** jcoufal has joined #openstack-ironic | 12:34 | |
mrtmr | my node can not comunicate with IPA | 12:35 |
*** rloo has joined #openstack-ironic | 12:35 | |
mrtmr | ı couldnt understand you how it can be fine :/ | 12:36 |
dtantsur | this is a warning | 12:36 |
dtantsur | you mean, IPA with ironic? what's the exact error (what you posted is a warning, and quite unrelated) | 12:36 |
mrtmr | okey, after flashing images, node can not find interfaces and can not take ip I thought this is the reason | 12:50 |
dtantsur | mrtmr: do you have any ports enrolled in ironic for the node? | 12:51 |
mrtmr | ı couldnt understand what do you mean | 12:52 |
mrtmr | in node log, no valid network interfaces found. Node lookup will probably will fail | 12:56 |
dtantsur | mrtmr: 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 IRC | 13:01 | |
mrtmr | this is the point. I couldnt understand why does not node/agent take interfaces | 13:02 |
mrtmr | kernel ad images arrive to node succesfully with same mac address but i cant see same mac address after boot tiny core | 13:04 |
*** dsneddon has joined #openstack-ironic | 13:04 | |
mrtmr | do you have any sugestion | 13:04 |
dtantsur | mrtmr: 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 |
dtantsur | it may be the cause of your problems. we're listing /sys/class/net to get a list of interfaces. | 13:05 |
mrtmr | okey ı got it, Im using real hardware. is there any documentation about creating ubuntu image and change it with iny core | 13:07 |
mrtmr | tiny* core | 13:07 |
*** dsneddon has quit IRC | 13:08 | |
dtantsur | there was an option to make bifrost build a real image for you, lemme see | 13:09 |
dtantsur | mrtmr: here https://docs.openstack.org/bifrost/latest/user/howto.html#build-custom-ironic-python-agent-ipa-images | 13:10 |
mrtmr | yes very thankfull I couldnt see, on default it uses tiny core and ıt has not drives :ok_hand: | 13:13 |
*** dsneddon has joined #openstack-ironic | 13:13 | |
dtantsur | we're looking into providing pre-build "real" images btw. but it will take some time. | 13:14 |
* dtantsur is out, back a bit later | 13:15 | |
*** bfournie has joined #openstack-ironic | 13:18 | |
*** dsneddon has quit IRC | 13:18 | |
*** jhesketh has quit IRC | 13:22 | |
*** jhesketh has joined #openstack-ironic | 13:26 | |
*** mkrai has joined #openstack-ironic | 13:31 | |
xXraphXx | hello :). i've got a question regarding raid with ironic | 13:35 |
xXraphXx | I've read the raid doc here: https://docs.openstack.org/ironic/latest/admin/raid.html | 13:35 |
xXraphXx | but here is what is still unclear to me: | 13:36 |
*** ricolin has quit IRC | 13:36 | |
xXraphXx | can 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 |
xXraphXx | and the flavor capability then causes nodes to be elligible or not for scheduling according | 13:37 |
xXraphXx | to 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-ironic | 13:44 | |
*** iurygregory has quit IRC | 13:59 | |
*** mkrai has quit IRC | 14:00 | |
*** iurygregory has joined #openstack-ironic | 14:02 | |
TheJulia | xXraphXx: It is something we've been working on part of deploy_steps work work | 14:05 |
TheJulia | etingof: patch | 14:05 |
*** dsneddon has joined #openstack-ironic | 14:17 | |
xXraphXx | TheJulia, ok, depending on the driver, configurable trough deploy_templates right ? | 14:18 |
TheJulia | yeah, basically he driver has to leverage deploy steps and anything can be injected in between | 14:19 |
TheJulia | mgoddard did a demo at the last summit of it but I'm not sure his last piece of POC code landed for the idrac driver | 14:20 |
TheJulia | err, drac | 14:20 |
*** dsneddon has quit IRC | 14:22 | |
*** dsneddon has joined #openstack-ironic | 14:24 | |
xXraphXx | ok perfect this is what's needed here, thanks for info! | 14:28 |
*** dsneddon has quit IRC | 14:29 | |
*** dsneddon has joined #openstack-ironic | 14:39 | |
*** dsneddon has quit IRC | 14:48 | |
*** zaneb has joined #openstack-ironic | 14:56 | |
*** zaneb has quit IRC | 15:02 | |
*** zaneb has joined #openstack-ironic | 15:03 | |
*** zbitter has joined #openstack-ironic | 15:05 | |
*** rachit7 has quit IRC | 15:06 | |
*** zaneb has quit IRC | 15:08 | |
*** dsneddon has joined #openstack-ironic | 15:10 | |
*** dsneddon has quit IRC | 15:16 | |
*** zbitter is now known as zaneb | 15:16 | |
*** mkrai has joined #openstack-ironic | 15:18 | |
*** dsneddon has joined #openstack-ironic | 15:20 | |
*** ricolin has joined #openstack-ironic | 15:22 | |
*** e0ne has quit IRC | 15:23 | |
*** gryf has joined #openstack-ironic | 15:27 | |
*** dsneddon has quit IRC | 15:31 | |
*** Goneri has quit IRC | 15:31 | |
dtantsur | yay, Germany has achieved a new temperature record \o/ 41.5C | 15:33 |
*** ricolin_ has joined #openstack-ironic | 15:33 | |
arne_wiebalck | 41.6 | 15:33 |
* arne_wiebalck is so German | 15:34 | |
dtantsur | :D | 15:34 |
dtantsur | fun (not really) fact: the previous record was set yesterday | 15:34 |
*** ricolin has quit IRC | 15:36 | |
*** ricolin_ is now known as ricolin | 15:38 | |
*** rachit7 has joined #openstack-ironic | 15:42 | |
*** gyee has joined #openstack-ironic | 15:44 | |
*** altlogbot_3 has quit IRC | 15:48 | |
*** altlogbot_0 has joined #openstack-ironic | 15:49 | |
*** tesseract has quit IRC | 15:50 | |
*** dsneddon has joined #openstack-ironic | 15:51 | |
*** henriqueof has joined #openstack-ironic | 15:55 | |
*** dsneddon has quit IRC | 15:58 | |
openstackgerrit | Andreas Jaeger proposed openstack/ironic-ui master: Update api-ref location https://review.opendev.org/672767 | 16:04 |
*** tssurya has quit IRC | 16:04 | |
*** mkrai has quit IRC | 16:05 | |
openstackgerrit | Andreas Jaeger proposed openstack/python-ironicclient master: Update api-ref location https://review.opendev.org/672773 | 16:11 |
openstackgerrit | Iury Gregory Melo Ferreira proposed openstack/ironic master: [WIP] CI Documentation https://review.opendev.org/672778 | 16:15 |
*** iurygregory has quit IRC | 16:20 | |
*** lucasagomes has quit IRC | 16:21 | |
*** henriqueof has quit IRC | 16:21 | |
dtantsur | TheJulia: could you please take a look at the discussion on https://review.opendev.org/#/c/672307/ ? | 16:22 |
patchbot | patch 672307 - releases - Release ironic-tempest-plugin 1.4.0 - 2 patch sets | 16:22 |
openstackgerrit | Ilya Etingof proposed openstack/ironic-specs master: Update L3 based deployment spec https://review.opendev.org/672780 | 16:24 |
etingof | rpioso, ^ | 16:25 |
rpioso | etingof: Thank you! | 16:29 |
*** rachit7 has quit IRC | 16:31 | |
rpittau | bye all! o/ | 16:36 |
*** rpittau is now known as rpittau|afk | 16:36 | |
dtantsur | TheJulia: when you have some time: https://review.opendev.org/#/q/topic:adoption | 16:37 |
*** ricolin has quit IRC | 16:39 | |
openstackgerrit | Ilya Etingof proposed openstack/ironic-specs master: Update L3 based deployment spec https://review.opendev.org/672780 | 16:43 |
*** dsneddon has joined #openstack-ironic | 16:45 | |
dtantsur | see you folks, I'll go continue melting away from the computer | 16:49 |
*** dtantsur is now known as dtantsur|afk | 16:49 | |
*** dougsz has quit IRC | 16:57 | |
*** igordc has quit IRC | 16:58 | |
*** igordc has joined #openstack-ironic | 16:58 | |
*** jcoufal_ has joined #openstack-ironic | 17:03 | |
openstackgerrit | Ilya Etingof proposed openstack/ironic-specs master: Update L3 based deployment spec https://review.opendev.org/672780 | 17:04 |
*** jcoufal has quit IRC | 17:07 | |
*** jaypipes has quit IRC | 17:18 | |
*** betherly has joined #openstack-ironic | 17:19 | |
TheJulia | moltendmitry <-- could be a band name | 17:21 |
*** betherly has quit IRC | 17:24 | |
*** sabedevops has joined #openstack-ironic | 17:25 | |
*** igordc has quit IRC | 17:28 | |
*** marta_lais has quit IRC | 17:38 | |
*** henriqueof has joined #openstack-ironic | 17:38 | |
*** jtomasek has quit IRC | 18:01 | |
*** gregwork has joined #openstack-ironic | 18:05 | |
*** priteau has quit IRC | 18:13 | |
*** igordc has joined #openstack-ironic | 18:22 | |
*** betherly has joined #openstack-ironic | 18:41 | |
*** betherly has quit IRC | 18:45 | |
openstackgerrit | Merged openstack/ironic-tempest-plugin master: Make single tenant ip version configurable https://review.opendev.org/672601 | 18:48 |
*** betherly has joined #openstack-ironic | 19:01 | |
*** betherly has quit IRC | 19:05 | |
*** igordc has quit IRC | 19:09 | |
*** jaypipes has joined #openstack-ironic | 19:16 | |
*** igordc has joined #openstack-ironic | 19:25 | |
*** igordc has quit IRC | 19:32 | |
*** e0ne has joined #openstack-ironic | 19:39 | |
*** qhpc has joined #openstack-ironic | 19:50 | |
*** betherly has joined #openstack-ironic | 20:02 | |
*** betherly has quit IRC | 20:07 | |
*** jcoufal_ has quit IRC | 20:07 | |
*** igordc has joined #openstack-ironic | 20:08 | |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/ironic master: WiP use http_proxy_to_wsgi middleware from oslo https://review.opendev.org/672819 | 20:21 |
*** gyee has quit IRC | 20:22 | |
*** bfournie has quit IRC | 20:30 | |
openstackgerrit | Julia Kreger proposed openstack/ironic master: WIP ipv6 job https://review.opendev.org/613169 | 20:40 |
*** marta_lais has joined #openstack-ironic | 20:41 | |
*** sabedevops has quit IRC | 20:55 | |
*** gyee has joined #openstack-ironic | 20:59 | |
*** Lucas_Gray has joined #openstack-ironic | 21:00 | |
*** betherly has joined #openstack-ironic | 21:03 | |
*** betherly has quit IRC | 21:08 | |
*** sabedevops has joined #openstack-ironic | 21:08 | |
*** whoami-rajat has quit IRC | 21:28 | |
*** pcaruana has quit IRC | 21:28 | |
*** sabedevops has quit IRC | 21:35 | |
*** e0ne has quit IRC | 21:56 | |
*** henriqueof has quit IRC | 22:01 | |
*** bdodd_ has joined #openstack-ironic | 22:12 | |
*** bdodd_ has quit IRC | 22:13 | |
*** betherly has joined #openstack-ironic | 22:16 | |
*** rcernin has joined #openstack-ironic | 22:16 | |
*** betherly has quit IRC | 22:21 | |
*** dsneddon has quit IRC | 23:12 | |
*** dsneddon has joined #openstack-ironic | 23:17 | |
*** betherly has joined #openstack-ironic | 23:18 | |
*** betherly has quit IRC | 23:23 | |
*** dsneddon has quit IRC | 23:35 | |
*** rloo has quit IRC | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!