Thursday, 2019-05-09

*** morazi has joined #puppet-openstack00:14
*** morazi has quit IRC00:18
*** dgurtner has quit IRC01:16
*** mschuppert has quit IRC02:01
*** rascasoft has quit IRC02:32
*** rascasoft has joined #puppet-openstack02:34
*** ykarel|away has joined #puppet-openstack03:04
*** ykarel|away is now known as ykarel04:24
*** janki has joined #puppet-openstack04:38
*** ykarel is now known as ykarel|afk04:40
*** ykarel|afk has quit IRC04:44
*** ykarel|afk has joined #puppet-openstack04:59
*** ykarel_ has joined #puppet-openstack05:01
openstackgerrityatin proposed openstack/puppet-openstack-integration master: [DNM] Move Fedora jobs to puppet 6  https://review.opendev.org/65784605:01
*** ykarel|afk has quit IRC05:04
openstackgerrityatin proposed openstack/puppet-openstack-integration master: [DNM] Move Fedora jobs to puppet 6  https://review.opendev.org/65784605:17
openstackgerritRajesh Tailor proposed openstack/puppet-nova master: Add cinder credentials in nova conf  https://review.opendev.org/65791805:22
*** ykarel_ is now known as ykarel05:32
*** dgurtner has joined #puppet-openstack05:53
*** hjensas has joined #puppet-openstack06:04
openstackgerrityatin proposed openstack/puppet-openstack-integration master: [DNM] Move Fedora jobs to puppet 6  https://review.opendev.org/65784606:13
*** mschuppert has joined #puppet-openstack06:14
*** pgaxatte has joined #puppet-openstack06:20
*** iurygregory has joined #puppet-openstack07:00
*** tesseract has joined #puppet-openstack07:09
*** ykarel is now known as ykarel|lunch07:21
*** skramaja has joined #puppet-openstack07:28
*** rpittau|afk is now known as rpittau07:35
openstackgerritzhongshengping proposed openstack/puppet-watcher master: test  https://review.opendev.org/64471507:36
*** jpena|off is now known as jpena07:45
*** pkopec has joined #puppet-openstack08:05
*** ykarel|lunch is now known as ykarel08:29
*** tkajinam has quit IRC08:30
*** jtomasek has joined #puppet-openstack08:37
*** tobias-urdin has joined #puppet-openstack08:41
openstackgerritRajesh Tailor proposed openstack/puppet-nova master: Add cinder credentials in nova conf  https://review.opendev.org/65791808:58
*** tesseract has quit IRC10:40
*** tesseract has joined #puppet-openstack10:41
*** tesseract has quit IRC10:45
*** tesseract has joined #puppet-openstack10:45
*** amoralej is now known as amoralej|lunch10:57
*** skramaja_ has joined #puppet-openstack11:02
*** skramaja has quit IRC11:02
*** shardy has quit IRC11:27
*** shardy has joined #puppet-openstack11:27
*** ykarel is now known as ykarel|afk11:37
*** jpena is now known as jpena|lunch11:39
*** morazi has joined #puppet-openstack11:50
*** janki has quit IRC11:54
*** zigo has quit IRC11:59
openstackgerritTobias Urdin proposed openstack/puppet-openstack-integration master: Dont run puppet 4 unit on master  https://review.opendev.org/65806312:22
*** zigo has joined #puppet-openstack12:24
openstackgerritTobias Urdin proposed openstack/puppet-openstack-integration master: Run puppet 6 unit for Stein and master  https://review.opendev.org/65806512:24
openstackgerritTobias Urdin proposed openstack/puppet-openstack-integration master: Dont run puppet 4 unit on master  https://review.opendev.org/65806312:26
openstackgerritTobias Urdin proposed openstack/puppet-openstack-integration master: Run puppet 6 unit for Stein and master  https://review.opendev.org/65806512:28
*** jpena|lunch is now known as jpena12:31
*** amoralej|lunch is now known as amoralej12:33
*** ade_lee has quit IRC12:34
*** ykarel|afk is now known as ykarel12:55
*** ekultails has joined #puppet-openstack13:11
*** ekultails has quit IRC13:12
*** ade_lee has joined #puppet-openstack13:19
*** ade_lee_ has joined #puppet-openstack13:20
*** ade_lee has quit IRC13:23
*** tesseract has quit IRC13:35
*** tesseract has joined #puppet-openstack13:35
*** altlogbot_2 has quit IRC13:43
openstackgerritTobias Urdin proposed openstack/puppet-openstack-integration master: Dont run puppet 4 unit on master  https://review.opendev.org/65806313:44
openstackgerritTobias Urdin proposed openstack/puppet-openstack-integration master: Run puppet 6 unit for Stein and master  https://review.opendev.org/65806513:45
*** altlogbot_1 has joined #puppet-openstack13:46
zigotobias-urdin: Hi there!13:47
tobias-urdinhello :)13:48
zigotobias-urdin: When I do a puppet run, I get:13:48
zigoDebug: Puppet::Provider::Openstack: Non-fatal error: 'Execution of '/usr/bin/openstack domain list --quiet --format csv' returned 1: __init__() got an unexpected keyword argument 'token''. Retrying for 168 more seconds13:48
zigoWhere does this come from? How to fix?13:48
zigoWhen I run the above command on the shell, it works prefectly ...13:48
tobias-urdinhm i've seen that before, don't remember why or where, let me check13:49
tobias-urdindo you have any weird OS_ env vars set that could impact the puppet run?13:50
zigotobias-urdin: Oh, indeed. I can try to run without it...13:50
zigoI think I did the same mistake before, probably...13:51
zigotobias-urdin: Nop, it still does it...13:53
zigo:(13:53
zigotobias-urdin: Now, I get:13:53
zigoDebug: Puppet::Provider::Openstack: Non-fatal error: 'Execution of '/usr/bin/openstack project list --quiet --format csv --long' returned 1: __init__() got an unexpected keyword argument 'project_name''. Retrying for 168 more seconds13:53
zigoOh, I see what's going on.13:54
tobias-urdinok the logic is here https://github.com/openstack/puppet-openstacklib/blob/master/lib/puppet/provider/openstack/auth.rb#L3513:55
tobias-urdinso either it reads env or it falls back to the openrc file, which if you changed recently13:55
tobias-urdinmight be the issue13:56
zigotobias-urdin: That's the full log: http://paste.openstack.org/show/751166/13:57
zigoI haven't changed it...13:57
tobias-urdini don't have any other ideas, maybe mwhahaha can remember some other case where that is seen14:00
zigoOk, thanks. I'll try and debug further ...14:00
zigoIt's very annoying because it's a production env, though the services are still running, so it's not a super-emergency.14:01
mwhahahathat sounds like a code version problem14:01
mwhahahahistorically when we've seen those types of error it's a client version mismatch14:01
zigomwhahaha: Can you expand on this? :)14:01
mwhahahaeither the code is too new or we're still trying v2 creds14:01
mwhahahain that case project_name has been removed at some point so it sounds like it's trying v2 creds with code that only works with v314:02
zigoOh, it looks like it worked after I renamed the openrc file ...14:02
zigoWeirdo !14:02
zigotobias-urdin: Thanks for the hint ! :)14:03
tobias-urdinnp14:05
*** rpittau is now known as rpittau|afk14:08
*** tesseract has quit IRC14:24
*** ykarel is now known as ykarel|away14:31
*** skramaja_ has quit IRC14:48
*** tesseract has joined #puppet-openstack14:50
*** dpawlik has quit IRC14:51
*** tesseract has quit IRC14:51
*** tesseract has joined #puppet-openstack14:51
*** tesseract has quit IRC15:01
*** ykarel|away has quit IRC15:02
*** tesseract has joined #puppet-openstack15:03
*** tesseract has quit IRC15:11
*** tesseract has joined #puppet-openstack15:16
*** tesseract has quit IRC15:18
*** tesseract has joined #puppet-openstack15:20
*** ykarel has joined #puppet-openstack15:35
*** pgaxatte has quit IRC15:36
*** bnemec has quit IRC15:58
*** bnemec has joined #puppet-openstack15:58
*** tesseract has quit IRC16:01
*** ykarel is now known as ykarel|away16:11
*** dtantsur has quit IRC16:26
*** dtantsur has joined #puppet-openstack16:26
*** iurygregory has quit IRC16:26
*** dtantsur has quit IRC16:32
*** dtantsur has joined #puppet-openstack16:37
*** jpena is now known as jpena|off16:42
*** irclogbot_1 has quit IRC16:46
*** irclogbot_1 has joined #puppet-openstack16:48
*** dgurtner has quit IRC16:49
*** shardy has quit IRC17:03
*** dgurtner has joined #puppet-openstack17:18
*** dgurtner has quit IRC17:39
*** dgurtner has joined #puppet-openstack18:03
*** jtomasek has quit IRC18:07
*** jtomasek has joined #puppet-openstack18:12
*** jtomasek has quit IRC18:16
*** ykarel|away has quit IRC18:17
*** amoralej is now known as amoralej|off18:18
*** morazi has quit IRC18:19
*** ade_lee_ has quit IRC20:56
*** pkopec has quit IRC21:08
*** ade_lee_ has joined #puppet-openstack21:34
*** ade_lee_ has quit IRC22:38
*** ade_lee_ has joined #puppet-openstack22:39
*** tkajinam has joined #puppet-openstack23:03

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!