*** gyee has quit IRC | 00:21 | |
*** jtomasek has quit IRC | 00:30 | |
*** dsneddon_ has quit IRC | 00:31 | |
*** dsneddon_ has joined #openstack-ironic | 00:36 | |
*** jtomasek has joined #openstack-ironic | 00:42 | |
*** rloo has quit IRC | 00:49 | |
*** dsneddon_ has quit IRC | 00:51 | |
*** dsneddon_ has joined #openstack-ironic | 01:01 | |
*** dsneddon_ has quit IRC | 01:13 | |
*** efried has quit IRC | 01:26 | |
*** efried has joined #openstack-ironic | 01:26 | |
*** chihhsin has quit IRC | 01:28 | |
*** chihhsin has joined #openstack-ironic | 01:28 | |
*** mbeierl has quit IRC | 01:31 | |
*** mbeierl has joined #openstack-ironic | 01:31 | |
*** dsneddon_ has joined #openstack-ironic | 01:48 | |
*** whoami-rajat has joined #openstack-ironic | 02:09 | |
*** ricolin has joined #openstack-ironic | 02:27 | |
*** dsneddon_ has quit IRC | 02:34 | |
*** tzumainn has quit IRC | 02:49 | |
*** dsneddon_ has joined #openstack-ironic | 02:51 | |
*** dsneddon_ has quit IRC | 02:56 | |
*** dsneddon_ has joined #openstack-ironic | 03:06 | |
*** dsneddon_ has quit IRC | 03:18 | |
*** dsneddon_ has joined #openstack-ironic | 03:22 | |
*** dsneddon_ has quit IRC | 03:27 | |
*** dsneddon_ has joined #openstack-ironic | 03:36 | |
*** mkrai has joined #openstack-ironic | 03:42 | |
*** mkrai_ has joined #openstack-ironic | 03:42 | |
*** mkrai has quit IRC | 03:42 | |
*** mkrai_ has quit IRC | 03:42 | |
*** mkrai has joined #openstack-ironic | 03:44 | |
*** dsneddon_ has quit IRC | 03:56 | |
*** dsneddon_ has joined #openstack-ironic | 04:16 | |
*** dsneddon_ has quit IRC | 04:22 | |
*** Sayali_Kutwal has joined #openstack-ironic | 04:43 | |
*** dsneddon_ has joined #openstack-ironic | 04:51 | |
*** rachit7 has joined #openstack-ironic | 05:02 | |
*** dsneddon_ has quit IRC | 05:07 | |
*** goldyfruit_ has joined #openstack-ironic | 05:26 | |
*** Sayali_Kutwal has quit IRC | 05:32 | |
*** tssurya has quit IRC | 05:36 | |
*** dsneddon_ has joined #openstack-ironic | 05:44 | |
mkrai | gm ironicers o/ | 06:45 |
---|---|---|
mkrai | I was just wondering if the ironic baremetal nodes can be consumed as a compute node to launch VM via Nova or not? | 06:46 |
arne_wiebalck | Good morning, ironic! | 06:48 |
mkrai | Hi arne_wiebalck | 06:48 |
arne_wiebalck | mkrai: o/ | 06:49 |
arne_wiebalck | mkrai: we use ironic instances as compute nodes | 06:49 |
arne_wiebalck | mkrai: so, yes :) | 06:49 |
mkrai | so how is it done? Install nova-compute, change virtdriver to Libvirt | 06:50 |
arne_wiebalck | mkrai: that is, if I understood your question correctly | 06:50 |
mkrai | arne_wiebalck, I mean after we provision the node, I want to use it a compute node to launch VM on it via Nova | 06:52 |
arne_wiebalck | mkrai: basically, yes. You'll need to change the driver in the compute node to compute_driver=ironic.IronicDriver | 06:52 |
arne_wiebalck | mkrai: ok wait | 06:52 |
arne_wiebalck | mkrai: the config I just posted is needed to have Ironic instances launched via nova | 06:53 |
mkrai | arne_wiebalck, right | 06:53 |
arne_wiebalck | mkrai: in order to launch VMs on top of this physical instance, you don't need to do anything special | 06:53 |
arne_wiebalck | mkrai: treat them as any other compute node | 06:53 |
*** iurygregory has joined #openstack-ironic | 06:54 | |
*** bobmel has joined #openstack-ironic | 06:54 | |
mkrai | but to have it as a compute node to launch VM, we need to run nova-compute service on it, right? | 06:54 |
iurygregory | good morning Ironic | 06:54 |
mkrai | arne_wiebalck, and also change compute_driver=libvirtdriver | 06:55 |
mkrai | iurygregory, o/ | 06:55 |
arne_wiebalck | mkrai: correct | 06:57 |
arne_wiebalck | mkrai: my point is, there is no difference between using an ironic instance as a compute host compared to any other host | 06:58 |
arne_wiebalck | gm iurygregory o/ | 06:58 |
mkrai | arne_wiebalck, Have you tried this use case? | 06:58 |
*** hwoarang has quit IRC | 06:58 | |
arne_wiebalck | mkrai: we have more than 2000 nodes in production like this :) | 06:58 |
mkrai | arne_wiebalck, I think it is because of an additional nova-compute server? Isn't? Please correct me | 06:59 |
*** bobmel has quit IRC | 06:59 | |
arne_wiebalck | mkrai: ah, I see what you mean | 06:59 |
mkrai | arne_wiebalck, wowww, so you keep switching back and forth to ironicvirtdriver and libvirtdriver? | 06:59 |
arne_wiebalck | mkrai: yes, you have 1 compute node "hosting" all the physical nodes | 06:59 |
arne_wiebalck | mkrai: but I think we're mixing things | 07:00 |
arne_wiebalck | mkrai: no switching | 07:00 |
mkrai | ok so how do you launch VM on the baremetal instances? | 07:00 |
arne_wiebalck | mkrai: the baremetal instances become standard compute nodes | 07:01 |
arne_wiebalck | mkrai: there is a difference between a physical instance (created via nova) and virtual instances (also created via nova) on top of physical instances | 07:02 |
arne_wiebalck | mkrai: the physical instance has compute_driver=libvirtdriver | 07:02 |
arne_wiebalck | mkrai: the compute node "hosting" the physical nodes has compute_driver=ironic.IronicDriver | 07:03 |
* arne_wiebalck needs a blackboard | 07:03 | |
mkrai | Ahh I think I got your point. | 07:04 |
* arne_wiebalck goes and looks for a schematic he's made about this | 07:04 | |
mkrai | Let me read through again | 07:04 |
arne_wiebalck | mkrai: it can be confusing :) | 07:04 |
arne_wiebalck | mkrai: yes, I have a slide, one sec ... | 07:05 |
mkrai | arne_wiebalck, Thank you so much :) | 07:05 |
arne_wiebalck | mkrai: https://docs.google.com/presentation/d/1-cnbwjMRXmGk1y1zpJM4fsPeBZ_SK9ejD8XqoXfkgzY/edit?usp=sharing | 07:06 |
arne_wiebalck | mkrai: it's even more complicated as we use multiple regions | 07:07 |
arne_wiebalck | mkrai: the 'def' instance is a physical instance which becomes a compute node in the other region | 07:08 |
arne_wiebalck | mkrai: to host virtual instances | 07:08 |
arne_wiebalck | mkrai: this is a sneak preview of the talk I plan for Shanghai :) | 07:09 |
mkrai | so the physical node part is clear | 07:10 |
mkrai | I am thinking how this def node becomes a compute node in other region? | 07:10 |
*** rpittau|afk is now known as rpittau | 07:10 | |
rpittau | good morning ironic! Happy Friday! o/ | 07:11 |
mkrai | is there any step to do after node provisioning? | 07:11 |
mkrai | rpittau, Hi, good morning o/ | 07:11 |
*** hwoarang has joined #openstack-ironic | 07:11 | |
arne_wiebalck | mkrai: just as any other node would become a compute node, you need to configure it | 07:11 |
arne_wiebalck | gm rpittau o/ | 07:11 |
rpittau | hey mkrai arne_wiebalck :) | 07:11 |
mkrai | arne_wiebalck, ok get it, mean install nova-compute, right? | 07:11 |
arne_wiebalck | mkrai: yes | 07:12 |
mkrai | and this nova-compute node will have libvirtdriver | 07:12 |
arne_wiebalck | mkrai: and everything else needed to make it a compute node | 07:12 |
arne_wiebalck | mkrai: correct | 07:12 |
mkrai | arne_wiebalck, got it | 07:12 |
mkrai | arne_wiebalck, So after a physical node is consumed as a nova-compute node. Ironic has no idea about it right? | 07:13 |
arne_wiebalck | mkrai: correct | 07:13 |
arne_wiebalck | mkrai: you can even run the ironic controller as a VM on top of it :-D | 07:13 |
mkrai | so the baremetal instance is as it is in ironic, no change to its state | 07:14 |
arne_wiebalck | mkrai: correct | 07:14 |
arne_wiebalck | mkrai: these two are completely independent | 07:14 |
*** pcaruana has joined #openstack-ironic | 07:15 | |
* arne_wiebalck has to attend a meeting now ... | 07:15 | |
mkrai | thanks arne_wiebalck :) | 07:15 |
mkrai | Have a good day! | 07:15 |
*** dsneddon_ has quit IRC | 07:19 | |
*** e0ne has joined #openstack-ironic | 07:22 | |
*** e0ne has quit IRC | 07:22 | |
*** alexmcleod has joined #openstack-ironic | 07:31 | |
arne_wiebalck | mkrai: yw | 07:32 |
*** dsneddon_ has joined #openstack-ironic | 07:39 | |
iurygregory | I really like the random failures with neutron-* not found -.-' | 07:42 |
*** dsneddon_ has quit IRC | 07:45 | |
rpittau | iurygregory: it's not random, zuul does that on purpose to make people crazy :) | 07:46 |
iurygregory | rpittau, "random" was just to make look like its not happening more than 50% of the times XD | 07:46 |
*** dsneddon_ has joined #openstack-ironic | 08:12 | |
*** rcernin has quit IRC | 08:15 | |
*** mkowalski has quit IRC | 08:16 | |
*** mkowalski has joined #openstack-ironic | 08:17 | |
*** dsneddon_ has quit IRC | 08:17 | |
*** tssurya has joined #openstack-ironic | 08:21 | |
*** ociuhandu has joined #openstack-ironic | 08:37 | |
*** derekh has joined #openstack-ironic | 08:37 | |
openstackgerrit | Riccardo Pittau proposed openstack/ironic-inspector master: [WIP] use openstacksdk for ironic module https://review.opendev.org/672179 | 08:44 |
*** dsneddon_ has joined #openstack-ironic | 08:50 | |
*** ociuhandu has quit IRC | 08:54 | |
*** ociuhandu has joined #openstack-ironic | 08:54 | |
*** mkowalski_ has joined #openstack-ironic | 08:58 | |
*** ociuhandu has quit IRC | 08:59 | |
*** ociuhandu has joined #openstack-ironic | 08:59 | |
*** e0ne has joined #openstack-ironic | 08:59 | |
*** mkowalski has quit IRC | 09:01 | |
*** bobmel has joined #openstack-ironic | 09:08 | |
*** mkowalski__ has joined #openstack-ironic | 09:09 | |
*** mkowalski_ has quit IRC | 09:11 | |
*** rachit7 has quit IRC | 09:13 | |
openstackgerrit | Ilya Etingof proposed openstack/sushy-tools master: Fix reading/setting libvirt domain boot device https://review.opendev.org/686183 | 09:19 |
*** dsneddon_ has quit IRC | 09:45 | |
openstackgerrit | Riccardo Pittau proposed openstack/ironic-inspector master: docs: use openstackdocstheme extlink extension https://review.opendev.org/686562 | 09:56 |
openstackgerrit | Riccardo Pittau proposed openstack/ironic master: docs: use openstackdocstheme extlink extension https://review.opendev.org/686410 | 10:04 |
*** rachit7 has joined #openstack-ironic | 10:11 | |
*** dsneddon_ has joined #openstack-ironic | 10:16 | |
rachit7 | Hi rpittau | 10:19 |
*** ociuhandu has quit IRC | 10:22 | |
*** ociuhandu has joined #openstack-ironic | 10:22 | |
openstackgerrit | Riccardo Pittau proposed openstack/ironic-inspector master: Ignore long lines when checking docs https://review.opendev.org/686564 | 10:22 |
openstackgerrit | Riccardo Pittau proposed openstack/ironic-inspector master: docs: use openstackdocstheme extlink extension https://review.opendev.org/686562 | 10:24 |
openstackgerrit | Ilya Etingof proposed openstack/sushy-tools master: Fix incorrect parameter description in docstrings https://review.opendev.org/686567 | 10:32 |
openstackgerrit | Ilya Etingof proposed openstack/sushy master: Fix `Uefi` in `BootSourceOverrideMode` enumeration https://review.opendev.org/686568 | 10:42 |
*** rachit7 has quit IRC | 10:46 | |
*** ociuhandu has quit IRC | 10:47 | |
*** tbachman has quit IRC | 10:47 | |
*** ociuhandu has joined #openstack-ironic | 10:48 | |
*** ociuhandu has quit IRC | 10:52 | |
*** ociuhandu has joined #openstack-ironic | 10:52 | |
*** mkrai has quit IRC | 10:55 | |
*** mkrai has joined #openstack-ironic | 10:56 | |
*** dsneddon_ has quit IRC | 10:56 | |
*** mkrai_ has joined #openstack-ironic | 10:59 | |
*** mkrai has quit IRC | 11:00 | |
*** mkrai_ has quit IRC | 11:06 | |
*** ociuhandu has quit IRC | 11:07 | |
*** ociuhandu has joined #openstack-ironic | 11:08 | |
*** ociuhandu has quit IRC | 11:12 | |
*** ociuhandu has joined #openstack-ironic | 11:14 | |
*** ociuhandu has quit IRC | 11:18 | |
*** ociuhandu has joined #openstack-ironic | 11:25 | |
arne_wiebalck | I'm having difficulties to run tox on a fresh ipa master checkout | 11:25 |
arne_wiebalck | specifically with ironic_python_agent.tests.unit.extensions.test_iscsi.TestISCSIExtensionCleanUpFallback.test_lio_not_available | 11:25 |
*** dsneddon_ has joined #openstack-ironic | 11:25 | |
arne_wiebalck | anyone else seeing this? | 11:26 |
arne_wiebalck | this is relatively new and I am pretty sure I ran the tests on this machine for the ipa before | 11:26 |
*** lucasagomes has joined #openstack-ironic | 11:52 | |
*** EmilienM has quit IRC | 11:53 | |
*** EmilienM has joined #openstack-ironic | 11:54 | |
*** ociuhandu has quit IRC | 11:55 | |
*** rloo has joined #openstack-ironic | 11:56 | |
*** ociuhandu has joined #openstack-ironic | 11:57 | |
iurygregory | arne_wiebalck, i haven't saw anything =( do we run in any job on the CI? | 11:58 |
iurygregory | so we can verify if some problem is happening | 11:58 |
*** ociuhandu has quit IRC | 11:59 | |
*** ociuhandu has joined #openstack-ironic | 11:59 | |
rpittau | hey arne_wiebalck , I ran tox a couple of times on a fedora30 and ubuntu-xenial machines, didn't see any issue | 12:00 |
rpittau | arne_wiebalck: what's the error you're seeing ? | 12:00 |
arne_wiebalck | rpittau: thanks for checking! | 12:00 |
arne_wiebalck | rpittau: this is on centos7 | 12:00 |
rpittau | arne_wiebalck: I can spin up a vm and check in a couple minutes | 12:00 |
* arne_wiebalck gets the error ... | 12:01 | |
*** ociuhandu has quit IRC | 12:03 | |
arne_wiebalck | rpittau: http://paste.openstack.org/show/781080/ | 12:03 |
*** ociuhandu has joined #openstack-ironic | 12:04 | |
rpittau | ah interesting, maybe something with the version of tgtadm ? | 12:05 |
* rpittau will check after coffee | 12:06 | |
*** tbachman has joined #openstack-ironic | 12:06 | |
arne_wiebalck | this is what I have: scsi-target-utils-1.0.55-4.el7.x86_64 | 12:07 |
arne_wiebalck | I have a patch to make this test work again , btw | 12:07 |
arne_wiebalck | but if that test works everywhere else, it may be centos specific ... | 12:08 |
*** ociuhandu has quit IRC | 12:09 | |
*** tbachman_ has joined #openstack-ironic | 12:10 | |
openstackgerrit | Arne Wiebalck proposed openstack/ironic master: Software RAID: Identify the root fs via its UUID from image metadata https://review.opendev.org/686580 | 12:11 |
*** tbachman has quit IRC | 12:12 | |
*** tbachman_ is now known as tbachman | 12:12 | |
rpittau | arne_wiebalck: on Fedora 30 I have 1.0.70, on ubuntu-xenial tgt is 1.0.72 | 12:17 |
arne_wiebalck | rpittau: hmm | 12:17 |
arne_wiebalck | rpittau: looking a the code this patch touches I was able to patch the test so that it worked again ... I basically re-added a side-effect this patch removed | 12:20 |
arne_wiebalck | rpittau: well, the side-effect was moved to the setup function | 12:20 |
*** goldyfruit_ has quit IRC | 12:22 | |
*** dsneddon_ has quit IRC | 12:23 | |
*** rh-jelabarre has joined #openstack-ironic | 12:23 | |
openstackgerrit | Arne Wiebalck proposed openstack/ironic-python-agent master: Software RAID: Use UUID to find root fs https://review.opendev.org/686585 | 12:24 |
arne_wiebalck | xXraphXx: TheJulia: I made an implementation proposal of what we discussed the other day, please have a look when you have a moment: https://review.opendev.org/686580 and https://review.opendev.org/686585 | 12:28 |
patchbot | patch 686580 - ironic - Software RAID: Identify the root fs via its UUID f... - 1 patch set | 12:28 |
patchbot | patch 686585 - ironic-python-agent - Software RAID: Use UUID to find root fs - 1 patch set | 12:28 |
openstackgerrit | Arne Wiebalck proposed openstack/ironic-python-agent master: tgtd session detach test fails on Centos7 https://review.opendev.org/686588 | 12:33 |
arne_wiebalck | rpittau: ^^ this is what I did to fix it on Centos7 ... but I am not fully clear on what I did semantically ... we may need TheJulia's input (as the author of this test) | 12:34 |
*** ociuhandu has joined #openstack-ironic | 12:34 | |
rpittau | arne_wiebalck: yeah I was looking at the test and it looks correct because I have that conf in the setUp | 12:35 |
rpittau | it runs ok in centos7 btw | 12:35 |
rpittau | weird | 12:36 |
arne_wiebalck | rpittau: for you the test runs ok on centos7 ? | 12:37 |
*** whoami-rajat has quit IRC | 12:38 | |
*** ociuhandu has quit IRC | 12:40 | |
openstackgerrit | Merged openstack/ironic master: Use correct function to stop service https://review.opendev.org/686360 | 12:41 |
*** whoami-rajat has joined #openstack-ironic | 12:42 | |
iurygregory | rpittau, its worth backport right? ^ | 12:43 |
rpittau | arne_wiebalck: yes | 12:43 |
rpittau | iurygregory: I think so, yeah | 12:43 |
openstackgerrit | Iury Gregory Melo Ferreira proposed openstack/ironic stable/train: Use correct function to stop service https://review.opendev.org/686591 | 12:44 |
*** Sayali_Kutwal has joined #openstack-ironic | 12:44 | |
arne_wiebalck | rpittau: which version of scsi-target-utils is that? | 12:45 |
rpittau | arne_wiebalck: I tried with a fresh installed centos7 machine, python2.7 and python3.6 tox tests passed with fresh cloned ipa repo | 12:47 |
rpittau | arne_wiebalck: 1.0.55 | 12:47 |
arne_wiebalck | rpittau: hmm ... my machine is not a brand new centos 7.7, I'll try that, ta for checking! | 12:48 |
arne_wiebalck | rpittau: remains weird | 12:48 |
rpittau | arne_wiebalck: np, and yeah, I still don't really get it :/ | 12:48 |
iurygregory | arne_wiebalck, good luck! | 12:50 |
openstackgerrit | Riccardo Pittau proposed openstack/ironic stable/train: Change log level based on node status https://review.opendev.org/686594 | 12:51 |
openstackgerrit | Riccardo Pittau proposed openstack/ironic stable/stein: Change log level based on node status https://review.opendev.org/686595 | 12:51 |
openstackgerrit | Riccardo Pittau proposed openstack/ironic stable/rocky: Change log level based on node status https://review.opendev.org/686596 | 12:51 |
openstackgerrit | Riccardo Pittau proposed openstack/ironic stable/queens: Change log level based on node status https://review.opendev.org/686597 | 12:51 |
*** dsneddon_ has joined #openstack-ironic | 12:53 | |
*** vesper11 has quit IRC | 12:53 | |
*** vesper11 has joined #openstack-ironic | 12:54 | |
*** bobmel has quit IRC | 12:57 | |
*** vesper11 has quit IRC | 12:59 | |
*** ociuhandu has joined #openstack-ironic | 13:03 | |
*** ociuhandu has quit IRC | 13:09 | |
*** BjoernT has joined #openstack-ironic | 13:11 | |
*** BjoernT has quit IRC | 13:19 | |
*** BjoernT has joined #openstack-ironic | 13:22 | |
*** tzumainn has joined #openstack-ironic | 13:26 | |
*** vesper11 has joined #openstack-ironic | 13:27 | |
arne_wiebalck | rpittau: the very same test still fails for me on a fresh centos 7.7 | 13:27 |
rpittau | lol | 13:28 |
* arne_wiebalck goes and grabs a coffee now | 13:28 | |
openstackgerrit | Andrei Nistor proposed openstack/ironic-python-agent master: Set rd.md.uuid kernel parameter when deploying on software raid https://review.opendev.org/686382 | 13:29 |
openstackgerrit | Andrei Nistor proposed openstack/ironic-python-agent master: Set rd.md.uuid kernel parameter when deploying on software raid https://review.opendev.org/686382 | 13:30 |
*** vesper11 has quit IRC | 13:31 | |
*** vesper11 has joined #openstack-ironic | 13:32 | |
andrein | rpittau: that test fails on my vagrant box as well (CentOS Linux release 7.7.1908) | 13:34 |
rpittau | andrein, arne_wiebalck, out of curiosity, which version of tox are you using ? | 13:34 |
andrein | 3.14.0 imported from /usr/lib/python2.7/site-packages/tox/__init__.pyc | 13:35 |
*** dsneddon_ has quit IRC | 13:36 | |
arne_wiebalck | same here | 13:37 |
rpittau | still can't reproduce | 13:37 |
rpittau | and I also have 3.14.0 | 13:37 |
iurygregory | magic | 13:39 |
*** goldyfruit_ has joined #openstack-ironic | 13:40 | |
rpittau | mmmm | 13:41 |
rpittau | there is a subtle difference, but.... | 13:41 |
rpittau | I'm running tox from a virtualenv | 13:41 |
arne_wiebalck | is this test run in our CI on centos? | 13:43 |
* arne_wiebalck is confused and still didn't go for coffee | 13:44 | |
* arne_wiebalck goes now | 13:44 | |
rpittau | arne_wiebalck: I'm pretty sure the tox tests run on ubuntu only | 13:44 |
arne_wiebalck | rpittau: hmm | 13:46 |
rpittau | and I have to make a correction, I didn't test on xenial but on bionic | 13:47 |
*** gmann_afk is now known as gmann | 13:58 | |
*** ociuhandu has joined #openstack-ironic | 14:02 | |
*** dsneddon_ has joined #openstack-ironic | 14:07 | |
*** goldyfruit___ has joined #openstack-ironic | 14:16 | |
rpioso | Good Friday morning, ironicers. | 14:17 |
*** goldyfruit_ has quit IRC | 14:19 | |
etingof | rpioso, o/ | 14:20 |
rpioso | etingof: Hey :-) | 14:21 |
rpioso | Is TheJulia around today? | 14:21 |
TheJulia | I'm at Grace Hopper today | 14:24 |
TheJulia | What's up? | 14:24 |
*** ricolin_ has joined #openstack-ironic | 14:25 | |
*** ricolin has quit IRC | 14:26 | |
rpioso | TheJulia: Cool! I would like to add a couple of topics to Monday's meeting agenda, and RFE and bug. | 14:26 |
rpioso | TheJulia: The RFE is https://storyboard.openstack.org/#!/story/2003594. | 14:27 |
TheJulia | rpioso: go ahead and add them to the agenda please | 14:27 |
rpioso | TheJulia: Thank you! | 14:28 |
rpioso | TheJulia: Hope you enjoy the celebration and Orlando. | 14:29 |
TheJulia | rpioso: thanks! | 14:29 |
*** goldyfruit_ has joined #openstack-ironic | 14:36 | |
openstackgerrit | Riccardo Pittau proposed openstack/ironic-inspector master: [WIP] use openstacksdk for ironic module https://review.opendev.org/672179 | 14:39 |
*** goldyfruit___ has quit IRC | 14:39 | |
*** TxGirlGeek has joined #openstack-ironic | 14:41 | |
*** mkowalski__ has quit IRC | 14:46 | |
*** mkowalski__ has joined #openstack-ironic | 14:47 | |
*** ricolin_ has quit IRC | 14:49 | |
*** ociuhandu has quit IRC | 14:51 | |
*** ociuhandu has joined #openstack-ironic | 14:52 | |
*** bnemec is now known as beekneemech | 14:54 | |
*** dsneddon_ has quit IRC | 14:56 | |
*** mkowalski__ has quit IRC | 14:56 | |
*** ociuhandu has quit IRC | 14:56 | |
*** ociuhandu has joined #openstack-ironic | 15:04 | |
*** BjoernT has quit IRC | 15:04 | |
michchap | hjensas: o/ | 15:05 |
*** BjoernT has joined #openstack-ironic | 15:05 | |
*** arxcruz|ruck is now known as arxcruz|rover | 15:08 | |
michchap | hjensas: I was just wondering if the ironic-neutron synchronisation work you did is complete, and if there's any motivation for backporting it. I work on the ansible-ml2 driver and our port operations can be pretty slow, so we're pretty interested in taking advantage of it | 15:08 |
*** ociuhandu has quit IRC | 15:09 | |
*** iurygregory has quit IRC | 15:12 | |
*** donnyd is now known as donnyd_afk | 15:19 | |
*** mkowalski has joined #openstack-ironic | 15:19 | |
*** rachit7 has joined #openstack-ironic | 15:19 | |
*** gyee has joined #openstack-ironic | 15:22 | |
openstackgerrit | Andrei Nistor proposed openstack/ironic-python-agent master: Set rd.md.uuid kernel parameter when deploying on software raid https://review.opendev.org/686382 | 15:22 |
*** ociuhandu has joined #openstack-ironic | 15:23 | |
*** fbouliane has joined #openstack-ironic | 15:23 | |
hjensas | michchap: It's not complete. I hope that we can pick it up again in the U cycle. | 15:27 |
hjensas | michchap: currently we have the notifier in neutron, and the api endpoing in ironic. But nothing in ironic uses the events for now. | 15:27 |
michchap | hjensas: thanks! | 15:28 |
*** dsneddon_ has joined #openstack-ironic | 15:32 | |
openstackgerrit | Pranjali Srivastava proposed openstack/ironic master: Improve iDrac Documentation https://review.opendev.org/668987 | 15:32 |
*** BjoernT_ has joined #openstack-ironic | 15:33 | |
*** BjoernT has quit IRC | 15:35 | |
*** tssurya has quit IRC | 15:44 | |
rpittau | bye everyone, have a great weekend! o/ | 15:45 |
*** rpittau is now known as rpittau|afk | 15:45 | |
*** ociuhandu has quit IRC | 15:47 | |
*** ociuhandu has joined #openstack-ironic | 15:48 | |
openstackgerrit | Pranjali Srivastava proposed openstack/ironic master: Improve iDrac Documentation https://review.opendev.org/668987 | 15:51 |
*** ociuhandu has quit IRC | 15:56 | |
*** tbachman has quit IRC | 15:58 | |
*** donnyd_afk is now known as donnyd | 16:01 | |
*** tbachman has joined #openstack-ironic | 16:06 | |
*** rachit7 has quit IRC | 16:15 | |
*** dsneddon_ has quit IRC | 16:22 | |
*** alexmcleod has quit IRC | 16:24 | |
arne_wiebalck | bye, everyone o/ | 16:30 |
*** goldyfruit_ has quit IRC | 16:32 | |
*** e0ne has quit IRC | 16:32 | |
*** goldyfruit_ has joined #openstack-ironic | 16:39 | |
*** dsneddon_ has joined #openstack-ironic | 16:40 | |
*** dsneddon_ has quit IRC | 16:46 | |
*** goldyfruit_ has quit IRC | 16:46 | |
*** dsneddon_ has joined #openstack-ironic | 16:54 | |
*** dsneddon_ has quit IRC | 17:02 | |
*** derekh has quit IRC | 17:06 | |
*** ociuhandu has joined #openstack-ironic | 17:09 | |
*** dsneddon_ has joined #openstack-ironic | 17:21 | |
*** jtomasek has quit IRC | 17:31 | |
*** dsneddon_ has quit IRC | 17:32 | |
*** dsneddon_ has joined #openstack-ironic | 17:35 | |
*** Sayali_Kutwal has quit IRC | 17:38 | |
*** efried has quit IRC | 17:56 | |
*** ociuhandu has quit IRC | 18:08 | |
*** ociuhandu has joined #openstack-ironic | 18:08 | |
*** TxGirlGeek has quit IRC | 18:22 | |
openstackgerrit | Merged openstack/ironic master: Fix devstack installation failure https://review.opendev.org/686074 | 18:36 |
*** TxGirlGeek has joined #openstack-ironic | 18:46 | |
*** pcaruana has quit IRC | 18:51 | |
*** ociuhandu has quit IRC | 18:51 | |
*** ociuhandu has joined #openstack-ironic | 18:52 | |
*** ociuhandu has quit IRC | 18:56 | |
*** BjoernT_ has quit IRC | 19:02 | |
*** tzumainn has quit IRC | 19:34 | |
*** BjoernT has joined #openstack-ironic | 19:40 | |
*** BjoernT has quit IRC | 19:49 | |
*** e0ne has joined #openstack-ironic | 19:50 | |
*** BjoernT has joined #openstack-ironic | 19:51 | |
*** e0ne has quit IRC | 20:09 | |
*** lucasagomes has quit IRC | 20:13 | |
*** EmilienM is now known as EvilienM | 20:18 | |
*** EvilienM is now known as containerizes_hi | 20:19 | |
*** containerizes_hi is now known as containerized | 20:19 | |
*** containerized is now known as EvilienM | 20:19 | |
*** tzumainn has joined #openstack-ironic | 20:22 | |
*** tbachman has quit IRC | 20:37 | |
*** whoami-rajat has quit IRC | 21:18 | |
*** tzumainn has quit IRC | 21:19 | |
*** derekh has joined #openstack-ironic | 21:29 | |
*** derekh has quit IRC | 21:29 | |
openstackgerrit | Andrei Nistor proposed openstack/ironic-python-agent master: Set rd.md.uuid kernel parameter when deploying on software raid https://review.opendev.org/686382 | 21:36 |
*** goldyfruit_ has joined #openstack-ironic | 21:38 | |
*** EvilienM is now known as EmilienM | 21:52 | |
*** goldyfruit_ has quit IRC | 22:04 | |
*** goldyfruit_ has joined #openstack-ironic | 22:07 | |
*** rloo has quit IRC | 22:10 | |
*** BjoernT has quit IRC | 22:44 | |
*** BjoernT has joined #openstack-ironic | 22:45 | |
rpioso | TheJulia: I added a discussion topic and RFE review item to this coming Monday's meeting agenda. | 22:45 |
*** TxGirlGeek has quit IRC | 23:26 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!