Thursday, 2015-11-19

*** kebray_ has quit IRC00:01
*** openstack has joined #openstack-app-catalog02:28
openstackgerritChristopher Aedo proposed openstack/app-catalog: WIP - Python Server  https://review.openstack.org/22785603:24
openstackgerritChristopher Aedo proposed openstack/app-catalog: WIP - Python Server  https://review.openstack.org/22785603:33
*** kebray has joined #openstack-app-catalog04:13
*** kebray has quit IRC07:06
*** hogepodge has quit IRC09:34
*** hogepodge has joined #openstack-app-catalog09:39
*** hogepodge has quit IRC09:54
*** openstackgerrit has quit IRC10:01
*** openstackgerrit has joined #openstack-app-catalog10:02
*** hogepodge has joined #openstack-app-catalog10:10
*** openstack has joined #openstack-app-catalog10:21
*** hogepodge has quit IRC10:42
*** hogepodge has joined #openstack-app-catalog10:51
*** DarthVigil has joined #openstack-app-catalog14:59
*** DarthVigil has quit IRC15:20
*** kebray has joined #openstack-app-catalog16:32
kfox1111docaedo: looking god. You might # noqa the import * thing. Normally thats bad, but in this case, I think its a good thing.16:42
kfox1111looking good16:42
kfox1111I also finally heard back from rdo. they have a path forward. so hopefully soon.16:43
*** DarthVigil has joined #openstack-app-catalog16:49
docaedogood news on rdo!16:57
docaedoI totally forgot to send an email about the meeting this week (scheduled for 3 minutes from now)16:57
*** DarthVigil has quit IRC17:48
kfox1111did I miss it again?18:07
kfox1111#$@$@* outlook!18:07
kfox1111ok. I think I have it moved on my caleandar... its showing up at 9:00am next week. hopefully that fixed it. :/18:18
docaedoThursday next week is thanksgiving - I like the app-catalog but I don't like it enough to be fully awake and at my computer at 9am :D18:39
docaedoBut the week after?  Hell yes!18:39
kfox1111fair enough. :)18:45
*** openstackgerrit has quit IRC19:46
*** openstackgerrit has joined #openstack-app-catalog19:47
*** kebray has quit IRC19:48
*** kebray has joined #openstack-app-catalog19:49
kfox1111docaedo: ever do a deep fat fried turkey? :)20:57
kfox1111Doing another one this year. :)20:57
*** kebray has quit IRC21:06
docaedokfox1111: yes, did one a few times when I lived in Los Angeles, lots of fun :)21:10
docaedoalways did two since the oil was already hot and ready to go...  Man that makes some good turkey21:11
kfox1111yeah. love it. and so fast. less then an hour. :)21:12
openstackgerritChristopher Aedo proposed openstack/app-catalog: WIP - Python Server  https://review.openstack.org/22785621:13
kfox1111oh. and this stuff: http://www.cajuninjector.com/product/cajun-injector-creole-butter/21:13
docaedoyes! gotta inject it, makes such a different21:13
docaedo*difference21:13
kfox1111I'm hungry now..... :)21:14
kfox1111the patch is looking good....21:14
kfox1111I think it still might complain about settings.py:8621:15
*** rhagarty has quit IRC21:15
docaedoah damnit yeah, I was going to add the noqa .. do I add it just before that line?21:16
*** kebray has joined #openstack-app-catalog21:16
kfox1111sec... let me find an example.21:16
*** rhagarty has joined #openstack-app-catalog21:17
kfox1111at the end of the import line, two spaces, then # then a space, then noqa21:17
kfox1111import... *  # noqa21:17
openstackgerritChristopher Aedo proposed openstack/app-catalog: WIP - Python Server  https://review.openstack.org/22785621:18
docaedojust putting hopefully the final polish on the puppet piece (with luck I mean)21:19
kfox1111nice. Thanks for working on it. :)21:21
docaedonp, thanks for laying the foundation for all this!21:21
kfox1111:)21:24
kfox1111getting closer with our new deployment. got a 3 node ha keystone cluster just about done.21:24
*** kebray has quit IRC21:29
docaedoawesome! Using kolla?21:30
kfox1111going to try, but I'm getting less convinced I'll be able to. they need to get a 1.1 release out the door.21:31
*** rhagarty has quit IRC21:34
*** rhagarty has joined #openstack-app-catalog21:36
*** kebray has joined #openstack-app-catalog21:41
openstackgerritChristopher Aedo proposed openstack/app-catalog: WIP - Python Server  https://review.openstack.org/22785621:45
*** kebray has quit IRC21:45
*** kebray has joined #openstack-app-catalog21:50
docaedokfox1111: I believe 227856 should have index.html restored, then we can merge that whole set without breaking the existing site (and we have to merge this before we can push for the infra patch to merge)21:56
docaedokfox1111: https://review.openstack.org/#/c/245315/ works properly for me and does all the things I think it needs to do (including enabling compression, making the static cache, and running "collectstatic"21:58
docaedolet me know what you think about restoring index.html for 227856 - I believe that would allow the site to continue functioning as-is until the infra merge changes the apache settings, and then everything goes through wsgi21:59
kfox1111you mean, recopy imdex.html from trunk back into templates/ ?22:05
kfox1111oh. or are you saying, we should copy index.html back in its static location and then push 227856 before the infra one?22:06
docaedosecond one - copy index back to original location so we can merge 227856 soon/now22:07
docaedonot sure if infra will like the last version of my patch, but it works for me in my test environment, throws no errors, and does all the things it's supposed to do.  Also copied methods from storyboard manifest, so it's consistent with other infra-hosted projects22:08
kfox1111sounds like a good idea to me, if it works.22:08
docaedo(so fingers crossed I would be stuck in too many reviews22:08
kfox1111can you give it a shot with your vm without the infra patch, and with the index.html coppied?22:09
docaedoI'll give it a try, assuming it works locally I'll push one up22:09
docaedoyup22:09
docaedowanted your input first to make sure I wasn't missing something really obvious as to why we wouldn't take this path22:09
*** kebray has quit IRC22:10
kfox1111its a good idea. it didn't occur to me to try that.22:12
docaedoWorks! pushing up (hopefully) last commit22:12
kfox1111nice.22:14
openstackgerritChristopher Aedo proposed openstack/app-catalog: Python Server  https://review.openstack.org/22785622:14
docaedoDUN22:14
kfox1111does pip install do pip install -r requirements.txt too? I didn't think it did.22:19
docaedoOh I thought it did?22:20
kfox1111just reviewed. its looking pretty close.22:21
docaedovalidating my assertion right now...22:21
docaedopip freeze in clean virtualenv after only running "pip install ." in app-catalog: http://paste.openstack.org/show/47949922:22
kfox1111Did you copy index.html from trunk?22:22
docaedoI copied it from templates and removed the three lines you changed22:23
docaedos/changed/added/22:23
kfox1111ok. just doublechecking. I thought I had put a bit of template stuff in it.22:23
kfox1111k... I've got some meetings to go to, and then I'lll double check but I think the python server before the infra idea should work. :)22:27
docaedocool22:28
*** kebray has joined #openstack-app-catalog22:52
*** kebray has quit IRC23:11
*** kebray has joined #openstack-app-catalog23:15
*** rhagarty_ has joined #openstack-app-catalog23:18
*** rhagarty has quit IRC23:20
*** kebray has quit IRC23:51

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