Tuesday, 2020-09-15

*** BlackFX has joined #openstack-ansible00:16
BlackFXHi Guys. I am suddenly having a permissions issue on lots of my OS boxes:00:16
BlackFXSep 15 00:15:12 openstack-infra systemd[14023]: neutron-linuxbridge-agent.service: Failed to execute command: Permission denied00:16
BlackFXSep 15 00:15:12 openstack-infra systemd[14023]: neutron-linuxbridge-agent.service: Failed at step EXEC spawning /openstack/venvs/neutron-21.0.1.dev15/bin/neutron-linuxbridge-agent: Permission denied00:16
BlackFXI have removed the neutron venv and reinstalled with os-neutron-install.yml but the issue persists00:18
*** nsmeds has quit IRC00:41
*** janno has quit IRC00:41
*** janno has joined #openstack-ansible00:43
*** cshen has joined #openstack-ansible00:54
*** cshen has quit IRC00:59
*** alaska has joined #openstack-ansible01:15
*** MickyMan77 has joined #openstack-ansible01:39
BlackFXSo I chmoded o+x /openstack/venvs/neutron-21.0.1.dev15/bin/ and now it doesnt fail at that point. Is there a playbook that runs that sets the permissions?01:40
*** MickyMan77 has quit IRC01:44
*** ianychoi_ has joined #openstack-ansible01:46
*** ianychoi has quit IRC01:48
*** spatel has joined #openstack-ansible02:11
*** MickyMan77 has joined #openstack-ansible02:20
*** MickyMan77 has quit IRC02:27
*** cshen has joined #openstack-ansible02:54
*** cshen has quit IRC02:59
*** rh-jelabarre has quit IRC03:12
*** rh-jelabarre has joined #openstack-ansible03:13
*** rh-jelabarre has quit IRC03:18
*** MickyMan77 has joined #openstack-ansible03:23
*** MickyMan77 has quit IRC03:28
*** dave-mccowan has quit IRC03:32
*** spatel has quit IRC03:45
*** MickyMan77 has joined #openstack-ansible04:04
*** MickyMan77 has quit IRC04:09
*** evrardjp has quit IRC04:33
*** evrardjp has joined #openstack-ansible04:33
*** cshen has joined #openstack-ansible04:54
*** cshen has quit IRC04:59
*** MickyMan77 has joined #openstack-ansible05:51
*** miloa has joined #openstack-ansible05:52
*** MickyMan77 has quit IRC05:56
jrosserBlackFX: can you check the ansible version you have please? openstack-ansible —version06:01
*** baptistemm has left #openstack-ansible06:01
*** d34dh0r53 has quit IRC06:10
*** MickyMan77 has joined #openstack-ansible06:15
*** cshen has joined #openstack-ansible06:41
BlackFXansible-playbook 2.9.906:58
BlackFX  config file = /etc/ansible/ansible.cfg06:58
BlackFX  configured module search path = ['/etc/ansible/roles/config_template/library', '/etc/ansible/roles/plugins/library', '/etc/ansible/roles/ceph-ansible/library']06:58
BlackFX  ansible python module location = /opt/ansible-runtime/lib/python3.6/site-packages/ansible06:58
BlackFX  executable location = /opt/ansible-runtime/bin/ansible-playbook06:58
BlackFX  python version = 3.6.9 (default, Jul 17 2020, 12:50:27) [GCC 8.4.0]06:58
*** mensis has joined #openstack-ansible07:01
mensisHi, I wrote Monasca ansible role for openstack-ansible. But when i install, it installs pip packages from the latest versions and not the Train version. I followed both sahara and magnum role, when i check defaults/main.yml, the branch parameter locates master branch and i know in openstack_services.yml Train version is stated. So i did the same things for monasca07:04
mensisI added monasca repos and stable/train branch to openstack_services.yml and nothing changed, then i also changed branches in defaults/main.yml to stable/train07:06
mensisShould i state versions in monasca_pip_packages? Right now its like this http://paste.openstack.org/show/797859/07:07
*** MickyMan77 has quit IRC07:10
jrossermensis: there used to be a monasca role but unfortunatley no-one was able to maintain it https://github.com/openstack-archive/openstack-ansible-os_monasca/tree/stable/stein07:10
mensisyes i'm forking from there actually07:11
mensisand btw this is the task where it installs the pip packages; http://paste.openstack.org/show/797860/07:11
jrossermensis: i think i would use os_glance as the 'reference' for how these roles should be07:13
jrosserand from the look of your paste there does not seem to be setting for the constraints07:13
*** andrewbonney has joined #openstack-ansible07:14
jrossersimilar to how it is done for glance here https://github.com/openstack/openstack-ansible-os_glance/blob/master/tasks/glance_install.yml#L13207:14
BlackFXThe confusing part is that this was working fine a few days ago07:33
BlackFXand the fact that if I remove the neutron venv it comes straight back once installed07:34
*** tosky has joined #openstack-ansible07:34
*** sshnaidm|afk is now known as sshnaidm08:04
openstackgerritJames Gibson proposed openstack/openstack-ansible-ops master: Change ansible tests to prefer Python3 over Python2 in vitualenv  https://review.opendev.org/75177308:08
*** itandops has joined #openstack-ansible08:24
*** ygk_12345 has joined #openstack-ansible08:32
ygk_12345hi all08:32
ygk_12345is mugsie available here in this channel ?08:33
ygk_12345i am unable to add zones to rocky version . it was working earlier08:33
*** itandops has quit IRC08:36
openstackgerritJames Gibson proposed openstack/openstack-ansible-ops master: Change ansible tests to prefer Python3 over Python2 in vitualenv  https://review.opendev.org/75177308:57
*** ygk_12345 has quit IRC09:04
*** _kukacz has joined #openstack-ansible09:14
*** _kukacz is now known as kukacz09:16
BlackFXAfter manually adding o+x to the bin dir I now get this. Not sure if it points to anything specific.09:17
BlackFXSep 15 09:16:03 openstack-infra neutron-metadata-agent[23451]: Fatal Python error: Py_Initialize: Unable to get the locale encoding09:17
BlackFXSep 15 09:16:03 openstack-infra neutron-metadata-agent[23451]: ModuleNotFoundError: No module named 'encodings'09:17
BlackFXSep 15 09:16:03 openstack-infra neutron-metadata-agent[23451]: Current thread 0x00007fa902226740 (most recent call first):09:17
jrosserBlackFX: the default file permissions for ansible are influenced by the umask on your systems09:27
jrosserif that has somehow got changed then you might well end up with unexpected results09:28
jrosserthe reason to check your ansible version is this https://github.com/ansible/ansible/issues/7120009:29
jrosserbut if you are using 2.9.9 then that is not relevant and umask is the place to look09:29
BlackFXHmm09:33
BlackFXI don't *think* it's been changed.09:33
BlackFXI'll check09:33
*** yolanda has joined #openstack-ansible09:37
BlackFXargh! someone had changed it from 022 to 027, thanks for the pointer09:39
*** SecOpsNinja has joined #openstack-ansible09:46
*** itandops has joined #openstack-ansible10:02
*** yasemind has joined #openstack-ansible10:56
*** itandops has quit IRC10:59
watersjis mechanism_drivers l2population need when you are using linuxbridge?11:06
*** alvinstarr has quit IRC11:49
*** rh-jelabarre has joined #openstack-ansible11:52
*** rh-jelabarre has quit IRC11:54
*** rh-jelabarre has joined #openstack-ansible11:54
*** mathlin_ has quit IRC12:09
*** mathlin has joined #openstack-ansible12:11
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible stable/ussuri: Add integrated test for Ubuntu using ML2/OVN driver  https://review.opendev.org/75126912:14
*** itandops has joined #openstack-ansible12:19
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-galera_server master: Revert "Improve compatibility with connection delegation"  https://review.opendev.org/75203212:21
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-galera_server master: Revert "Improve compatibility with connection delegation"  https://review.opendev.org/75203212:22
*** sshnaidm has quit IRC12:25
*** spatel has joined #openstack-ansible12:39
*** cshen has quit IRC12:43
spateljrosser: noonedeadpunk do you think after today meeting we can merge os_senlin role - https://review.opendev.org/#/c/749365/ ?12:47
*** sshnaidm has joined #openstack-ansible12:50
jrosserspatel: that patch has a depends on which must merge first13:03
jrosseri've placed the votes that i'm able to :)13:03
noonedeadpunkI can't place any since I'm the one who offered it13:03
*** lkoranda has joined #openstack-ansible13:03
jrosserandrewbonney: ^13:04
spateljrosser: i think all dependent patched has been passed on zuul, right?13:04
noonedeadpunkthey are13:05
mgariepyjust added my +2 +w for the depend.13:08
mgariepyceph-volume is painful13:10
*** lkoranda has quit IRC13:10
openstackgerritGaudenz Steinlin proposed openstack/openstack-ansible master: Fix serialized playbook runs  https://review.opendev.org/75204013:10
*** MickyMan77 has joined #openstack-ansible13:11
*** MickyMan77 has left #openstack-ansible13:14
*** MickyMan77 has joined #openstack-ansible13:15
*** cshen has joined #openstack-ansible13:21
MickyMan77I have problem to create Volumes via nfsshare, the share is working and I can create file and folders on the share. But when I create the Volumes I get status, "error". http://paste.openstack.org/show/797880/13:21
openstackgerritJames Denton proposed openstack/openstack-ansible master: Update scripts-library.sh to grab output when command exists  https://review.opendev.org/69805513:48
*** yolanda has quit IRC13:53
*** yolanda has joined #openstack-ansible13:54
*** sri___ has joined #openstack-ansible13:57
*** jungleboyj_ has joined #openstack-ansible13:57
*** nicolasbock_ has joined #openstack-ansible13:57
*** guilhermesp_ has joined #openstack-ansible13:57
*** gouthamr__ has joined #openstack-ansible13:57
*** ChosSimbaOne_ has joined #openstack-ansible13:58
*** d34dh0r53 has joined #openstack-ansible13:58
*** sri_ has quit IRC14:00
*** gouthamr has quit IRC14:00
*** guilhermesp has quit IRC14:00
*** jungleboyj has quit IRC14:00
*** nicolasbock has quit IRC14:00
*** sep has quit IRC14:00
*** logan- has quit IRC14:00
*** jroll has quit IRC14:00
*** ChosSimbaOne has quit IRC14:00
*** antonym has quit IRC14:00
*** sri___ is now known as sri_14:00
*** gouthamr__ is now known as gouthamr14:00
*** jungleboyj_ is now known as jungleboyj14:00
*** guilhermesp_ is now known as guilhermesp14:00
*** logan_ has joined #openstack-ansible14:00
*** nicolasbock_ is now known as nicolasbock14:00
*** logan_ is now known as logan-14:00
*** sep has joined #openstack-ansible14:03
*** jamesdenton has quit IRC14:03
*** jamesdenton has joined #openstack-ansible14:05
*** antonym has joined #openstack-ansible14:07
*** jroll has joined #openstack-ansible14:08
*** itandops has quit IRC14:18
openstackgerritJames Denton proposed openstack/openstack-ansible master: Update scripts-library.sh to grab output when command exists  https://review.opendev.org/69805514:43
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add some protection from shadowing mount  https://review.opendev.org/75205914:45
*** mathlin has quit IRC14:46
*** mathlin has joined #openstack-ansible14:51
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_neutron master: Define condition for the first play host one time  https://review.opendev.org/75179014:57
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Add image download for manila  https://review.opendev.org/70497215:03
*** andrea15 has quit IRC15:11
*** andrea15 has joined #openstack-ansible15:12
*** kukacz has quit IRC15:32
*** ianychoi__ has joined #openstack-ansible15:41
*** ianychoi_ has quit IRC15:45
*** cshen has quit IRC15:51
*** cshen has joined #openstack-ansible15:52
*** MickyMan77 has quit IRC15:53
spatelnoonedeadpunk: look like zuul is busted here, right? - https://review.opendev.org/#/c/749540/15:57
noonedeadpunkit is, due to pip mirror issue ;(15:58
spateli thought so :)15:58
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_aodh master: Define condition for the first play host one time  https://review.opendev.org/75118515:58
noonedeadpunk#startmeeting openstack_ansible_meeting16:00
openstackMeeting started Tue Sep 15 16:00:23 2020 UTC and is due to finish in 60 minutes.  The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot.16:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:00
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)"16:00
openstackThe meeting name has been set to 'openstack_ansible_meeting'16:00
noonedeadpunk#topic office hours16:00
*** openstack changes topic to "office hours (Meeting topic: openstack_ansible_meeting)"16:00
*** gyee has joined #openstack-ansible16:06
-openstackstatus- NOTICE: Our PyPI caching proxies are serving stale package indexes for some packages. We think because PyPI's CDN is serving stale package indexes. We are sorting out how we can either fix or workaround that. In the meantime updating requirements is likely the wrong option.16:09
noonedeadpunkI don't have much for discussion today tbh16:09
noonedeadpunkyeah except this ^16:09
noonedeadpunkand I need to look into manila and murano, as they're broken for a while as well16:10
noonedeadpunkand btw I found out even more neat way for https://review.opendev.org/#/q/topic:run_condition to get run host - instead of `(intersect()|list) [0]` we can do just `intersect() | first` which is super readable comparing to previous16:12
noonedeadpunkand should e more effective as well I think16:14
noonedeadpunkbut yeah.16:14
*** cshen has quit IRC16:14
noonedeadpunkoh, and we have weird Ussuri renos, which andrewbonney raised yestarday. Really great catch, but no solution as  for now.16:14
noonedeadpunkI've reached #openstack-release team for help16:15
noonedeadpunkand as workaround we can mark every train reno as exclude in U branch...16:15
noonedeadpunkBut that is really lot of work....16:16
noonedeadpunkso maybe they will come up with that...16:16
noonedeadpunk*with some solution16:16
noonedeadpunk#link https://storyboard.openstack.org/#!/story/200813916:18
noonedeadpunkstory created regarding that for reno16:18
*** MickyMan77 has joined #openstack-ansible16:26
*** cshen has joined #openstack-ansible16:31
*** MickyMan77 has quit IRC16:31
*** miloa has quit IRC16:33
*** cshen has quit IRC16:36
*** itandops has joined #openstack-ansible16:44
noonedeadpunk#endmeeting16:47
*** openstack changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: https://bit.ly/2SAcGAn"16:47
openstackMeeting ended Tue Sep 15 16:47:11 2020 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:47
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2020/openstack_ansible_meeting.2020-09-15-16.00.html16:47
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2020/openstack_ansible_meeting.2020-09-15-16.00.txt16:47
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2020/openstack_ansible_meeting.2020-09-15-16.00.log.html16:47
jrossernoonedeadpunk: missed the meeting, long day in the server room16:50
jrosseranything needing attention, I have some time for OSA stuff tomorrow16:51
noonedeadpunkif you have smth to discuss - I'm open:)16:51
noonedeadpunknothing critical I think16:51
jrosserwas thinking we should look at bugs sometime16:52
jrosserlots of interesting stuff there16:52
noonedeadpunkyeah. I'm trying to keep track on incoming ones16:52
noonedeadpunk*fresh ones  actually16:52
jrosseryes I saw, good stuff16:52
noonedeadpunkbut I mean one day it's worth doing retrospective and clean up launchpad16:52
noonedeadpunkye16:52
noonedeadpunkif you could and interested in starting some investigation on root CA on deploy host would be awesome... not sure if/when I can get to this tbh16:53
jrosseryes, wonder how opinionated we should be16:54
jrosserlike roll from scratch or use some existing tool16:54
noonedeadpunktbh I never did rolled that so not sure about options....16:56
prometheanfireis OSA good with ansible-2.10 (external collections)?17:01
noonedeadpunknah, I guess not yet17:02
prometheanfireya17:02
* prometheanfire is dealing with another gentoo dev that things 2.10 will include collections again17:03
openstackgerritJames Denton proposed openstack/openstack-ansible master: Update scripts-library.sh to grab output when command exists  https://review.opendev.org/69805517:07
*** MickyMan77 has joined #openstack-ansible17:08
*** MickyMan77 has quit IRC17:13
jrosserprometheanfire: do you need specifically 2.10 or the ability to use collections?17:22
SecOpsNinjanoonedeadpunk, today i was able to pass the missing file keystone_auth_default_policy.jsonwith the label keystone_auth_enabled=False but now im having a strange eror rthat fedora coreos images are being store with 0 size and the k8s clustr doesn't finishis because i can boot the master :)17:28
*** tosky has quit IRC17:40
*** renich has joined #openstack-ansible17:58
*** cshen has joined #openstack-ansible18:11
*** cshen has quit IRC18:15
*** cshen has joined #openstack-ansible18:17
*** kukacz has joined #openstack-ansible18:20
*** cshen has quit IRC18:22
*** andrewbonney has quit IRC18:23
*** kukacz has quit IRC18:27
*** kukacz has joined #openstack-ansible18:28
*** SecOpsNinja has left #openstack-ansible19:04
*** spatel has quit IRC19:49
*** cshen has joined #openstack-ansible20:18
*** cshen has quit IRC20:22
*** kukacz has quit IRC20:43
*** MickyMan77 has joined #openstack-ansible20:56
*** MickyMan77 has quit IRC21:02
*** yasemind has quit IRC21:14
*** gokhani has quit IRC21:14
*** mensis has quit IRC21:14
*** MickyMan77 has joined #openstack-ansible21:57
*** MickyMan77 has quit IRC22:03
*** renich has quit IRC22:07
*** renich has joined #openstack-ansible22:08
*** cshen has joined #openstack-ansible22:18
*** cshen has quit IRC22:23
*** d34dh0r53 has quit IRC22:28
*** MickyMan77 has joined #openstack-ansible22:54
*** MickyMan77 has quit IRC22:59
BlackFXNeutron server seems to be quitting with the follwoing error:23:17
BlackFXneutron@infra1-neutron-server-container-35f9bc23:~$ /openstack/venvs/neutron-21.0.1.dev15/bin/python3 /openstack/venvs/neutron-21.0.1.dev15/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --debug23:17
BlackFX  (self, other),23:17
BlackFXNever mind, got it :)23:21
*** MickyMan77 has joined #openstack-ansible23:27
*** MickyMan77 has quit IRC23:32

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