openstackgerrit | Julia Kreger proposed openstack/ironic master: Fix callback plugin for Ansible 2.5 compatability https://review.openstack.org/555974 | 00:01 |
---|---|---|
*** fragatina has quit IRC | 00:04 | |
openstackgerrit | Julia Kreger proposed openstack/ironic stable/queens: Fix callback plugin for Ansible 2.5 compatability https://review.openstack.org/556025 | 00:06 |
*** fragatina has joined #openstack-ironic | 00:06 | |
*** fragatina has quit IRC | 00:10 | |
*** akhilaki has quit IRC | 00:13 | |
*** openstack has joined #openstack-ironic | 00:15 | |
*** ChanServ sets mode: +o openstack | 00:15 | |
*** rama_y has quit IRC | 00:18 | |
openstackgerrit | Julia Kreger proposed openstack/ironic master: Update Launchpad references to Storyboard https://review.openstack.org/556618 | 00:22 |
*** rbudden has joined #openstack-ironic | 00:33 | |
*** pmannidi has joined #openstack-ironic | 00:33 | |
*** gyee has quit IRC | 00:33 | |
openstackgerrit | Julia Kreger proposed openstack/ironic-inspector master: Update launchpad to storyboard references https://review.openstack.org/556620 | 00:35 |
*** fragatina has joined #openstack-ironic | 00:39 | |
*** rpioso is now known as rpioso|afk | 00:40 | |
rpioso|afk | Nite all | 00:40 |
*** fragatina has quit IRC | 00:43 | |
*** cjloader has joined #openstack-ironic | 00:44 | |
*** cjloader has quit IRC | 00:52 | |
*** cjloader has joined #openstack-ironic | 00:52 | |
*** yangyapeng has joined #openstack-ironic | 00:58 | |
*** tuanla____ has joined #openstack-ironic | 01:01 | |
*** yangyapeng has quit IRC | 01:03 | |
*** mjturek has joined #openstack-ironic | 01:05 | |
*** itlinux has joined #openstack-ironic | 01:07 | |
*** tiendc has joined #openstack-ironic | 01:08 | |
*** gyankum has joined #openstack-ironic | 01:12 | |
*** yangyapeng has joined #openstack-ironic | 01:14 | |
*** itlinux has quit IRC | 01:15 | |
*** rloo has quit IRC | 01:16 | |
*** cjloader has quit IRC | 01:28 | |
tonyb | TheJulia: Sorry I was AFK all morning :( | 01:32 |
TheJulia | tonyb: no worries :) | 01:33 |
tonyb | TheJulia, sambetts|afk Even on powerpc we'll write a valid disk label and partition table, the only real difference is on powerpc we need a 'prep | 01:33 |
tonyb | ' partition. which is where FW will get it's boot laoder from | 01:34 |
tonyb | so I think in the context of sambetts|afk's issue adding a check that the deployed image has somethign that look like a valid label and table would be great and not create problems for powerpc | 01:35 |
tonyb | Oh wow y'all moved the storyboard ;P | 01:36 |
TheJulia | tonyb: yup, last friday night and I started posting patches to update docs yesterday morning | 01:50 |
TheJulia | tonyb: so, that kind of sounds like UEFI telling nvram where to find the bootloader | 01:50 |
tonyb | TheJulia: Yeah a little like that. | 01:51 |
TheJulia | tonyb: is this something relatively standard on all ppc gear? | 02:00 |
tonyb | TheJulia: Yup. | 02:00 |
TheJulia | tonyb: | 02:01 |
TheJulia | err | 02:01 |
tonyb | :) | 02:01 |
TheJulia | and I guess IPA would need to have the filesystem open to "prep" the partition | 02:02 |
*** hshiina has quit IRC | 02:02 | |
tonyb | TheJulia: I'm not sure I follow that, but I'd imagine all IPA would need to do to support ppc with a single partition image is create this magic partition and, if it doesn't already, run grub-install (or similar) after it's deployed the image | 02:04 |
tonyb | where "magic partition" is the prep partition. I'd have to google what prep stands for again ;P | 02:05 |
TheJulia | AHH! | 02:05 |
TheJulia | I see | 02:05 |
TheJulia | so the firmware bootstrapping the machine just looks for the magical prep partition and it goes from there? | 02:06 |
tonyb | TheJulia: Yup. There is some wiggle room there for the latest firmware which actually just parses grub.cfg itself and bypasses the bootloader BUT IIRC it still expetcs it to be there | 02:08 |
tonyb | TheJulia: I know that VMs aren't really in scope here but they're noce for testing ironic ;P and I'm 95% certain they'd just work with that plan | 02:09 |
*** ElCoyote_ has quit IRC | 02:10 | |
TheJulia | I mean, if they are emulating/supporting the behavior... it should :) | 02:12 |
*** AlexeyAbashkin has joined #openstack-ironic | 02:12 | |
tonyb | TheJulia: yup. I totally agree, I'm only 95% certain as I recently got bitten by the fact the boot process being different in VMs and Baremetal but that was to do with netbooting the old scholl disk stuff has been around for ages :) | 02:13 |
TheJulia | tonyb: heh :) | 02:15 |
*** AlexeyAbashkin has quit IRC | 02:16 | |
* persia gets confused by terminology: isn't the EFI payload that reads grub.cfg and skips grub called a "bootloader"? | 02:20 | |
tonyb | persia: I have to admit I know next to nothing about EFI so I'll go with "maybe?" :D | 02:24 |
persia | tonyb: Heh. What if I wrote the above with s/EFI/OpenFirmware/ ? | 02:24 |
persia | I'm basically trying to ask if there are changes in terminology from years ago: I rememnber there being "bootloaders" that launched "payloads", and most environments being a stack of at least 3 of these, with the final payload being linux. If terminology has changed, then I'd like to learn the new words. | 02:26 |
tonyb | persia: Then yes OpenFirmware runs a bootloader that will parse grub.cfg (or yaboot.conf) | 02:26 |
persia | (and generally you'd have a *very* simple bootloader on a processor that just executed from a fixed flash, which would contain a bootloader capable of undestanding about off-chip components, etc. until you hit something a user would consider a "storage device") | 02:27 |
persia | Ah, OK. So "bypasses the bootloader" mostly carries meaning for bypassing grub/yaboot/quik/etc.? | 02:28 |
tonyb | persia: I don't think there has been a change in terminology but I stopped really caring about boot loaders when ppc switch from yaboot to grub2 ;P | 02:28 |
* persia remembers handing out old used mac minis to anyone who admitted to being a grub developer for a while | 02:28 | |
tonyb | persia: Yup in the context of what I wrote. The Firmware itself can access the file-systems and read/parse the bootloader config file without ever running that binary payload | 02:29 |
tonyb | persia: :) | 02:29 |
persia | Thanks for the clarification :) | 02:31 |
*** rama_y has joined #openstack-ironic | 02:32 | |
*** zhangfei has joined #openstack-ironic | 02:35 | |
*** hshiina has joined #openstack-ironic | 02:36 | |
*** zhangfei has quit IRC | 02:40 | |
*** zhangfei has joined #openstack-ironic | 02:41 | |
*** jaganathan has quit IRC | 02:41 | |
*** jaganathan has joined #openstack-ironic | 02:42 | |
*** fragatina has joined #openstack-ironic | 02:44 | |
*** fragatin_ has joined #openstack-ironic | 02:46 | |
*** fragatina has quit IRC | 02:48 | |
openstackgerrit | wangqi proposed openstack/ironic master: fix a typo https://review.openstack.org/557118 | 02:57 |
*** dpawar has joined #openstack-ironic | 03:03 | |
*** dpawar has quit IRC | 03:03 | |
*** dpawar has joined #openstack-ironic | 03:04 | |
openstackgerrit | Nguyen Van Trung proposed openstack/ironic master: Implement raid configuration for BM via irmc drive https://review.openstack.org/512979 | 03:04 |
*** itlinux has joined #openstack-ironic | 03:18 | |
openstackgerrit | zenghui.shi proposed openstack/ironic master: BIOS Settings: Add DB API https://review.openstack.org/511402 | 03:34 |
openstackgerrit | zenghui.shi proposed openstack/ironic master: BIOS Settings: Add RPC object https://review.openstack.org/511714 | 03:34 |
openstackgerrit | zenghui.shi proposed openstack/ironic master: BIOS Settings: Add BIOSInterface https://review.openstack.org/507793 | 03:34 |
openstackgerrit | zenghui.shi proposed openstack/ironic master: BIOS Settings: Add BIOS caching https://review.openstack.org/512200 | 03:34 |
*** yangyapeng has quit IRC | 03:56 | |
*** namnh has joined #openstack-ironic | 04:27 | |
*** mjturek has quit IRC | 04:35 | |
*** links has joined #openstack-ironic | 04:46 | |
*** dpawar_ has joined #openstack-ironic | 04:57 | |
*** dpawar_ has quit IRC | 04:58 | |
*** dpawar has quit IRC | 05:00 | |
*** rama_y has quit IRC | 05:11 | |
*** yangyapeng has joined #openstack-ironic | 05:14 | |
*** dpawar has joined #openstack-ironic | 05:18 | |
*** yangyapeng has quit IRC | 05:19 | |
*** e0ne has joined #openstack-ironic | 05:26 | |
openstackgerrit | zenghui.shi proposed openstack/ironic master: BIOS Settings: Add DB model https://review.openstack.org/511162 | 05:30 |
openstackgerrit | zenghui.shi proposed openstack/ironic master: Add bios_interface db field https://review.openstack.org/528609 | 05:30 |
openstackgerrit | zenghui.shi proposed openstack/ironic master: BIOS Settings: Add DB API https://review.openstack.org/511402 | 05:30 |
openstackgerrit | zenghui.shi proposed openstack/ironic master: BIOS Settings: Add RPC object https://review.openstack.org/511714 | 05:31 |
openstackgerrit | zenghui.shi proposed openstack/ironic master: BIOS Settings: Add BIOSInterface https://review.openstack.org/507793 | 05:31 |
openstackgerrit | zenghui.shi proposed openstack/ironic master: BIOS Settings: Add BIOS caching https://review.openstack.org/512200 | 05:31 |
*** e0ne has quit IRC | 05:33 | |
*** jtomasek has joined #openstack-ironic | 05:43 | |
*** e0ne has joined #openstack-ironic | 05:50 | |
*** marios has joined #openstack-ironic | 05:57 | |
*** dpawar has quit IRC | 06:01 | |
*** dpawar has joined #openstack-ironic | 06:01 | |
*** khyr0n has joined #openstack-ironic | 06:05 | |
*** dpawar has quit IRC | 06:05 | |
*** mjura has joined #openstack-ironic | 06:07 | |
*** e0ne has quit IRC | 06:10 | |
*** dpawar has joined #openstack-ironic | 06:26 | |
*** jtomasek has quit IRC | 06:32 | |
*** pcaruana has joined #openstack-ironic | 06:38 | |
*** yangyapeng has joined #openstack-ironic | 06:42 | |
openstackgerrit | Kaifeng Wang proposed openstack/ironic master: Implementation of inspect wait state https://review.openstack.org/555610 | 06:45 |
*** yangyapeng has quit IRC | 07:00 | |
*** yangyapeng has joined #openstack-ironic | 07:01 | |
*** ianychoi has quit IRC | 07:10 | |
*** rcernin has quit IRC | 07:15 | |
*** tesseract has joined #openstack-ironic | 07:25 | |
*** MattMan has quit IRC | 07:30 | |
*** MattMan has joined #openstack-ironic | 07:30 | |
openstackgerrit | Lenny Verkhovsky proposed openstack/ironic-inspector master: Enable custom IRONIC_INSPECTOR_EXTRA_KERNEL_CMDLINE https://review.openstack.org/554862 | 07:39 |
*** athomas has joined #openstack-ironic | 07:43 | |
*** zhangfei has quit IRC | 07:51 | |
*** lucas-afk is now known as lucasagomes | 07:56 | |
*** mrunge has quit IRC | 07:58 | |
*** AlexeyAbashkin has joined #openstack-ironic | 08:00 | |
*** mrunge has joined #openstack-ironic | 08:01 | |
*** pmannidi has quit IRC | 08:01 | |
*** milan has joined #openstack-ironic | 08:06 | |
*** zhangfei has joined #openstack-ironic | 08:07 | |
*** derekh has joined #openstack-ironic | 08:08 | |
openstackgerrit | Merged openstack/ironic master: Fix typos There are two 'the', delete one of them. https://review.openstack.org/555645 | 08:15 |
*** vaatiesther has joined #openstack-ironic | 08:16 | |
*** priteau has joined #openstack-ironic | 08:20 | |
*** rcernin has joined #openstack-ironic | 08:24 | |
*** e0ne has joined #openstack-ironic | 08:27 | |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/bifrost master: Test OPNFV CI verify job. Please ignore. https://review.openstack.org/367608 | 08:30 |
*** oanson has quit IRC | 08:34 | |
*** oanson has joined #openstack-ironic | 08:36 | |
*** dpawar has quit IRC | 08:40 | |
*** rcernin has quit IRC | 08:42 | |
*** anton has joined #openstack-ironic | 08:49 | |
openstackgerrit | Olivier Bourdon proposed openstack/bifrost master: Fix deployment failure due to wrong check on network interface https://review.openstack.org/556953 | 08:57 |
openstackgerrit | Oleksiy Petrenko proposed openstack/ironic master: Do not use async parameter https://review.openstack.org/556818 | 09:01 |
sambetts|afk | TheJulia, tonyb: thanks for the clarification, I'll put up an RFE and see about putting together a patch that adds that check to IPA | 09:03 |
*** dpawar has joined #openstack-ironic | 09:09 | |
*** serlex has joined #openstack-ironic | 09:32 | |
*** itlinux has quit IRC | 09:36 | |
openstackgerrit | Nguyen Van Trung proposed openstack/ironic master: Implement raid configuration for BM via irmc driver https://review.openstack.org/512979 | 09:45 |
*** dtantsur|afk is now known as dtantsur | 09:46 | |
dtantsur | morning ironic | 09:46 |
etingof | o/ | 09:53 |
*** dpawar has quit IRC | 09:54 | |
hjensas | morning | 09:57 |
*** namnh has quit IRC | 10:03 | |
*** jaganathan has quit IRC | 10:09 | |
*** dpawar has joined #openstack-ironic | 10:11 | |
*** ianychoi has joined #openstack-ironic | 10:15 | |
hjensas | dtantsur: Looking at the HA inspector spec DHCP stuff: https://specs.openstack.org/openstack/ironic-inspector-specs/specs/HA_inspector.html#dhcp-pxe-service | 10:15 |
hjensas | dtantsur: afict dnsmasq is not configured (may not support) the failover protocol where a primary distributes available addresses to secondaries? | 10:16 |
dtantsur | hjensas: no idea, probably not | 10:17 |
hjensas | dtantsur: Is the idea there to do inspection_range/3 . and place 1/3 of range on each host running inspector? | 10:17 |
hjensas | dtantsur: maby I need milan ? | 10:17 |
sambetts|afk | I think that was one of our ideas | 10:18 |
*** sambetts|afk is now known as sambetts | 10:18 | |
*** vaatiesther has quit IRC | 10:19 | |
sambetts | because dnsmasq doesn't have any native HA protocols, but if you split the range down between the dnsmasq instances, then the DHCP protocol should handle the HA for us | 10:19 |
*** vaatiesther has joined #openstack-ironic | 10:19 | |
dtantsur | hjensas: yep, that was milan's idea IIRC | 10:20 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic master: Gate: run ironic tests in the regular multinode job https://review.openstack.org/553736 | 10:21 |
hjensas | sambetts: yeah, makes sense. Thats how I read the spec, until I went to read the referenced section in DHCP Failover Protocol draft. | 10:21 |
openstackgerrit | ya.wang proposed openstack/sushy master: Add processor ProcessorId field and Status field https://review.openstack.org/554838 | 10:21 |
dtantsur | hjensas: so yeah, in the context of TripleO overcloud, we need to split the inspection_range somehow. or document splitting it per controller. | 10:22 |
hjensas | dtantsur: yeah, wonder if heat can do ipaddress mathematics. :D | 10:22 |
dtantsur | weeeellllllll.... :D | 10:23 |
dtantsur | hjensas: worth asking tripleo people, but I suspect we'll have to use per-controller subnet configuration | 10:23 |
hjensas | dtantsur: yeah, the erb template in puppet could do it if we pass a nbr_of_nodes and node_index ... I will look in tripleo code to see if I find something similar done before. | 10:25 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-inspector master: Support zuul's standard override-checkout variable https://review.openstack.org/557291 | 10:30 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-tempest-plugin master: Run ironic-inspector discovery jobs in the CI https://review.openstack.org/557292 | 10:32 |
*** zhangfei has quit IRC | 10:36 | |
openstackgerrit | Ilya Etingof proposed openstack/ironic master: Adds boot mode support to ManagementInterface https://review.openstack.org/526773 | 10:38 |
*** dpawar has quit IRC | 10:45 | |
*** khyr0n has quit IRC | 10:48 | |
*** dpawar has joined #openstack-ironic | 10:49 | |
openstackgerrit | Ilya Etingof proposed openstack/ironic master: Uniformly capitalize parameter description https://review.openstack.org/557294 | 10:50 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-tempest-plugin master: Rework the ironic-inspector auto-discovery test https://review.openstack.org/557295 | 10:52 |
*** tiendc has quit IRC | 10:52 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-inspector master: Change the default discovery driver to fake-hardware https://review.openstack.org/550464 | 10:54 |
*** gyankum has quit IRC | 10:56 | |
*** dpawar has quit IRC | 10:59 | |
*** links has quit IRC | 11:04 | |
*** links has joined #openstack-ironic | 11:05 | |
*** jtomasek has joined #openstack-ironic | 11:10 | |
*** dpawar has joined #openstack-ironic | 11:14 | |
*** tuanla____ has quit IRC | 11:23 | |
*** jtomasek has quit IRC | 11:28 | |
*** dtantsur is now known as dtantsur|brb | 11:31 | |
openstackgerrit | Hironori Shiina proposed openstack/ironic master: DevStack: Enroll node with iRMC hardware https://review.openstack.org/557308 | 11:40 |
*** mjturek has joined #openstack-ironic | 11:45 | |
*** mjturek has quit IRC | 11:50 | |
openstackgerrit | Gaƫtan Trellu proposed openstack/networking-generic-switch master: [RFE] Support LACP configuration https://review.openstack.org/557051 | 11:53 |
*** lucasagomes is now known as lucas-hungry | 11:55 | |
*** jcoufal has joined #openstack-ironic | 11:56 | |
*** jlabarre has joined #openstack-ironic | 11:58 | |
*** sapd__ has joined #openstack-ironic | 12:06 | |
*** sapd_ has quit IRC | 12:09 | |
*** dprince has joined #openstack-ironic | 12:09 | |
*** sapd__ has quit IRC | 12:17 | |
*** sapd_ has joined #openstack-ironic | 12:17 | |
milan | hjensas, hey, the design was to have independent ranges | 12:21 |
* milan just saw the question | 12:21 | |
milan | have to run to a mtg for 1h but definitely can talk more about it | 12:21 |
milan | o/ | 12:21 |
*** milan has quit IRC | 12:21 | |
hjensas | milan: ack, I am trying to figure out how to make tripleo do that ... Will need shardy when he is back for lunch I think. | 12:22 |
*** milan has joined #openstack-ironic | 12:23 | |
*** mjturek has joined #openstack-ironic | 12:24 | |
*** sapd_ has quit IRC | 12:27 | |
*** sapd_ has joined #openstack-ironic | 12:27 | |
openstackgerrit | Merged openstack/ironic master: Test driver-requirements changes on standalone job https://review.openstack.org/556496 | 12:28 |
*** sapd_ has quit IRC | 12:32 | |
*** sapd_ has joined #openstack-ironic | 12:32 | |
jroll | morning ironic | 12:34 |
*** hshiina is now known as hshiina|afk | 12:51 | |
*** rloo has joined #openstack-ironic | 12:51 | |
*** sapd__ has joined #openstack-ironic | 12:52 | |
*** sapd_ has quit IRC | 12:52 | |
*** lucas-hungry is now known as lucasagomes | 12:55 | |
*** trown|brb is now known as trown | 13:00 | |
*** lbragstad has joined #openstack-ironic | 13:04 | |
*** Goneri has joined #openstack-ironic | 13:06 | |
*** mjturek has quit IRC | 13:13 | |
*** dtantsur|brb is now known as dtantsur | 13:15 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-tempest-plugin master: Rework the ironic-inspector auto-discovery test https://review.openstack.org/557295 | 13:20 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-inspector stable/queens: Support zuul's standard override-checkout variable https://review.openstack.org/557327 | 13:22 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-inspector stable/pike: Support zuul's standard override-checkout variable https://review.openstack.org/557329 | 13:24 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-inspector stable/ocata: Support zuul's standard override-checkout variable https://review.openstack.org/557331 | 13:26 |
dtantsur | morning jroll | 13:29 |
dtantsur | jroll, sambetts, could you check https://review.openstack.org/#/c/553736/ please? | 13:29 |
patchbot | patch 553736 - ironic - Gate: run ironic tests in the regular multinode job | 13:29 |
jroll | \o | 13:29 |
jroll | looking | 13:30 |
olivierbourdon38 | hello everyone, any volunteer for reviewing https://review.openstack.org/556953 (easy one I think) many thanks | 13:31 |
patchbot | patch 556953 - bifrost - Fix deployment failure due to wrong check on netwo... | 13:31 |
*** racedo has joined #openstack-ironic | 13:31 | |
*** racedo has quit IRC | 13:32 | |
jroll | dtantsur: does multinode run one nova-compute or two? | 13:33 |
dtantsur | jroll: I assume two, though I'm not sure where this assumption comes from | 13:34 |
* dtantsur checks | 13:34 | |
jroll | yeah, it's looking like one reading this test / tempest logs | 13:34 |
jroll | er no, it's two | 13:35 |
dtantsur | jroll: I see n-cpu logs on the subnode http://logs.openstack.org/36/553736/5/check/ironic-tempest-dsvm-ipa-wholedisk-agent_ipmitool-tinyipa-multinode/152fa20/logs/subnode-2/ | 13:35 |
jroll | but they're in one AZ | 13:35 |
*** yangyapeng has quit IRC | 13:35 | |
jroll | ah, reading this test wrong | 13:35 |
jroll | ok, so this looks like it's working as expected, but I'm trying to figure out if it's useful | 13:36 |
dtantsur | heh :) | 13:37 |
jroll | it doesn't check for tenant connectivity or isolation | 13:37 |
jroll | I have to run, back in 30 | 13:37 |
jroll | sorry :( | 13:37 |
*** cjloader has joined #openstack-ironic | 13:38 | |
dtantsur | sure, but I think our multitenancy tests do check it | 13:38 |
rloo | good morning everyone, jroll, dtantsur | 13:38 |
dtantsur | morning rloo | 13:38 |
*** baha has joined #openstack-ironic | 13:41 | |
TheJulia | good morning everyone | 13:42 |
radez | Morning TheJulia | 13:43 |
dtantsur | morning TheJulia, radez | 13:43 |
rloo | good morning TheJulia, radez | 13:44 |
radez | good morning :) | 13:45 |
rloo | dtantsur: wrt the lower-constraints stuff (eg https://review.openstack.org/#/c/555570/). how will the lower-constraints.txt file get updated in the future? (the email was too long for me to read) | 13:45 |
patchbot | patch 555570 - ironic-python-agent - add lower-constraints job | 13:45 |
dtantsur | rloo: I think we'll have to update it every time we update requirements | 13:45 |
dtantsur | and I assume the requirements CI job will enforce it | 13:45 |
rloo | dtantsur: OH. Yet one more thing to remember to do. as long as the CI job enforces it I guess we won't forget :) | 13:46 |
*** vaatiesther has quit IRC | 13:48 | |
dtantsur | this is all in-flight still, but I'm pretty sure Doug&Co know what they're doing :) | 13:49 |
rloo | dtantsur: me too. Trust, that's it! :) | 13:49 |
*** vaatiesther has joined #openstack-ironic | 13:49 | |
dtantsur | :) | 13:50 |
rloo | OMG, the urls for the projects in storyboard, do NOT have the project name in the url :-( | 13:51 |
* rloo sad. https://storyboard.openstack.org/#!/project/944 | 13:51 | |
*** mjturek has joined #openstack-ironic | 13:53 | |
openstackgerrit | Merged openstack/python-ironicclient master: add lower-constraints job https://review.openstack.org/556140 | 13:53 |
dtantsur | rloo: this is sad indeed | 13:53 |
rloo | dtantsur: it seems to me that it'll make it harder for me to eg look for a nova bug. anyway, there is no going back. maybe someone can create aliases... | 13:54 |
openstackgerrit | Ruby Loo proposed openstack/ironic-inspector master: Update launchpad to storyboard references https://review.openstack.org/556620 | 13:55 |
* dtantsur asks on #storyboard | 13:55 | |
dtantsur | rloo: and I got the answer: https://review.openstack.org/#/q/topic:project-name-in-url+(status:open+OR+status:merged) :) | 13:56 |
rloo | dtantsur: yay! | 13:56 |
rloo | dtantsur: wonder if we should wait before updating docs, but i guess we'll just update them again later. | 13:57 |
dtantsur | rloo: it's quite pressing, the launchpad links are no longer valid | 13:57 |
dtantsur | doing s/944/ironic-inspector/ can wait :) | 13:57 |
*** mjturek has quit IRC | 13:57 | |
TheJulia | that is awesome | 13:58 |
rloo | dtantsur: yup | 13:58 |
olivierbourdon38 | TheJulia many thanks for the review | 13:59 |
*** ElCoyote_ has joined #openstack-ironic | 14:01 | |
rloo | is it 'on StoryBoard' or 'in StoryBoard'? | 14:03 |
*** jrist has quit IRC | 14:07 | |
TheJulia | rloo: in/on is really the same word. Root word is latin 'in' which meant both. | 14:09 |
TheJulia | at least, that is how I view it | 14:09 |
rloo | TheJulia: I saw another instance where 'at' was used too! :) | 14:09 |
TheJulia | sweet! | 14:09 |
rloo | TheJulia: so I'm going to ignore. choices are good... | 14:09 |
TheJulia | :) | 14:09 |
TheJulia | sambetts: I replied to your review on the undeploy vif cleanup patch. | 14:10 |
rloo | TheJulia: you want me to address my comment in https://review.openstack.org/#/c/556653/1 before I approve it? | 14:10 |
patchbot | patch 556653 - ironic-python-agent - Change launchpad to StoryBoard | 14:10 |
*** yangyapeng has joined #openstack-ironic | 14:10 | |
TheJulia | rloo: looking since I just got out of bed a little while ago | 14:10 |
TheJulia | rloo: sure | 14:11 |
rloo | TheJulia: ok | 14:11 |
TheJulia | replided with comments | 14:11 |
openstackgerrit | Ruby Loo proposed openstack/ironic-python-agent master: Change launchpad to StoryBoard https://review.openstack.org/556653 | 14:16 |
*** rpioso|afk is now known as rpioso | 14:16 | |
rpioso | Good morning, ironicers | 14:16 |
TheJulia | jroll: replied to comment on 549493 | 14:21 |
jroll | dtantsur: yeah, so I guess I just wonder if that test is useful, but I'm fine with it. +2 | 14:21 |
dtantsur | thnx | 14:21 |
openstackgerrit | Merged openstack/bifrost master: bifrost-create-vm-nodes: Install virtualbmc to virtualenv if enabled https://review.openstack.org/555818 | 14:21 |
openstackgerrit | Merged openstack/bifrost master: Remove useless task https://review.openstack.org/556449 | 14:21 |
*** mjturek has joined #openstack-ironic | 14:22 | |
jroll | TheJulia: okay, I'm good with that if rloo is | 14:22 |
mjturek | gm ironic - in case you missed it I set up the doodle for the bug day http://lists.openstack.org/pipermail/openstack-dev/2018-March/128755.html | 14:22 |
* rloo looks up... | 14:22 | |
jroll | rloo: https://review.openstack.org/#/c/549493/2/specs/approved/deployment-steps-framework.rst@245 | 14:23 |
patchbot | patch 549493 - ironic-specs - Deployment steps framework | 14:23 |
rloo | jroll: i was going to look at that in a few min. So... should I leave the TODO stuff and/or reword it to reflect that the spec will be updated later as things become clearer? (or something like that) | 14:24 |
TheJulia | i oculd have sworn I rechecked https://review.openstack.org/#/c/499050/.... | 14:24 |
patchbot | patch 499050 - ironic - Fix ``agent`` deploy interface to call ``boot.prep... | 14:24 |
jroll | rloo: either is fine with me, I trust you to update it :) | 14:25 |
*** rama_y has joined #openstack-ironic | 14:25 | |
rloo | jroll: ok, i'll look through all the comments ... | 14:25 |
TheJulia | mjturek: seems like I'm going to miss that because I have meetings that day :( | 14:26 |
mjturek | oh dang! | 14:26 |
TheJulia | rloo: I think it might be good to just clarify that we will update as we figure out the rest. :) | 14:27 |
rloo | TheJulia: +1 | 14:27 |
*** r-daneel has joined #openstack-ironic | 14:28 | |
TheJulia | ugh, the constraints stuff is causing failures :( | 14:31 |
rloo | TheJulia: :-( shall we revert? I was wondering if I should have only done one at a time... | 14:32 |
TheJulia | http://logs.openstack.org/08/557308/1/check/openstack-tox-lower-constraints/105d327/testr_results.html.gz | 14:32 |
rloo | TheJulia: wouldn't it mean that the lower constraints are wrong, they should be lower? | 14:32 |
*** r-daneel has quit IRC | 14:32 | |
TheJulia | we've got something bad/leaking someplace | 14:32 |
*** r-daneel has joined #openstack-ironic | 14:33 | |
TheJulia | checkout the error at the bottom | 14:33 |
*** jrist has joined #openstack-ironic | 14:33 | |
*** jrist has quit IRC | 14:33 | |
*** jrist has joined #openstack-ironic | 14:33 | |
*** ianychoi_ has joined #openstack-ironic | 14:33 | |
rloo | TheJulia: you think that is due to the lower constraints? | 14:34 |
TheJulia | I kind of doubt it | 14:34 |
TheJulia | oh, I see it | 14:36 |
*** ianychoi has quit IRC | 14:36 | |
TheJulia | the original exception | 14:36 |
*** sapd__ has quit IRC | 14:37 | |
*** sapd__ has joined #openstack-ironic | 14:38 | |
radez | bfournie: I rebuilt my overcloud with the IronicNetwork(s) on cltplane instead of internal_api and was able to provide the nodes now | 14:38 |
bfournie | radez: ok, great | 14:38 |
*** sapd__ has quit IRC | 14:40 | |
TheJulia | radez: awesome | 14:40 |
*** etingof has quit IRC | 14:41 | |
radez | trying to create a bm guest now | 14:41 |
*** sapd__ has joined #openstack-ironic | 14:41 | |
*** sapd__ has quit IRC | 14:41 | |
*** sapd__ has joined #openstack-ironic | 14:41 | |
*** sapd__ has quit IRC | 14:41 | |
*** sapd__ has joined #openstack-ironic | 14:42 | |
jroll | TheJulia: that's strange, the ansible driver tests don't enable anything ipmitool-based | 14:42 |
jroll | unless older stevedore has bugs that affect how we mock the extension manager | 14:42 |
TheJulia | so, lower is 1.28, requirement is >=1.20 | 14:43 |
TheJulia | this seems really weird | 14:43 |
jroll | upper is also 1.28 | 14:45 |
jroll | so I guess maybe they just started from upper, and we may lower it if we like | 14:45 |
*** vaatiesther has quit IRC | 14:46 | |
dtantsur | TheJulia: I've seen this error before lower-constraints | 14:47 |
*** vaatiesther has joined #openstack-ironic | 14:48 | |
dtantsur | it's a rare race, I was not able to understand it | 14:48 |
TheJulia | I kind of understand it now | 14:51 |
radez | TheJulia: in the etherpad for next week you ref MVP in the ansible section, what does that stand for? | 14:51 |
TheJulia | radez: minimum viable product | 14:52 |
radez | ack, thx | 14:52 |
TheJulia | dtantsur: jroll: I bet it is config being toggled inside the test runner, which results in ipmi getting loaded up as the default upon new node creation | 14:53 |
TheJulia | so the test likely gets fired up with ipmi as the default power interface to run the unit tests | 14:53 |
jroll | TheJulia: probably, I think self.config() doesn't have that race, but we probably did it wrong elsewhere | 14:53 |
*** vaatiesther has quit IRC | 14:54 | |
jroll | TheJulia: the setUp for that tests does change the config to the right thing, though, so idk | 14:54 |
TheJulia | I've seen some weirdness with config in the same runner before, so this is not really surprising :\ | 14:56 |
TheJulia | although it is also creating the node during setUp.... | 14:57 |
*** kevinbenton has quit IRC | 14:58 | |
*** r-daneel has quit IRC | 15:00 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic master: Reference architecture: small cloud with trusted tenants https://review.openstack.org/556986 | 15:00 |
dtantsur | okay, this is unlikely to be finished, but it's now reviewable ^^^ | 15:00 |
*** links has quit IRC | 15:03 | |
*** kevinbenton has joined #openstack-ironic | 15:06 | |
*** r-daneel has joined #openstack-ironic | 15:07 | |
*** pcaruana has quit IRC | 15:09 | |
*** gyankum has joined #openstack-ironic | 15:11 | |
rloo | TheJulia: wrt storyboard, maybe you can explain what a task is. for deploy steps: https://storyboard.openstack.org/#!/story/1753128 | 15:13 |
*** cjloader has quit IRC | 15:13 | |
rloo | TheJulia (or anyone else!): there is a task there. what is that task? | 15:13 |
rloo | I was hoping to see a link to the spec patch, which is below in the events/comments. | 15:13 |
dtantsur | rloo: a task is a unit of work. a task is what belongs to a project (while each story belongs to the whole openstack) | 15:13 |
*** cjloader has joined #openstack-ironic | 15:13 | |
TheJulia | can reply in a little bit, looking at a problem at the moment | 15:14 |
rloo | dtantsur: so we add tasks as units of work, but how do we add information associated with that task. | 15:14 |
dtantsur | rloo: each story must have a task, so during migration for each story a task was created with the same title | 15:14 |
dtantsur | rloo: you can expand a task, it will have a description (or notes?) field | 15:15 |
rloo | dtantsur: also, what is '[RFE]' Refactor deployment code into deployment steps' task mean to be. that's the entire thing? | 15:15 |
dtantsur | rloo: yep, that's how migration from launchpad works | 15:15 |
rloo | dtantsur: oh. so how should we be using it (assuming no migration) | 15:15 |
dtantsur | if you want a better example, see my manually created story https://storyboard.openstack.org/#!/story/2001745 | 15:15 |
dtantsur | each task roughly corresponds to a task | 15:16 |
rloo | dtantsur: ok, so no 'top level' task. just a list of tasks/things that need to be done. | 15:16 |
dtantsur | yep | 15:16 |
rloo | dtantsur: and how do we associate eg patches to each task? or are the tasks just a checklist that we trust people can update when they want. | 15:16 |
rloo | dtantsur: in your story, you have 12108 and status is 'review'. how do i know what to review? | 15:17 |
dtantsur | rloo: the feature you're looking for is not implemented in storyboard yet | 15:17 |
dtantsur | rloo: it was moved to this state by the tags on https://review.openstack.org/556986 | 15:18 |
patchbot | patch 556986 - ironic - Reference architecture: small cloud with trusted t... | 15:18 |
dtantsur | but linking back is not implemented IIRC | 15:18 |
rloo | dtantsur: OH. that is something-to-be-done then. ok, that explains it :) | 15:18 |
rloo | dtantsur: so for now, all the migrated tasks may be non-sensical. got it! :) | 15:19 |
dtantsur | we're one of the early adopters, right? ;) | 15:19 |
sambetts | yeah that was the feature I was concerned was missing from storyboard at the PTG | 15:19 |
rloo | sambetts: ahh, but i thought someone said it was there. anyway, not a big deal, we've committed and there's no going back! | 15:20 |
rloo | so we have to add a story & task in storyboard first, then submit patch with 'story' & 'task'. and one day, things will look better... | 15:20 |
sambetts | yup | 15:21 |
*** rama_y has quit IRC | 15:21 | |
rloo | thx sambetts, dtantsur, TheJulia! | 15:21 |
dtantsur | np | 15:25 |
*** serlex has quit IRC | 15:25 | |
*** etingof has joined #openstack-ironic | 15:30 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-tempest-plugin master: Rework the ironic-inspector auto-discovery test https://review.openstack.org/557295 | 15:30 |
dtantsur | hmm, ironic-inspector's stable/queens grenade is broken. SIGH. | 15:32 |
*** itlinux has joined #openstack-ironic | 15:54 | |
*** dpawar has quit IRC | 15:55 | |
dtantsur | or maybe it's not | 15:55 |
dtantsur | anyway, a bunch of boring patches to review: https://review.openstack.org/557291 https://review.openstack.org/557327 https://review.openstack.org/557329 https://review.openstack.org/557331 | 15:55 |
patchbot | patch 557291 - ironic-inspector - Support zuul's standard override-checkout variable | 15:55 |
patchbot | patch 557327 - ironic-inspector (stable/queens) - Support zuul's standard override-checkout variable | 15:55 |
patchbot | patch 557329 - ironic-inspector (stable/pike) - Support zuul's standard override-checkout variable | 15:55 |
patchbot | patch 557331 - ironic-inspector (stable/ocata) - Support zuul's standard override-checkout variable | 15:55 |
*** etingof has quit IRC | 16:01 | |
*** fragatin_ has quit IRC | 16:05 | |
*** gyee has joined #openstack-ironic | 16:06 | |
*** marios has quit IRC | 16:08 | |
openstackgerrit | Merged openstack/ironic-inspector master: add lower-constraints job https://review.openstack.org/555568 | 16:09 |
openstackgerrit | Merged openstack/ironic-python-agent master: add lower-constraints job https://review.openstack.org/555570 | 16:09 |
openstackgerrit | Merged openstack/ironic-inspector master: Updated from global requirements https://review.openstack.org/555674 | 16:09 |
openstackgerrit | Merged openstack/ironic-python-agent master: Updated from global requirements https://review.openstack.org/556403 | 16:09 |
openstackgerrit | Merged openstack/ironic master: Uniformly capitalize parameter description https://review.openstack.org/557294 | 16:09 |
openstackgerrit | Merged openstack/ironic-lib master: Change launchpad references to storyboard https://review.openstack.org/556651 | 16:09 |
openstackgerrit | Merged openstack/ironic-inspector master: Update launchpad to storyboard references https://review.openstack.org/556620 | 16:09 |
openstackgerrit | Merged openstack/ironic-python-agent master: Change launchpad to StoryBoard https://review.openstack.org/556653 | 16:09 |
*** mjturek has quit IRC | 16:11 | |
*** lucasagomes is now known as lucas-afk | 16:13 | |
*** diga has joined #openstack-ironic | 16:25 | |
openstackgerrit | melissaml proposed openstack/ironic master: Update and replace http with https for doc links https://review.openstack.org/557426 | 16:27 |
*** yangyapeng has quit IRC | 16:32 | |
*** akhilaki has joined #openstack-ironic | 16:32 | |
*** akhilaki has quit IRC | 16:34 | |
*** rloo has quit IRC | 16:36 | |
*** rama_y has joined #openstack-ironic | 16:36 | |
*** rloo has joined #openstack-ironic | 16:36 | |
*** rama_y has quit IRC | 16:37 | |
*** rama_y has joined #openstack-ironic | 16:37 | |
*** fragatina has joined #openstack-ironic | 16:40 | |
*** actatux has joined #openstack-ironic | 16:40 | |
*** trown is now known as trown|lunch | 16:46 | |
openstackgerrit | Merged openstack/ironic master: Gate: run ironic tests in the regular multinode job https://review.openstack.org/553736 | 16:46 |
*** diga has quit IRC | 16:51 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic stable/queens: Gate: run ironic tests in the regular multinode job https://review.openstack.org/557437 | 16:56 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic stable/pike: Gate: run ironic tests in the regular multinode job https://review.openstack.org/557438 | 16:56 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic stable/ocata: Gate: run ironic tests in the regular multinode job https://review.openstack.org/557439 | 16:56 |
dtantsur | backports ^^ | 16:56 |
*** r-daneel_ has joined #openstack-ironic | 16:59 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-tempest-plugin master: Gate: run the multinode job instead of the regular one https://review.openstack.org/557441 | 17:00 |
*** e0ne has quit IRC | 17:01 | |
*** r-daneel has quit IRC | 17:01 | |
*** r-daneel_ is now known as r-daneel | 17:01 | |
*** derekh has quit IRC | 17:07 | |
TheJulia | dtantsur: thanks | 17:07 |
*** AlexeyAbashkin has quit IRC | 17:08 | |
dtantsur | time to go, see y'all tomorrow | 17:10 |
*** dtantsur is now known as dtantsur|afk | 17:10 | |
TheJulia | o/ | 17:10 |
*** sambetts is now known as sambetts|afk | 17:13 | |
sambetts|afk | night all o/ | 17:13 |
*** Goneri has quit IRC | 17:25 | |
*** milan has quit IRC | 17:25 | |
*** rama_y has quit IRC | 17:27 | |
*** fragatina has quit IRC | 17:35 | |
*** tesseract has quit IRC | 17:35 | |
TheJulia | sambetts|afk: proposed possible compromise re vif record removal, please take a look at https://review.openstack.org/#/c/556748 when you have a few minutes | 17:38 |
patchbot | patch 556748 - ironic - Remove vifs upon teardown | 17:38 |
*** Goneri has joined #openstack-ironic | 17:40 | |
*** rloo has quit IRC | 17:41 | |
*** khyr0n has joined #openstack-ironic | 17:51 | |
*** r-daneel_ has joined #openstack-ironic | 17:51 | |
*** exodusftw has quit IRC | 17:52 | |
*** r-daneel has quit IRC | 17:53 | |
*** r-daneel_ is now known as r-daneel | 17:53 | |
*** trown|lunch is now known as trown | 17:56 | |
*** khyr0n has quit IRC | 17:58 | |
*** jmccrory has quit IRC | 17:59 | |
*** itlinux has quit IRC | 18:00 | |
*** exodusftw has joined #openstack-ironic | 18:01 | |
*** srart has quit IRC | 18:04 | |
*** mjura has quit IRC | 18:05 | |
*** jmccrory has joined #openstack-ironic | 18:06 | |
*** itlinux has joined #openstack-ironic | 18:15 | |
*** athomas has quit IRC | 18:17 | |
*** e0ne has joined #openstack-ironic | 18:19 | |
*** anupn has left #openstack-ironic | 18:20 | |
*** anupn has joined #openstack-ironic | 18:21 | |
*** fragatina has joined #openstack-ironic | 18:27 | |
*** gyankum has quit IRC | 18:36 | |
*** gyankum has joined #openstack-ironic | 18:40 | |
*** gyankum has quit IRC | 18:48 | |
openstackgerrit | Julia Kreger proposed openstack/networking-generic-switch master: Change launchpad to storyboard references https://review.openstack.org/556668 | 18:53 |
*** AlexeyAbashkin has joined #openstack-ironic | 18:54 | |
*** Nisha_Agarwal has joined #openstack-ironic | 18:55 | |
*** AlexeyAbashkin has quit IRC | 18:59 | |
openstackgerrit | Julia Kreger proposed openstack/ironic-ui master: Fix installation docs https://review.openstack.org/556650 | 19:01 |
*** srart has joined #openstack-ironic | 19:03 | |
openstackgerrit | Julia Kreger proposed openstack/python-ironicclient master: Update references to launchpad for storyboard https://review.openstack.org/556643 | 19:03 |
*** rloo has joined #openstack-ironic | 19:07 | |
openstackgerrit | Julia Kreger proposed openstack/ironic master: Fix callback plugin for Ansible 2.5 compatability https://review.openstack.org/555974 | 19:09 |
openstackgerrit | Julia Kreger proposed openstack/ironic stable/queens: Fix callback plugin for Ansible 2.5 compatability https://review.openstack.org/556025 | 19:11 |
*** dprince has quit IRC | 19:27 | |
*** mat128 has quit IRC | 19:29 | |
*** baha has quit IRC | 19:40 | |
*** Nisha_Agarwal has quit IRC | 19:59 | |
openstackgerrit | John Eckersberg proposed openstack/ironic master: Use eventlet-aware threading events https://review.openstack.org/557500 | 20:03 |
*** sapd__ has quit IRC | 20:30 | |
*** sapd__ has joined #openstack-ironic | 20:31 | |
*** r-daneel_ has joined #openstack-ironic | 20:32 | |
openstackgerrit | Olivier Bourdon proposed openstack/bifrost master: Fix deployment failure due to wrong check on network interface https://review.openstack.org/556953 | 20:32 |
*** r-daneel has quit IRC | 20:33 | |
*** r-daneel_ is now known as r-daneel | 20:33 | |
*** baha has joined #openstack-ironic | 20:46 | |
*** e0ne has quit IRC | 20:48 | |
openstackgerrit | Olivier Bourdon proposed openstack/bifrost master: Fix deployment failure due to wrong check on network interface https://review.openstack.org/556953 | 20:59 |
openstackgerrit | Ruby Loo proposed openstack/ironic-specs master: Support StoryBoard URLs https://review.openstack.org/557509 | 20:59 |
*** r-daneel_ has joined #openstack-ironic | 21:01 | |
*** r-daneel has quit IRC | 21:03 | |
*** r-daneel_ is now known as r-daneel | 21:03 | |
*** trown is now known as trown|outtypewww | 21:08 | |
openstackgerrit | Ruby Loo proposed openstack/ironic-specs master: Deployment steps framework https://review.openstack.org/549493 | 21:10 |
*** itlinux has quit IRC | 21:14 | |
openstackgerrit | Julia Kreger proposed openstack/ironic master: Add documentation for XClarity Driver https://review.openstack.org/549659 | 21:22 |
*** baha has quit IRC | 21:26 | |
*** e0ne has joined #openstack-ironic | 21:29 | |
openstackgerrit | Ruby Loo proposed openstack/ironic-specs master: Support StoryBoard URLs https://review.openstack.org/557509 | 21:32 |
*** Goneri has quit IRC | 21:32 | |
openstackgerrit | Ruby Loo proposed openstack/ironic-specs master: Deployment steps framework https://review.openstack.org/549493 | 21:33 |
*** jlabarre has quit IRC | 21:33 | |
-openstackstatus- NOTICE: the zuul web dashboard will experience a short downtime as we roll out some changes - no job execution should be affected | 21:52 | |
*** harlowja has joined #openstack-ironic | 21:53 | |
*** e0ne has quit IRC | 21:55 | |
*** rloo has quit IRC | 22:00 | |
*** rloo has joined #openstack-ironic | 22:00 | |
*** rloo has quit IRC | 22:07 | |
openstackgerrit | Julia Kreger proposed openstack/ironic master: Add documentation for XClarity Driver https://review.openstack.org/549659 | 22:08 |
openstackgerrit | Julia Kreger proposed openstack/ironic master: Fix paramater name in xclarity driver https://review.openstack.org/557533 | 22:08 |
*** Goneri has joined #openstack-ironic | 22:12 | |
*** cjloader_ has joined #openstack-ironic | 22:17 | |
*** cjloader has quit IRC | 22:17 | |
*** cjloader_ has quit IRC | 22:21 | |
*** cjloader has joined #openstack-ironic | 22:21 | |
*** cjloader has quit IRC | 22:26 | |
*** rcernin has joined #openstack-ironic | 22:28 | |
*** priteau has quit IRC | 22:33 | |
openstackgerrit | Merged openstack/ironic stable/pike: Allow Swift endpoint override https://review.openstack.org/553330 | 22:33 |
*** priteau has joined #openstack-ironic | 22:35 | |
*** priteau has quit IRC | 22:40 | |
openstackgerrit | Merged openstack/ironic stable/queens: Gate: run ironic tests in the regular multinode job https://review.openstack.org/557437 | 23:16 |
*** Goneri has quit IRC | 23:22 | |
*** gyee has quit IRC | 23:32 | |
*** rloo has joined #openstack-ironic | 23:42 | |
*** rloo has quit IRC | 23:43 | |
*** cjloader has joined #openstack-ironic | 23:46 | |
*** rpioso is now known as rpioso|afk | 23:57 | |
-openstackstatus- NOTICE: Zuul has been restarted to update to the latest code; existing changes have been re-enqueued, you may need to recheck changes uploaded in the past 10 minutes | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!