*** rcernin has quit IRC | 02:58 | |
*** rcernin has joined #openstack-oslo | 03:19 | |
*** rcernin has quit IRC | 04:12 | |
*** rcernin has joined #openstack-oslo | 04:14 | |
*** stephenfin has quit IRC | 05:35 | |
*** stephenfin has joined #openstack-oslo | 05:42 | |
*** stephenfin has quit IRC | 05:47 | |
*** rcernin has quit IRC | 05:48 | |
*** stephenfin has joined #openstack-oslo | 05:56 | |
*** stephenfin has quit IRC | 06:01 | |
*** stephenfin has joined #openstack-oslo | 06:02 | |
*** rcernin has joined #openstack-oslo | 06:03 | |
*** stephenfin has quit IRC | 06:09 | |
*** stephenfin has joined #openstack-oslo | 06:16 | |
*** stephenfin has quit IRC | 06:27 | |
*** sean-k-mooney1 has joined #openstack-oslo | 06:27 | |
*** stephenfin has joined #openstack-oslo | 06:29 | |
*** sean-k-mooney has quit IRC | 06:30 | |
*** stephenfin has quit IRC | 06:50 | |
*** stephenfin has joined #openstack-oslo | 06:57 | |
*** ralonsoh has joined #openstack-oslo | 07:01 | |
*** stephenfin has quit IRC | 07:04 | |
*** trident has quit IRC | 07:18 | |
*** tosky has joined #openstack-oslo | 07:39 | |
*** zigo has joined #openstack-oslo | 07:45 | |
*** brinzhang has joined #openstack-oslo | 07:49 | |
*** rcernin has quit IRC | 07:51 | |
*** tosky has quit IRC | 08:00 | |
*** purplerbot has quit IRC | 08:00 | |
*** irclogbot_2 has quit IRC | 08:02 | |
*** ralonsoh_ has joined #openstack-oslo | 08:02 | |
*** ralonsoh has quit IRC | 08:03 | |
*** ralonsoh_ has quit IRC | 08:03 | |
*** tosky has joined #openstack-oslo | 08:05 | |
*** purplerbot has joined #openstack-oslo | 08:05 | |
*** irclogbot_2 has joined #openstack-oslo | 08:07 | |
*** trident has joined #openstack-oslo | 09:08 | |
*** dtantsur|afk is now known as dtantsur | 09:11 | |
*** brinzhang has quit IRC | 09:16 | |
*** moguimar has joined #openstack-oslo | 09:16 | |
-openstackstatus- NOTICE: due to a new release of setuptools (50.0.0), a lot of jobs are currently broken, please do not recheck blindly. see http://lists.openstack.org/pipermail/openstack-discuss/2020-August/016905.html | 09:17 | |
*** brinzhang has joined #openstack-oslo | 09:19 | |
*** brinzhang_ has joined #openstack-oslo | 09:37 | |
*** brinzhang has quit IRC | 09:40 | |
*** ralonsoh has joined #openstack-oslo | 09:43 | |
*** brinzhang_ has quit IRC | 09:52 | |
*** geguileor has joined #openstack-oslo | 10:06 | |
*** geguileor is now known as geguileo | 10:06 | |
*** ralonsoh has quit IRC | 10:10 | |
*** ralonsoh has joined #openstack-oslo | 10:10 | |
*** tosky has quit IRC | 10:13 | |
*** tosky has joined #openstack-oslo | 10:13 | |
*** stephenfin has joined #openstack-oslo | 10:20 | |
moguimar | hberaud, around? | 10:34 |
---|---|---|
hberaud | moguimar: ya | 10:34 |
moguimar | do we run memcached as a service with systemctl? | 10:34 |
moguimar | I'm working on some tripleo bits | 10:35 |
moguimar | and need a postsave command for certmonger | 10:35 |
moguimar | for tls certificate rotation | 10:35 |
moguimar | so when certmonger generates a new server it can restart the memcached server | 10:35 |
*** Luzi has joined #openstack-oslo | 10:35 | |
hberaud | moguimar: AFAIK it's depend on tripleo versions, IIRC memcached service is managed by pacemaker and in recent versions of RHOSP service is ran via podman and containers are managed by pacemaker too. | 10:39 |
hberaud | moguimar: some config => https://github.com/openstack/tripleo-heat-templates/blob/8036684de76672fb00b54b097bf92883742a93d3/deployment/memcached/memcached-container-puppet.yaml | 10:40 |
*** brinzhang has joined #openstack-oslo | 10:43 | |
hberaud | moguimar: some pacemaker stuffs related to memcache => https://github.com/search?q=org%3AClusterLabs+memcached&type=Code | 10:43 |
hberaud | moguimar: and the memcache image dockerfile => https://github.com/openstack/kolla/blob/90adc2b851461828b5051be373640911c795fc5a/docker/memcached/Dockerfile.j2 | 10:44 |
*** sean-k-mooney1 is now known as sean-k-mooney | 10:47 | |
hberaud | here you can observe certmonger/rabbitmq config => https://github.com/openstack/puppet-tripleo/blob/993934e959744222ca29ad9869807eabfc9f33da/manifests/profile/base/certmonger_user.pp#L177,L207 maybe it's a path to follow | 10:47 |
hberaud | moguimar: I think this one is the right example to follow => https://github.com/openstack/puppet-tripleo/blob/bd6da86d80c92e45e7a4a34a110eefeb9aee4999/manifests/certmonger/rabbitmq.pp | 10:50 |
hberaud | moguimar: rabbitmq subscribe to certmonger notifications | 10:50 |
hberaud | I suppose to restart if needed | 10:51 |
moguimar | hberaud, https://review.opendev.org/#/c/745532/ | 10:51 |
hberaud | moguimar: always related to how rabbitmq is integrated with certmonger https://github.com/search?q=org%3Aopenstack+certmonger-rabbitmq-refresh.sh&type=Code | 10:53 |
moguimar | ok, I updated the patch to look more like the rabbitmq | 10:58 |
hberaud | moguimar: please note that I'm not a puppet/tripleo expert so maybe I'm wrong | 10:59 |
moguimar | well, this is my first set of patches to OOO | 11:00 |
moguimar | but your tips resonate with what xek was telling me | 11:00 |
hberaud | cool | 11:00 |
*** elod has quit IRC | 11:27 | |
*** elod has joined #openstack-oslo | 11:52 | |
hberaud | stephenfin, moguimar: Please can you take a look when you will have some spare time => https://review.opendev.org/#/c/742137/ | 12:06 |
*** raildo has joined #openstack-oslo | 12:12 | |
*** kgiusti has joined #openstack-oslo | 12:29 | |
*** lbragstad_ has joined #openstack-oslo | 12:32 | |
*** redrobot has joined #openstack-oslo | 12:34 | |
*** lbragstad_ has quit IRC | 12:39 | |
*** raildo has quit IRC | 12:51 | |
*** lbragstad has joined #openstack-oslo | 12:55 | |
*** raildo has joined #openstack-oslo | 13:00 | |
*** bnemec has joined #openstack-oslo | 13:07 | |
moguimar | hberaud, I think we can break the pre-commit changes in 3 steps going forward with the others | 13:11 |
moguimar | one patch with the .pre-commit-config.yaml | 13:11 |
moguimar | one patch with the fixes | 13:11 |
moguimar | and one patch replacing flake8 with pre-commit call | 13:12 |
moguimar | or does it sounds too much? | 13:12 |
hberaud | not sure to see the benefits to split these changes | 13:13 |
hberaud | I mean that during the design step (on oslo.cache) it made sense but now that we have something that work I don't see benefits to this approach | 13:14 |
hberaud | and if for some reasons we need to revert something we just have a all in one commit to revert | 13:15 |
*** Luzi has quit IRC | 13:51 | |
*** brinzhang has quit IRC | 14:05 | |
*** openstackgerrit has quit IRC | 14:37 | |
*** gibi has quit IRC | 14:37 | |
*** gibi has joined #openstack-oslo | 14:37 | |
bnemec | #startmeeting oslo | 15:00 |
bnemec | Courtesy ping for bnemec, smcginnis, moguimar, johnsom, stephenfin, bcafarel, kgiusti, jungleboyj | 15:00 |
bnemec | #link https://wiki.openstack.org/wiki/Meetings/Oslo#Agenda_for_Next_Meeting | 15:00 |
openstack | Meeting started Mon Aug 31 15:00:37 2020 UTC and is due to finish in 60 minutes. The chair is bnemec. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
*** openstack changes topic to " (Meeting topic: oslo)" | 15:00 | |
openstack | The meeting name has been set to 'oslo' | 15:00 |
moguimar | o/ | 15:00 |
bcafarel | o/ | 15:00 |
johnsom | o/ | 15:00 |
kgiusti | o/ | 15:01 |
jungleboyj | o/ I am on vacation so not really here. | 15:02 |
bnemec | jungleboyj: What are you doing on IRC on vacation? :-P | 15:02 |
jungleboyj | Well, I had forgotten to let people know I was gone. So, popped on to send messages. | 15:04 |
bnemec | Fair enough. :-) | 15:04 |
hberaud | o/ | 15:05 |
bnemec | #topic Red flags for/from liaisons | 15:05 |
*** openstack changes topic to "Red flags for/from liaisons (Meeting topic: oslo)" | 15:05 | |
jungleboyj | Your ping reminded me. :-) So, I have nothing exciting to report other than that. Now I am returning to my irregularly scheduled vacation. | 15:05 |
johnsom | Nothing to report from Octavia team | 15:06 |
bnemec | I just got a telemarketer call. Big red flag for me. | 15:06 |
moguimar | Nothing from Barbican | 15:07 |
bnemec | Otherwise I saw gmann was working on the policy JSON to YAML migration last week, so that's something to keep an eye out for. | 15:07 |
bnemec | #topic Releases | 15:09 |
*** openstack changes topic to "Releases (Meeting topic: oslo)" | 15:09 | |
bnemec | hberaud has pretty much taken over doing these. Anything noteworthy this week? | 15:09 |
hberaud | as far as I know nope | 15:10 |
bnemec | Cool. | 15:10 |
hberaud | I think we can release PBR | 15:10 |
bnemec | I guess it's noteworthy that this week will be the final feature releases, with the exception of future FFEs. | 15:10 |
bnemec | We'll talk about that some more later. | 15:10 |
hberaud | I seen many patches merged during the last weeks | 15:10 |
bnemec | That would be good. | 15:11 |
bnemec | We had no action items from last week, so we'll skip that topic. | 15:11 |
bnemec | #topic zuulv3 migration | 15:12 |
*** openstack changes topic to "zuulv3 migration (Meeting topic: oslo)" | 15:12 | |
bnemec | #link https://etherpad.opendev.org/p/goal-victoria-native-zuulv3-migration | 15:12 |
bnemec | The only thing we had left was the zmq repo, and I saw kgiusti posted patches to retire that. | 15:12 |
kgiusti | bnemec: and pika! | 15:12 |
kgiusti | thanks for the reviews btw | 15:12 |
bnemec | Let me know if there's anything else I need to rubber stamp. :-) | 15:13 |
kgiusti | hberaud: :) | 15:13 |
* bnemec gets out his ink pad | 15:13 | |
hberaud | :) | 15:13 |
bnemec | #topic Feature Freeze | 15:15 |
*** openstack changes topic to "Feature Freeze (Meeting topic: oslo)" | 15:15 | |
bnemec | Oslo feature freeze has started. | 15:15 |
bnemec | Please don't merge anything that will require a feature release without first requesting an FFE. | 15:15 |
bnemec | I should send a followup email to the list as a reminder too. | 15:16 |
bnemec | #action bnemec send feature freeze email | 15:16 |
bnemec | I think we've all been through enough feature freezes at this point that we know the drill. | 15:17 |
bnemec | If you have any questions feel free to ping me though. | 15:17 |
bnemec | #topic Weekly Wayward Review | 15:18 |
*** openstack changes topic to "Weekly Wayward Review (Meeting topic: oslo)" | 15:18 | |
bnemec | #link https://review.opendev.org/733881 | 15:18 |
bnemec | Which is mine, and I see I need to add a release note for it. | 15:18 |
hberaud | bnemec: Please can you review this one when you will have some spare time => https://review.opendev.org/#/c/746723/ | 15:19 |
hberaud | also if some of you can take a look to this backport => https://review.opendev.org/#/c/747907/ I would appreciate get some feedbacks | 15:20 |
bnemec | Yeah, sorry. That's somewhere in my review backlog. | 15:20 |
hberaud | np | 15:20 |
bnemec | The requirements change on that one is going to be problematic on a stable branch. | 15:21 |
hberaud | and to finish please take a look to this backport too => https://review.opendev.org/#/c/747892/ (especially kgiusti) | 15:21 |
hberaud | bnemec: yep I wondering if we need them | 15:21 |
hberaud | bnemec: this fix is something useful but I'm not fan to bump requirements here | 15:22 |
bnemec | hberaud: Has it been reported against train? I think Neutron ran into it as part of their migration, which means it only affects releases going forward. | 15:22 |
hberaud | bnemec: maybe we can backport and leave the bump behind the door, thoughts? | 15:23 |
bnemec | If consumers of privsep were not affected by it in train, I would leave it alone. | 15:23 |
bnemec | I guess the same goes for ussuri. | 15:23 |
hberaud | bnemec: downstream someone reported a bug on OSP16 IIRC | 15:24 |
hberaud | (related to this) | 15:24 |
bnemec | Okay, that's good to know. | 15:24 |
bnemec | Was the requirements change needed for the fix? | 15:24 |
hberaud | hm I wondering if we need them to get the "if monkey_patched" | 15:25 |
bnemec | I'm not sure. | 15:26 |
bnemec | Can you follow up with Rodolfo? | 15:26 |
hberaud | At first glance I don't think requirements are needed | 15:26 |
hberaud | bnemec: ack I'll ping him | 15:26 |
gmann | bnemec: missed the release topic. | 15:28 |
gmann | when you are planning to release oslo.policy and utils ? work needed for JSON to YAML in these lib are merged. Once they are released I will update my Nova patch. | 15:28 |
bnemec | gmann: Yes, we'll release those this week. | 15:29 |
gmann | ok, thanks | 15:29 |
bnemec | We typically release everything in Oslo with changes every week. | 15:29 |
gmann | +1 | 15:29 |
hberaud | gmann: I planned to propose releases tomorrow | 15:29 |
gmann | hberaud: cool thanks. | 15:29 |
bnemec | #topic Open discussion | 15:30 |
*** openstack changes topic to "Open discussion (Meeting topic: oslo)" | 15:30 | |
bnemec | We're kind of already there, but any other topics not on the agenda? | 15:31 |
hberaud | nothing from my side | 15:31 |
bnemec | Okay, everyone enjoy your 26 minutes back then. Thanks for joining! | 15:34 |
bnemec | #endmeeting | 15:34 |
*** openstack changes topic to "OpenStack Common Libraries | https://wiki.openstack.org/wiki/Oslo" | 15:34 | |
openstack | Meeting ended Mon Aug 31 15:34:24 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:34 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/oslo/2020/oslo.2020-08-31-15.00.html | 15:34 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/oslo/2020/oslo.2020-08-31-15.00.txt | 15:34 |
openstack | Log: http://eavesdrop.openstack.org/meetings/oslo/2020/oslo.2020-08-31-15.00.log.html | 15:34 |
hberaud | bnemec: thanks | 15:35 |
*** harlowja has joined #openstack-oslo | 15:45 | |
*** hamalq has joined #openstack-oslo | 16:10 | |
*** ralonsoh has quit IRC | 16:53 | |
*** stephenfin has quit IRC | 16:56 | |
*** dtantsur is now known as dtantsur|afk | 17:13 | |
*** tosky has quit IRC | 17:14 | |
*** zzzeek has quit IRC | 18:34 | |
*** zzzeek has joined #openstack-oslo | 18:36 | |
*** zzzeek has quit IRC | 18:54 | |
*** zzzeek has joined #openstack-oslo | 18:56 | |
*** tosky has joined #openstack-oslo | 20:15 | |
*** raildo has quit IRC | 21:41 | |
*** Dmitrii-Sh1 has joined #openstack-oslo | 22:03 | |
*** Dmitrii-Sh has quit IRC | 22:05 | |
*** Dmitrii-Sh1 is now known as Dmitrii-Sh | 22:05 | |
*** moguimar has quit IRC | 22:10 | |
*** moguimar has joined #openstack-oslo | 22:18 | |
*** stephenfin has joined #openstack-oslo | 22:37 | |
*** rcernin has joined #openstack-oslo | 22:51 | |
*** tosky has quit IRC | 23:03 | |
*** hamalq has quit IRC | 23:33 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!