eandersson | Region.. does.. work.. but the first version api version check does not respect region | 00:00 |
---|---|---|
eandersson | or maybe even reverse | 00:01 |
TheJulia | well internally there is zero concept of it | 00:07 |
*** gyee has quit IRC | 00:08 | |
*** sthussey has quit IRC | 00:13 | |
*** absubram has quit IRC | 00:16 | |
*** jcoufal has joined #openstack-ironic | 00:29 | |
*** mjturek has quit IRC | 00:32 | |
*** ijw has quit IRC | 00:48 | |
*** jcoufal has quit IRC | 00:55 | |
*** jcoufal has joined #openstack-ironic | 00:56 | |
*** ijw has joined #openstack-ironic | 01:04 | |
*** S4ren has joined #openstack-ironic | 01:07 | |
*** jcoufal has quit IRC | 01:07 | |
*** ijw has quit IRC | 01:09 | |
*** dsneddon has quit IRC | 01:10 | |
*** S4ren has quit IRC | 01:21 | |
*** hamzy has joined #openstack-ironic | 01:22 | |
*** threestrands has joined #openstack-ironic | 01:24 | |
*** whoami-rajat has joined #openstack-ironic | 01:31 | |
*** cdearborn has quit IRC | 01:35 | |
*** dsneddon has joined #openstack-ironic | 01:35 | |
*** dsneddon has quit IRC | 01:40 | |
openstackgerrit | Dongcan Ye proposed openstack/ironic-inspector master: Fix validate_interfaces processing hook format https://review.openstack.org/653222 | 01:51 |
*** S4ren has joined #openstack-ironic | 02:12 | |
*** rloo has quit IRC | 02:21 | |
*** dsneddon has joined #openstack-ironic | 02:29 | |
*** S4ren has quit IRC | 02:32 | |
*** dsneddon has quit IRC | 02:36 | |
*** dsneddon has joined #openstack-ironic | 02:49 | |
*** dsneddon has quit IRC | 02:56 | |
*** dsneddon has joined #openstack-ironic | 02:57 | |
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/python-ironicclient master: [WIP] Make ironicclient respect endpoint_override https://review.openstack.org/653233 | 03:01 |
*** dsneddon has quit IRC | 03:05 | |
eandersson | Without the above... regions don't fully work | 03:08 |
eandersson | The problem is/was that the version negotiation would always happen against the first region (in keystone). | 03:09 |
eandersson | So if you had two regions (or more) and you supplied region B, it is possible it was negotiating version with region A, but making api requests against region B | 03:10 |
eandersson | This is only really bad if you have different versions of Ironic in different regions, or like me region A and B ironic cant talk to each other. | 03:10 |
*** dsneddon has joined #openstack-ironic | 03:11 | |
*** dsneddon has quit IRC | 03:15 | |
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/python-ironicclient master: Make ironicclient always respect endpoint_override https://review.openstack.org/653233 | 03:21 |
eandersson | Also pushed out https://review.openstack.org/#/c/653271/ | 03:25 |
patchbot | patch 653271 - openstacksdk - Actually pass on network_data when building config... - 1 patch set | 03:25 |
*** dsneddon has joined #openstack-ironic | 03:49 | |
*** andrein has joined #openstack-ironic | 03:53 | |
*** dsneddon has quit IRC | 03:54 | |
openstackgerrit | Merged openstack/ironic-inspector master: Fix validate_interfaces processing hook format https://review.openstack.org/653222 | 04:05 |
TheJulia | eandersson: Wow, great find. | 04:13 |
eandersson | Actually. I am silly.. | 04:14 |
eandersson | While the above is almost right | 04:14 |
TheJulia | The code change looks good to me and makes sense. Matt is right about the commit message and I noted about a release note so we can have appropriate visibility when releasing fixed versions. I think it would only need to be through to rocky | 04:14 |
TheJulia | wut? | 04:14 |
TheJulia | Well, silly is a semi-observable state... | 04:15 |
eandersson | I wrote the fix for Rocky | 04:15 |
eandersson | https://github.com/openstack/python-ironicclient/commit/8071d5de57c728ce09d25d04c8c9fe48cd7db42e | 04:15 |
eandersson | This is the same as my fix. | 04:16 |
*** hwoarang has quit IRC | 04:16 | |
eandersson | I just didn't realize. | 04:16 |
eandersson | We just need to backport this to Rocky (and maybe Stein?) | 04:17 |
TheJulia | not exactly actually | 04:18 |
*** hwoarang has joined #openstack-ironic | 04:18 | |
TheJulia | depending on how it is invoked (session or legacy json, changes the behavior | 04:18 |
TheJulia | ) | 04:18 |
eandersson | I see | 04:18 |
TheJulia | I likely need some very very strong beer the method kwarg route, but the filter seems to be the right way to go across the board actually | 04:19 |
TheJulia | at least, what I just looked at in keystoneauth1 | 04:19 |
TheJulia | I can backport that fix though | 04:20 |
eandersson | Sounds good | 04:20 |
eandersson | I'll let you handle that one tbh | 04:20 |
eandersson | I'll open a bug for the config-drive bug tomorrow and push that one | 04:21 |
*** Nisha_Agarwal has joined #openstack-ironic | 04:21 | |
TheJulia | k, I reviewed the config drive change btw | 04:21 |
TheJulia | tagged two cores on openstacksdk | 04:21 |
eandersson | Appreciate that. | 04:23 |
eandersson | cloud-init looks like a great path forward, the only question we have now is how to set up things like routes. | 04:23 |
eandersson | We can set up bonding on our computes by just passing some basic metadata, which is awesome. | 04:24 |
eandersson | Actually I'll discuss this in Denver | 04:24 |
eandersson | Difficult to go into enough details over IRC :p | 04:25 |
eandersson | I am just getting a little ahead of myself. | 04:25 |
openstackgerrit | Julia Kreger proposed openstack/python-ironicclient stable/stein: Use endpoint_override in version negotiation https://review.openstack.org/653278 | 04:27 |
openstackgerrit | Julia Kreger proposed openstack/python-ironicclient stable/rocky: Use endpoint_override in version negotiation https://review.openstack.org/653279 | 04:28 |
*** dsneddon has joined #openstack-ironic | 04:29 | |
TheJulia | eandersson: ^^^ That is the pre-existing patch. I think the filter is actually the better move, but maybe dtantsur|afk should also take a look at your patch. I think it is a plus because it gets us away from some of the weirder conditional logic, but that is just me. | 04:29 |
eandersson | I abandoned it, but if it makes sense lets open it up again | 04:29 |
eandersson | Either way I am just happy to have a path forward! | 04:30 |
TheJulia | dtantsur|afk: Take a look at https://review.openstack.org/653233 please when you have a few minutes | 04:30 |
patchbot | patch 653233 - python-ironicclient - Make ironicclient always respect endpoint_override (ABANDONED) - 2 patch sets | 04:30 |
*** e0ne has joined #openstack-ironic | 04:35 | |
*** e0ne has quit IRC | 04:42 | |
*** dsneddon has quit IRC | 04:43 | |
*** e0ne has joined #openstack-ironic | 04:44 | |
*** Nisha_Agarwal has quit IRC | 04:47 | |
*** absubram has joined #openstack-ironic | 05:01 | |
*** absubram has quit IRC | 05:06 | |
openstackgerrit | Julia Kreger proposed openstack/ironic master: WIP/DNM: Remove CIMC/UCS drivers https://review.openstack.org/653282 | 05:09 |
*** absubram has joined #openstack-ironic | 05:10 | |
*** e0ne has quit IRC | 05:16 | |
*** andrein has quit IRC | 05:37 | |
*** dsneddon has joined #openstack-ironic | 05:37 | |
*** andrein has joined #openstack-ironic | 05:38 | |
*** e0ne has joined #openstack-ironic | 05:40 | |
*** dsneddon has quit IRC | 05:44 | |
*** andrein has quit IRC | 05:51 | |
*** e0ne has quit IRC | 05:59 | |
*** absubram has quit IRC | 06:01 | |
*** pcaruana has joined #openstack-ironic | 06:11 | |
*** andrein has joined #openstack-ironic | 06:13 | |
*** luzC has quit IRC | 06:20 | |
*** dsneddon has joined #openstack-ironic | 06:20 | |
*** luzC has joined #openstack-ironic | 06:25 | |
*** dsneddon has quit IRC | 06:25 | |
*** dsneddon has joined #openstack-ironic | 06:45 | |
*** andrein has quit IRC | 06:46 | |
*** iurygregory has joined #openstack-ironic | 06:49 | |
iurygregory | good morning | 06:49 |
*** andrein has joined #openstack-ironic | 06:57 | |
*** yolanda_ has joined #openstack-ironic | 07:07 | |
*** rpittau|afk is now known as rpittau | 07:19 | |
rpittau | goooooood morning ironic! o/ | 07:19 |
rpittau | happy hump day! | 07:19 |
iurygregory | morning rpittau o/ | 07:30 |
rpittau | hi iurygregory :) | 07:30 |
*** dtantsur|afk is now known as dtantsur | 07:33 | |
dtantsur | morning ironic | 07:33 |
rpittau | morning dtantsur :) | 07:33 |
*** etingof has quit IRC | 07:37 | |
openstackgerrit | Dmitry Tantsur proposed openstack/python-ironicclient stable/queens: Use endpoint_override in version negotiation https://review.openstack.org/653338 | 07:38 |
iurygregory | morning dtantsur | 07:38 |
*** tssurya has joined #openstack-ironic | 07:43 | |
dtantsur | ugh, -1 core :( | 07:47 |
*** dsneddon has quit IRC | 07:51 | |
*** e0ne has joined #openstack-ironic | 07:51 | |
*** Emine has joined #openstack-ironic | 07:59 | |
openstackgerrit | Ankit Kumar proposed openstack/ironic stable/rocky: Reuse checksum calculation from oslo https://review.openstack.org/653345 | 08:03 |
*** dougsz has joined #openstack-ironic | 08:07 | |
*** dsneddon has joined #openstack-ironic | 08:07 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent master: Switch to Debian Stretch for building CoreOS images https://review.openstack.org/653346 | 08:08 |
*** rcernin has quit IRC | 08:13 | |
openstackgerrit | Dmitry Tantsur proposed openstack/bifrost master: Switch to Debian Stretch for building DIB images https://review.openstack.org/653347 | 08:14 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent master: Switch to Debian Stretch for building CoreOS images https://review.openstack.org/653346 | 08:15 |
dtantsur | rpittau: no use rechecking ^^^ | 08:16 |
rpittau | dtantsur: oh ok, I was wondering if it was a just a repo problem or not :/ | 08:17 |
dtantsur | well, it's a repo problem: the repo no longer exists :D | 08:17 |
*** w14161_1 has quit IRC | 08:17 | |
*** w14161_1 has joined #openstack-ironic | 08:18 | |
*** lucasagomes has joined #openstack-ironic | 08:19 | |
rpittau | lol yeah | 08:22 |
*** rcernin has joined #openstack-ironic | 08:27 | |
*** e0ne has quit IRC | 08:38 | |
*** e0ne has joined #openstack-ironic | 08:42 | |
*** e0ne has quit IRC | 08:43 | |
*** e0ne has joined #openstack-ironic | 08:43 | |
*** e0ne has quit IRC | 08:58 | |
*** e0ne has joined #openstack-ironic | 08:59 | |
*** e0ne has quit IRC | 09:02 | |
openstackgerrit | Merged openstack/ironic stable/rocky: Ansible module: fix partition_configdrive.sh file https://review.openstack.org/652630 | 09:07 |
*** e0ne has joined #openstack-ironic | 09:09 | |
*** Lucas_Gray has joined #openstack-ironic | 09:10 | |
*** andrein has quit IRC | 09:13 | |
*** andrein has joined #openstack-ironic | 09:15 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent master: Switch to Debian Stretch for building CoreOS images https://review.openstack.org/653346 | 09:18 |
openstackgerrit | Merged openstack/ironic stable/rocky: Ansible module: fix clean error handling https://review.openstack.org/652633 | 09:20 |
rpittau | dtantsur: mgoddard: if you have a couple of minutes, I think this can help a lot in troubleshooting bifrost: https://review.openstack.org/649526 | 09:23 |
patchbot | patch 649526 - bifrost - Fixing copy of all logs in collect test info - 4 patch sets | 09:23 |
openstackgerrit | Riccardo Pittau proposed openstack/bifrost master: Fixing ipxe file not found in Centos job https://review.openstack.org/653370 | 09:35 |
*** threestrands has quit IRC | 09:36 | |
*** e0ne has quit IRC | 09:37 | |
rpittau | TheJulia: I replied to your comment but I'm not sure I correctly understood what you meant https://review.openstack.org/650308 | 09:37 |
patchbot | patch 650308 - bifrost - Collect conf files under /etc - 4 patch sets | 09:37 |
*** e0ne has joined #openstack-ironic | 09:40 | |
*** e0ne has quit IRC | 09:46 | |
*** e0ne has joined #openstack-ironic | 09:53 | |
openstackgerrit | Merged openstack/sushy master: Deprecate System-specific `IndicatorLED` state constants https://review.openstack.org/652709 | 09:53 |
*** dsneddon has quit IRC | 10:02 | |
*** dsneddon has joined #openstack-ironic | 10:08 | |
*** strigazi has quit IRC | 10:09 | |
*** livelace has joined #openstack-ironic | 10:13 | |
*** dsneddon has quit IRC | 10:14 | |
*** gkadam has joined #openstack-ironic | 10:16 | |
*** e0ne has quit IRC | 10:27 | |
*** dsneddon has joined #openstack-ironic | 10:27 | |
dtantsur | TheJulia, mgoddard, https://review.openstack.org/#/c/653347/ provides some relief for the DIB jobs | 10:28 |
patchbot | patch 653347 - bifrost - Switch to Debian Stretch for building DIB images - 1 patch set | 10:28 |
*** e0ne has joined #openstack-ironic | 10:31 | |
*** livelace has quit IRC | 10:33 | |
*** dsneddon has quit IRC | 10:37 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-inspector master: [POC][WIP] Expose baremetal-introspection endpoint via mdns https://review.openstack.org/653382 | 10:39 |
*** andrein has quit IRC | 10:48 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent master: [POC][WIP] Fetch baremetal-introspection endpoint from mdns https://review.openstack.org/652017 | 10:49 |
*** andrein has joined #openstack-ironic | 10:54 | |
*** etingof has joined #openstack-ironic | 11:00 | |
* dtantsur looks at 'virsh list' hanging on his devstack environment in despair | 11:04 | |
dtantsur | I was about to blame vbmc, but I think I have some bigger problems.. | 11:04 |
*** S4ren has joined #openstack-ironic | 11:06 | |
*** gkadam is now known as gkadam-afk | 11:06 | |
*** S4ren has quit IRC | 11:13 | |
openstackgerrit | Merged openstack/python-ironicclient stable/stein: Use endpoint_override in version negotiation https://review.openstack.org/653278 | 11:18 |
openstackgerrit | Merged openstack/python-ironicclient stable/rocky: Use endpoint_override in version negotiation https://review.openstack.org/653279 | 11:18 |
*** strigazi has joined #openstack-ironic | 11:25 | |
*** rh-jelabarre has joined #openstack-ironic | 11:26 | |
*** dsneddon has joined #openstack-ironic | 11:32 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent master: Switch to Debian Stretch for building CoreOS images https://review.openstack.org/653346 | 11:32 |
*** dsneddon has quit IRC | 11:38 | |
*** strigazi has quit IRC | 11:50 | |
*** gkadam-afk is now known as gkadam | 11:51 | |
*** strigazi has joined #openstack-ironic | 11:51 | |
*** strigazi has quit IRC | 11:52 | |
*** strigazi has joined #openstack-ironic | 11:52 | |
*** strigazi has quit IRC | 11:55 | |
*** strigazi has joined #openstack-ironic | 11:55 | |
*** e0ne has quit IRC | 12:00 | |
openstackgerrit | Nisha Agarwal proposed openstack/ironic master: Jsonschema 3.0.1: Binding the schema to draft-04 https://review.openstack.org/653060 | 12:01 |
*** Nisha_ has joined #openstack-ironic | 12:02 | |
*** andrein has quit IRC | 12:04 | |
*** andrein has joined #openstack-ironic | 12:05 | |
*** dsneddon has joined #openstack-ironic | 12:06 | |
*** dtantsur is now known as dtantsur|brb | 12:07 | |
*** e0ne has joined #openstack-ironic | 12:10 | |
*** dsneddon has quit IRC | 12:13 | |
Nisha_ | mgoddard, hello | 12:18 |
Nisha_ | mgoddard, yesterday you mentioned about capping proliantutils in bifrost | 12:19 |
Nisha_ | mgoddard, since proliantutils need a fix for jsonschema 3.0.1 support, what are the dates you are looking to pull that fix in your activity | 12:23 |
*** Wryhder has joined #openstack-ironic | 12:24 | |
*** Lucas_Gray has quit IRC | 12:25 | |
*** Wryhder is now known as Lucas_Gray | 12:25 | |
*** pcaruana has quit IRC | 12:30 | |
*** rloo has joined #openstack-ironic | 12:30 | |
openstackgerrit | Ilya Etingof proposed openstack/sushy-tools master: Rename `drivers` to `systems` https://review.openstack.org/638492 | 12:32 |
*** e0ne has quit IRC | 12:34 | |
openstackgerrit | Ilya Etingof proposed openstack/sushy-tools master: Add Managers resource support https://review.openstack.org/638682 | 12:34 |
openstackgerrit | Ilya Etingof proposed openstack/sushy-tools master: Add read-only Virtual Media support https://review.openstack.org/638787 | 12:35 |
openstackgerrit | Ilya Etingof proposed openstack/sushy-tools master: Add writable Virtual Media resource mocks https://review.openstack.org/639338 | 12:36 |
openstackgerrit | Ilya Etingof proposed openstack/sushy-tools master: Add Managers<->Systems linkage in sushy-emulator https://review.openstack.org/640304 | 12:36 |
openstackgerrit | Ilya Etingof proposed openstack/sushy-tools master: Add libvirt-based virtual media emulation https://review.openstack.org/640452 | 12:37 |
*** andrein has quit IRC | 12:37 | |
openstackgerrit | Ilya Etingof proposed openstack/sushy-tools master: Render System->Managers linkage https://review.openstack.org/643094 | 12:38 |
openstackgerrit | Ilya Etingof proposed openstack/sushy-tools master: Add docs on libvirt virtual media emulation https://review.openstack.org/643027 | 12:39 |
*** andrein has joined #openstack-ironic | 12:39 | |
openstackgerrit | Ilya Etingof proposed openstack/sushy-tools master: Add HTTP image download for virtual media emulation https://review.openstack.org/643330 | 12:40 |
openstackgerrit | Ilya Etingof proposed openstack/sushy-tools master: Fix Flask config load under WSGI https://review.openstack.org/648407 | 12:40 |
openstackgerrit | Merged openstack/ironic-inspector master: Support reapply with supplied introspection data https://review.openstack.org/639039 | 12:47 |
openstackgerrit | Merged openstack/ironic stable/stein: Ansible module fix: stream_url https://review.openstack.org/652625 | 12:47 |
*** dsneddon has joined #openstack-ironic | 12:51 | |
*** pcaruana has joined #openstack-ironic | 12:53 | |
*** sthussey has joined #openstack-ironic | 12:56 | |
*** dsneddon has quit IRC | 12:57 | |
*** e0ne has joined #openstack-ironic | 12:58 | |
*** Goneri has joined #openstack-ironic | 13:05 | |
*** baha has joined #openstack-ironic | 13:06 | |
*** dtantsur|brb is now known as dtantsur | 13:07 | |
*** cdearborn has joined #openstack-ironic | 13:13 | |
*** andrein has quit IRC | 13:15 | |
*** Nisha_ has quit IRC | 13:17 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-inspector master: [POC][WIP] Expose baremetal-introspection endpoint via mdns https://review.openstack.org/653382 | 13:18 |
*** andrein has joined #openstack-ironic | 13:18 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent master: Switch to Debian Stretch for building CoreOS images https://review.openstack.org/653346 | 13:19 |
*** andrein has quit IRC | 13:22 | |
*** mjturek has joined #openstack-ironic | 13:22 | |
*** andrein has joined #openstack-ironic | 13:22 | |
*** dsneddon has joined #openstack-ironic | 13:26 | |
*** e0ne has quit IRC | 13:30 | |
*** dsneddon has quit IRC | 13:32 | |
*** S4ren has joined #openstack-ironic | 14:02 | |
*** andrein has quit IRC | 14:07 | |
cdearborn | Good morning ironic! | 14:15 |
cdearborn | I'm looking for some advice on cleaning steps. Specifically, RAID cleaning steps | 14:16 |
cdearborn | We have a situation where we need to run 2 jobs during RAID deletion. The first job deletes the virtual disks and spares. The second removes foreign config. | 14:17 |
cdearborn | As a result, we need a way to chain the execution of the 2 jobs together | 14:17 |
cdearborn | Is it ok to execute the first job synchronously and then run the 2nd job asynchronously? The first job would take on the order of minutes to complete. Or is it expected that both jobs run asynchronously? | 14:19 |
*** dsneddon has joined #openstack-ironic | 14:22 | |
*** mjturek has quit IRC | 14:25 | |
openstackgerrit | Ilya Etingof proposed openstack/sushy-tools master: Rearrange unit tests layout https://review.openstack.org/653448 | 14:27 |
*** dsneddon has quit IRC | 14:28 | |
*** mjturek has joined #openstack-ironic | 14:29 | |
*** dsneddon has joined #openstack-ironic | 14:29 | |
dtantsur | cdearborn: what exactly do you mean by asynchronously? you mean via CLEAN WAIT? | 14:32 |
dtantsur | and why do you want to run the first job synchronously? is it how iDRAC works? | 14:33 |
cdearborn | yes 2 1st question. iDRAC RAID cleaning steps currently spawn a job on the iDRAC then return. a periodic thread wakes up and checks job status | 14:33 |
cdearborn | 2nd question: we have a situation where we want to run 2 jobs during a cleaning step. the jobs must occur in sequence. they can't be run in parallel. the jobs are launched on the idrac & then you need to monitor job status for completion | 14:35 |
cdearborn | you could think of them as cleaning substeps i guess | 14:35 |
*** dsneddon has quit IRC | 14:36 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic master: Make the JSON RPC server work with both IPv4 and IPv6 https://review.openstack.org/653453 | 14:42 |
dtantsur | TheJulia: sometimes I feel fantastically stupid ^^^ | 14:42 |
dtantsur | cdearborn: IIRC we run clean steps in separate green threads, so nothing in theory prevents you from having synchronous steps | 14:43 |
openstackgerrit | Dmitry Tantsur proposed openstack/bifrost master: Switch to Debian Stretch for building DIB images https://review.openstack.org/653347 | 14:45 |
TheJulia | dtantsur: Nah! | 14:45 |
TheJulia | Every day is a thing, no need to feel stupid | 14:45 |
dtantsur | TheJulia: according to zuul https://review.openstack.org/#/c/653346/ indeed fixes the coreos jobs | 14:48 |
patchbot | patch 653346 - ironic-python-agent - Switch to Debian Stretch for building CoreOS images - 5 patch sets | 14:48 |
cdearborn | dtantsur: thx | 14:48 |
*** iurygregory has quit IRC | 14:49 | |
*** e0ne has joined #openstack-ironic | 14:53 | |
*** andrein has joined #openstack-ironic | 14:54 | |
*** iurygregory has joined #openstack-ironic | 14:54 | |
*** dustinc has quit IRC | 14:56 | |
TheJulia | dtantsur: \o/ | 14:56 |
*** dustinc has joined #openstack-ironic | 14:56 | |
*** dustinc is now known as dustinc_away | 14:56 | |
openstackgerrit | Merged openstack/sushy master: Expand Drive schema https://review.openstack.org/651179 | 14:58 |
NobodyCam | Good Morning Ironic'ers | 14:58 |
dtantsur | morning NobodyCam | 14:59 |
rpittau | hi NobodyCam :) | 14:59 |
NobodyCam | hey hey Happy Hump Day dtantsur and rpittau :) | 14:59 |
*** dsneddon has joined #openstack-ironic | 15:07 | |
dtantsur | rpittau: if you have a minute: https://review.openstack.org/#/c/653346/ | 15:10 |
patchbot | patch 653346 - ironic-python-agent - Switch to Debian Stretch for building CoreOS images - 5 patch sets | 15:10 |
rpittau | dtantsur: yep, was waiting for CI :) | 15:10 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent stable/stein: Switch to Debian Stretch for building CoreOS images https://review.openstack.org/653464 | 15:12 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent stable/rocky: Switch to Debian Stretch for building CoreOS images https://review.openstack.org/653465 | 15:12 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent stable/queens: Switch to Debian Stretch for building CoreOS images https://review.openstack.org/653466 | 15:13 |
mjturek | just a heads up, I think pkvmci needs something like this to get it restored. If anyone has any input, would be appreciated! https://review.openstack.org/#/c/653463/ | 15:13 |
patchbot | patch 653463 - openstack-dev/devstack - When deploying to hardware in ironic, do not confi... - 1 patch set | 15:13 |
*** dsneddon has quit IRC | 15:14 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent stable/pike: Switch to Debian Stretch for building CoreOS images https://review.openstack.org/653467 | 15:14 |
*** absubram has joined #openstack-ironic | 15:17 | |
*** andrein has quit IRC | 15:18 | |
*** absubram has quit IRC | 15:21 | |
*** dsneddon has joined #openstack-ironic | 15:25 | |
*** S4ren has quit IRC | 15:26 | |
*** absubram has joined #openstack-ironic | 15:29 | |
etingof | dtantsur, should we revisit this? -- https://review.openstack.org/#/c/648382/ | 15:29 |
patchbot | patch 648382 - ironic - Add UEFI firmware to Redfish emulator config - 4 patch sets | 15:29 |
dtantsur | etingof: not sure I get it: can we at least use /etc/virtualbmc? | 15:31 |
dtantsur | I don't like using $HOME for a system service.. | 15:32 |
*** dsneddon has quit IRC | 15:32 | |
*** andrein has joined #openstack-ironic | 15:32 | |
etingof | dtantsur, it's here https://review.openstack.org/#/c/651212/ | 15:32 |
patchbot | patch 651212 - ironic - Move devstack emulators configs under /etc/ironic - 3 patch sets | 15:32 |
etingof | all configs moved there at once | 15:33 |
dtantsur | etingof: gotcha, +2 | 15:33 |
etingof | \o/ | 15:33 |
openstackgerrit | Merged openstack/ironic master: Do not try to create temporary URLs with zero lifetime https://review.openstack.org/649052 | 15:38 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic stable/stein: Do not try to create temporary URLs with zero lifetime https://review.openstack.org/653475 | 15:41 |
dtantsur | TheJulia, rpittau, the next gate-fixing thingy: https://review.openstack.org/#/c/653347/ | 15:43 |
patchbot | patch 653347 - bifrost - Switch to Debian Stretch for building DIB images - 2 patch sets | 15:43 |
dtantsur | TheJulia: I wonder if it needs a release note and whether it's okay to backport | 15:44 |
rpittau | dtantsur: release note seems a good thing, considering we're abandoning jessie entirely | 15:49 |
TheJulia | yeah | 15:50 |
TheJulia | I think it is okay to backport as long as CI passes | 15:50 |
dtantsur | TheJulia: I wonder about these changes: https://review.openstack.org/#/c/653347/2/playbooks/roles/bifrost-create-dib-image/meta/main.yml | 15:51 |
patchbot | patch 653347 - bifrost - Switch to Debian Stretch for building DIB images - 2 patch sets | 15:51 |
dtantsur | they're purely metadata, so I could probably omit them | 15:52 |
dtantsur | but then, we're declaring something we don't test | 15:52 |
dtantsur | but then, who is using this metadata anyway? | 15:52 |
*** iurygregory has quit IRC | 15:53 | |
rpittau | if all the DIB jobs are failing with jessie, a backport sounds mandatory | 15:53 |
TheJulia | Yeah, we've had to do it before if memory serves :( | 15:54 |
*** andrein has quit IRC | 15:56 | |
*** gyee has joined #openstack-ironic | 15:58 | |
*** baha has quit IRC | 16:06 | |
*** dims has quit IRC | 16:07 | |
*** Lucas_Gray has quit IRC | 16:09 | |
*** lucasagomes has quit IRC | 16:09 | |
*** dougsz has quit IRC | 16:15 | |
rpittau | good night! o/ | 16:20 |
*** rpittau is now known as rpittau|afk | 16:20 | |
*** dtantsur is now known as dtantsur|afk | 16:24 | |
dtantsur|afk | o/ | 16:24 |
TheJulia | goodnight | 16:25 |
openstackgerrit | Merged openstack/ironic-python-agent master: Switch to Debian Stretch for building CoreOS images https://review.openstack.org/653346 | 16:28 |
*** dsneddon has joined #openstack-ironic | 16:32 | |
*** baha has joined #openstack-ironic | 16:32 | |
*** dsneddon has quit IRC | 16:40 | |
*** ijw has joined #openstack-ironic | 16:45 | |
*** ijw has quit IRC | 16:49 | |
*** dims has joined #openstack-ironic | 16:54 | |
*** hwoarang has quit IRC | 16:54 | |
*** hwoarang has joined #openstack-ironic | 16:56 | |
*** gkadam has quit IRC | 16:57 | |
*** dims has quit IRC | 16:59 | |
openstackgerrit | Madhuri Kumari proposed openstack/ironic master: Add API to allow update allocation name https://review.openstack.org/653491 | 16:59 |
*** andrein has joined #openstack-ironic | 17:00 | |
*** e0ne has quit IRC | 17:01 | |
*** dims has joined #openstack-ironic | 17:01 | |
*** mkrai has joined #openstack-ironic | 17:02 | |
*** andrein has quit IRC | 17:06 | |
*** dsneddon has joined #openstack-ironic | 17:08 | |
*** mkrai has quit IRC | 17:09 | |
*** dsneddon has quit IRC | 17:14 | |
*** dsneddon has joined #openstack-ironic | 17:34 | |
*** tssurya has quit IRC | 17:58 | |
*** Goneri has quit IRC | 18:06 | |
*** hwoarang has quit IRC | 18:08 | |
*** hwoarang has joined #openstack-ironic | 18:14 | |
*** andrein has joined #openstack-ironic | 18:16 | |
*** andrein has quit IRC | 18:20 | |
*** Goneri has joined #openstack-ironic | 18:21 | |
*** keekz is now known as nicholas | 19:08 | |
*** e0ne has joined #openstack-ironic | 19:17 | |
*** e0ne has quit IRC | 19:20 | |
*** jcoufal has joined #openstack-ironic | 19:21 | |
*** Goneri has quit IRC | 19:21 | |
*** e0ne has joined #openstack-ironic | 19:22 | |
*** Goneri has joined #openstack-ironic | 19:34 | |
openstackgerrit | Merged openstack/ironic-tempest-plugin master: Removing obsolete oslosphinx https://review.openstack.org/651522 | 19:50 |
openstackgerrit | Merged openstack/ironic stable/stein: Ansible module: fix partition_configdrive.sh file https://review.openstack.org/652628 | 20:04 |
*** ijw has joined #openstack-ironic | 20:11 | |
*** ijw has quit IRC | 20:11 | |
*** ijw has joined #openstack-ironic | 20:11 | |
*** mjturek has quit IRC | 20:20 | |
*** jcoufal has quit IRC | 20:22 | |
*** jcoufal has joined #openstack-ironic | 20:30 | |
*** e0ne has quit IRC | 20:31 | |
*** absubram has quit IRC | 20:35 | |
*** jcoufal has quit IRC | 20:39 | |
*** Goneri has quit IRC | 20:40 | |
*** pcaruana has quit IRC | 20:43 | |
*** whoami-rajat has quit IRC | 21:01 | |
*** rh-jelabarre has quit IRC | 21:09 | |
*** rh-jelabarre has joined #openstack-ironic | 21:09 | |
*** Goneri has joined #openstack-ironic | 21:29 | |
*** ijw has quit IRC | 21:34 | |
*** ijw has joined #openstack-ironic | 21:34 | |
*** logan- has quit IRC | 21:34 | |
*** Goneri has quit IRC | 21:36 | |
*** logan- has joined #openstack-ironic | 21:37 | |
*** ijw has quit IRC | 21:40 | |
*** ijw has joined #openstack-ironic | 21:41 | |
*** absubram has joined #openstack-ironic | 21:46 | |
*** baha has quit IRC | 21:46 | |
*** ijw has quit IRC | 21:48 | |
openstackgerrit | Merged openstack/sushy master: Add `FabricCollection` and `Fabric` classes https://review.openstack.org/642748 | 21:49 |
*** Emine has quit IRC | 21:51 | |
*** fdegir has quit IRC | 21:55 | |
*** ijpascual5 has quit IRC | 21:55 | |
*** Goneri has joined #openstack-ironic | 21:55 | |
*** rh-jelabarre has quit IRC | 22:08 | |
*** ijw has joined #openstack-ironic | 22:19 | |
*** Goneri has quit IRC | 22:40 | |
*** zigo has quit IRC | 22:58 | |
*** ijw has quit IRC | 23:16 | |
openstackgerrit | Merged openstack/ironic master: Add UEFI firmware to Redfish emulator config https://review.openstack.org/648382 | 23:16 |
openstackgerrit | Merged openstack/ironic master: Run IPMI, SNMP and Redfish BMC emulators as stack https://review.openstack.org/648496 | 23:16 |
*** ijw has joined #openstack-ironic | 23:17 | |
*** ijw has quit IRC | 23:36 | |
*** ijw has joined #openstack-ironic | 23:40 | |
*** absubram has quit IRC | 23:50 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!