jingvar | I have 2 envs, the difference is Kayode placement. The first one run my hook as expected, the second one got can't resolve host names | 07:02 |
---|---|---|
*** amoralej|off is now known as amoralej | 07:05 | |
*** yoctozepto1 is now known as yoctozepto | 07:49 | |
mgoddard | jingvar: maybe you forgot to add symlinks described in the custom playbooks docs? | 08:09 |
jingvar | thanks, no, there is magic around placements | 08:46 |
jingvar | we just will try move directories into /etc and check | 08:47 |
mgoddard | Let's get this one merged: https://review.opendev.org/c/openstack/kolla-ansible/+/806476 | 08:57 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/victoria: CI: Add centos-8-stream jobs https://review.opendev.org/c/openstack/kolla-ansible/+/797017 | 09:07 |
jingvar | we didn't use dedictated seed node, seed services placed on kayobe host. In this case we can't get correct invetory for hook in seed service deploy | 09:41 |
jingvar | how kaybe provide hostname resolve for playbooks in hooks ? | 09:50 |
opendevreview | Merged openstack/kolla master: Fix Elasticsearch Curator https://review.opendev.org/c/openstack/kolla/+/805990 | 10:29 |
opendevreview | Merged openstack/kolla-ansible stable/victoria: docs: Document CentOS 8 Stream usage https://review.opendev.org/c/openstack/kolla-ansible/+/797005 | 10:29 |
mgoddard | jingvar: it doesn't rely on hostname resolution - we set ansible_host to the IP address on the admin network | 10:50 |
jingvar | solved, missing links in ansible to filter_plugins etc | 11:03 |
yoctozepto | mnasiadka, mgoddard: I'm double-booked for today's meeting but ping me as necessary; there is one new CI issue in that Cinder fails to upgrade to Xena (details on the whiteboard; reported) | 11:09 |
mnasiadka | yoctozepto: ACK | 11:17 |
opendevreview | Merged openstack/kayobe stable/wallaby: Fix configuration check without public API network https://review.opendev.org/c/openstack/kayobe/+/806703 | 11:31 |
opendevreview | Merged openstack/kayobe stable/wallaby: docs: fix heading styles in upgrading page https://review.opendev.org/c/openstack/kayobe/+/806701 | 11:31 |
opendevreview | Merged openstack/kayobe stable/ussuri: Add twentyFiveGigE to port descriptions in inspector rules https://review.opendev.org/c/openstack/kayobe/+/805765 | 11:31 |
opendevreview | Merged openstack/kayobe master: Fix overcloud introspection data save https://review.opendev.org/c/openstack/kayobe/+/805263 | 11:31 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/wallaby: Fix overcloud introspection data save https://review.opendev.org/c/openstack/kayobe/+/806892 | 11:34 |
*** brinzhang_ is now known as brinzhang | 12:00 | |
opendevreview | Verification of a change to openstack/kolla-ansible stable/victoria failed: CI: Add centos-8-stream jobs https://review.opendev.org/c/openstack/kolla-ansible/+/797017 | 12:12 |
opendevreview | Verification of a change to openstack/kolla stable/victoria failed: CentOS Stream: update kolla-ansible Zuul jobs https://review.opendev.org/c/openstack/kolla/+/798892 | 12:12 |
*** amoralej is now known as amoralej|lunch | 12:14 | |
*** amoralej|lunch is now known as amoralej | 13:08 | |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible stable/victoria: WIP: CentOS Stream: Use a variable for openstack_tag_suffix https://review.opendev.org/c/openstack/kolla-ansible/+/806932 | 13:34 |
Fl1nt | Hi everyone! | 13:36 |
Fl1nt | Question mnasiadka, I've reviewed my own collectd patch and it won't work like this as collectd virt plugin actually require libvirt/qemu packages to be installed and a new default volume from /run | 13:39 |
Fl1nt | so question is | 13:39 |
Fl1nt | Do we want to add libvirt/qemu packages to collectd dockerfile, or do you (team) want to split collectd the way we do it for nova for instance ? | 13:40 |
Fl1nt | with collectd-base + collectd-virt etc | 13:40 |
Fl1nt | here is the patch for those interested in: https://review.opendev.org/c/openstack/kolla-ansible/+/800080 | 13:41 |
Fl1nt | On a side note, seems like collectd container is only for RPM based install? Is that something normal? | 13:47 |
mnasiadka | that's the Kolla-Ansible change - do you have one ready for Kolla? | 13:49 |
Fl1nt | Doing it | 13:49 |
mnasiadka | and yes, currently looks like rpm only container image, a bit weird - but it is what it is | 13:49 |
Fl1nt | ok, will continue that way so and do the deb patch if anyone need it. | 13:50 |
mnasiadka | creating a collectd-base container makes sense, if we would build at least two collectd-* images besides -base | 13:51 |
Fl1nt | yes | 13:51 |
Fl1nt | that the way I've started my kolla patch | 13:52 |
opendevreview | Gaël THEROND proposed openstack/kolla master: Rework collectd role structure for virt support. https://review.opendev.org/c/openstack/kolla/+/806935 | 13:57 |
Fl1nt | ok, here is the basic for collectd | 13:57 |
Fl1nt | regarding kolla | 13:58 |
Fl1nt | will update the kolla-ansible patchset to add missing volume | 13:58 |
jingvar | I've faced with ok: [cmp02.cloud] => "gateway": "10.228.2.1" but "ansible_default_ipv4": {"gateway": "10.228.2.23" | 13:58 |
jingvar | first one is gateway in networks, seconf one is control/seed host | 13:59 |
jingvar | mgmt_gateway: 10.228.2.1 | 14:02 |
jingvar | for some reason was configured other ip | 14:03 |
jingvar | may be there is some parametr to use seed node as default gw ? | 14:05 |
opendevreview | Gaël THEROND proposed openstack/kolla-ansible master: Add support for VMs metrics collect. https://review.opendev.org/c/openstack/kolla-ansible/+/800080 | 14:35 |
Fl1nt | here is the whole patchset mnasiadka: https://review.opendev.org/c/openstack/kolla-ansible/+/800080 & https://review.opendev.org/c/openstack/kolla/+/806935 if you're willing to give me few feedback on it when you'll have time. | 14:37 |
mnasiadka | Fl1nt: will do | 14:47 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible stable/victoria: WIP: CentOS Stream: Use a variable for openstack_tag_suffix https://review.opendev.org/c/openstack/kolla-ansible/+/806932 | 14:57 |
mnasiadka | mgoddard mnasiadka hrw egonzalez yoctozepto rafaelweingartne cosmicsound osmanlicilegi bbezak parallax Fl1nt - meeting in 3 minutes | 14:57 |
mnasiadka | #startmeeting kolla | 15:01 |
opendevmeet | Meeting started Wed Sep 1 15:01:00 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 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:01 |
opendevmeet | The meeting name has been set to 'kolla' | 15:01 |
mnasiadka | #topic rollcall | 15:01 |
yoctozepto | o/ | 15:01 |
yoctozepto | (double-booked) | 15:01 |
parallax | \o | 15:02 |
mgoddard | \o | 15:03 |
mnasiadka | o/ | 15:03 |
priteau | o/ | 15:05 |
mnasiadka | #topic agenda | 15:05 |
mnasiadka | * Announcements | 15:05 |
mnasiadka | * Review action items from the last meeting | 15:05 |
mnasiadka | * CI status | 15:05 |
mnasiadka | * Release tasks | 15:05 |
mnasiadka | * Xena cycle planning | 15:05 |
mnasiadka | * Yoga PTG planning | 15:05 |
mnasiadka | * Open discussion | 15:05 |
mnasiadka | ** Forward upgrade testing ( re: https://bugs.launchpad.net/kolla-ansible/+bug/1941706 ) | 15:05 |
mnasiadka | ** DockerHub limits hurting users https://bugs.launchpad.net/kolla-ansible/+bug/1942134 | 15:05 |
mnasiadka | ** Future of Monasca - in context of CI failures and Elasticsearch switch to AWS Opensearch | 15:05 |
mnasiadka | #topic Announcements | 15:06 |
mnasiadka | This week is R-5, Feature freeze for Kolla projects is R-2 (Sep 20 - Sep 24) - just a reminder | 15:07 |
mnasiadka | No more announcements from me - unless anybody has anything more - let's continue. | 15:08 |
mnasiadka | #topic Review action items from the last meeting | 15:08 |
mnasiadka | mgoddard to propose initial cycle highlights | 15:08 |
mnasiadka | mgoddard to add FFE on R-2 to release-management docs | 15:08 |
mnasiadka | mnasiadka to populate the etherpad | 15:08 |
mnasiadka | mgoddard did his, I populated the PTG etherpad in 80%, will continue this week. | 15:09 |
mgoddard | mgoddard done x2 | 15:09 |
mnasiadka | #topic CI status | 15:09 |
mnasiadka | whiteboard says green, but we have some cinder schema migrations bug | 15:10 |
mnasiadka | yoctozepto: does it need more explanation, than a bug raised on Cinder side? | 15:10 |
priteau | Kayobe CI is back to green | 15:11 |
mnasiadka | great to hear | 15:12 |
mnasiadka | Cinder schema migrations bug marked as High, so I guess let's wait for a solution | 15:12 |
mnasiadka | #topic Release tasks | 15:12 |
mnasiadka | mgoddard did highlights, which is marked on R-5 in our release docs | 15:13 |
mnasiadka | so now just hard work in reviewing/merging before feature freeze | 15:13 |
yoctozepto | mnasiadka: I have given all I had re cinder | 15:14 |
opendevreview | Merged openstack/kolla-ansible stable/victoria: CI: Add centos-8-stream jobs https://review.opendev.org/c/openstack/kolla-ansible/+/797017 | 15:14 |
mnasiadka | yoctozepto: ack | 15:15 |
mnasiadka | #topic Xena cycle planning | 15:15 |
mnasiadka | As mentioned two times already, R-2 is Feature Freeze | 15:15 |
mgoddard | 3 weeks | 15:16 |
mnasiadka | mgoddard populated the whiteboard with a list of features/topics - waiting for core assignments for reviewing those - and hopefully some volunteers to bumping Ceph packages in Kolla | 15:16 |
mgoddard | should we go through the big ones? | 15:17 |
mnasiadka | L341 on the whiteboard | 15:17 |
mnasiadka | Ansible bump - I have a WIP change - https://review.opendev.org/c/openstack/kolla-ansible/+/796758 | 15:17 |
mnasiadka | I'd like to point out - that the only supported Ansible version now is 4.0 (which uses ansible-core 2.11) | 15:18 |
mnasiadka | And ansible-core 2.11 is failing on us, or more specifically - on the kolla_toolbox module | 15:18 |
mnasiadka | extra_params are not allowed in most of the modules | 15:19 |
mnasiadka | anybody has an idea how to overcome that? | 15:19 |
mnasiadka | https://538ea43bba4ab74baa0f-8156621505f6355ffb6896f9b15e0b7a.ssl.cf1.rackcdn.com/796758/7/check/kolla-ansible-centos8s-source/fa8182f/primary/logs/ansible/deploy | 15:19 |
mgoddard | my theory was that an argument got dropped | 15:20 |
mgoddard | did you check? | 15:20 |
mgoddard | or renamed | 15:20 |
mnasiadka | not yet, I'm afraid - but will check that later. | 15:21 |
mnasiadka | Ok, next one seems is bumping up Ceph packages to Octopus | 15:22 |
mnasiadka | Is there a volunteer to do this? | 15:22 |
mgoddard | I can do it | 15:23 |
mnasiadka | ok, signed you up - added me as reviewer | 15:24 |
mnasiadka | So let's go for Kolla-Ansible | 15:24 |
mnasiadka | Keystone system-scope by headphoneJames | 15:24 |
mnasiadka | seems to be failing miserably in CI | 15:25 |
mnasiadka | do we know when's the potential for it to pass CI and be reviewable? | 15:25 |
opendevreview | Merged openstack/kolla stable/victoria: CentOS Stream: update kolla-ansible Zuul jobs https://review.opendev.org/c/openstack/kolla/+/798892 | 15:26 |
mnasiadka | I'll ask headphoneJames offline | 15:26 |
mnasiadka | Let's Encrypt integration - there's a note it's likely to be deferred, owner is headphoneJames - will do the same (ask offline) | 15:26 |
mnasiadka | Next one is ProxySQL - needs reviewers | 15:27 |
parallax | or more, testers you could say | 15:27 |
mnasiadka | However we call it, currently on the whiteboard there are no reviewers :) | 15:28 |
mnasiadka | Ok, added my name there, I started to look into those changes already. | 15:30 |
mnasiadka | Next one is modernising the Swift role | 15:30 |
mnasiadka | Seems to be passing CI as of 24th Aug | 15:30 |
mgoddard | added my name, would be nice to see that done | 15:31 |
mnasiadka | Good | 15:31 |
mnasiadka | Next one is container health checks (continued) | 15:31 |
mnasiadka | It would be good to get a link to the topic, or specific patches - seems there's nothing really updated in the BP link | 15:33 |
mnasiadka | seems we have some changes opened: https://review.opendev.org/q/project:openstack/kolla-ansible+health+check+status:open | 15:34 |
mgoddard | https://review.opendev.org/q/topic:%22container-health-check%22+(status:open%20OR%20status:merged) | 15:34 |
mnasiadka | kevko ones don't have that topic... | 15:35 |
mgoddard | kevko created some but used no topic | 15:35 |
mnasiadka | I'll look through ones from that list and update topic in them, so we have it in one place. | 15:35 |
mnasiadka | Next one is Ceph RADOSGW | 15:35 |
mnasiadka | I'll sign up for reviewing, I remember already giving some comments in early phases | 15:36 |
mgoddard | thanks | 15:36 |
mnasiadka | Next one is gather facts command - seems straightforward - signing up for reviewing | 15:37 |
mgoddard | trivialz | 15:37 |
mnasiadka | XS patches - I +2'd the nova_ceph_user one | 15:38 |
mnasiadka | the second one on the list has -1 from yoctozepto - I would assume this needs to be resolved :) | 15:39 |
mnasiadka | Ok, Kayobe turn | 15:39 |
mnasiadka | Multiple environments part 2 | 15:39 |
mnasiadka | quite some patches - how are we going with them? | 15:40 |
mgoddard | waiting on jovial to update | 15:40 |
mnasiadka | ok | 15:40 |
mnasiadka | Next one is Make setup module arguments configurable | 15:41 |
mnasiadka | it's in merge conflict | 15:41 |
mnasiadka | mgoddard: can you update? I've added myself to reviewers list | 15:41 |
mgoddard | ah, yes will do | 15:42 |
mnasiadka | Infra VMs looks like it's on a good path, only 41 comments from mgoddard ;-) | 15:42 |
priteau | I signed up to look at multiple environments and infra VMs | 15:42 |
priteau | Hopefully by end of week | 15:42 |
mnasiadka | Support configuration of firewalld - added myself to reviewers | 15:43 |
mnasiadka | Ansible collections in merge conflict - mgoddard to update | 15:44 |
mgoddard | ack | 15:44 |
mnasiadka | multiple host image support - is in WIP | 15:44 |
mnasiadka | priteau: once it's not WIP - remember to update status on the whiteboard please | 15:45 |
priteau | Will do | 15:45 |
mnasiadka | Add support multi-segments for ip-allocation - need a second reviewer | 15:46 |
opendevreview | Mark Goddard proposed openstack/kayobe master: Make setup module arguments configurable https://review.opendev.org/c/openstack/kayobe/+/791976 | 15:47 |
mgoddard | should we switch to another topic now we've covered the higher priority kayobe items? | 15:49 |
mnasiadka | ok, added myself as reviewer for next three - I think we have all prio 2 covered | 15:49 |
mnasiadka | #topic Yoga PTG planning | 15:49 |
mnasiadka | As said earlier, I took the Xena PTG etherpad and copied that into Yoga, cleaned that up | 15:50 |
mnasiadka | I only need to add Xena/Wallaby priorities that haven't been picked up, so will do that later | 15:50 |
mnasiadka | mgoddard: do we need to do anything else given that PTG is weeks ahead? | 15:51 |
mgoddard | signed up | 15:52 |
mgoddard | maybe fill in the "When?" section | 15:52 |
mnasiadka | Do you have the slots somewhere? ptg.openstack.org doesn't seem to be online | 15:53 |
opendevreview | Pierre Riteau proposed openstack/kolla-ansible stable/train: Fix failure to stop rabbitmq-server inside bifrost https://review.opendev.org/c/openstack/kolla-ansible/+/806948 | 15:54 |
mgoddard | slots are the same as always :) | 15:54 |
mnasiadka | ok, will populate it accordingly ;) | 15:54 |
mnasiadka | #topic Open Discussion | 15:55 |
mnasiadka | We have three topics for open discussion | 15:55 |
mnasiadka | Forward upgrade testing ( re: https://bugs.launchpad.net/kolla-ansible/+bug/1941706 ) | 15:55 |
mnasiadka | I think yoctozepto was mainly driving this bug resolution | 15:55 |
mnasiadka | yoctozepto: around? | 15:56 |
mgoddard | he said he was double booked | 15:56 |
mgoddard | I guess we are the less interesting/important booking :) | 15:56 |
yoctozepto | it needs more time to discuss than we have now :-( | 15:56 |
priteau | mnasiadka: https://ethercalc.openstack.org/8tum5yl1bx43 | 15:56 |
mnasiadka | priteau: thanks | 15:57 |
yoctozepto | forward upgrade testing means | 15:57 |
yoctozepto | e.g., on victoria changes test that it is still possible to update to wallaby | 15:57 |
yoctozepto | apart from extended testing I proposed | 15:58 |
yoctozepto | we would really need such an action to really catch this early | 15:58 |
yoctozepto | very "really" ;-) | 15:58 |
mnasiadka | ok, seems like a longer topic, and we have two minutes left - maybe let's move it to ,,normal'' agenda topic instead of Open Discussion | 15:59 |
mnasiadka | and discuss it next week? | 15:59 |
mgoddard | +1 | 15:59 |
yoctozepto | +1, thanks | 16:00 |
mnasiadka | Second is "DockerHub limits hurting users" - I saw the discussion in the bug, I don't think bringing in Harbor is the solution - but I'll follow up | 16:00 |
mnasiadka | I think we still encourage users to build their own images | 16:00 |
yoctozepto | we need to encourage more; it's actually better to do it for a multitude of reasons; we could list them | 16:01 |
mnasiadka | And I also think let's discuss next week what we can do better, for our users to understand they SHOULD build images | 16:01 |
yoctozepto | but anyhow, discussion for another time too I think | 16:01 |
mnasiadka | Last one is "Future of Monasca - in context of CI failures and Elasticsearch switch to AWS Opensearch" | 16:01 |
mnasiadka | parallax: I think that's yours | 16:01 |
parallax | Indeed | 16:01 |
mnasiadka | But I think we are over time | 16:01 |
parallax | Yup :) | 16:02 |
yoctozepto | mnasiadka knows the clock :-) | 16:02 |
* yoctozepto proud | 16:02 | |
parallax | Something to think about | 16:02 |
mnasiadka | So let's move that for next week to normal agenda items | 16:02 |
mnasiadka | because we never get to open discussion :) | 16:02 |
yoctozepto | haha, indeed | 16:02 |
mnasiadka | I'll do that. | 16:02 |
mnasiadka | And that's it for today folks :-) | 16:02 |
mnasiadka | #endmeeting kolla | 16:02 |
opendevmeet | Meeting ended Wed Sep 1 16:02:51 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:02 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/kolla/2021/kolla.2021-09-01-15.01.html | 16:02 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/kolla/2021/kolla.2021-09-01-15.01.txt | 16:02 |
opendevmeet | Log: https://meetings.opendev.org/meetings/kolla/2021/kolla.2021-09-01-15.01.log.html | 16:02 |
mgoddard | thanks mnasiadka | 16:03 |
priteau | Good job mnasiadka :) | 16:03 |
yoctozepto | thanks mnasiadka, great job :-) | 16:04 |
*** amoralej is now known as amoralej|off | 16:15 | |
mnasiadka | thanks | 16:29 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible stable/victoria: WIP: CentOS Stream: Use a variable for openstack_tag_suffix https://review.opendev.org/c/openstack/kolla-ansible/+/806932 | 16:36 |
opendevreview | James Kirsch proposed openstack/kolla-ansible master: Support for keystone scoped authorization https://review.opendev.org/c/openstack/kolla-ansible/+/692179 | 17:41 |
yoctozepto | I will be double-booked the upcoming two meetings as well :-( | 18:11 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible stable/victoria: WIP: CentOS Stream: Use a variable for openstack_tag_suffix https://review.opendev.org/c/openstack/kolla-ansible/+/806932 | 18:11 |
opendevreview | James Kirsch proposed openstack/kolla-ansible master: Support for keystone scoped authorization https://review.opendev.org/c/openstack/kolla-ansible/+/692179 | 21:58 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!