*** BlackFX has joined #openstack-ansible | 00:16 | |
BlackFX | Hi Guys. I am suddenly having a permissions issue on lots of my OS boxes: | 00:16 |
---|---|---|
BlackFX | Sep 15 00:15:12 openstack-infra systemd[14023]: neutron-linuxbridge-agent.service: Failed to execute command: Permission denied | 00:16 |
BlackFX | Sep 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 denied | 00:16 |
BlackFX | I have removed the neutron venv and reinstalled with os-neutron-install.yml but the issue persists | 00:18 |
*** nsmeds has quit IRC | 00:41 | |
*** janno has quit IRC | 00:41 | |
*** janno has joined #openstack-ansible | 00:43 | |
*** cshen has joined #openstack-ansible | 00:54 | |
*** cshen has quit IRC | 00:59 | |
*** alaska has joined #openstack-ansible | 01:15 | |
*** MickyMan77 has joined #openstack-ansible | 01:39 | |
BlackFX | So 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 IRC | 01:44 | |
*** ianychoi_ has joined #openstack-ansible | 01:46 | |
*** ianychoi has quit IRC | 01:48 | |
*** spatel has joined #openstack-ansible | 02:11 | |
*** MickyMan77 has joined #openstack-ansible | 02:20 | |
*** MickyMan77 has quit IRC | 02:27 | |
*** cshen has joined #openstack-ansible | 02:54 | |
*** cshen has quit IRC | 02:59 | |
*** rh-jelabarre has quit IRC | 03:12 | |
*** rh-jelabarre has joined #openstack-ansible | 03:13 | |
*** rh-jelabarre has quit IRC | 03:18 | |
*** MickyMan77 has joined #openstack-ansible | 03:23 | |
*** MickyMan77 has quit IRC | 03:28 | |
*** dave-mccowan has quit IRC | 03:32 | |
*** spatel has quit IRC | 03:45 | |
*** MickyMan77 has joined #openstack-ansible | 04:04 | |
*** MickyMan77 has quit IRC | 04:09 | |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-ansible | 04:33 | |
*** cshen has joined #openstack-ansible | 04:54 | |
*** cshen has quit IRC | 04:59 | |
*** MickyMan77 has joined #openstack-ansible | 05:51 | |
*** miloa has joined #openstack-ansible | 05:52 | |
*** MickyMan77 has quit IRC | 05:56 | |
jrosser | BlackFX: can you check the ansible version you have please? openstack-ansible —version | 06:01 |
*** baptistemm has left #openstack-ansible | 06:01 | |
*** d34dh0r53 has quit IRC | 06:10 | |
*** MickyMan77 has joined #openstack-ansible | 06:15 | |
*** cshen has joined #openstack-ansible | 06:41 | |
BlackFX | ansible-playbook 2.9.9 | 06:58 |
BlackFX | config file = /etc/ansible/ansible.cfg | 06: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/ansible | 06:58 |
BlackFX | executable location = /opt/ansible-runtime/bin/ansible-playbook | 06:58 |
BlackFX | python version = 3.6.9 (default, Jul 17 2020, 12:50:27) [GCC 8.4.0] | 06:58 |
*** mensis has joined #openstack-ansible | 07:01 | |
mensis | Hi, 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 monasca | 07:04 |
mensis | I 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/train | 07:06 |
mensis | Should i state versions in monasca_pip_packages? Right now its like this http://paste.openstack.org/show/797859/ | 07:07 |
*** MickyMan77 has quit IRC | 07:10 | |
jrosser | mensis: 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/stein | 07:10 |
mensis | yes i'm forking from there actually | 07:11 |
mensis | and btw this is the task where it installs the pip packages; http://paste.openstack.org/show/797860/ | 07:11 |
jrosser | mensis: i think i would use os_glance as the 'reference' for how these roles should be | 07:13 |
jrosser | and from the look of your paste there does not seem to be setting for the constraints | 07:13 |
*** andrewbonney has joined #openstack-ansible | 07:14 | |
jrosser | similar to how it is done for glance here https://github.com/openstack/openstack-ansible-os_glance/blob/master/tasks/glance_install.yml#L132 | 07:14 |
BlackFX | The confusing part is that this was working fine a few days ago | 07:33 |
BlackFX | and the fact that if I remove the neutron venv it comes straight back once installed | 07:34 |
*** tosky has joined #openstack-ansible | 07:34 | |
*** sshnaidm|afk is now known as sshnaidm | 08:04 | |
openstackgerrit | James Gibson proposed openstack/openstack-ansible-ops master: Change ansible tests to prefer Python3 over Python2 in vitualenv https://review.opendev.org/751773 | 08:08 |
*** itandops has joined #openstack-ansible | 08:24 | |
*** ygk_12345 has joined #openstack-ansible | 08:32 | |
ygk_12345 | hi all | 08:32 |
ygk_12345 | is mugsie available here in this channel ? | 08:33 |
ygk_12345 | i am unable to add zones to rocky version . it was working earlier | 08:33 |
*** itandops has quit IRC | 08:36 | |
openstackgerrit | James Gibson proposed openstack/openstack-ansible-ops master: Change ansible tests to prefer Python3 over Python2 in vitualenv https://review.opendev.org/751773 | 08:57 |
*** ygk_12345 has quit IRC | 09:04 | |
*** _kukacz has joined #openstack-ansible | 09:14 | |
*** _kukacz is now known as kukacz | 09:16 | |
BlackFX | After manually adding o+x to the bin dir I now get this. Not sure if it points to anything specific. | 09:17 |
BlackFX | Sep 15 09:16:03 openstack-infra neutron-metadata-agent[23451]: Fatal Python error: Py_Initialize: Unable to get the locale encoding | 09:17 |
BlackFX | Sep 15 09:16:03 openstack-infra neutron-metadata-agent[23451]: ModuleNotFoundError: No module named 'encodings' | 09:17 |
BlackFX | Sep 15 09:16:03 openstack-infra neutron-metadata-agent[23451]: Current thread 0x00007fa902226740 (most recent call first): | 09:17 |
jrosser | BlackFX: the default file permissions for ansible are influenced by the umask on your systems | 09:27 |
jrosser | if that has somehow got changed then you might well end up with unexpected results | 09:28 |
jrosser | the reason to check your ansible version is this https://github.com/ansible/ansible/issues/71200 | 09:29 |
jrosser | but if you are using 2.9.9 then that is not relevant and umask is the place to look | 09:29 |
BlackFX | Hmm | 09:33 |
BlackFX | I don't *think* it's been changed. | 09:33 |
BlackFX | I'll check | 09:33 |
*** yolanda has joined #openstack-ansible | 09:37 | |
BlackFX | argh! someone had changed it from 022 to 027, thanks for the pointer | 09:39 |
*** SecOpsNinja has joined #openstack-ansible | 09:46 | |
*** itandops has joined #openstack-ansible | 10:02 | |
*** yasemind has joined #openstack-ansible | 10:56 | |
*** itandops has quit IRC | 10:59 | |
watersj | is mechanism_drivers l2population need when you are using linuxbridge? | 11:06 |
*** alvinstarr has quit IRC | 11:49 | |
*** rh-jelabarre has joined #openstack-ansible | 11:52 | |
*** rh-jelabarre has quit IRC | 11:54 | |
*** rh-jelabarre has joined #openstack-ansible | 11:54 | |
*** mathlin_ has quit IRC | 12:09 | |
*** mathlin has joined #openstack-ansible | 12:11 | |
openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible stable/ussuri: Add integrated test for Ubuntu using ML2/OVN driver https://review.opendev.org/751269 | 12:14 |
*** itandops has joined #openstack-ansible | 12:19 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-galera_server master: Revert "Improve compatibility with connection delegation" https://review.opendev.org/752032 | 12:21 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-galera_server master: Revert "Improve compatibility with connection delegation" https://review.opendev.org/752032 | 12:22 |
*** sshnaidm has quit IRC | 12:25 | |
*** spatel has joined #openstack-ansible | 12:39 | |
*** cshen has quit IRC | 12:43 | |
spatel | jrosser: 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-ansible | 12:50 | |
jrosser | spatel: that patch has a depends on which must merge first | 13:03 |
jrosser | i've placed the votes that i'm able to :) | 13:03 |
noonedeadpunk | I can't place any since I'm the one who offered it | 13:03 |
*** lkoranda has joined #openstack-ansible | 13:03 | |
jrosser | andrewbonney: ^ | 13:04 |
spatel | jrosser: i think all dependent patched has been passed on zuul, right? | 13:04 |
noonedeadpunk | they are | 13:05 |
mgariepy | just added my +2 +w for the depend. | 13:08 |
mgariepy | ceph-volume is painful | 13:10 |
*** lkoranda has quit IRC | 13:10 | |
openstackgerrit | Gaudenz Steinlin proposed openstack/openstack-ansible master: Fix serialized playbook runs https://review.opendev.org/752040 | 13:10 |
*** MickyMan77 has joined #openstack-ansible | 13:11 | |
*** MickyMan77 has left #openstack-ansible | 13:14 | |
*** MickyMan77 has joined #openstack-ansible | 13:15 | |
*** cshen has joined #openstack-ansible | 13:21 | |
MickyMan77 | I 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 |
openstackgerrit | James Denton proposed openstack/openstack-ansible master: Update scripts-library.sh to grab output when command exists https://review.opendev.org/698055 | 13:48 |
*** yolanda has quit IRC | 13:53 | |
*** yolanda has joined #openstack-ansible | 13:54 | |
*** sri___ has joined #openstack-ansible | 13:57 | |
*** jungleboyj_ has joined #openstack-ansible | 13:57 | |
*** nicolasbock_ has joined #openstack-ansible | 13:57 | |
*** guilhermesp_ has joined #openstack-ansible | 13:57 | |
*** gouthamr__ has joined #openstack-ansible | 13:57 | |
*** ChosSimbaOne_ has joined #openstack-ansible | 13:58 | |
*** d34dh0r53 has joined #openstack-ansible | 13:58 | |
*** sri_ has quit IRC | 14:00 | |
*** gouthamr has quit IRC | 14:00 | |
*** guilhermesp has quit IRC | 14:00 | |
*** jungleboyj has quit IRC | 14:00 | |
*** nicolasbock has quit IRC | 14:00 | |
*** sep has quit IRC | 14:00 | |
*** logan- has quit IRC | 14:00 | |
*** jroll has quit IRC | 14:00 | |
*** ChosSimbaOne has quit IRC | 14:00 | |
*** antonym has quit IRC | 14:00 | |
*** sri___ is now known as sri_ | 14:00 | |
*** gouthamr__ is now known as gouthamr | 14:00 | |
*** jungleboyj_ is now known as jungleboyj | 14:00 | |
*** guilhermesp_ is now known as guilhermesp | 14:00 | |
*** logan_ has joined #openstack-ansible | 14:00 | |
*** nicolasbock_ is now known as nicolasbock | 14:00 | |
*** logan_ is now known as logan- | 14:00 | |
*** sep has joined #openstack-ansible | 14:03 | |
*** jamesdenton has quit IRC | 14:03 | |
*** jamesdenton has joined #openstack-ansible | 14:05 | |
*** antonym has joined #openstack-ansible | 14:07 | |
*** jroll has joined #openstack-ansible | 14:08 | |
*** itandops has quit IRC | 14:18 | |
openstackgerrit | James Denton proposed openstack/openstack-ansible master: Update scripts-library.sh to grab output when command exists https://review.opendev.org/698055 | 14:43 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add some protection from shadowing mount https://review.opendev.org/752059 | 14:45 |
*** mathlin has quit IRC | 14:46 | |
*** mathlin has joined #openstack-ansible | 14:51 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_neutron master: Define condition for the first play host one time https://review.opendev.org/751790 | 14:57 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Add image download for manila https://review.opendev.org/704972 | 15:03 |
*** andrea15 has quit IRC | 15:11 | |
*** andrea15 has joined #openstack-ansible | 15:12 | |
*** kukacz has quit IRC | 15:32 | |
*** ianychoi__ has joined #openstack-ansible | 15:41 | |
*** ianychoi_ has quit IRC | 15:45 | |
*** cshen has quit IRC | 15:51 | |
*** cshen has joined #openstack-ansible | 15:52 | |
*** MickyMan77 has quit IRC | 15:53 | |
spatel | noonedeadpunk: look like zuul is busted here, right? - https://review.opendev.org/#/c/749540/ | 15:57 |
noonedeadpunk | it is, due to pip mirror issue ;( | 15:58 |
spatel | i thought so :) | 15:58 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_aodh master: Define condition for the first play host one time https://review.opendev.org/751185 | 15:58 |
noonedeadpunk | #startmeeting openstack_ansible_meeting | 16:00 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:00 |
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)" | 16:00 | |
openstack | The meeting name has been set to 'openstack_ansible_meeting' | 16:00 |
noonedeadpunk | #topic office hours | 16:00 |
*** openstack changes topic to "office hours (Meeting topic: openstack_ansible_meeting)" | 16:00 | |
*** gyee has joined #openstack-ansible | 16: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 | |
noonedeadpunk | I don't have much for discussion today tbh | 16:09 |
noonedeadpunk | yeah except this ^ | 16:09 |
noonedeadpunk | and I need to look into manila and murano, as they're broken for a while as well | 16:10 |
noonedeadpunk | and 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 previous | 16:12 |
noonedeadpunk | and should e more effective as well I think | 16:14 |
noonedeadpunk | but yeah. | 16:14 |
*** cshen has quit IRC | 16:14 | |
noonedeadpunk | oh, and we have weird Ussuri renos, which andrewbonney raised yestarday. Really great catch, but no solution as for now. | 16:14 |
noonedeadpunk | I've reached #openstack-release team for help | 16:15 |
noonedeadpunk | and as workaround we can mark every train reno as exclude in U branch... | 16:15 |
noonedeadpunk | But that is really lot of work.... | 16:16 |
noonedeadpunk | so maybe they will come up with that... | 16:16 |
noonedeadpunk | *with some solution | 16:16 |
noonedeadpunk | #link https://storyboard.openstack.org/#!/story/2008139 | 16:18 |
noonedeadpunk | story created regarding that for reno | 16:18 |
*** MickyMan77 has joined #openstack-ansible | 16:26 | |
*** cshen has joined #openstack-ansible | 16:31 | |
*** MickyMan77 has quit IRC | 16:31 | |
*** miloa has quit IRC | 16:33 | |
*** cshen has quit IRC | 16:36 | |
*** itandops has joined #openstack-ansible | 16:44 | |
noonedeadpunk | #endmeeting | 16: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 | |
openstack | Meeting ended Tue Sep 15 16:47:11 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:47 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2020/openstack_ansible_meeting.2020-09-15-16.00.html | 16:47 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2020/openstack_ansible_meeting.2020-09-15-16.00.txt | 16:47 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2020/openstack_ansible_meeting.2020-09-15-16.00.log.html | 16:47 |
jrosser | noonedeadpunk: missed the meeting, long day in the server room | 16:50 |
jrosser | anything needing attention, I have some time for OSA stuff tomorrow | 16:51 |
noonedeadpunk | if you have smth to discuss - I'm open:) | 16:51 |
noonedeadpunk | nothing critical I think | 16:51 |
jrosser | was thinking we should look at bugs sometime | 16:52 |
jrosser | lots of interesting stuff there | 16:52 |
noonedeadpunk | yeah. I'm trying to keep track on incoming ones | 16:52 |
noonedeadpunk | *fresh ones actually | 16:52 |
jrosser | yes I saw, good stuff | 16:52 |
noonedeadpunk | but I mean one day it's worth doing retrospective and clean up launchpad | 16:52 |
noonedeadpunk | ye | 16:52 |
noonedeadpunk | if 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 tbh | 16:53 |
jrosser | yes, wonder how opinionated we should be | 16:54 |
jrosser | like roll from scratch or use some existing tool | 16:54 |
noonedeadpunk | tbh I never did rolled that so not sure about options.... | 16:56 |
prometheanfire | is OSA good with ansible-2.10 (external collections)? | 17:01 |
noonedeadpunk | nah, I guess not yet | 17:02 |
prometheanfire | ya | 17:02 |
* prometheanfire is dealing with another gentoo dev that things 2.10 will include collections again | 17:03 | |
openstackgerrit | James Denton proposed openstack/openstack-ansible master: Update scripts-library.sh to grab output when command exists https://review.opendev.org/698055 | 17:07 |
*** MickyMan77 has joined #openstack-ansible | 17:08 | |
*** MickyMan77 has quit IRC | 17:13 | |
jrosser | prometheanfire: do you need specifically 2.10 or the ability to use collections? | 17:22 |
SecOpsNinja | noonedeadpunk, 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 IRC | 17:40 | |
*** renich has joined #openstack-ansible | 17:58 | |
*** cshen has joined #openstack-ansible | 18:11 | |
*** cshen has quit IRC | 18:15 | |
*** cshen has joined #openstack-ansible | 18:17 | |
*** kukacz has joined #openstack-ansible | 18:20 | |
*** cshen has quit IRC | 18:22 | |
*** andrewbonney has quit IRC | 18:23 | |
*** kukacz has quit IRC | 18:27 | |
*** kukacz has joined #openstack-ansible | 18:28 | |
*** SecOpsNinja has left #openstack-ansible | 19:04 | |
*** spatel has quit IRC | 19:49 | |
*** cshen has joined #openstack-ansible | 20:18 | |
*** cshen has quit IRC | 20:22 | |
*** kukacz has quit IRC | 20:43 | |
*** MickyMan77 has joined #openstack-ansible | 20:56 | |
*** MickyMan77 has quit IRC | 21:02 | |
*** yasemind has quit IRC | 21:14 | |
*** gokhani has quit IRC | 21:14 | |
*** mensis has quit IRC | 21:14 | |
*** MickyMan77 has joined #openstack-ansible | 21:57 | |
*** MickyMan77 has quit IRC | 22:03 | |
*** renich has quit IRC | 22:07 | |
*** renich has joined #openstack-ansible | 22:08 | |
*** cshen has joined #openstack-ansible | 22:18 | |
*** cshen has quit IRC | 22:23 | |
*** d34dh0r53 has quit IRC | 22:28 | |
*** MickyMan77 has joined #openstack-ansible | 22:54 | |
*** MickyMan77 has quit IRC | 22:59 | |
BlackFX | Neutron server seems to be quitting with the follwoing error: | 23:17 |
BlackFX | neutron@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 --debug | 23:17 |
BlackFX | (self, other), | 23:17 |
BlackFX | Never mind, got it :) | 23:21 |
*** MickyMan77 has joined #openstack-ansible | 23:27 | |
*** MickyMan77 has quit IRC | 23:32 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!