Tuesday, 2021-07-06

ignaziocassanohello, enabling security groups log, I need to specify a file where security logs are logged, but the openvswitch agent give me errors: 021-07-06 08:31:14.750 7 ERROR neutron FileNotFoundError: [Errno 2] No such file or directory: '/var/log/neutron/security_groups.log06:48
*** rpittau|afk is now known as rpittau07:30
ignaziocassanohello, I cannot configure neutron security groups logs with kolla. If I spcify e log file //var/log/neutro/security_groups.log) openvswitch agent restarts because it cannot find the log file07:38
mgoddardignaziocassano: kolla-ansible writes all logs to /var/log/kolla/. So use /var/log/kolla/neutron/security_groups.log07:42
ignaziocassanook07:44
ignaziocassanoI will try it07:44
ignaziocassanothanks07:44
mgoddardmchlumsky: we're not too strict about blueprint approvals. I would say the main barriers are 1. general agreement to accept adjutant as a new project, 2. finding two cores willing & able to review the code07:46
mgoddardmchlumsky: we're in quite a quiet period right now, with some of the main cores away07:47
kevkomorning07:52
kevkomgoddard: found a bug in masakari debian images -> masakari_monitors is trying to read /dev/shm/something ..but this is owned by another uuid/gid (corosync_pacemaker)07:55
mgoddardkevko: is there an easy fix?07:56
kevkomgoddard: issue is that RPMs on centos are creating hacluster haclient uuid and gid 189, debian is doing dynamic allocation of uuid ..so, there is no guaranteed that uuid are same ..07:56
kevkokevko: so in both debian images (hacluster_pacemaker, masakari_hostmonitor) there is need to install pacemaker-cli-utils ..which depends on pacemaker-common ..which is creating users and gids .. so two different containers ..two different not-controlable uuids/gids .. common /dev/shm/* -> not working :(07:58
kevkomgoddard: well, I've fixed it by installing pacemaker-common (which is meta package) to base image ..and it's working 07:58
kevkomgoddard: so ancestor of both images is same ..so users are same ..07:59
kevkomgoddard: another solution could be to use multiple FROM in masakari image ... FROM hacluster_base (where it could be installed pacemaker-common just for user creation) and another FROM openstack_base which masakari_hostmonitors using 08:00
kevkomgoddard: but i wanted to ask which is preferable ..or if there is another solution08:00
kevkomgoddard: i think there could be also possible to add user to kolla/common/config to users block ..but it has to be system user ..so < 1000 (if i am correct) ..and there is no support in kolla08:01
kevkomgoddard: so, issue is quite simple ..but every solution has some cons and pros08:02
kevkoand i don't know how to handle ..which solution is best08:02
mgoddardkevko: certainly I'd prefer to avoid installing pacemaker in every image :)08:02
mgoddardit sounds similar to the issue we had with /dev/kvm08:03
kevkowell, i've installed only pacemaker-common ... (but only because i used adduser --system .... from postinst in debian ..)08:03
kevkomgoddard: i think it should be too enough just create user ..without package of course08:03
mgoddard+108:04
mgoddardthe user can be created in both images with the same ID before the package is installed08:04
kevkoyes, this is working ..i've tested already ..but it has to be system uuid 08:04
kevkoand it has to be in base ..08:05
kevkobecause hacluster_base is FROM base and masakari_hostmonitors is FROM openstack_base which is FROM base << 08:05
kevkoor just that two images ? 08:06
kevkoi think creation in base image is OK as there are already all users 08:07
kevkomgoddard: regarding issue with kvm ...do you think you can find review ID ? 08:08
mgoddardkevko: I61235b51e2e1325b8a9b4f85bf634f663c7ec3cc08:09
kevkomgoddard: it's different issue ..but it's similar in terms of permissions 08:13
kevkomgoddard: will fill a bug, propose change and reno for Michal :) 08:14
mgoddardthanks08:21
opendevreviewMark Goddard proposed openstack/kolla master: ironic-neutron-agent: enable for Debuntu binary  https://review.opendev.org/c/openstack/kolla/+/79961108:57
Fl1ntHowdy everyone!09:13
mgoddardHi Fl1nt 09:15
Fl1nthow are you dear people of the IRC ?09:15
mgoddardall good thanks09:16
mgoddardit's pretty quiet at the moment09:16
mgoddardand you?09:16
Fl1ntI'm pretty good thanks ^^ Enjoying summer time :D09:16
mgoddardYou might be interested in this: https://review.opendev.org/c/openstack/kolla-ansible/+/79922909:17
Fl1ntlooking at it ^^09:17
Fl1ntwoooh what a long hell of a patchset ^^09:18
Fl1ntinteresting, I'll review it.09:19
mgoddardgreat09:19
Fl1nton a side note: is there any documentation about how to request for/perform a cherry pick with kolla/k-a? prometheus exporter k-a template was fixed a year ago but didn't made it to train branch, I'll like to cherry pick it from master, but I didn't find any gerrit/kolla documentation about this process09:21
Fl1ntmgoddard, wooh, this podman patchset is a high quality one from what I can see, neat and clean, missing few things but yet that's an impressive work.09:24
mgoddardFl1nt: cherry-pick is in gerrit-ui. Three dots button in top-right, then Cherry pick from drop-down09:34
mgoddardglad to hear you like the podman code. I haven't looked at it yet09:34
opendevreviewMark Goddard proposed openstack/kolla master: ironic-neutron-agent: enable for Debuntu binary  https://review.opendev.org/c/openstack/kolla/+/79961109:38
Fl1ntit still need to finish the python libraries/plugins but yet I see where the contributor want to go.09:50
Fl1ntoh ok, thanks!09:50
opendevreviewGaël THEROND proposed openstack/kolla-ansible stable/train: Fix prometheus-elasticsearch-exporter flags  https://review.opendev.org/c/openstack/kolla-ansible/+/79958109:53
opendevreviewGaël THEROND proposed openstack/kolla master: Fix prometheus-elasticsearch-exporter container.  https://review.opendev.org/c/openstack/kolla/+/79962010:04
opendevreviewSkylar Tristan Kelty proposed openstack/kayobe master: Add support for apt proxy setting  https://review.opendev.org/c/openstack/kayobe/+/79962910:39
hrwmorning10:59
opendevreviewMarcin Juszkiewicz proposed openstack/kolla master: drop leftovers of RHEL support  https://review.opendev.org/c/openstack/kolla/+/78556911:04
Fl1nthrw, o/11:08
opendevreviewMarcin Juszkiewicz proposed openstack/kolla master: Debian/Ubuntu: handle APT keys in proper way  https://review.opendev.org/c/openstack/kolla/+/78492311:54
*** kmasterson is now known as Guest513:34
*** osmanlicilegi is now known as Guest413:34
mchlumskymgoddard Thanks for the Adjutant answer. I'll do some lobbying during the meeting tomorrow. :)13:54
parallaxhttps://review.opendev.org/c/openstack/kolla-ansible/+/782735 - good to go?14:22
*** Guest5 is now known as kmasterson`14:32
*** kmasterson` is now known as kmasterson14:32
opendevreviewMerged openstack/kolla-ansible stable/victoria: docs: Add note about internal VIP when HAProxy is disabled  https://review.opendev.org/c/openstack/kolla-ansible/+/79915415:09
opendevreviewMerged openstack/kolla-ansible stable/wallaby: docs: Add note about internal VIP when HAProxy is disabled  https://review.opendev.org/c/openstack/kolla-ansible/+/79915315:12
opendevreviewMerged openstack/kolla-ansible stable/ussuri: docs: Add note about internal VIP when HAProxy is disabled  https://review.opendev.org/c/openstack/kolla-ansible/+/79915515:12
*** hrww is now known as hrw16:37
*** rpittau is now known as rpittau|afk16:39
*** hrww_ is now known as hrw16:59
*** mgoddard- is now known as mgoddard17:26
*** hrww is now known as hrw18:32
RedcavalierHey, I got a quick question : If I were to shutdown my host machine, is kolla putting in place a mechanism to gracefully shutdown the VMs in the container, like libvirt-guests?20:17
RedcavalierI'm asking here because I've found some discussions on google that happened around 2018, but nothing in actual documentation indicates it was implemented.20:20

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