Tuesday, 2018-05-01

*** vnogin has joined #puppet-openstack00:00
*** tosky has quit IRC00:00
*** vnogin has quit IRC00:05
openstackgerritMerged openstack/puppet-nova master: Debian: make placement-api run on uwsgi  https://review.openstack.org/56136201:12
*** ilbot3 has quit IRC01:45
*** ilbot3 has joined #puppet-openstack01:56
*** armaan has joined #puppet-openstack02:34
*** vnogin has joined #puppet-openstack03:00
*** vnogin has quit IRC03:04
openstackgerritRajesh Tailor proposed openstack/puppet-nova master: Allow configuration of NFS backend for Nova  https://review.openstack.org/56417704:43
*** homeski has quit IRC06:12
*** agurenko has joined #puppet-openstack06:20
*** agurenko has quit IRC06:25
*** agurenko has joined #puppet-openstack06:30
openstackgerritThomas Goirand proposed openstack/puppet-nova master: WIP: Fix VNC console in Debian & revert deprecation  https://review.openstack.org/56545106:47
*** armaan has quit IRC06:58
*** rcernin has quit IRC07:06
openstackgerritRajesh Tailor proposed openstack/puppet-nova master: Allow configuration of NFS backend for Nova  https://review.openstack.org/56417707:36
*** shardy_afk is now known as shardy07:57
*** rmart04 has joined #puppet-openstack07:59
*** armaan has joined #puppet-openstack08:16
openstackgerritThomas Goirand proposed openstack/puppet-nova master: WIP: Fix VNC console in Debian & revert deprecation  https://review.openstack.org/56545108:18
*** rmart04 has quit IRC08:20
*** salmankhan has joined #puppet-openstack08:37
*** derekh has joined #puppet-openstack08:38
*** armaan has quit IRC08:59
*** armaan has joined #puppet-openstack09:00
*** armaan has quit IRC09:04
*** salmankhan has quit IRC09:06
*** salmankhan has joined #puppet-openstack09:10
*** hjensas has quit IRC09:12
*** armaan has joined #puppet-openstack09:19
*** ykarel|away has joined #puppet-openstack09:32
*** hjensas has joined #puppet-openstack10:25
*** hjensas has quit IRC10:25
*** hjensas has joined #puppet-openstack10:25
*** rmart04 has joined #puppet-openstack10:48
*** ykarel|away has quit IRC10:51
zigomnaser: EmilienM: mwhahaha: Guys, on my laptop in a VM, I was able to have a full run of puppet-openstack!!! \o/11:03
zigoThen it tries to install tempest and fails.11:03
zigo+ python setup.py install11:03
zigoTraceback (most recent call last):11:03
zigo  File "setup.py", line 17, in <module>11:03
zigo    import setuptools11:03
zigoSo I guess that setuptools is installed by default in the Ubuntu VM in the infra.11:04
zigoI wonder, why not using the packaged version of Tempest?11:04
zigoAlso, in Debian, better use Py3, I guess.11:09
zigoAbout the os_region_name stuff, it's fixed in a point release of nova: https://review.openstack.org/#/c/555901/11:14
zigoI didn't know.11:14
zigoTherefore, my revert patch shouldn't be needed anymore after rebuilding the latest point release of Nova.11:14
zigo(which I'm doing right now)11:14
*** atoth has joined #puppet-openstack11:18
*** morazi has joined #puppet-openstack11:23
openstackgerritThomas Goirand proposed openstack/puppet-openstack-integration master: Debian: using packages for installing Tempest  https://review.openstack.org/56548311:31
*** armaan has quit IRC11:56
*** armaan has joined #puppet-openstack11:56
*** armaan has quit IRC11:57
*** armaan has joined #puppet-openstack11:57
*** armaan has quit IRC12:06
*** tosky has joined #puppet-openstack12:13
openstackgerritRajesh Tailor proposed openstack/puppet-nova master: Allow configuration of NFS backend for Nova  https://review.openstack.org/56417712:32
*** trown|outtypewww is now known as trown12:43
*** hjensas has quit IRC13:05
openstackgerritRajesh Tailor proposed openstack/puppet-nova master: Allow configuration of NFS backend for Nova  https://review.openstack.org/56417713:06
*** armaan has joined #puppet-openstack13:07
*** armaan has quit IRC13:10
*** armaan_ has joined #puppet-openstack13:10
*** vinsh_ has joined #puppet-openstack13:20
*** vinsh has quit IRC13:20
*** vinsh_ has quit IRC13:20
*** vinsh has joined #puppet-openstack13:21
mnaserzigo: that's awesome re: the full run13:32
mnaseri'm excited to slowly get the patches to merge and seeing green debian13:32
mnaseri noticed things seem to run much quicker in debian13:32
zigomnaser: There's still some issues though, I don't think it can spawn instances yet.13:33
mnaserzigo: progress :) i don't think it could deploy not long ago13:33
zigoThat's been a month I'm on it already ! :)13:33
mnaserzigo: https://wiki.debian.org/DebianStable13:33
mnasermaybe you wanna tell debian people it's broken :>13:33
*** openstackgerrit has quit IRC13:34
zigoWhat's broken? :)13:34
mnaseri'm getting "<p>You are not allowed to access this!</p>"13:34
mnaserunless we've been blocked, ha13:34
zigoIt works for me...13:35
zigomnaser: http://paste.openstack.org/show/720182/ That's what nova-compute.log says when trying to start an instance.13:35
zigoAny idea what that could be?13:35
mnaser2018-05-01 13:33:18.334 13975 ERROR nova.scheduler.client.report [req-0605b879-2e26-4a72-b32f-88e3a08eafaf - - - - -] [req-29e3c596-fba4-4882-b48e-73c042a74b1c] Failed to retrieve resource provider tree from placement API for UUID 19e3a194-1650-4e9e-8977-6a4348e97e3b. Got 404: {"errors": [{"detail": "The resource could not be found.\n\n   ", "status": 404, "request_id": "req-29e3c596-fba4-4882-b48e-73c042a74b1c",13:35
mnaser"title": "Not Found"}]}.13:35
mnaserit looks like it's making a request to the placement api that is returning 40413:35
zigoOh...13:35
mnaseropenstack endpoint list13:35
mnaserwhat is the url for the placement api? maybe that url is wrong13:35
zigoPlacement is there.13:36
zigoI suspect that UWSGI is being nasty in my virtualbox again.13:36
mnaserbut is it the correct url?13:36
mnasercurl it and see if it actaully responds or gives a 40413:36
zigoWhat would be the URL ?13:36
zigohttp://127.0.0.1:8778/placement/19e3a194-1650-4e9e-8977-6a4348e97e3b ?13:37
mnaserzigo: is placement running on port 8778?13:38
zigoYep.13:38
zigoIt didn't after the puppet run though, but I could start it by hand.13:38
mnaseri suspect because you use uwsgi, your placement runs at "http://127.0.0.1:8778" but when we use httpd .. we run placement at "http://127.0.0.1:8778/placement"13:38
zigoI guess my last patch isn't working correctly.13:38
zigoOh, I see what you mean.13:38
mnaserso i think what happens is you're hitting "http://127.0.0.1:8778/placement/<foo>" which 404s13:38
zigoAs much as I remember, that's not the issue.13:39
zigoEven with UWSGI, it's still  using /placement13:39
mnaseroh okay it is namespaced13:39
mnaseri guess that's a packaging detail13:39
mnaseryou can set things to debug and it will print out a curl and show what request it's trying to do13:39
*** openstackgerrit has joined #puppet-openstack13:47
openstackgerritRajesh Tailor proposed openstack/puppet-nova master: Allow configuration of NFS backend for Nova  https://review.openstack.org/56417713:47
*** tosky has quit IRC13:51
*** hjensas has joined #puppet-openstack13:53
*** hjensas has quit IRC13:53
*** hjensas has joined #puppet-openstack13:53
zigomnaser: I think you're right, I get an answer to this query: http://127.0.0.1:8778/resource_providers13:53
mnaseryeah the /placement thing is a httpd detail, so you might wanna update things13:54
zigomnaser: Should I update the way the endpoint is created, or maybe fix the UWSGI startup thing (if that's even possible)? What do you think is best?13:54
mnaserzigo: i think that if uwsgi is going to run it on its own port, it should drop the /placement prefix (because we kinda hardcoded that)13:55
zigoOk.13:55
zigomnaser: Hum... it's all over the place in the nova module ... :(13:56
zigomnaser: Looks like I only have to fix manifests/keystone/auth_placement.pp right?13:57
mnaserzigo: really? i think it's probably just in the endpoint registration13:57
mnaseryeah13:57
openstackgerritThomas Goirand proposed openstack/puppet-nova master: Fix placement URL  https://review.openstack.org/56550914:00
zigomnaser: BTW, any idea why the nova-placement-api service didn't start automatically for me?14:01
mnaserzigo: is there anything that does ensure started?  if you rerun puppet does it start it again?14:01
zigomnaser: https://github.com/openstack/puppet-nova/blob/master/manifests/placement.pp#L104 <--- This thing is supposed to start it, no ?14:02
*** trown is now known as trown|brb14:11
*** armaan_ has quit IRC14:13
*** trown|brb is now known as trown14:14
*** armaan has joined #puppet-openstack14:14
openstackgerritMatt Riedemann proposed openstack/puppet-nova master: Remove references to Exact* filters  https://review.openstack.org/56551214:19
*** agurenko has quit IRC14:20
*** armaan has quit IRC14:33
openstackgerritRajesh Tailor proposed openstack/puppet-nova master: Allow configuration of NFS backend for Nova  https://review.openstack.org/56417714:36
openstackgerritTobias Urdin proposed openstack/puppet-nova master: Small fixes to placement that was missed  https://review.openstack.org/56551514:44
*** salmankhan has quit IRC14:48
*** rmart04 has quit IRC15:05
openstackgerritOliver Walsh proposed openstack/puppet-nova master: Remove references to Exact* filters  https://review.openstack.org/56551215:18
openstackgerritTobias Urdin proposed openstack/puppet-nova master: Small fixes to placement that was missed  https://review.openstack.org/56551515:19
*** sai_p has joined #puppet-openstack15:31
*** salmankhan has joined #puppet-openstack15:34
*** tosky has joined #puppet-openstack16:02
openstackgerritOliver Walsh proposed openstack/puppet-nova master: Remove references to Exact* filters  https://review.openstack.org/56551216:04
zigotobasco: Hey, do you understand why the nova-placement-api service wasn't start after my patch?16:04
zigotobasco: Maybe you know how to write the fix?16:04
zigo(in your current patch)16:04
*** armaan has joined #puppet-openstack16:28
*** vnogin has joined #puppet-openstack16:35
*** salmankhan has quit IRC16:36
*** tosky has quit IRC16:37
*** armaan has quit IRC16:38
*** armaan has joined #puppet-openstack16:39
*** vnogin has quit IRC16:42
*** trown is now known as trown|lunch16:43
*** shardy has quit IRC16:44
*** derekh has quit IRC16:56
*** armaan has quit IRC17:01
*** armaan has joined #puppet-openstack17:02
openstackgerritTobias Urdin proposed openstack/puppet-nova master: Fix bug in placement and add tests  https://review.openstack.org/56551517:53
*** trown|lunch is now known as trown18:12
openstackgerritTobias Urdin proposed openstack/puppet-nova master: Fix bug in placement and add tests  https://review.openstack.org/56551518:41
openstackgerritTobias Urdin proposed openstack/puppet-nova master: Fix bug in placement and add tests  https://review.openstack.org/56551519:17
*** dpawlik has joined #puppet-openstack19:37
*** dpawlik has quit IRC19:47
*** rajinir has joined #puppet-openstack20:51
*** trown is now known as trown|outtypewww21:06
openstackgerritTobias Urdin proposed openstack/puppet-nova master: Fix VNC console in Debian  https://review.openstack.org/56432821:26
openstackgerritMerged openstack/puppet-manila stable/queens: Update DellEMC Manila VNX driver  https://review.openstack.org/56253121:30
openstackgerritTobias Urdin proposed openstack/puppet-nova master: Fix VNC console in Debian  https://review.openstack.org/56432821:39
openstackgerritTobias Urdin proposed openstack/puppet-nova master: Fix VNC console in Debian  https://review.openstack.org/56432821:43
openstackgerritMerged openstack/puppet-openstack_extras master: Set optional API version-related environment vars  https://review.openstack.org/56397622:00
*** rwsu has quit IRC22:03
*** rcernin has joined #puppet-openstack22:36
openstackgerritSam Morrison proposed openstack/puppet-neutron master: Added new class neutron::server::placement  https://review.openstack.org/56244222:48
*** rajinir has quit IRC23:10
openstackgerritMerged openstack/puppet-openstack-integration master: Updated from Puppet OpenStack modules constraints  https://review.openstack.org/56294223:27

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