Friday, 2015-10-23

*** evgenyf has joined #openstack-lbaas00:01
*** Brian_shang has quit IRC00:02
*** vivek-ebay has quit IRC00:03
johnsom67% uploaded00:08
*** minwang2 has quit IRC00:16
*** hockeynut has joined #openstack-lbaas00:19
*** TrevorV2 has quit IRC00:22
*** vivek-ebay has joined #openstack-lbaas00:23
*** vivek-ebay has quit IRC00:24
*** vivek-ebay has joined #openstack-lbaas00:24
*** yamamoto has joined #openstack-lbaas00:26
*** blogan___ has quit IRC00:26
*** diogogmt has quit IRC00:35
*** hockeynut has quit IRC00:38
*** hockeynut_afk has joined #openstack-lbaas00:38
*** Brian_shang has joined #openstack-lbaas00:48
*** harlowja_ has quit IRC00:51
johnsomhttp://15.126.222.115/OctaviaWorkshop.tar.bz200:52
johnsomrm_you ^^^^00:52
johnsomThat is the updated image.00:52
*** yamamoto has quit IRC00:53
*** evgenyf has quit IRC00:54
*** vivek-ebay has quit IRC00:58
*** hockeynut_afk has quit IRC01:17
*** hockeynut has joined #openstack-lbaas01:17
xgermanHooray!01:19
*** bana_k has quit IRC01:21
*** vivek-ebay has joined #openstack-lbaas01:27
*** vivek-ebay has quit IRC01:31
*** hockeynut has quit IRC01:31
*** hockeynut has joined #openstack-lbaas01:32
*** KunalGandhi has quit IRC01:39
pc-potholejohnsom: For the bypass listener patch am I missing something to make this work? Im getting error regarding unexpected keyword, and following the code path it looks like its not used where it was intended. I'm assuming im missing something but not sure what/where01:42
*** ljianbj has joined #openstack-lbaas01:43
*** bana_k has joined #openstack-lbaas01:49
openstackgerritZhaoBo proposed openstack/neutron-lbaas: neutron lbaas should add timestamp field  https://review.openstack.org/22080401:52
*** diogogmt has joined #openstack-lbaas01:52
*** yamamoto has joined #openstack-lbaas01:54
*** yamamoto has quit IRC01:59
*** bana_k has quit IRC01:59
*** orionx has joined #openstack-lbaas02:07
*** sbalukoff has quit IRC02:08
*** orionx_ has joined #openstack-lbaas02:18
*** orionx has quit IRC02:18
openstackgerritOpenStack Proposal Bot proposed openstack/neutron-lbaas: Updated from global requirements  https://review.openstack.org/23729802:41
*** amotoki has joined #openstack-lbaas02:48
*** clev is now known as clev-away02:50
johnsompc-pothole No, looking back at that, it is a mess.  I'm not sure what happened there other that I was juggling too much.02:52
johnsomDouble demerits for the reviewers02:52
pc-pothole><02:56
blogan_can i get a link to that review?02:56
blogan_and should we revert it if its too much to fix immediately02:57
pc-potholehttps://review.openstack.org/#/c/237707/202:57
blogan_thanks02:57
blogan_so i finally got the neutron-lbaas-dashboard running02:58
blogan_and it doesn't work02:58
blogan_and pretty far off02:58
blogan_hmm i dont see why that review would fail03:00
blogan_then again i dont see the point of it unless its going to be used in the future03:00
blogan_oh now i see03:01
xgermanyeah, people said it would work but I never tried myself...03:02
blogan_xgerman: trust no one!03:02
xgermanwell, the day only has 24 hours so I need to :-(03:02
blogan_first i've seen this review03:02
xgermanwell, first I am checking johnsom’s image03:03
blogan_i can probably get a patch up to fix this, quickly03:04
blogan_though was the intent for this to be on the amp agent side or the driver side only? or both?03:04
xgermanboth03:04
xgermanjohnsom didn’t like my patch and wanted to add a new parameter to bypass the check if the listener exists03:05
blogan_so if its a new listener, do the check, if its existing dont do the check03:06
*** yamamoto has joined #openstack-lbaas03:06
xgermanno, just the other way around03:07
xgermannew listener no check; existing listener check03:07
blogan_ah03:07
xgermanyeah, if you upload cert for a new listener that one won’t be there and then boom03:10
xgermanand if you upload the config of an ssl listener but no cert the syntax check will fail because no cert03:11
*** diogogmt has quit IRC03:13
blogan_xgerman: teh syntax check for haproxy?03:14
xgermanyep03:14
xgermanso order is important - first the certs, then the harpy.cfg03:15
* xgerman unpacking that image takes forver03:15
blogan_okay so, i don't think the amp agent api needs the listener check then03:18
blogan_it should be able to find out if its a new listener in the upload cert if the listener doesn't currently exist03:18
xgermanwell, the amp basically checks if the listener config file exists — so even if the listener is supposed to be there and somebody removes the file … anyway, my patch just removed the check but johnsom didn’t like it :-)03:21
xgermanbut there probably is some error condition where we loose the file and the amp lacks context03:22
*** crc32 has quit IRC03:23
blogan_well i feel like the amp agent should know how to handle the check, and the driver shouldn't really care, so if the amp agent handles it gracefully the driver doesn't need to know that the listener config shouldn't be checked03:24
xgermanso back to my first patch removing the check altogether ;-)03:25
blogan_no, im only doing the check if the listenr exists03:26
xgermanhttps://review.openstack.org/23728203:26
xgermanoh, ok03:26
blogan_lol now that i think about it03:27
blogan_im checking it exists, and if true i check that it exists03:27
blogan_thats funny03:27
blogan_and quite useless03:27
xgermanyeah, I think we are back to my original patch ;)03:27
xgermanonly the driver knows which flow it’s in...03:28
*** Brian_sh_ has joined #openstack-lbaas03:28
*** Brian_shang has quit IRC03:29
*** vivek-ebay has joined #openstack-lbaas03:29
blogan_so checking that the listener exists on an upload certificate is only helpful on an update of a listener correct? since we can't do it on a new listener03:29
xgermanbut I think we are splitting hairs...03:29
xgermanyep03:29
blogan_and the only way for the agent to know if its an update vs a create, is if it checks that the listener exists03:30
xgermanyep03:31
blogan_so yeah i guess im leaning towards no check03:31
xgermanunless you want to add that logic to the driver03:31
blogan_bc i still don't think the driver shoudl know how the amp agent is implemented03:31
xgermanyeah...03:33
blogan_maybe johnsom has some counter arguments to this03:33
blogan_but i'm sure he's quite frustrated with building the usb stuffs03:33
xgermanyep - I want to wait for his opinion + if he doesn’t he can back his patch out ;-)03:34
blogan_well we'd still want yours in right?03:34
xgermanonly if we just want to remove the check03:34
xgermanI abandoned my patch after he said he could do better ;-)03:35
blogan_well i think ill back that review out now, bc it is breaking some stuff, and we can decide on a real fix later03:35
blogan_hell its probably breaking gate jobs03:35
blogan_nope03:35
blogan_nvm03:36
blogan_those dont' use the rest driver03:36
blogan_score! by using the noop drivers we prevented breaking the gate03:36
xgermanlol03:36
openstackgerritBrandon Logan proposed openstack/octavia: Revert "Bypass listener check on cert deploy during create"  https://review.openstack.org/23875903:36
xgermanblogan_ we shouldn’t be proud that our gate jobs are not finding bugs03:37
xgermanif we are we can just make them print hello world03:37
blogan_xgerman: lol i know, it was more sarcasm that it prevented something that shouldn't have happened in the first place03:37
xgermanglad we are on the sam page ;-)03:37
blogan_well the scenario tests should be failing03:38
blogan_bc those do use the rest driver03:38
xgermanbut we don’t test SSL (yet)03:39
xgermanalso the image does work on my Fusion (version 7)03:39
blogan_oh good point, i forgot it wasn't on the upload_config method in the driver, just on the certificate03:40
blogan_the kwarg03:40
xgermanimage does NOT work03:43
blogan_that was a critical word03:43
xgermanyep03:44
blogan_in what way does it not work?03:44
xgermanclick run get error:03:44
xgermanhttps://www.irccloud.com/pastebin/ecN8hDYV/03:44
blogan_oh well can't help out on tha tone03:45
xgermanyeah, will let it rest until johnsom comes back in...03:45
xgermanbreak..03:46
*** minwang2 has joined #openstack-lbaas04:00
*** Brian_sh_ has quit IRC04:06
*** Brian_shang has joined #openstack-lbaas04:07
*** woodster_ has quit IRC04:19
*** vivek-ebay has quit IRC04:27
*** clev-away is now known as clev04:33
*** Brian_shang has quit IRC04:44
*** Brian_shang has joined #openstack-lbaas04:45
*** armax has quit IRC04:47
rm_workyeah i am super dubious about resuming on a different VMWare host05:22
rm_workwe really need to set it up so everything will work from a fresh boot just by running rejoin-stack.sh05:22
rm_workwhich actually should be pretty doable05:22
rm_workwell, that and starting the two nova vms05:22
rm_workbut that's easy too05:23
*** minwang2 has quit IRC05:23
rm_workpulling it down and will see, i may try to go to sleep and look at this tomorrow, it'll be an hour to just download05:25
rm_workand yeah i am afraid this isn't going to work well05:25
*** minwang2 has joined #openstack-lbaas05:25
rm_workas it's going to take like ... i don't even know how long to decompress off a cheap USB2 drive, lol05:26
*** vivek-ebay has joined #openstack-lbaas05:27
*** clev is now known as clev-away05:28
*** vivek-ebay has quit IRC05:32
*** bana_k has joined #openstack-lbaas05:32
*** numans has joined #openstack-lbaas05:42
*** minwang2 has quit IRC05:44
*** blogan_ has quit IRC05:51
openstackgerritPhillip Toohill proposed openstack/octavia: Adding new network driver for containers  https://review.openstack.org/19785805:51
*** chlong has quit IRC06:03
openstackgerritPhillip Toohill proposed openstack/octavia: Updates for containers functionality  https://review.openstack.org/19995406:06
*** blogan_ has joined #openstack-lbaas06:14
blogan_rm_work, rm_you: ping06:41
*** orionx_ has quit IRC06:52
*** orionx has joined #openstack-lbaas06:53
*** Brian_shang has quit IRC06:58
*** Brian_shang has joined #openstack-lbaas06:59
*** Brian_sh_ has joined #openstack-lbaas07:31
*** Brian_shang has quit IRC07:34
*** alejandrito has joined #openstack-lbaas07:57
*** orionx has quit IRC08:35
*** orionx_ has joined #openstack-lbaas08:35
*** Brian_sh_ has quit IRC08:48
*** f13o has quit IRC08:57
*** bana_k has quit IRC09:14
*** yamamoto has quit IRC09:15
*** doug-fish has joined #openstack-lbaas09:19
*** Brian has joined #openstack-lbaas09:19
*** Brian is now known as Guest1067609:19
*** yfujioka has quit IRC09:20
*** yfujioka has joined #openstack-lbaas09:20
*** doug-fis_ has quit IRC09:21
*** vivek-ebay has joined #openstack-lbaas09:31
*** vivek-ebay has quit IRC09:36
*** fnaval has quit IRC09:49
*** dougwig_ has joined #openstack-lbaas10:00
*** Piet has quit IRC10:01
*** clduser_ has joined #openstack-lbaas10:02
*** sc68cal_ has joined #openstack-lbaas10:06
*** dougwig has quit IRC10:07
*** sballe has quit IRC10:07
*** clduser has quit IRC10:07
*** sc68cal has quit IRC10:07
*** pc-pothole has quit IRC10:07
*** ptoohill has joined #openstack-lbaas10:08
*** dougwig_ is now known as dougwig10:09
*** sballe has joined #openstack-lbaas10:14
*** Guest10676 has quit IRC10:36
*** __Greg has joined #openstack-lbaas10:51
*** __Greg has left #openstack-lbaas10:51
*** alejandrito has quit IRC11:22
*** openstackgerrit has quit IRC11:46
*** openstackgerrit has joined #openstack-lbaas11:47
*** doug-fish has quit IRC11:54
*** woodster_ has joined #openstack-lbaas12:04
*** yamamoto has joined #openstack-lbaas12:04
*** numans has quit IRC12:05
openstackgerritBertrand Lallau proposed openstack/octavia: Optimize Taskflow storage (requires parameter)  https://review.openstack.org/22020512:06
*** yamamoto has quit IRC12:19
*** yamamoto has joined #openstack-lbaas12:24
*** rtheis has joined #openstack-lbaas12:27
*** rtheis has quit IRC12:27
*** rtheis has joined #openstack-lbaas12:30
*** alejandrito has joined #openstack-lbaas12:32
*** doug-fish has joined #openstack-lbaas12:32
*** vivek-ebay has joined #openstack-lbaas12:33
*** vivek-ebay has quit IRC12:38
*** diogogmt has joined #openstack-lbaas12:40
*** yamamoto has quit IRC12:50
*** yamamoto has joined #openstack-lbaas12:52
*** diogogmt has quit IRC13:04
*** amotoki has quit IRC13:14
*** diogogmt has joined #openstack-lbaas13:16
*** Brian has joined #openstack-lbaas13:33
*** Brian is now known as Guest1626913:33
*** Guest16269 has quit IRC13:39
*** rtheis has quit IRC13:40
*** rtheis has joined #openstack-lbaas13:47
*** orionx_ has quit IRC13:52
*** Brian has joined #openstack-lbaas14:35
*** Brian is now known as Guest8013714:35
*** manjeets has joined #openstack-lbaas14:54
*** Guest80137 has quit IRC14:54
*** vivek-ebay has joined #openstack-lbaas14:56
*** vivek-ebay has quit IRC15:02
*** rtheis has quit IRC15:07
*** rtheis has joined #openstack-lbaas15:07
*** rtheis has quit IRC15:08
*** rtheis has joined #openstack-lbaas15:09
*** zigo has quit IRC15:10
*** zigo has joined #openstack-lbaas15:10
*** armax has joined #openstack-lbaas15:18
*** TrevorV has joined #openstack-lbaas15:23
*** orionx has joined #openstack-lbaas15:30
manjeetsif the state of loadbalancer is pending-create I am neither able to delete it nor I am able to create a listener ?15:37
*** vivek-ebay has joined #openstack-lbaas15:40
*** vivek-ebay has quit IRC15:51
bloganmanjeets: that is correct15:57
bloganxgerman, johnsom: https://review.openstack.org/#/c/23875915:58
bloganjorgem: ping15:59
xgermanyou keep that guy around? Is he the new Krishna?16:00
*** doug-fis_ has joined #openstack-lbaas16:00
bloganhe's krishna 2.016:00
xgermanwell, we have a slot at a FWaaS talk for him if he makes it to Tkyo ;-)16:00
*** doug-fish has quit IRC16:04
*** doug-fis_ has quit IRC16:04
manjeetsblogan: for allowing lowercase protocol values for listener should I change in neutron_lbaas becuase api only accepts uppercase ?16:05
manjeetsi added a patch to convert it into upper in neutron client16:06
openstackgerritMerged openstack/octavia: Revert "Bypass listener check on cert deploy during create"  https://review.openstack.org/23875916:06
manjeetsadding in a client will not effect any tests other wise may have to change create  listener tests ?16:07
xgermanblogan rm_work looks like we need to re-spin the Octavia Lab image16:13
*** doug-fish has joined #openstack-lbaas16:19
bloganmanjeets: do you know if the security groups api code is case insensitive? not the client, but the api code itself16:23
*** doug-fish has quit IRC16:23
openstackgerritPhillip Toohill proposed openstack/octavia: Adding new network driver for containers  https://review.openstack.org/19785816:26
openstackgerritPhillip Toohill proposed openstack/octavia: Updates for containers functionality  https://review.openstack.org/19995416:26
*** vivek-ebay has joined #openstack-lbaas16:32
*** orionx_ has joined #openstack-lbaas16:39
*** KunalGandhi has joined #openstack-lbaas16:43
*** orionx has quit IRC16:43
manjeetsblogan: i need to check I think they have logic for converting everything into lowercase in api itself they don't do anything in client. i'll double check16:46
johnsomOk, so there is one cpu checkbox enabled that I guess the Macs can't handle.  Re-spinning the image now16:49
johnsomIt is the cpu counter setting.  Unfortunately you can't flip that switch on a suspended VM.16:53
johnsomSo, I will respin this.  I think I can get the disk size down too16:54
*** doug-fish has joined #openstack-lbaas16:54
*** doug-fish has quit IRC16:59
*** minwang2 has joined #openstack-lbaas17:04
*** KunalGandhi has quit IRC17:04
*** KunalGandhi has joined #openstack-lbaas17:05
*** bharathm has joined #openstack-lbaas17:07
*** doug-fish has joined #openstack-lbaas17:11
*** doug-fish has quit IRC17:15
*** armax has quit IRC17:27
*** armax has joined #openstack-lbaas17:30
*** vivek-ebay has quit IRC17:31
*** vivek-ebay has joined #openstack-lbaas17:33
ptoohillhttps://review.openstack.org/#/c/237421/17:39
*** sbalukoff has joined #openstack-lbaas17:40
openstackgerritOpenStack Proposal Bot proposed openstack/neutron-lbaas: Updated from global requirements  https://review.openstack.org/23729817:56
openstackgerritOpenStack Proposal Bot proposed openstack/octavia: Updated from global requirements  https://review.openstack.org/23902817:57
openstackgerritmin wang proposed openstack/octavia: Add cert tracking and rotating in Housekeeping  https://review.openstack.org/21535917:58
*** ajmiller has quit IRC17:59
*** ajmiller has joined #openstack-lbaas18:10
manjeetsis member and listener protocol separate from each other ?18:11
manjeetscan i have listener with protocol tcp that has a pool whose member is having http 80 protocol?18:12
*** manjeets has quit IRC18:37
*** bank has joined #openstack-lbaas18:40
*** manjeets has joined #openstack-lbaas18:47
*** sbalukoff1 has quit IRC18:52
openstackgerritRichard Theis proposed openstack/neutron-lbaas: LBaaS V2 service not needed with Octavia driver  https://review.openstack.org/23908718:57
*** minwang2 has quit IRC19:03
*** sbalukoff1 has joined #openstack-lbaas19:04
*** crc32 has joined #openstack-lbaas19:28
*** orionx has joined #openstack-lbaas19:31
*** orionx_ has quit IRC19:35
*** rtheis_ has joined #openstack-lbaas19:36
*** rtheis_ has quit IRC19:36
*** rtheis has quit IRC19:36
*** rtheis has joined #openstack-lbaas19:40
*** minwang2 has joined #openstack-lbaas19:42
manjeetshow pool's protocol is different from listener's protocol19:42
manjeets?19:42
bloganmanjeets: thats something that has been debated, the only thing right now is if you do ssl termination, the listener's would be HTTPS and the pool woudl be HTTP19:45
bloganwell TERMINATED_HTTPS for the listener19:45
manjeetsblogan: in all othercases will they be same ?19:54
bloganmanjeets: if i recall correctly, yes19:55
manjeetsI was creating loadbalancer and litener and pool to learn architecture then do we really need to specify protocol all the times for pool and listener ?19:56
bloganrm_work: https://review.openstack.org/#/c/23848419:58
*** yamamoto has quit IRC20:20
*** bharathm has quit IRC20:20
*** bharathm has joined #openstack-lbaas20:20
*** crc32 has quit IRC20:20
*** rtheis has quit IRC20:26
*** yamamoto has joined #openstack-lbaas20:30
*** harlowja has joined #openstack-lbaas20:46
*** KunalGandhi has quit IRC20:46
*** KunalGandhi has joined #openstack-lbaas20:46
*** orionx has quit IRC21:07
*** harlowja has quit IRC21:10
*** mestery has quit IRC21:18
*** TrevorV has quit IRC21:37
johnsomAbout an hour from having a new image available that doesn't have that CPU counter feature enabled.21:41
johnsomIt's 28% uploaded21:41
bloganjohnsom: the slides for the beyond talk will probably need to be completed after we all get tehre, not sure where franklin is and i'm currently fixing up the dashboard a bit21:45
johnsomUgh, I hate last minute changes.21:46
johnsomblogan You get the slide of shame!  grin21:46
johnsomOk, well, I'm going to cut them from google drive at noon tomorrow, so you still have some time21:47
bloganjohnsom: well it woudln't be last minute, i assume ill be done by monday21:47
xgermanblogan is that dashboard actually working?21:47
johnsomnoon pacific... grin21:48
bloganjohnsom: ill be on plane tomorrow at noon, so thats probably when ill have all the time in teh world to do21:48
bloganxgerman: nope, but i'm trying to remedy that21:48
johnsomblogan Cool, I like the prospects of merging vs. creating like last year21:48
xgermanwell, so this is as much vaporware as the designs21:48
xgerman:-)21:48
bloganxgerman: true but if i have a video demo...thats another story21:49
johnsomWait, that was this year, ugh.21:49
bloganjohnsom: merging vs creating? waht do you mean, we merge our slides together?21:49
johnsomblogan BTW, if you have video, mp4 please21:49
bloganjohnsom: will do21:49
johnsomYeah, merge yours in21:49
bloganjohnsom: no promises though, if i can't get it working at all i just wont eeven show any images, i think we have a ton of slides as is anyway21:49
xgermanwell, we shouldn’t prominently display some dashboard which goes against the way we designed LBaaS V221:49
bloganxgerman: thast the point, im making it in line with how we designed it21:50
xgermanbut I am not on stage so can boo that ;-)21:50
johnsomxgerman your name is still on the talk so it is fair game to pull you on stage21:50
bloganhmmm21:50
bloganit is isn't it21:51
blogani can push him up in my place21:51
johnsomHa, I was thinking if he starts heckling21:51
bloganwell since we know he will heckle, he just guaranteed it21:51
xgermanwell, so I better get some screenshot from invasion read to show the future ;-)21:51
bloganwe'll have to pre-empt him and push him on stage21:52
bloganxgerman: what?21:52
xgermaninvision21:52
xgermanthe mock-ups21:52
*** ajmiller has quit IRC21:52
xgermanI spent too many hours getting them to my liking21:52
xgermanthey even support flavor!!21:52
bloganwell if i cant get a video working21:53
bloganoh yeah someone put a flavor framework slide in the slides, i have no idea what to talk about on that piece21:53
xgermanmaybe I need to be on stage after all21:54
blogani can just give a very basic rundown, but i dont know the details that much21:55
johnsomblogan Yeah, I will throw a couple bullets in there21:55
xgermanso jwarendt didn’t deliver21:56
xgerman?21:56
johnsomHe sent me gerrit numbers21:56
blogani commented on franklin's slides that no one in this audience is really going to care abotu seenig screen shots of code21:57
johnsomI like that one of his screenshots is "skip_checks"21:57
bloganlol21:57
bloganself.assertTrue(True)21:58
bloganthat should be a slide title21:58
xgermanI see lot’s of heckling ;-)21:58
johnsomThere is a surprising amount of code in the skip_checks method21:58
bloganthats rooted in tempest21:59
johnsomI think the DDT stuff is cool21:59
johnsomI.e. how the heck do you test this beast21:59
bloganyeah cool to talk about, but showing the code, i think people's eyes will just glaze over22:01
johnsomThe minute we walk on stage their eyes glaze over22:01
bloganlol true22:01
bloganthe minute i start talking actually22:01
johnsomWe will have to have an agenda slide so people see that there is an awesome demo at the end so they stay.....  grin22:02
bloganbc they're like is this guy even speaking a language?22:02
bloganso slide 12, that demo is no longer there right?22:02
johnsomNope22:02
johnsomI don't have vendor videos this time22:02
blogansbalukoff1, sbalukoff: you dont plan on having a demo in yoru section do you?22:03
sbalukoffNope22:03
johnsomdemo v1?  I hope not22:03
bloganthats a v2 demo22:03
bloganand if one is ebing done at the end22:03
sbalukoffWe don't want to show people how to use the old nasty shit. ;)22:03
blogansbalukoff: so remove that slide then22:05
bloganits your section22:05
sbalukoffWait, what?22:05
johnsomblogan sbalukoff is only talking to v122:05
johnsomV2 is your section blogan22:05
bloganwait waht22:05
blogani thought i was just doing liberty and plans after22:06
bloganalright22:06
johnsomwell, liberty basically was v2, so.....22:06
johnsomJust flatten it22:06
blogansbalukoff: would you want to do those slides up until the liberty piece?22:06
blogannot really tls was in kilo22:07
bloganexperimental though22:07
*** doug-fish has joined #openstack-lbaas22:07
sbalukoffblogan: Er... I have two slides on v1. Is there a problem with them?22:07
johnsomslide 9, 10, and 11 are abandoned at the moment22:07
blogansbalukoff: no problem with them, just trying to weasel out of talking so much22:08
sbalukoffAah! Ok. Yeah, I can talk about them if you'd like.22:08
sbalukoffOr we can tag-team it, or something.22:08
johnsomOr we can nuke them22:08
johnsomThey are from Vancouver22:08
bloganwell i think the tls piece is good for an intro into why v1 wasn't working22:08
sbalukoffI think the contrast is actually good.22:08
sbalukoffAnd it does follow on pretty closely to my rant about how much v1 sucks. :)22:09
bloganand hopefully this is the last talk that contains anything about v1, other than v1 going away22:09
sbalukoffblogan: +100022:09
*** doug-fis_ has joined #openstack-lbaas22:10
blogansbalukoff: okay so currently you're donig up to slide 11, i start on 1222:10
bloganjohnsom you start on 2822:10
bloganoctavia22:10
sbalukoffSounds good.22:10
bloganjust making sure i'm on the right page, since i wasnt22:11
sbalukoffI'm gonna swap out the picture for LBaaS v2 then. :)22:11
blogango ahead22:11
bloganput a jackalope instead22:11
blogancthulu22:11
bloganor22:11
sbalukoffNaw-- I'm going to show the new Tacoma Narrows bridge.22:11
sbalukoffInstead of the broken one in front of LBaaS v122:12
johnsomYep, I have 28 on22:12
bloganah nice22:12
sbalukoff(This also plays into the Octavia slide being prefaced by a modern bridge.)22:12
sbalukoffNot that load balancers are bridges. But the parallelism / analogy is nice, in my mind. :)22:12
bloganand the picture i have of a mountain does not fit into the theme, but it fits in with the slide title22:12
johnsomIt's a Tokyo bridge22:13
sbalukoffWho is making a local copy of the slide deck and when are you cutting that copy?22:13
bloganjohnsom is22:13
bloganand i just told him i wouldn't be done until monday22:13
*** doug-fish has quit IRC22:13
sbalukoff(ie. how much time do I have to make any edits to slides, since I'm now covering more than I planned.)22:13
sbalukoffOk.22:13
johnsomI am cutting the copy to clean up tomorrow at noon pacific22:13
sbalukoffjohnsom: Ok. Cool. Any additional edits I make will be done then.22:13
johnsomsbalukoff Excellent!22:14
johnsomUnlike that other slacker22:14
* blogan looks at xgerman22:14
sbalukoffHaha!22:14
sbalukoffYeah, darn that xgerman.22:14
* johnsom is still staring at blogan22:15
xgermanmmh, not slacking at all ;-)22:16
* blogan looks at his feet22:17
bloganxgerman: i may have screwed up that invision mock ups22:21
xgerman:-(22:22
bloganxgerman: i clicked a button to try to download them, and i don't think it was ad ownload button22:22
bloganit wasn't delete though!22:22
bloganit was archive i guess22:22
bloganhttps://openstack.invisionapp.com/d/main/#/projects/471631422:22
bloganthere they are22:22
bloganarchived screen22:22
blogans22:22
*** manjeets has quit IRC22:23
bloganlol well i've totally unorganized those22:23
bloganthats what happens when i mess with shiny new things22:23
xgermanthat’s why you only get text terminals22:24
bloganindeed22:24
xgermananyway, I see them at https://openstack.invisionapp.com/d/main/#/projects/471631422:24
bloganyeah i just unarchived them but they're no longer organized22:24
xgermanmmh, maybe we can get Piet in Tokyo to fix it22:25
bloganand slap me around22:25
xgermanjohnsom and I can take care of the slapping...22:25
blogancan i download all of these by teh share link?22:25
xgermannot sure how that app worksa22:26
bloganapparently neither do i22:26
xgermanwell, just pick the ones you like and download those?22:27
xgermanmaybe browser save as?22:27
bloganyou dont have a vip subnet field in the load balancer details22:28
johnsomblogan I nuked the flavors slide and folded it into the "More Plans" slide.  Edit as you see fit22:29
bloganjohnsom: okay, thanks22:29
*** doug-fis_ has quit IRC22:38
*** doug-fish has joined #openstack-lbaas22:38
*** doug-fish has quit IRC22:39
*** doug-fish has joined #openstack-lbaas22:39
*** doug-fish has quit IRC22:40
*** orionx has joined #openstack-lbaas22:40
*** orionx has quit IRC22:44
*** orionx has joined #openstack-lbaas22:44
xgermanwell, I am still hoping our flavor man will produce a nice slide22:54
johnsomhttp://15.126.222.115/OctaviaWorkshop.tar.bz222:56
johnsomNew image with CPU counters disabled.  That should solve the Mac issue22:56
johnsomIt is also a bit smaller than the last one22:56
xgermanwill try later...23:16
*** minwang2 has quit IRC23:24
*** crc32 has joined #openstack-lbaas23:31
*** jongchoi has joined #openstack-lbaas23:38
sbalukoffDownloading it now.23:54
*** vivek-ebay has quit IRC23:58

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