*** bfournie has joined #openstack-ironic | 00:06 | |
*** bfournie has quit IRC | 00:06 | |
*** ijw has joined #openstack-ironic | 00:22 | |
*** jaypipes has quit IRC | 00:25 | |
*** yangyape_ has quit IRC | 00:27 | |
*** yangyapeng has joined #openstack-ironic | 00:27 | |
*** yangyapeng has quit IRC | 00:32 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-ironic-inspector-client master: Updated from global requirements https://review.openstack.org/525395 | 00:42 |
---|---|---|
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-ironicclient master: Updated from global requirements https://review.openstack.org/528902 | 00:42 |
*** hw_wutianwei has joined #openstack-ironic | 00:57 | |
*** phuongnh has joined #openstack-ironic | 01:01 | |
*** trungnv has quit IRC | 01:03 | |
*** zhangfei has joined #openstack-ironic | 01:04 | |
*** ijw has quit IRC | 01:09 | |
*** tuanla____ has joined #openstack-ironic | 01:09 | |
*** ijw has joined #openstack-ironic | 01:11 | |
*** yangyapeng has joined #openstack-ironic | 01:12 | |
*** ijw has quit IRC | 01:15 | |
*** rloo has quit IRC | 01:20 | |
*** kiseok7 has joined #openstack-ironic | 01:22 | |
*** penick has quit IRC | 01:32 | |
*** penick has joined #openstack-ironic | 01:32 | |
*** crushil has joined #openstack-ironic | 01:33 | |
*** crushil has quit IRC | 01:42 | |
openstackgerrit | Vladyslav Drok proposed openstack/ironic master: [WIP] Refactor deploy interface methods https://review.openstack.org/524433 | 01:43 |
*** rmcall has quit IRC | 01:44 | |
*** snasir has quit IRC | 01:49 | |
*** snasir has joined #openstack-ironic | 01:50 | |
*** threestrands has joined #openstack-ironic | 01:51 | |
*** threestrands has quit IRC | 01:51 | |
*** threestrands has joined #openstack-ironic | 01:51 | |
*** jappleii__ has quit IRC | 01:52 | |
*** dyasny_ has joined #openstack-ironic | 02:02 | |
*** hw_wutianwei1 has joined #openstack-ironic | 02:02 | |
*** kiseok7_ has joined #openstack-ironic | 02:03 | |
*** gcb has joined #openstack-ironic | 02:03 | |
*** ricardoas1 has joined #openstack-ironic | 02:03 | |
*** davidlenwell_ has joined #openstack-ironic | 02:04 | |
*** rajinir_ has joined #openstack-ironic | 02:04 | |
*** chihhsin_ has joined #openstack-ironic | 02:05 | |
*** actatux_ has joined #openstack-ironic | 02:06 | |
*** kiseok7 has quit IRC | 02:07 | |
*** hw_wutianwei has quit IRC | 02:07 | |
*** harlowja has quit IRC | 02:07 | |
*** dyasny has quit IRC | 02:07 | |
*** v12aml has quit IRC | 02:07 | |
*** ricardoas has quit IRC | 02:07 | |
*** chihhsin has quit IRC | 02:07 | |
*** actatux has quit IRC | 02:07 | |
*** bkero has quit IRC | 02:07 | |
*** davidlenwell has quit IRC | 02:07 | |
*** dansmith has quit IRC | 02:07 | |
*** comstud has quit IRC | 02:07 | |
*** rajinir has quit IRC | 02:07 | |
*** kiseok7_ is now known as kiseok7 | 02:07 | |
*** davidlenwell_ is now known as davidlenwell | 02:07 | |
*** rajinir_ is now known as rajinir | 02:07 | |
*** v12aml has joined #openstack-ironic | 02:07 | |
*** hw_wutianwei1 is now known as hw_wutianwei | 02:07 | |
*** dansmith has joined #openstack-ironic | 02:08 | |
*** dansmith is now known as Guest99680 | 02:08 | |
*** comstud has joined #openstack-ironic | 02:08 | |
*** bkero has joined #openstack-ironic | 02:09 | |
*** sambetts|afk has quit IRC | 02:10 | |
*** sambetts_ has joined #openstack-ironic | 02:13 | |
*** yangyapeng has quit IRC | 02:14 | |
*** yangyapeng has joined #openstack-ironic | 02:15 | |
*** ijw has joined #openstack-ironic | 02:15 | |
*** ijw has quit IRC | 02:20 | |
*** trungnv has joined #openstack-ironic | 02:36 | |
*** Goneri has quit IRC | 02:41 | |
*** masuberu has joined #openstack-ironic | 03:03 | |
*** masber has quit IRC | 03:04 | |
*** zhangfei has quit IRC | 03:12 | |
zshi | TheJulia, hi | 03:16 |
*** ijw has joined #openstack-ironic | 03:16 | |
TheJulia | Good evening | 03:17 |
zshi | Re BIOS interface, I'm thinking about where to put the caching of bios config if we pull it out from state change process(enroll -> manageable) | 03:17 |
zshi | evening! | 03:17 |
zshi | you mentioned that when entering cleaning step might be a good place, I'm wondering how that works | 03:17 |
*** masuberu has quit IRC | 03:17 | |
zshi | for example, when a set bios config cleaning step is triggered, it will first cache the bios settings, then do the setting ? | 03:18 |
*** ijw has quit IRC | 03:20 | |
TheJulia | zshi: _do_node_clean ? | 03:20 |
TheJulia | zshi: yes, it would end up caching and then setting, which actually could be useful... | 03:21 |
TheJulia | if setting != desired_setting: apply_setting(desired_setting) | 03:21 |
zshi | TheJulia, then there will be two caching per each setting | 03:22 |
zshi | previous logic is that when setting is actually applied, it will update the whole bios config to caching filed | 03:22 |
zshi | this will also update settings that be done outside of ironic | 03:22 |
zshi | so if we add the caching per each setting, then it will update the cache field two times | 03:24 |
*** zhangfei has joined #openstack-ironic | 03:24 | |
zshi | Re : if settings != desired_setting, it will not update the caching when bios config is changed outside of ironic which will lead to out-of-sync of caching field | 03:25 |
zshi | what do you think if we add another cleaning step that does the caching separately ? | 03:25 |
*** dsneddon has quit IRC | 03:26 | |
TheJulia | zshi: well, realistically you have to because you can't trust that it hasn't been changed, but it shouldn't be asserted unless it needs to be changed | 03:31 |
TheJulia | well, caching is not intended to serve as a mechanism to check/verify/re-assert during operation new bios settings | 03:31 |
TheJulia | the caching should always be considered "this is what I last knew it to be, I should never fully trust it, unless we are in a workflow where I know I should be able to trust it" | 03:32 |
zshi | then how we provide a way for user to get current bios settings if there is nothing need to be changed from last caching? | 03:35 |
*** threestrands_ has joined #openstack-ironic | 03:39 | |
*** threestrands_ has quit IRC | 03:39 | |
*** threestrands_ has joined #openstack-ironic | 03:39 | |
zshi | if we put two cache action in one cleaning step, then the first caching will update the latest changes in baremetal, the second caching will update the first one with applied changes; the question is, how user can make use of the first cahcing result to decide which bios options shall be changed | 03:39 |
TheJulia | zshi: well, the "operator" can query the information from the rest api, because as long as the cleaning process exits assuring that the values have been updated, I would think it would be okay | 03:40 |
zshi | yes, what about the first time, when no cleaning step is exeucted | 03:41 |
zshi | there is no caching of the current bios config | 03:41 |
*** threestrands has quit IRC | 03:41 | |
*** namnh has joined #openstack-ironic | 03:42 | |
*** tiendc has joined #openstack-ironic | 03:49 | |
TheJulia | zshi: it could be inserted to be collected before, as part of cleaning as orchestrated from the conductor. It could also be just automated cleaning | 04:03 |
zshi | do you have any reference as to "cleaning as orchestrated from the conductor" ? | 04:06 |
TheJulia | zshi: are you familiar with the state machine? | 04:07 |
zshi | TheJulia, I understand the state transfer | 04:07 |
*** ijw has joined #openstack-ironic | 04:07 | |
TheJulia | zshi: https://github.com/openstack/ironic/blob/master/ironic/conductor/manager.py#L897 | 04:08 |
TheJulia | It will always get called for manual and automated cleaning to begin | 04:08 |
zshi | ok, so caching could happen there if bios interface is validated | 04:10 |
TheJulia | Yes, possibly | 04:10 |
zshi | thanks TheJulia , that's helpful! | 04:11 |
openstackgerrit | John L. Villalovos proposed openstack/ironic stable/ocata: WIP/DNM: Testing stable/ocata gate... https://review.openstack.org/529465 | 04:11 |
TheJulia | zshi: no problem | 04:11 |
TheJulia | zshi: anything else? I'm going to get some sleep soon | 04:12 |
*** ijw has quit IRC | 04:12 | |
zshi | TheJulia, that's it, have a good night! | 04:12 |
*** namnh has quit IRC | 04:12 | |
TheJulia | Have a wonderful day! | 04:13 |
zshi | Thank you! | 04:14 |
*** masber has joined #openstack-ironic | 04:17 | |
*** amarao has quit IRC | 04:20 | |
*** vsaienk0 has joined #openstack-ironic | 04:26 | |
*** fragatina has quit IRC | 04:33 | |
*** fragatina has joined #openstack-ironic | 04:34 | |
*** links has joined #openstack-ironic | 04:35 | |
*** links has quit IRC | 04:35 | |
*** vsaienk0 has quit IRC | 04:36 | |
*** udesale has joined #openstack-ironic | 04:45 | |
*** sasha2 has quit IRC | 04:46 | |
*** tiendc has quit IRC | 04:46 | |
*** rbudden has quit IRC | 04:48 | |
*** aignatov2 has joined #openstack-ironic | 05:12 | |
*** aignatov has quit IRC | 05:13 | |
*** ccamacho has quit IRC | 05:13 | |
*** aignatov2 is now known as aignatov | 05:13 | |
*** dgautam has joined #openstack-ironic | 05:15 | |
*** crushil has joined #openstack-ironic | 05:30 | |
*** ramineni has quit IRC | 05:44 | |
*** zhangfei has quit IRC | 05:56 | |
*** ramineni has joined #openstack-ironic | 05:59 | |
*** jaganathan has joined #openstack-ironic | 06:14 | |
*** ijw has joined #openstack-ironic | 06:15 | |
*** dpawar has joined #openstack-ironic | 06:19 | |
*** jaganathan_ has joined #openstack-ironic | 06:20 | |
*** ijw has quit IRC | 06:20 | |
*** threestrands_ has quit IRC | 06:21 | |
*** jaganathan_ has quit IRC | 06:21 | |
*** jaganathan_ has joined #openstack-ironic | 06:21 | |
*** snasir has quit IRC | 06:24 | |
*** dyasny__ has joined #openstack-ironic | 06:25 | |
*** jaganathan has quit IRC | 06:26 | |
*** crushil has quit IRC | 06:26 | |
*** v12aml has quit IRC | 06:26 | |
*** rajinir has quit IRC | 06:26 | |
*** kiseok7 has quit IRC | 06:26 | |
*** jlabarre has quit IRC | 06:26 | |
*** krtaylor has quit IRC | 06:26 | |
*** edleafe has quit IRC | 06:26 | |
*** afazekas has quit IRC | 06:26 | |
*** robcresswell has quit IRC | 06:26 | |
*** fdegir has quit IRC | 06:26 | |
*** betherly has quit IRC | 06:26 | |
*** TheJulia has quit IRC | 06:26 | |
*** pas-ha has quit IRC | 06:26 | |
*** jroll has quit IRC | 06:26 | |
*** kencjohnston has quit IRC | 06:26 | |
*** persia has quit IRC | 06:26 | |
*** mgkwill has quit IRC | 06:26 | |
*** marios has joined #openstack-ironic | 06:26 | |
*** dyasny_ has quit IRC | 06:29 | |
*** v12aml has joined #openstack-ironic | 06:31 | |
*** rajinir has joined #openstack-ironic | 06:31 | |
*** kiseok7 has joined #openstack-ironic | 06:31 | |
*** jlabarre has joined #openstack-ironic | 06:31 | |
*** afazekas has joined #openstack-ironic | 06:31 | |
*** robcresswell has joined #openstack-ironic | 06:31 | |
*** fdegir has joined #openstack-ironic | 06:31 | |
*** betherly has joined #openstack-ironic | 06:31 | |
*** TheJulia has joined #openstack-ironic | 06:31 | |
*** pas-ha has joined #openstack-ironic | 06:31 | |
*** jroll has joined #openstack-ironic | 06:31 | |
*** kencjohnston has joined #openstack-ironic | 06:31 | |
*** persia has joined #openstack-ironic | 06:31 | |
*** mgkwill has joined #openstack-ironic | 06:31 | |
*** edleafe has joined #openstack-ironic | 06:32 | |
*** krtaylor has joined #openstack-ironic | 06:33 | |
*** livelace-link has quit IRC | 06:33 | |
*** livelace-link has joined #openstack-ironic | 06:35 | |
*** livelace-link has quit IRC | 06:36 | |
*** dgautam has quit IRC | 06:38 | |
*** dsneddon has joined #openstack-ironic | 06:42 | |
*** v12aml has quit IRC | 06:48 | |
*** rajinir has quit IRC | 06:48 | |
*** kiseok7 has quit IRC | 06:48 | |
*** jlabarre has quit IRC | 06:48 | |
*** afazekas has quit IRC | 06:48 | |
*** robcresswell has quit IRC | 06:48 | |
*** fdegir has quit IRC | 06:48 | |
*** betherly has quit IRC | 06:48 | |
*** TheJulia has quit IRC | 06:48 | |
*** pas-ha has quit IRC | 06:48 | |
*** jroll has quit IRC | 06:48 | |
*** kencjohnston has quit IRC | 06:48 | |
*** persia has quit IRC | 06:48 | |
*** mgkwill has quit IRC | 06:48 | |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic master: Adds rescue_interface to base driver class https://review.openstack.org/509335 | 06:50 |
*** aignatov has quit IRC | 06:50 | |
*** aignatov has joined #openstack-ironic | 06:53 | |
*** e0ne has joined #openstack-ironic | 06:57 | |
*** e0ne has quit IRC | 06:58 | |
*** zhenguo has quit IRC | 07:04 | |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic master: Adds rescue_interface to base driver class https://review.openstack.org/509335 | 07:04 |
*** mjura has joined #openstack-ironic | 07:06 | |
*** karthiks has joined #openstack-ironic | 07:15 | |
*** afazekas has joined #openstack-ironic | 07:24 | |
*** v12aml has joined #openstack-ironic | 07:24 | |
*** mgkwill has joined #openstack-ironic | 07:24 | |
*** TheJulia has joined #openstack-ironic | 07:24 | |
*** kencjohnston has joined #openstack-ironic | 07:25 | |
*** persia has joined #openstack-ironic | 07:25 | |
*** jlabarre has joined #openstack-ironic | 07:25 | |
*** jroll has joined #openstack-ironic | 07:25 | |
*** robcresswell has joined #openstack-ironic | 07:25 | |
*** kiseok7 has joined #openstack-ironic | 07:25 | |
*** betherly has joined #openstack-ironic | 07:25 | |
*** fdegir has joined #openstack-ironic | 07:25 | |
*** pas-ha has joined #openstack-ironic | 07:25 | |
*** vsaienk0 has joined #openstack-ironic | 07:26 | |
*** rajinir has joined #openstack-ironic | 07:26 | |
*** rcernin has quit IRC | 07:37 | |
*** AlexeyAbashkin has joined #openstack-ironic | 07:41 | |
*** ianw_pto is now known as ianw | 07:43 | |
*** ianw is now known as ianw_pto | 07:43 | |
*** pcaruana has joined #openstack-ironic | 07:58 | |
openstackgerrit | zenghui.shi proposed openstack/ironic-specs master: Hardware interface for BIOS configuration https://review.openstack.org/496481 | 08:07 |
*** gcb has quit IRC | 08:16 | |
*** ijw has joined #openstack-ironic | 08:16 | |
*** ijw has quit IRC | 08:21 | |
*** ijw has joined #openstack-ironic | 08:27 | |
*** ijw has quit IRC | 08:32 | |
*** ccamacho has joined #openstack-ironic | 08:33 | |
*** ccamacho has quit IRC | 08:35 | |
*** ccamacho has joined #openstack-ironic | 08:35 | |
*** linkmark has joined #openstack-ironic | 08:39 | |
*** namnh has joined #openstack-ironic | 08:41 | |
*** e0ne has joined #openstack-ironic | 08:43 | |
*** hjensas has joined #openstack-ironic | 08:44 | |
*** zhangfei has joined #openstack-ironic | 08:56 | |
*** mgoddard has joined #openstack-ironic | 09:01 | |
*** gcb has joined #openstack-ironic | 09:03 | |
*** mrch has joined #openstack-ironic | 09:04 | |
pas-ha | morning ironic ^) | 09:06 |
*** ktibi has joined #openstack-ironic | 09:06 | |
*** zhangfei has quit IRC | 09:07 | |
openstackgerrit | Brin Zhang proposed openstack/ironic master: Fix outdated links in ironic document https://review.openstack.org/529516 | 09:11 |
*** amarao has joined #openstack-ironic | 09:16 | |
*** amarao1 has joined #openstack-ironic | 09:17 | |
*** hjensas has quit IRC | 09:19 | |
*** vsaienk0 has quit IRC | 09:19 | |
*** athomas has joined #openstack-ironic | 09:19 | |
*** zhangfei has joined #openstack-ironic | 09:20 | |
*** hjensas has joined #openstack-ironic | 09:20 | |
*** hjensas has quit IRC | 09:20 | |
*** hjensas has joined #openstack-ironic | 09:20 | |
*** vsaienk0 has joined #openstack-ironic | 09:24 | |
*** udesale__ has joined #openstack-ironic | 09:26 | |
*** derekh has joined #openstack-ironic | 09:28 | |
*** udesale has quit IRC | 09:28 | |
*** udesale__ has quit IRC | 09:31 | |
*** udesale has joined #openstack-ironic | 09:33 | |
*** udesale has quit IRC | 09:35 | |
*** udesale has joined #openstack-ironic | 09:35 | |
*** dtantsur|afk is now known as dtantsur | 09:36 | |
dtantsur | morning ironic | 09:36 |
*** milan_ has joined #openstack-ironic | 09:40 | |
dtantsur | pas-ha: morning! re ansible CI job, I really wonder if we should just introduce it to standalone tests | 09:40 |
dtantsur | I'd like to cover whole disk images, partition images with and without local boot | 09:40 |
dtantsur | creating 3 full jobs may be an overkill :) | 09:40 |
*** jtomasek has joined #openstack-ironic | 09:42 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-tempest-plugin master: [WIP] Introduce stable jobs https://review.openstack.org/529527 | 09:45 |
dtantsur | jlvillal: experimenting ^^^ | 09:45 |
*** udesale has quit IRC | 09:46 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-tempest-plugin master: [WIP] Introduce stable jobs https://review.openstack.org/529527 | 09:46 |
*** lucas-afk is now known as ucasagomes | 09:47 | |
*** vsaienk0 has quit IRC | 09:52 | |
*** trungnv has quit IRC | 09:56 | |
*** vsaienk0 has joined #openstack-ironic | 09:59 | |
*** dpawar has quit IRC | 10:02 | |
*** e0ne has quit IRC | 10:03 | |
*** penick has quit IRC | 10:04 | |
*** udesale has joined #openstack-ironic | 10:05 | |
*** ianychoi has joined #openstack-ironic | 10:06 | |
*** jtomasek has quit IRC | 10:07 | |
pas-ha | dtantsur: partition images w/o local boot are not supported by ansible interface, so it would be just 2 jobs, however I see your point | 10:08 |
*** ucasagomes is now known as lucasagomes | 10:09 | |
*** MattMan_1 has quit IRC | 10:11 | |
*** MattMan_1 has joined #openstack-ironic | 10:12 | |
pas-ha | need to change the logic somewhat then, and probably just overwrite the basic tinyipa image with the ssh-enabled one, not to introduce any extra tempest config options for it re separate id for the ssh-enabled ramdisk | 10:12 |
*** namnh has quit IRC | 10:20 | |
openstackgerrit | yuan liang proposed openstack/ironic-python-agent master: Execut dhclient command when IPA start https://review.openstack.org/529535 | 10:20 |
openstackgerrit | yuan liang proposed openstack/ironic-python-agent master: Execut dhclient command when IPA start https://review.openstack.org/529535 | 10:24 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-tempest-plugin master: Update README and setup.cfg https://review.openstack.org/529538 | 10:25 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-tempest-plugin master: Update README and setup.cfg, initial version of usage guide https://review.openstack.org/529538 | 10:26 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-tempest-plugin master: Update README and setup.cfg, initial version of usage guide https://review.openstack.org/529538 | 10:27 |
*** dtantsur is now known as dtantsur|brb | 10:27 | |
dtantsur|brb | pas-ha: ack, thanks for clarifying | 10:27 |
*** sambetts_ is now known as sambetts | 10:31 | |
*** fragatina has quit IRC | 10:35 | |
*** fragatina has joined #openstack-ironic | 10:36 | |
*** pcaruana has quit IRC | 10:43 | |
*** ijw has joined #openstack-ironic | 10:43 | |
*** e0ne has joined #openstack-ironic | 10:46 | |
*** ijw has quit IRC | 10:48 | |
*** dpawar has joined #openstack-ironic | 10:54 | |
*** tuanla____ has quit IRC | 10:55 | |
*** ktibi has quit IRC | 10:56 | |
*** priteau has joined #openstack-ironic | 10:59 | |
*** udesale has quit IRC | 11:01 | |
*** AlexeyAbashkin has quit IRC | 11:01 | |
*** ktibi has joined #openstack-ironic | 11:06 | |
*** AlexeyAbashkin has joined #openstack-ironic | 11:08 | |
*** fragatina has quit IRC | 11:10 | |
*** fragatina has joined #openstack-ironic | 11:11 | |
*** hoonetorg has quit IRC | 11:22 | |
*** ccamacho is now known as ccamacho|brb | 11:31 | |
*** hoonetorg has joined #openstack-ironic | 11:34 | |
*** amarao has quit IRC | 11:38 | |
*** ijw has joined #openstack-ironic | 11:39 | |
*** makowals has joined #openstack-ironic | 11:40 | |
*** ijw has quit IRC | 11:44 | |
*** hjensas has quit IRC | 11:54 | |
*** hjensas has joined #openstack-ironic | 11:56 | |
*** udesale has joined #openstack-ironic | 12:01 | |
openstackgerrit | yuan liang proposed openstack/ironic-python-agent master: Execut dhclient command when IPA start https://review.openstack.org/529535 | 12:03 |
*** dtantsur|brb is now known as dtantsur | 12:12 | |
*** lucasagomes is now known as lucas-hungry | 12:13 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-tempest-plugin master: [WIP] Introduce stable jobs https://review.openstack.org/529527 | 12:18 |
*** jaganathan_ has quit IRC | 12:18 | |
*** udesale has quit IRC | 12:23 | |
*** udesale has joined #openstack-ironic | 12:23 | |
openstackgerrit | Merged openstack/ironic master: Document the check done in "ironic-dbsync upgrade" https://review.openstack.org/529117 | 12:30 |
*** ccamacho|brb is now known as ccamacho | 12:38 | |
*** hw_wutianwei has quit IRC | 12:47 | |
*** jaypipes has joined #openstack-ironic | 12:56 | |
*** crushil has joined #openstack-ironic | 12:59 | |
*** lucas-hungry is now known as lucasagomes | 13:08 | |
*** dpawar has quit IRC | 13:09 | |
*** yangyapeng has quit IRC | 13:10 | |
*** jcoufal has joined #openstack-ironic | 13:13 | |
*** yangyapeng has joined #openstack-ironic | 13:15 | |
*** amarao has joined #openstack-ironic | 13:16 | |
*** yangyapeng has quit IRC | 13:19 | |
*** phuongnh has quit IRC | 13:21 | |
*** dprince has joined #openstack-ironic | 13:23 | |
*** crushil has quit IRC | 13:25 | |
*** jtomasek has joined #openstack-ironic | 13:34 | |
*** catintheroof has joined #openstack-ironic | 13:34 | |
*** catintheroof has quit IRC | 13:36 | |
*** catintheroof has joined #openstack-ironic | 13:36 | |
*** ijw has joined #openstack-ironic | 13:40 | |
*** dsneddon has quit IRC | 13:40 | |
*** bfournie has joined #openstack-ironic | 13:45 | |
*** ijw has quit IRC | 13:45 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-tempest-plugin master: Introduce stable jobs https://review.openstack.org/529527 | 13:47 |
*** vsaienk0 has quit IRC | 13:49 | |
*** vsaienk0 has joined #openstack-ironic | 13:50 | |
*** sasha21 has joined #openstack-ironic | 13:53 | |
*** dyasny__ is now known as dyasny | 13:59 | |
*** rbudden has joined #openstack-ironic | 14:00 | |
*** jaypipes has quit IRC | 14:06 | |
TheJulia | good morning ironic | 14:14 |
dtantsur | morning TheJulia | 14:14 |
TheJulia | Anyone know fujitsu 3rd party ci really well? | 14:25 |
*** mgoddard has quit IRC | 14:30 | |
dtantsur | not me | 14:30 |
*** mgoddard has joined #openstack-ironic | 14:32 | |
TheJulia | their ci does not like https://review.openstack.org/#/c/527289/ it seems | 14:34 |
patchbot | patch 527289 - ironic - Run in superconductor cellsv2 mode for non-grenade... | 14:34 |
dtantsur | yeah, I've seen your comment | 14:34 |
TheJulia | I'd rather see it pass, even one of their gates before we merge, that is unless we must land that patch asap. | 14:35 |
TheJulia | s/rather/prefer/ | 14:36 |
* TheJulia needs to wkae up | 14:36 | |
TheJulia | lol | 14:36 |
*** jtomasek has quit IRC | 14:37 | |
*** crushil has joined #openstack-ironic | 14:38 | |
*** yangyapeng has joined #openstack-ironic | 14:44 | |
dtantsur | heh | 14:45 |
*** yangyapeng has quit IRC | 14:47 | |
*** crushil has quit IRC | 14:48 | |
jroll | huh, what's fujitsu doing where that breaks things? | 14:48 |
TheJulia | jroll: the exact question that I think only one of their folks can answer :\ | 14:49 |
jroll | yeah | 14:49 |
dtantsur | morning jroll | 14:50 |
jroll | oh, morning :) | 14:50 |
TheJulia | jroll: Good Morning! | 14:50 |
* TheJulia swears she can type complete, possibly cogent, thoughts. Maybe... | 14:50 | |
jroll | 2017-12-12 05:03:22.122 | ++ ./stack.sh:echo_summary:422 : echo -e Waiting 2 minutes for Nova resource tracker to pick up 0 nodes | 14:51 |
jroll | O_o | 14:51 |
TheJulia | O_O | 14:51 |
*** yangyapeng has joined #openstack-ironic | 14:51 | |
dtantsur | wut | 14:51 |
jroll | might be tangential to this patch, then | 14:52 |
jroll | ah, they do have a node at 14:12:40 here http://openstackci.jp.fujitsu.com/irmcci/89/527289/1/check/tempest-dsvm-ironic-agent-irmc/b3e5dc0/console.html.gz | 14:52 |
*** zhangfei has quit IRC | 14:53 | |
TheJulia | I went and looked at another job that had passed their CI, and the consistency really makes me think it is something with their patch and the settings they are operating with :\ | 14:54 |
jroll | yeah, could be | 14:54 |
jroll | I'll leave it to them, no sense in working too hard on it | 14:55 |
TheJulia | I seem to remember they apply a couple diffs with their jobs, so really only they can make sense of or fix it anyway | 14:56 |
*** karthiks has quit IRC | 14:57 | |
* TheJulia steps away for a few minutes | 14:57 | |
jroll | that's sad :/ | 14:57 |
*** crushil_ has joined #openstack-ironic | 15:05 | |
*** crushil__ has joined #openstack-ironic | 15:05 | |
TheJulia | sometimes a necessary evil | 15:12 |
*** bnemec has joined #openstack-ironic | 15:13 | |
*** mjura has quit IRC | 15:23 | |
*** mjura has joined #openstack-ironic | 15:24 | |
*** hjensas has quit IRC | 15:25 | |
jroll | yeah, just saying we should fix it | 15:27 |
*** dgautam has joined #openstack-ironic | 15:37 | |
*** dsneddon has joined #openstack-ironic | 15:40 | |
*** SerenaFeng has joined #openstack-ironic | 15:41 | |
*** dgautam has quit IRC | 15:44 | |
TheJulia | agreed, that is if we can... | 15:45 |
*** dgautam has joined #openstack-ironic | 15:47 | |
*** crushil__ has quit IRC | 15:47 | |
*** crushil_ has quit IRC | 15:47 | |
*** hjensas has joined #openstack-ironic | 15:51 | |
*** hjensas has joined #openstack-ironic | 15:51 | |
*** dgautam has quit IRC | 15:54 | |
*** AlexeyAbashkin has quit IRC | 15:55 | |
*** crushil has joined #openstack-ironic | 15:59 | |
*** crushil_ has joined #openstack-ironic | 15:59 | |
*** vsaienk0 has quit IRC | 16:00 | |
*** dgautam has joined #openstack-ironic | 16:02 | |
*** mjura has quit IRC | 16:02 | |
*** udesale has quit IRC | 16:10 | |
*** SerenaFeng has quit IRC | 16:12 | |
*** mrch has quit IRC | 16:16 | |
*** mrch has joined #openstack-ironic | 16:16 | |
openstackgerrit | Mark Goddard proposed openstack/ironic master: Node traits: Add DB API & model https://review.openstack.org/528238 | 16:26 |
*** ktibi has quit IRC | 16:27 | |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/ironic master: Setup ansible interface in devstack https://review.openstack.org/529383 | 16:29 |
*** amarao has quit IRC | 16:29 | |
*** amarao has joined #openstack-ironic | 16:30 | |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/ironic-python-agent master: Fixed for addssh make target in tinyipa https://review.openstack.org/529638 | 16:32 |
*** dgautam has quit IRC | 16:32 | |
jlvillal | good morning Ironic | 16:33 |
TheJulia | good morning jlvillal | 16:33 |
jlvillal | :) | 16:33 |
*** amarao has quit IRC | 16:34 | |
jlvillal | dtantsur, I'm confused on why the ocata job fails :( https://review.openstack.org/#/c/529386/ | 16:34 |
patchbot | patch 529386 - ironic-tempest-plugin - Add a stable/pike and stable/ocata test job | 16:34 |
jlvillal | dtantsur, I'll try to dig into it more today | 16:34 |
dtantsur | jlvillal: morning. /me too. it may be transient, hence I rechecked for statistics | 16:34 |
*** dgautam has joined #openstack-ironic | 16:35 | |
* TheJulia is feeling inspired and as such needs more coffee | 16:35 | |
jlvillal | dtantsur, I ran a test patch on openstack/ironic for stable/ocata. Works fine. So I'm guessing something is going wonky somewhere. | 16:35 |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/ironic-tempest-plugin master: Add ability to set deploy interface https://review.openstack.org/529639 | 16:35 |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/ironic-tempest-plugin master: Add ansible deploy interface test https://review.openstack.org/529640 | 16:35 |
*** crushil has quit IRC | 16:36 | |
*** crushil_ has quit IRC | 16:36 | |
dtantsur | pas-ha: we won't be able to merge any of ^^ until we get stable jobs running on the plugin. JFYI. | 16:37 |
pas-ha | yep, understood | 16:38 |
pas-ha | just want to test it also locally in one sweep with devstack | 16:38 |
*** marios has quit IRC | 16:43 | |
*** dgautam has quit IRC | 16:58 | |
*** amarao1 has quit IRC | 17:01 | |
*** pcaruana has joined #openstack-ironic | 17:04 | |
*** e0ne has quit IRC | 17:06 | |
*** vsaienk0 has joined #openstack-ironic | 17:09 | |
*** jaypipes has joined #openstack-ironic | 17:10 | |
*** d0ugal has quit IRC | 17:20 | |
*** vsaienk0 has quit IRC | 17:22 | |
*** Goneri has joined #openstack-ironic | 17:29 | |
*** hjensas has quit IRC | 17:35 | |
*** dgautam has joined #openstack-ironic | 17:36 | |
*** d0ugal has joined #openstack-ironic | 17:40 | |
*** amarao has joined #openstack-ironic | 17:41 | |
*** mgoddard has quit IRC | 17:48 | |
dtantsur | see you tomorrow! and see you next year those having a day off tomorrow :) | 17:49 |
*** dtantsur is now known as dtantsur|afk | 17:49 | |
*** amarao has quit IRC | 17:49 | |
*** racedo has quit IRC | 17:51 | |
*** racedo has joined #openstack-ironic | 17:52 | |
*** racedo has quit IRC | 17:52 | |
*** fragatina has quit IRC | 17:54 | |
*** lucasagomes is now known as lucas-afk | 17:59 | |
openstackgerrit | Merged openstack/python-ironicclient master: Accept None as a result of node validation in functional test https://review.openstack.org/528606 | 18:09 |
*** derekh has quit IRC | 18:12 | |
*** zshi has quit IRC | 18:12 | |
openstackgerrit | Merged openstack/ironic master: zuul: Remove some redundancy by consolidating the 'post.yaml' files https://review.openstack.org/529401 | 18:16 |
*** harlowja has joined #openstack-ironic | 18:16 | |
*** catintheroof has quit IRC | 18:22 | |
*** zshi has joined #openstack-ironic | 18:26 | |
*** e0ne has joined #openstack-ironic | 18:33 | |
*** oanson has quit IRC | 18:44 | |
*** catintheroof has joined #openstack-ironic | 18:47 | |
*** rmcall has joined #openstack-ironic | 18:48 | |
*** derekh has joined #openstack-ironic | 18:52 | |
*** fragatina has joined #openstack-ironic | 18:52 | |
*** etingof has quit IRC | 18:55 | |
*** etingof has joined #openstack-ironic | 18:56 | |
*** dprince has quit IRC | 19:02 | |
*** penick has joined #openstack-ironic | 19:03 | |
*** sambetts is now known as sambetts|afk | 19:05 | |
sambetts|afk | night all o/ | 19:05 |
*** penick_ has joined #openstack-ironic | 19:09 | |
*** penick has quit IRC | 19:11 | |
*** rmcall has quit IRC | 19:19 | |
*** derekh has quit IRC | 19:21 | |
*** mrch has quit IRC | 19:26 | |
*** exodusftw has quit IRC | 19:36 | |
*** exodusftw has joined #openstack-ironic | 19:44 | |
openstackgerrit | Julia Kreger proposed openstack/ironic master: Add additional context to contribution guide https://review.openstack.org/529681 | 19:45 |
*** dprince has joined #openstack-ironic | 20:00 | |
*** e0ne_ has joined #openstack-ironic | 20:05 | |
*** e0ne has quit IRC | 20:08 | |
openstackgerrit | Julia Kreger proposed openstack/ironic master: Add documentation covering storage multi-attach https://review.openstack.org/526531 | 20:08 |
*** pcaruana has quit IRC | 20:12 | |
openstackgerrit | Merged openstack/ironic master: [ansible] add defaults to config https://review.openstack.org/525710 | 20:14 |
*** pcaruana has joined #openstack-ironic | 20:29 | |
*** AlexeyAbashkin has joined #openstack-ironic | 20:29 | |
*** AlexeyAbashkin has quit IRC | 20:33 | |
*** derekh has joined #openstack-ironic | 20:35 | |
*** catintheroof has quit IRC | 20:37 | |
*** catintheroof has joined #openstack-ironic | 20:38 | |
*** pcaruana has quit IRC | 20:42 | |
*** catintheroof has quit IRC | 20:42 | |
*** jcoufal has quit IRC | 20:57 | |
*** derekh has quit IRC | 21:06 | |
*** e0ne has joined #openstack-ironic | 21:16 | |
*** e0ne_ has quit IRC | 21:17 | |
*** e0ne has quit IRC | 21:34 | |
*** threestrands_ has joined #openstack-ironic | 21:35 | |
*** e0ne has joined #openstack-ironic | 21:39 | |
*** e0ne has quit IRC | 21:40 | |
*** priteau_ has joined #openstack-ironic | 21:47 | |
*** priteau has quit IRC | 21:50 | |
*** andreaf has quit IRC | 21:55 | |
*** andreaf has joined #openstack-ironic | 21:56 | |
*** d0ugal has quit IRC | 21:59 | |
*** dprince has quit IRC | 22:02 | |
*** d0ugal has joined #openstack-ironic | 22:09 | |
*** rcernin has joined #openstack-ironic | 22:24 | |
*** e0ne has joined #openstack-ironic | 22:24 | |
*** bfournie has quit IRC | 22:28 | |
*** etingof has quit IRC | 22:30 | |
*** priteau_ has quit IRC | 22:32 | |
*** catintheroof has joined #openstack-ironic | 22:37 | |
*** catintheroof has quit IRC | 22:37 | |
*** e0ne has quit IRC | 22:39 | |
*** etingof has joined #openstack-ironic | 22:43 | |
*** zshi has quit IRC | 22:57 | |
*** charcol has joined #openstack-ironic | 23:02 | |
*** crushil has joined #openstack-ironic | 23:08 | |
*** zshi has joined #openstack-ironic | 23:10 | |
*** crushil has quit IRC | 23:16 | |
*** bnemec is now known as bnemec-xmas | 23:26 | |
*** AlexeyAbashkin has joined #openstack-ironic | 23:34 | |
*** kzaitsev_pi has quit IRC | 23:35 | |
*** kzaitsev_pi has joined #openstack-ironic | 23:35 | |
*** fragatina has quit IRC | 23:38 | |
*** AlexeyAbashkin has quit IRC | 23:39 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!