17:02:07 #startmeeting CongressTeamMeeting 17:02:08 Meeting started Tue Aug 26 17:02:07 2014 UTC and is due to finish in 60 minutes. The chair is pballand. Information about MeetBot at http://wiki.debian.org/MeetBot. 17:02:09 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 17:02:11 The meeting name has been set to 'congressteammeeting' 17:02:15 hello everyone 17:02:19 hey 17:02:55 harrisonkelly: good morning/afternoon 17:03:17 I expect a small crowd this week due to confrerences 17:03:28 anyone else around? 17:03:51 sarob 17:03:54 is 17:03:55 here 17:03:56 hey sarob 17:04:25 lets just give a quick status update for those reading the logs, and get back up to speed next week 17:04:38 harrisonkelly: you’ve been hard at work - how’s DSE going? 17:05:28 harrisonkelly: seems to have fallen asleep 17:05:38 good, I think i finished getting the DSE to use eventlets 17:06:10 If there is anything left to do on the DSE, I can start working on something else 17:06:13 cool - once thinrichs takes a look, we should be able to merge it 17:06:26 harrisonkelly: there is plenty of stuff needed - it would be great if you have the cycles 17:06:48 the first item that comes to mind is to add functionality to the cage to query the status of each datsource 17:06:59 I have some time this week, but I’m going to have less starting next week because of school 17:07:23 what do you mean by status? Like ‘running’ or ‘stopped’? 17:08:15 basically, each datasource should have basic health like {running, error}, and other fields like ‘last_update_time’ 17:08:30 those are just (bad) examples 17:08:47 So basically any information that I can collect from the services? 17:08:56 ultimately, the requirement is for the policy engine to be able to understand when a datasource is having trouble 17:09:22 for example, the neutron plugin may be up and running, but may have connection issues with the Neutron API endpoint 17:09:59 the info will also be exposed on the /v1/data-sources//status API path 17:10:23 ok, I can take a look into that 17:11:11 harrisonkelly: that would be great - unfortunately we don’t have a spec for the work yet, so that would be a good place to start so we can refine the design 17:11:26 ok, I’ll start that today 17:11:51 great! 17:12:00 sarob: did you want to update us on specs 17:12:15 righto 17:12:36 the basics are merged 17:13:04 i am going to backport a few blueprints to specs 17:13:11 that are missing specs 17:13:39 i will be proposing a way to track 17:13:47 specs between releases 17:13:52 thats it 17:14:10 sarob: that’s great - can you please update the wiki with the new link to specs: https://wiki.openstack.org/wiki/Congress#How_To_Create_a_Blueprint 17:14:15 will do 17:14:21 perfect 17:14:30 thanks for noticing 17:14:49 looks like a couple other people joined - for those coming in, we’re on a skeleton crew due to concurrent conferences this week 17:15:04 anyone else have updates they want to discuss this week? 17:16:18 From a project status standpoint we tagged an alpha release last week, and are pushing for people to try out the code 17:16:57 the POC use case is working from a demo perspective, and we will be shifting to filing out the rough edges 17:17:04 * sarob wiki updated with new spec repo location 17:17:11 sarob: thanks 17:17:55 the other item coming up is the policy summit - sarob has been leading that - can you give us an update? 17:18:08 the policy summit etherpad #link https://etherpad.openstack.org/p/juno-midcycle-policy-summit 17:18:20 needs some attention 17:18:41 we have 38 people signed up for the event 17:19:03 i have mikal on the hook for both finding us a nova policy standin 17:19:20 and updating the nova policy session on the etherpad 17:19:43 i have some notes from mikal that i will be 17:19:51 putting into the etherpad agenda as well 17:19:56 thats it 17:20:10 cool, thanks sarob 17:20:20 ;) 17:20:52 if there are topics that are near and dear to you to discuss at the summit, be sure to add them to the etherpad 17:21:23 that’s all I had for this week 17:21:30 #topic Open Discussion 17:21:46 Hi, I have a problem with install 17:22:20 trying to check in some code which I need to test. standalone install fails. Any guesses on what it may be? 17:22:40 hi kudva what are you running for install? 17:22:40 https://bugs.launchpad.net/congress/+bug/1360629 17:23:09 pballand: cloned from git and followed the "standalone" instructions (not devstack) in the README 17:23:28 what OS / version ? 17:23:46 Ubuntu Precise I think 17:23:52 Recommend a different one? 17:23:57 what is your tox version? 17:24:16 rajdeep: let me check 17:24:38 please make sure it is tox 1.5 17:24:56 rajdeep: will do. Will reinstall and try again. Thanks! 17:24:58 a lot of the OpenStack packages have specific package version dependencies that conflict with what Ubuntu has in APT 17:25:27 in general, try to uninstall any python dependencies installed from apt, and install from pip instead 17:26:02 even pip version can give heart burns 17:26:10 pballand: ah, got it, will try that :) 17:26:11 make sure you install latest pip 17:26:29 rajdeep: I have pip. It's possible I have a mix of pip and apt installs. need to clean up 17:26:43 python get-pip.py 17:26:55 please don't use apt-get to install pip 17:27:17 it installs older version..hence your issues 17:27:17 rajdeep: okay, I'll clean up all the packages and start over 17:27:22 rajdeep; thanks 17:27:34 kudva : my pleasure 17:27:45 python reminds me of dll 17:27:46 :) 17:28:21 kudva: thanks for the report - if there is anything we can do to make the instructions more clear, please let us know (or submit a patch) :) 17:28:47 pballand: I'll redo everything and summarize for the benefit of others who may try standalone 17:29:19 kudva: thanks so much! 17:29:29 perhaps check pip / tox versions 17:29:37 in a script 17:30:06 rajdeep: okay 17:31:30 kudva: have you been able to use run_tests.py instead of tox? 17:32:48 pballand: didnt' try this time. Just followed instructions in README 17:34:08 kudva: ah - I didn’t realize we suggested tox instead of run_tests 17:34:19 not sure why that is 17:34:36 pballand: okay, in that case, let me do a clean install and try both run_tests and tox 17:34:45 that would be really helpful 17:36:37 any other concerns or comments for this forum? 17:37:43 ok, thanks for coming this week 17:38:05 #endmeeting