14:02:28 #startmeeting nuetron lbaas 14:02:29 Meeting started Thu Nov 28 14:02:28 2013 UTC and is due to finish in 60 minutes. The chair is enikanorov. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:02:30 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:02:33 The meeting name has been set to 'nuetron_lbaas' 14:02:39 enikanorov: Error: Can't start another meeting, one is in progress. Use #endmeeting first. 14:02:49 ok, let it be nuetron :0 14:02:56 #topic announcements 14:03:14 hi 14:03:21 we're currently working on basic scenario tests in tempest for lbaas service 14:03:30 you can find one on the review: 14:03:40 #link https://review.openstack.org/#/c/58697/ 14:04:10 I'd like to ask everyone who is working on their drivers to setup devstack environment with their solution and run this test 14:04:15 and let us know the results 14:04:59 this scenario checks basic operations and performs actoal end-to-end verification of balancing and connectivity 14:05:45 any questions on testing? 14:06:07 we will start working on this soon. (next week) 14:06:25 ok, cool 14:07:07 meanwhile I suggest everyone working on particular features will create some kind of test plan that later will need to be implemented in tempest 14:07:17 for each particular feature 14:07:20 ok 14:08:01 moving to the next topic 14:08:10 #topic bugs 14:08:32 hi everyone 14:08:51 hi Sam 14:08:57 on bugs side there is https://review.openstack.org/#/c/55032/ 14:09:05 #link https://review.openstack.org/#/c/55032/ 14:09:22 which fixes discrepancy between admin state up and status 14:09:34 I really would like to see this as part of API 14:09:47 so I'd appreciate any feed back on how you think it should be done 14:10:03 i mean dependency between admin_state_up and status 14:10:06 how about members? 14:10:09 since I'd like to see this covered by tempest API test 14:10:43 obondarev: members are addition to this review. probably deserve it's own bug 14:10:47 if set member admin state to down - should it became INACTIVE as well? 14:10:59 thre is a bug actually 14:11:00 obondarev: i think yes, it should 14:11:09 https://bugs.launchpad.net/neutron/+bug/1240916 14:11:11 Launchpad bug 1240916 in neutron "Changing the only member of a pool into admin state down should move the member and pool statuses to INACTIVE" [Undecided,Incomplete] 14:11:31 probably makes sence to add members handling to that patch 14:11:49 ok, will do 14:11:57 Bug update: I have fixed a bug in horizon-lbaas. https://review.openstack.org/56821 14:11:57 note: only 'half' of that bug should be fixed 14:12:16 obondarev: what so you mean? 14:12:50 bug is incomplete currently 14:13:02 avishayb: cool 14:13:18 obondarev: Incomplete was because of proposed PENDING state? 14:13:25 yes 14:13:37 we used to display the UUID of the HM - not very good.. 14:13:40 i think there's a consensus to change the status to INACTIVE 14:13:47 please see my comment on the bug 14:13:47 i'll change it to Confirmed 14:14:34 I think we shouldn't change status of the pool if only have inactive members 14:14:46 guys, this is the first time we see https://review.openstack.org/#/c/55032/ we will review offline and commit on the change 14:15:28 obondarev: yes. We'll state it in comments once again. 14:15:49 samuelbercovici: thanks 14:16:31 enikanorov: ok 14:16:54 ok, moving to the next topic 14:17:06 #topic features 14:17:23 avishayb: can you update on L7? 14:17:41 yes 14:18:20 I did a good progress in understanding HAProxy L7 model It is updated in the wiki 14:18:40 ok, good. we'll review 14:18:42 https://wiki.openstack.org/wiki/Neutron/LBaaS/l7#HAProxy_L7_Switching 14:19:06 I have addressed some of of your cooments - will finish by the end of today 14:19:18 * comments 14:19:46 ok, would be good if you could ping me or send notification 14:19:54 I will 14:20:05 does it support regex based comparison 14:20:13 it == HAProxy 14:20:19 it is 14:20:29 Vijay_ - yes 14:21:56 ok 14:22:04 obondarev: any updates on HA agents? 14:22:13 sure 14:22:43 Avishay: since that is the only operator that is proposed, you might want to update the spec with relevant examples 14:22:48 the idea is to monitor agents states - and to reschedule agent's devices if it goes down 14:23:17 reschedule to other active lbaas agents, if any 14:23:29 Vijay_: OK - I will try to come with more relevant examples. 14:23:52 one problem here is that agent may be down but device(port) and haproxy process still running 14:24:27 currently investigating how can we deal with it 14:24:30 obondarev: another question that i was thinking about: will that require additional status like 'RESCHEDULING' or something? 14:24:47 Vijay. See: https://github.com/joewilliams/haproxy/blob/master/examples/acl-content-sw.cfg#L39 14:25:06 enikanorov: yeah, good point, can think on it too 14:25:47 any new state can be additional pain... 14:25:58 agree 14:26:01 also, like reqested last time, it will be good to know the driver api 14:26:49 Vijay_: driver api reflects rest api mostly. see abstract driver code 14:27:02 need not 14:27:08 for ex. monitors dont 14:27:30 L7 policies are not associated with the loadbalancers object 14:27:52 Vijay_: that's something that needs to be discussed still 14:27:53 during creation 14:28:37 i don't see the reason to create it without binding to a vip and the pool, why? 14:29:19 obondarev: is health monitoring of the agent something that is exposed to admin (configurable) or hidden? 14:29:39 also I don't remember anyone has replied to my email with suggestions on L7 rules (based on L& wiki page) 14:29:44 s3wong: it's hidden 14:29:53 eugene: top of mind, i also think so 14:30:11 but if it is addressed in the wiki, then it is easier to review 14:30:35 ok, i'll check the wiki and will shoot another email 14:31:47 move on SSL? 14:31:58 loadbalancer instance please :) 14:32:04 it's going to be short 14:32:04 ok :-) 14:32:10 on loadbalancer instance front there was not much progress last week 14:32:17 obondarev: most common implementation of haproxy HA is haproxy with keepalived - is something like VRRP + peer something you are thinking about? 14:32:20 I've updated the wiki per someone's request 14:32:27 with some cli examples 14:32:58 still hoping to put initial implementation on review within I-1 timeframe hoping that folks will review in the beginning of I-2 14:33:28 s3wong: thanks for pointing, will look at it 14:34:08 next one: SSL 14:34:21 I will answer for evgenyf as he is not attending 14:34:48 Evgeny, has added the missing pieces based on Vijay_ comments. 14:35:19 Vijay_, we are waiting for you to conclude whether it is acceptable to use the "simaple" model 14:35:50 eugene: just one simple question on loadbalancer instance 14:35:59 Evgeny, also compared the proposeal to HA proxy and EC2. I think that we can complete the BP desing next week 14:36:13 will vip-show command also list vips alsong with loadbalancer id? 14:36:31 may be that also can be captured 14:36:39 I am slo trying to get reponse on when HAproxy 1.5 is expected to turn GA 14:37:12 object-show usually shows only the object being specified in parameter 14:37:16 Sam. I just checked other cloud provider implementations. (cloudstack) 14:37:22 while balancer-show can shot full configuration 14:37:40 and they seem to have introduced certificate as a separte entity fromt he beginning when they introduced SSL termination 14:38:08 the question really to answer is 14:38:16 why not store certificate in db 14:38:23 or rather keys 14:38:36 unless we have an answer to that we will not be able to decide 14:39:02 Vijay_: can you post this question into openstack-dev? 14:39:24 sure. i think sgran also posted on the similar regard 14:39:31 i will refresh that thread 14:40:21 also, Sam. Good to see the backend certificates and the cert chain accomodated in the model 14:40:31 and the parity with AWS 14:40:33 thanks@ 14:40:35 thanks! 14:41:46 Vijay_: if we get acceptance to storing the certificate in the db, than I would also like a model with certificates as 1st citizen 14:42:16 otherwise, I think that a "simple" model will work better until persisting is some place can be done 14:42:22 i saw a patch from Nachi Ueno today, who is going to do so for SLL VPN 14:42:23 i also agree!! 14:42:24 *SSL 14:42:40 Vijay_: please flush in irc and ML and lets see if we see any pushback 14:42:53 on another matter. 14:43:49 Evgeny has also published: https://blueprints.launchpad.net/neutron/+spec/neutron-quota-extension and will submit the patches for it by next week 14:43:56 please review 14:44:19 i've seen something on review for this bp i believe 14:44:51 ok, we'll review 14:45:10 enikanorov: thanks 14:45:19 #topic open discussion 14:45:48 I would liek to discuss 3rd party testing 14:45:54 samuelbercovici: did your team start working on test environment and jenkins integration? 14:45:59 yeah 14:47:29 avishay will answer on this. i have a question 14:47:33 samuelbercovici: so you've missed first few minutes where i was telling that we've published first tempest scenario test for lbaas 14:48:14 enikanorov: yes, I have seen it. we will review to see if/how to reuse 14:48:29 ok 14:48:52 the question is for everyone. what system are you considering to use for the tests themeslevves? is it templest or something else? 14:49:05 templest == tempest 14:49:06 We start working on the 3rd party testing and it looks like there are some generic sections. Here are the building blocks/flow: 14:49:29 1) Listen to gerrit stream. Analyze incoming events 14:50:15 1) When an event is "intersting" - fetch the code, push it to your local env and invoke tests 14:50:51 3) publish back a report (fail / ok) 14:50:52 tempest is just the testsuite, it has certain tools for managing the cloud (clients to all OS projects) 14:51:10 the environment is up to you (to how to set it up) 14:51:36 so avishay, will the the devstack be refreshed and rebuilt before merging the patch? 14:51:46 *assuming the test setup is with devstack 14:52:12 enikanorov: so how do you manage the setup / teardown before you run the testsuite? 14:52:25 Vijay_: i think it's not necessary, theoretically 14:53:11 samuelbercovici: what kind of setup? 14:53:26 I think that your environment should be setup already 14:53:32 idealy specking, the following should happen for the testsuite 14:53:40 it should have neutron/nova/glance/etc running 14:53:44 a. alocate a physcal box/vm 14:53:51 and also you should have tempest configured for your setup 14:54:05 b. install openstack for example using devstack 14:54:25 c. add the patchset that needs testing 14:54:25 yes, devstack should do, I think. 14:54:30 d. run tests 14:54:39 e. cleanup 14:54:56 how do you "automate" a.-e. 14:54:58 in fact, devstack could be configured to getch particular project from particular url (gerrit) 14:55:21 well, i would do it either with bash scripts or with python 14:55:29 whatever is easier for you 14:56:12 enikanorov: do you know if anyone already did it as an open-source project? 14:56:56 i don't think so since the solution should be very simple 14:56:58 i was thinking of sligh change. 1) listen on stream, 2) on event, if interesting proceed, 3) refresh devstack code, 4) run stack.sh to cleanup setup. 5) configure the lb providers, setup and other environments 6) run the tempest test. 14:57:05 for example, the currect standart tempest tests probaly already run in this way 14:57:11 i don't expect it to be more than 2 screens of bash code 14:57:15 step 0) is devstack setup. 14:57:24 with tempest 14:58:23 Step 7) Vote 14:59:45 Vijay_: the flow makes sense to me 14:59:53 ok, we need to wrap up 14:59:56 #endmeeting