Wednesday, 2021-10-06

*** amoralej|off is now known as amoralej07:42
Juju_Hello Team,07:51
Juju_I am kinda new to Openstack but I managed to get the Environment up and running with kolla-ansible using some guides 07:51
Juju_However, I have challenges of some containers getting unhealthy from time to time .... 07:52
Juju_Any tools I can use to Monitor the containers state so that I can be able to monitor the openstack services (Projects)07:53
yoctozeptomariabackup seems to be fried with new ansible09:56
yoctozeptotake a look at https://review.opendev.org/c/openstack/kolla-ansible/+/69333209:56
yoctozeptomnasiadka: ^09:56
*** hjensas is now known as hjensas|lunch09:58
mnasiadkaAnd what makes you think it's Ansible?10:04
mnasiadkaah, invalid privileges specified10:05
mnasiadkayoctozepto: wonder why we haven't seen it before10:09
yoctozeptomnasiadka: mariabackup not enabled normally10:16
mnasiadkayoctozepto: why? :)10:16
yoctozeptomnasiadka: that's just how the defaults go...10:17
mnasiadkayoctozepto: I'm just saying we could enable it by default in CI10:24
opendevreviewPierre Riteau proposed openstack/kayobe master: Set proxy option in early dnf invocation  https://review.opendev.org/c/openstack/kayobe/+/80224610:24
mnasiadkayoctozepto: we're running that from kolla-toolbox - let's check mysql collection repo...10:24
hrwhttps://review.opendev.org/c/openstack/kolla-ansible/+/811408 - trivial change to review?10:48
opendevreviewPierre Riteau proposed openstack/kayobe master: Build overcloud host image directly with DIB  https://review.opendev.org/c/openstack/kayobe/+/77260910:49
Fl1ntQuick question, when you put a new policy file for keystone, we're OK to said that this rule completely OVERRIDE the default code policy?10:55
Fl1ntI mean, I've a policy.yaml file that contain: https://paste.openstack.org/show/bHQ0PXvOro4lXNTlxlie/11:03
Fl1ntThe default policy state: https://paste.openstack.org/show/bwuF6jFISscRllWdUURL/11:04
opendevreviewPierre Riteau proposed openstack/kayobe master: Support building multiple disk images  https://review.opendev.org/c/openstack/kayobe/+/81251611:05
Fl1ntand within the code in here: https://opendev.org/openstack/keystone/src/branch/master/keystone/common/policies/group.py#L19811:05
Fl1ntthere is this SYSTEM_ADMIN_OR_DOMAIN_ADMIN_FOR_TARGET_GROUP_USER11:06
Fl1ntwhich is defined in here: https://opendev.org/openstack/keystone/src/branch/master/keystone/common/policies/group.py#L2411:06
Fl1ntMy issue here11:07
Fl1ntis that even with the custom policy, my user with the project-manager role can't add anyone to a group (403 HTTP Response).11:07
Fl1ntwith keystone logging stating that: User's token is at project scope where it should be either system or domain.11:08
Fl1ntSo does it means that policies are additive and not override base?11:08
mnasiadkahrw: It's fantastic it's a transitional package, does it mean we don't have it install it anymore? ;-) (update the commit message at least for non-deb people)11:13
hrwok11:16
opendevreviewMarcin Juszkiewicz proposed openstack/kolla-ansible master: Debian: apt-transport-https is transitional package  https://review.opendev.org/c/openstack/kolla-ansible/+/81140811:17
opendevreviewMarcin Juszkiewicz proposed openstack/kolla-ansible master: Debian: apt-transport-https is transitional package  https://review.opendev.org/c/openstack/kolla-ansible/+/81140811:17
hrwupdated and rebased11:17
opendevreviewPiotr Parczewski proposed openstack/kolla-ansible master: Docs: Update to opendev.org domain  https://review.opendev.org/c/openstack/kolla-ansible/+/81266411:26
opendevreviewMark Goddard proposed openstack/kayobe master: CI: add host configure tests for firewalld  https://review.opendev.org/c/openstack/kayobe/+/81229911:36
opendevreviewMark Goddard proposed openstack/kayobe master: Build neutron-sriov-agent image when enabled  https://review.opendev.org/c/openstack/kayobe/+/81266711:44
*** amoralej is now known as amoralej|lunch11:55
opendevreviewMark Goddard proposed openstack/kayobe master: firewalld: support infra VMs  https://review.opendev.org/c/openstack/kayobe/+/81266911:57
hrw:q11:59
Fl1ntanyone regarding the policies?12:00
mnasiadkayoctozepto: are you sure that this priv exists? https://github.com/ansible-collections/community.mysql/blob/0ce1fa1634eab1152c7bb442ca7ee82935081e05/plugins/module_utils/user.py#L11012:07
mnasiadkayoctozepto: we probably can pin to 2.2.0 to revert to previous behaviour12:11
opendevreviewMark Goddard proposed openstack/kayobe master: Infra VMs: follow up  https://review.opendev.org/c/openstack/kayobe/+/81267012:14
opendevreviewMichal Nasiadka proposed openstack/kolla master: DNM: mariabackup - test pinning mysql collection  https://review.opendev.org/c/openstack/kolla/+/81267112:18
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: WIP: CI: Test MariaDB backup  https://review.opendev.org/c/openstack/kolla-ansible/+/69333212:19
opendevreviewPierre Riteau proposed openstack/kayobe master: Add support for configuring tuned profile  https://review.opendev.org/c/openstack/kayobe/+/81142412:29
opendevreviewPierre Riteau proposed openstack/kayobe master: firewalld: support infra VMs  https://review.opendev.org/c/openstack/kayobe/+/81266912:33
opendevreviewPierre Riteau proposed openstack/kayobe master: Add support for configuring tuned profile  https://review.opendev.org/c/openstack/kayobe/+/81142412:33
kevkoFl1nt: hmm, i have another meeting currently so i've read only quickly what you mentioned ...but am I right that policy.d should solve your issue ? 12:53
Fl1ntkevko, I think the issue come from the default API policy code that state a scope_types to ['system','domain'] and I don't know how to override that ^^12:55
Fl1nton a proper rule12:55
kevkohmm12:57
yoctozeptomnasiadka: https://mariadb.com/docs/reference/mdb/privileges/REPLICATION_CLIENT/13:01
yoctozeptoI think it somehow does not like it's "frozenset" in there13:02
yoctozeptoas it looks like some improper serialisation happening13:02
yoctozeptoI think I saw a similar issue in prometheus efk job a while ago but now it's working13:02
yoctozeptohmm13:02
mnasiadkayoctozepto: pinning helped13:03
mnasiadkayoctozepto: now it's missing the image for some reason - https://53d7be21bff53cc4ec1b-61bd117c7a07988d858da42b097d1abe.ssl.cf2.rackcdn.com/693332/6/check/kolla-ansible-ubuntu-source-mariadb/63e9bb4/primary/logs/ansible/test-mariadb13:04
yoctozeptomnasiadka: yeah, that's fine, I even commented it's going to fail on that13:04
yoctozeptoinline13:04
yoctozeptothanks for fixing it13:04
yoctozeptoplease repropose as a mergable patch13:05
yoctozeptoand I add it to the whiteboard as well13:05
mnasiadkaquestion why that priv is not showing SHOW PRIVILEGES13:07
yoctozeptomnasiadka: yeah, I looked at the code now, hmm13:10
yoctozeptomaybe it is missing this privilege, hmm13:11
yoctozeptomnasiadka: ok, I know13:13
mnasiadkaalias?13:13
yoctozeptoyeah13:14
mnasiadkaRenamed to BINLOG MONITOR in MariaDB 10.5.2 (but still supported as an alias for compatibility reasons).13:14
mnasiadkaso let's switch to BINLOG MONITOR and done13:14
yoctozeptoyeah13:14
yoctozeptoI will switch then13:14
yoctozeptounless you want to :-)13:14
mnasiadkago ahead13:14
yoctozeptook13:15
yoctozeptoI will also propose to test mariabackup in CI13:15
*** amoralej|lunch is now known as amoralej13:17
yoctozeptoand yeah, in prometheus efk it's the same case13:19
yoctozeptomakes sense13:19
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Fix privileges for MariaDB 10.5  https://review.opendev.org/c/openstack/kolla-ansible/+/81267713:22
opendevreviewPierre Riteau proposed openstack/kolla master: Add prometheus-msteams image  https://review.opendev.org/c/openstack/kolla/+/81267813:34
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: Add support for deploying prometheus-msteams  https://review.opendev.org/c/openstack/kolla-ansible/+/81267913:35
opendevreviewMark Goddard proposed openstack/kayobe master: Infra VMs: follow up  https://review.opendev.org/c/openstack/kayobe/+/81267013:36
opendevreviewMaksim Malchuk proposed openstack/kayobe master: Fix IPA builder version typo  https://review.opendev.org/c/openstack/kayobe/+/81268013:36
opendevreviewMark Goddard proposed openstack/kayobe master: Infra VMs: follow up  https://review.opendev.org/c/openstack/kayobe/+/81267013:45
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: Add support for deploying prometheus-msteams  https://review.opendev.org/c/openstack/kolla-ansible/+/81267913:47
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: Add support for deploying prometheus-msteams  https://review.opendev.org/c/openstack/kolla-ansible/+/81267913:55
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: WIP: CI: Test MariaDB backup  https://review.opendev.org/c/openstack/kolla-ansible/+/69333214:08
opendevreviewMark Goddard proposed openstack/kayobe master: Drop become in stackhpc.libvirt-vm for seed vm provision  https://review.opendev.org/c/openstack/kayobe/+/81268714:15
opendevreviewMark Goddard proposed openstack/kayobe master: Drop become in stackhpc.libvirt-vm for seed vm provision  https://review.opendev.org/c/openstack/kayobe/+/81268714:22
opendevreviewMerged openstack/kolla-ansible master: Debian: apt-transport-https is transitional package  https://review.opendev.org/c/openstack/kolla-ansible/+/81140814:31
opendevreviewPierre Riteau proposed openstack/kayobe master: Fix wrong filename in bifrost docs  https://review.opendev.org/c/openstack/kayobe/+/81268914:32
opendevreviewMaksim Malchuk proposed openstack/kayobe master: Set correct gateway for the bifrost provision network  https://review.opendev.org/c/openstack/kayobe/+/81271014:36
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: Add support for deploying prometheus-msteams  https://review.opendev.org/c/openstack/kolla-ansible/+/81267914:45
opendevreviewMerged openstack/kolla master: [placement] Stop copying unused script  https://review.opendev.org/c/openstack/kolla/+/81225014:47
opendevreviewMerged openstack/kolla master: [bifrost] Drop workarounds  https://review.opendev.org/c/openstack/kolla/+/81225314:55
opendevreviewMerged openstack/kolla-ansible master: [CI] Stop adding the DROP workaround  https://review.opendev.org/c/openstack/kolla-ansible/+/79585614:55
opendevreviewMerged openstack/kolla-ansible master: Do not create haproxy and swift log dirs needlessly  https://review.opendev.org/c/openstack/kolla-ansible/+/81101814:55
opendevreviewMerged openstack/kolla-ansible master: [tox] Optimise docs actions  https://review.opendev.org/c/openstack/kolla-ansible/+/75925314:55
opendevreviewMerged openstack/kolla-ansible master: [tox] Add docs-iterative command  https://review.opendev.org/c/openstack/kolla-ansible/+/80678914:55
hrwmnasiadka: #startmeeting?15:01
mnasiadkahrw: thanks15:01
mnasiadka#startmeeting kolla15:01
opendevmeetMeeting started Wed Oct  6 15:01:18 2021 UTC and is due to finish in 60 minutes.  The chair is mnasiadka. Information about MeetBot at http://wiki.debian.org/MeetBot.15:01
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:01
opendevmeetThe meeting name has been set to 'kolla'15:01
mnasiadka#topic rollcall15:01
hrw[°][_]15:01
yoctozeptoo/15:02
yoctozeptocall ppl15:02
mnasiadkao/15:02
mnasiadkamgoddard mnasiadka hrw egonzalez yoctozepto rafaelweingartne cosmicsound osmanlicilegi bbezak parallax Fl1nt - meeting now15:02
mgoddard\o15:03
yoctozeptomuch better15:03
priteauo/15:03
Fl1ntO/15:03
mnasiadka#topic agenda15:04
mnasiadka* Announcements15:05
mnasiadka* Review action items from the last meeting15:05
mnasiadka* CI status15:05
mnasiadka* Release tasks15:05
mnasiadka* Xena cycle planning15:05
mnasiadka* Yoga PTG planning15:05
mnasiadka* Open discussion15:05
mnasiadka#topic Announcements15:05
mnasiadkaXena has been released - http://lists.openstack.org/pipermail/openstack-announce/2021-October/002056.html15:05
mnasiadkaAny more announcements?15:05
mnasiadkaNo? Then let's go on15:06
mgoddardUse #info for announcements?15:06
mnasiadka#info Xena has been released - http://lists.openstack.org/pipermail/openstack-announce/2021-October/002056.html15:06
mnasiadkathank you mgoddard 15:06
mgoddardalso note that the release excludes kolla deliverables15:06
fricklero/15:07
mnasiadka#info Kolla deliverables are cycle trailing, we are still working towards RC1.15:07
mnasiadkaok, I guess that's enough.15:07
mnasiadka#topic Review action items from the last meeting15:07
mnasiadkaThere was one: mnasiadka to add topics to PTG around dropping binary, using one distro as base, etc15:07
mnasiadkaI did that15:07
mnasiadka#topic CI status15:08
mnasiadkagreen as grass according to whiteboard15:08
mnasiadka#topic Release tasks15:09
priteauStill a few occasional disk full failures in Kayobe, you can recheck when you see them15:09
mnasiadkaI doubt we're going to fix that in a couple of days, but still makes sense to understand what is causing them and fix it in the longer run...15:09
yoctozeptoyeah, CI is happy on k&k-a15:10
yoctozepto<champagne showers>15:10
mnasiadkaSo, we agreed on the last meeting today we are going to plan cutting RC1 for Kolla and Kolla-Ansible at least15:11
mnasiadkaAre there any outstanding patches that have to get in before we do that?15:11
yoctozeptoas far as I am concerned, letmerge our15:11
yoctozeptolet's merge our treasure chests*15:11
yoctozeptohttps://etherpad.opendev.org/p/KollaWhiteBoard15:12
yoctozeptoL278 and below15:12
yoctozepto(well, perhaps except the docs as highlighted)15:12
hrwaccording to tools/version-check.py we have versioned tarballs for everything15:12
mnasiadkathat's good15:13
mnasiadkayoctozepto: https://review.opendev.org/c/openstack/kolla-ansible/+/812677 - is that prometheus statement a stopper?15:13
priteauI don't think it's on the white board but it would be nice to merge https://review.opendev.org/c/openstack/kolla-ansible/+/81001715:14
yoctozeptomnasiadka: no, just need to check if that exporter does not complain15:14
yoctozeptopriteau: it's not, will add15:14
yoctozeptoadded15:14
yoctozeptoand others review15:14
mnasiadkayoctozepto: seems multinode (ceph) jobs are complaining15:14
yoctozeptolooking15:15
mgoddardthose treasure chest items don't really look like features15:15
mgoddarda few of them give me that 'this could easily break us in a weird way' feeling15:15
mnasiadkaI think the most important one is the mariabackup bugfix after Ansible upgrade - but we can always sort it out after RC1 in a backport15:16
yoctozeptoRUNNING HANDLER [mariadb : Wait for MariaDB service to sync WSREP] *************15:16
mnasiadkayoctozepto: cluster broke?15:16
mgoddardyeah, bugfixes don't need to wait for RC115:16
yoctozeptomnasiadka: looks like some random issue15:17
yoctozeptoyeah, they are bugfixes15:17
mnasiadkadropping workarounds and other things - I agree with mgoddard, would be easier to push them to master after branching stable/xena and backport if needed15:18
mnasiadkawell, maybe not easier - but safer15:18
mnasiadkaI'm pretty sure we'll have some other bugfixes to fix15:18
yoctozeptook, as you prefer15:19
mgoddardthey could go on a list of release blockers / wants15:20
mnasiadkaOk, any volunteer to run the preparations for RC1?15:20
mnasiadka#link https://docs.openstack.org/kolla/latest/contributor/release-management.html15:20
mgoddardsounds like a rite of passage for a new PTL :)15:21
mnasiadkaWell, it's not the first time I'll be doing this, but so be it :)15:22
hrwfirst time as PTL15:22
mnasiadka#action mnasiadka to run through the release checklist15:22
yoctozepto:-)15:23
mgoddardpriteau suggested a change to the schedule to move kayobe RC1 after kolla15:23
mnasiadkaI think that's reasonable, and for some reason Kayobe tasks are last in the doc15:23
mgoddardwe do a sync of config & flags & stuff, so it's nice to know it shouldn't change15:23
mgoddardaction me to make that update mnasiadka 15:24
mnasiadkaupdate the docs to reflect that Kayobe is a next step?15:25
mgoddardyes15:25
mnasiadka#action mgoddard to update release docs to reflect Kayobe should be branched/cut RC1 after we have Kolla/Kolla-Ansible RC1s15:25
yoctozeptomakes sense to me15:26
mnasiadkaok then, I think it concludes release tasks topic15:26
mnasiadka#topic Xena cycle planning15:26
mnasiadkaI think that one is over, right? ;)15:26
hrws/cycle/release/15:27
mgoddard+115:27
hrwand release is part of cycle ;D15:27
mnasiadka#topic Yoga PTG planning15:27
mnasiadka#link https://etherpad.opendev.org/p/kolla-yoga-ptg15:28
mnasiadkaAnd I have send a reminder email to openstack-discuss ML15:28
mnasiadkaWe have some people on the attendee list - some topics - I'll populate the Xena PTG actions list and not-picked-up priorities15:29
mnasiadkaThe PTG is in less than two weeks - for those that haven't noticed ;-)15:30
mnasiadkaOk, I think I exhausted the topic15:31
mnasiadka#topic Open discussion15:31
mnasiadkaAnybody wants to discuss anything?15:31
mgoddardare there any other PTG topics we should cover?15:31
yoctozeptoyeah, that would be good to discuss today and next meeting15:32
hrwfor RC we go with versioned tarballs or stable-xena ones?15:32
yoctozeptoI wonder if frickler is around, he may have some I guess15:32
mnasiadkaI think we've done stable for some time now, right?15:32
mgoddardyes15:32
fricklerI'd like to shortly introduce myself, for those who don't know me yet15:32
frickleryoctozepto: some what?15:32
yoctozeptofrickler: ptg discussion points15:33
mnasiadkaAnybody is free to add any topic they like to the PTG Etherpad, we don't have a lot there currently15:33
fricklerI know cberendt had something, but I'm not up to speed yet regarding that15:33
yoctozeptook15:33
mgoddardfrickler: go ahead with an intro15:33
yoctozeptointro, intro15:33
fricklerso ... I've changed sides now, I was doing openstack-chef for quite some time15:34
fricklerbut since Friday I'm now working for osism15:34
fricklerand that will imply a considerate amount of upstream work, i.e. kolla*15:34
fricklerI'll also continue my other things, like infra-root etc.15:35
yoctozeptoanother devstack core on board ;d15:35
fricklerthat too, yes ;)15:35
fricklerand I guess that's enough for now15:36
mgoddardwelcome frickler, looking forward to working with you more15:36
fricklerthx15:36
mnasiadkawelcome :)15:36
priteauWelcome frickler15:37
priteauAlso just in: OpenInfra Summit, returning to Berlin on June 7-9, 2022 at the Berlin Congress Center15:38
yoctozeptowelcome frickler15:38
yoctozeptoglad to have you on our side :D15:38
frickleroh, nice. I'm located in Berlin btw. ;)15:38
mnasiadkaBerlin again - good it's close ;)15:38
hrwja15:38
yoctozeptooh, oh, I'll try to organise something with my employers15:39
yoctozeptoso that I can go there as well15:39
yoctozeptoimmer besser persönlich :D15:39
priteauWhat is this "travel" thing you're talking about?15:40
hrwsomeone remembers how much openinfra summit entry costed?15:40
hrwpriteau: 150km is not travel :D15:40
mgoddardhrw could commute15:41
mnasiadkayeah, it's twice the distance for me - still no tragedy15:42
fricklerhrw: wasn't it still free for ATCs?15:42
hrwfrickler: no idea, long time since was15:43
hrwfrickler: when it is in other continent then travel costs...15:43
fricklerpriteau: do you have a link for that announcement?15:44
priteauhttps://openinfra.dev/summit/15:44
yoctozeptoI'm subscribing the newsletter15:45
priteauBack in 2019 for the Berlin summit this was the policy:15:45
priteauAll ATCs who had at least one contribution merged during the Rocky development cycle will receive a Full Access pass to the Berlin Summit for USD $300.15:45
yoctozeptowill let you know when I have any news too15:45
priteauBut they may have changed, we'll see15:45
priteauAlso if you are a speaker it's usually free15:45
* frickler is more of a listener than a speaker15:46
* yoctozepto too15:47
mnasiadkaAs well all most probably are ;)15:47
mnasiadkaOk, any more topics in the open discussion - or should we wrap up the meeting?15:47
mgoddardre PTG, the topics are a little loosely defined currently15:48
mgoddardmaybe the proposers could add some context15:48
mgoddardlinks to bugs/patches etc15:48
mgoddardotherwise, yes - all done15:49
opendevreviewPierre Riteau proposed openstack/kayobe master: Add support for configuring tuned profile  https://review.opendev.org/c/openstack/kayobe/+/81142415:49
mnasiadkaok then15:49
mnasiadkathanks for attending!15:49
mnasiadka#endmeeting15:50
opendevmeetMeeting ended Wed Oct  6 15:50:00 2021 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:50
opendevmeetMinutes:        https://meetings.opendev.org/meetings/kolla/2021/kolla.2021-10-06-15.01.html15:50
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/kolla/2021/kolla.2021-10-06-15.01.txt15:50
opendevmeetLog:            https://meetings.opendev.org/meetings/kolla/2021/kolla.2021-10-06-15.01.log.html15:50
yoctozeptomaybe we could organise some cooperative talk for summit?15:50
yoctozeptoeh, meh15:50
priteauThere's still plenty of time to discuss this ;-)15:50
mnasiadkayoctozepto: it's next year, plenty of months to plan talks - and plenty of new viruses to be discovered ;-)15:50
yoctozeptolol, fair15:50
priteauAlthough I do remember that the CFP is quite early15:50
* yoctozepto off15:52
opendevreviewMichal Nasiadka proposed openstack/kolla master: Tidy up renos before Xena release  https://review.opendev.org/c/openstack/kolla/+/81272316:10
opendevreviewMichal Nasiadka proposed openstack/kolla master: release: Use Xena sources by default  https://review.opendev.org/c/openstack/kolla/+/81272616:14
opendevreviewMerged openstack/kolla-ansible master: Use friendly target names in Prometheus  https://review.opendev.org/c/openstack/kolla-ansible/+/81001716:27
urimebaHello everyone!16:27
urimebaI was hoping you guys could help me with a Neutron Metering and Kolla Ansible issue16:28
urimebaI'll appreciate any help :)16:28
urimebaSo, in a few words, the Neutron Metering doesnt work in Kolla Ansible16:28
urimebaeven when I set "docker_disable_default_iptables_rules" to "no"16:30
urimebaSomehow, iptables doesnt get modified with the correct chains to meter bandwidth16:30
urimebaWas wondering if maybe there is another flag or component that could be causing this?16:31
mnasiadkaI don't think we have metering enabled in the CI, so it's not really tested.16:32
mnasiadkaBut let's wait - maybe somebody else has some insight into that.16:33
mnasiadkayoctozepto, mgoddard, hrw: vmtp hasn't released Xena (and it's x/vmtp - so I don't know if we care) - and last commit has been 11 months ago - retire?16:35
mgoddardmnasiadka: there are always some late ones16:35
mgoddardI wouldn't base the decision on that16:36
mgoddardcould be a ptg topic16:36
mnasiadkaekhm, I think it's independent now16:36
mnasiadkahttps://opendev.org/x/vmtp#16:36
mnasiadkano branches, just release tags16:36
mnasiadkalet me check16:36
mnasiadkait's not in openstack/releases repo16:37
mnasiadkaso maybe it's master always, huh16:38
opendevreviewMichal Nasiadka proposed openstack/kolla master: Update versions for Xena  https://review.opendev.org/c/openstack/kolla/+/81272916:46
opendevreviewMichal Nasiadka proposed openstack/kolla master: release: Use Xena sources by default  https://review.opendev.org/c/openstack/kolla/+/81272616:48
opendevreviewMichal Nasiadka proposed openstack/kolla master: Use RDO's Xena Delorean packages  https://review.opendev.org/c/openstack/kolla/+/81273016:49
mnasiadkaok, let's stop for now with Kolla - rest tomorrow16:51
opendevreviewMerged openstack/kayobe master: Fix wrong filename in bifrost docs  https://review.opendev.org/c/openstack/kayobe/+/81268916:51
*** amoralej is now known as amoralej|off17:01
opendevreviewMichal Arbet proposed openstack/kolla master: Remove default policy files  https://review.opendev.org/c/openstack/kolla/+/81247917:03
hrwmnasiadka: it was 2.5 for last few cycles iirc17:05
opendevreviewMerged openstack/kolla-ansible master: Docs: Update to opendev.org domain  https://review.opendev.org/c/openstack/kolla-ansible/+/81266417:08
opendevreviewMark Goddard proposed openstack/kayobe master: CI: add host configure tests for firewalld  https://review.opendev.org/c/openstack/kayobe/+/81229917:08
opendevreviewMichal Arbet proposed openstack/kolla master: Switch openstack services to use policy.d  https://review.opendev.org/c/openstack/kolla/+/81247917:09
mnasiadkahrw: maybe we should use latest version tag - but I guess it's ok for now17:12
hrwvmtp-master.tar.gz 2019-12-1217:16
hrwI would say that it is dead project17:16
hrwnearly 2 years without any tarball update17:17
hrw11 months ago was one commit and previous were 2y17:17
hrwdeprecate in X, remove in Y?17:18
hrw(tbh: I have no idea what vmtp does)17:18
mnasiadkame neither17:21
* hrw off17:39
opendevreviewMark Goddard proposed openstack/kayobe master: CI: add host configure tests for firewalld  https://review.opendev.org/c/openstack/kayobe/+/81229918:06
opendevreviewMaksim Malchuk proposed openstack/kayobe stable/wallaby: Add support for apt proxy setting  https://review.opendev.org/c/openstack/kayobe/+/81269819:16
opendevreviewMark Goddard proposed openstack/kayobe master: CI: add host configure tests for firewalld  https://review.opendev.org/c/openstack/kayobe/+/81229919:42
opendevreviewMerged openstack/kayobe master: Fix IPA builder version typo  https://review.opendev.org/c/openstack/kayobe/+/81268019:53
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: Add support for deploying prometheus-msteams  https://review.opendev.org/c/openstack/kolla-ansible/+/81267920:28
opendevreviewPierre Riteau proposed openstack/kayobe stable/wallaby: Fix wrong filename in bifrost docs  https://review.opendev.org/c/openstack/kayobe/+/81270620:30
opendevreviewPierre Riteau proposed openstack/kayobe stable/victoria: Fix wrong filename in bifrost docs  https://review.opendev.org/c/openstack/kayobe/+/81270720:30
opendevreviewPierre Riteau proposed openstack/kayobe stable/ussuri: Fix wrong filename in bifrost docs  https://review.opendev.org/c/openstack/kayobe/+/81274220:31
opendevreviewPierre Riteau proposed openstack/kayobe stable/train: Fix wrong filename in bifrost docs  https://review.opendev.org/c/openstack/kayobe/+/81274320:31
opendevreviewMaksim Malchuk proposed openstack/kayobe stable/wallaby: Fix IPA builder version typo  https://review.opendev.org/c/openstack/kayobe/+/81274420:32
opendevreviewMaksim Malchuk proposed openstack/kayobe stable/victoria: Fix IPA builder version typo  https://review.opendev.org/c/openstack/kayobe/+/81274520:33
opendevreviewMaksim Malchuk proposed openstack/kayobe stable/ussuri: Fix IPA builder version typo  https://review.opendev.org/c/openstack/kayobe/+/81274620:33

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!