*** williamcaban has quit IRC | 00:16 | |
Mech422 | pbourke: ping? | 00:27 |
---|---|---|
*** sdake has joined #openstack-kolla | 00:37 | |
Mech422 | sdake: Hey! got a sec ? | 00:44 |
sdake | sure | 00:44 |
Mech422 | I think I found the problem with the ceph stuff... | 00:45 |
Mech422 | I think its just a bad parse of some output - but my jinja foo is weak | 00:45 |
Mech422 | the play starting at line 10 - does it look valid to you ? https://github.com/openstack/kolla/blob/stable/mitaka/ansible/roles/ceph/tasks/start_osds.yml | 00:46 |
*** salv-orlando has quit IRC | 00:54 | |
*** salv-orlando has joined #openstack-kolla | 00:54 | |
sdake | Mech422 fwiw, set-fact changes between ansible 1.9.4 and 2.0.z | 01:07 |
sdake | as in ansible 1.94 it odesnt work great | 01:07 |
sdake | in 2.0.z it works better | 01:07 |
Mech422 | I'm on 1.9.4 (as per the docs...) | 01:08 |
sdake | the syntax looks correct | 01:08 |
sdake | are you using a sstable branch? | 01:08 |
Mech422 | yeah - stable/mitaka tag, with openstack_version: 2.0.1 | 01:08 |
*** daneyon has joined #openstack-kolla | 01:08 | |
Mech422 | I was hoping it was just the jinja... | 01:08 |
sdake | stable branches us e1.9.4 | 01:08 |
sdake | Mech422 the best person to ask would be jeffrey4l | 01:08 |
sdake | if the syntax is correct, he can probably figure out a workaround to whatever bug in ansible your running into | 01:09 |
sdake | Mech422 my ansible-foo is not genius level either ;) | 01:09 |
Mech422 | sdake: thanks - if the jinja looks ok - I think its probably bootstrap_osd not doing a partprobe after changing the partition name | 01:09 |
Mech422 | I was just hoping it was a silly jinja thing | 01:09 |
sdake | Mech422 personally I think the problem may hae to do with this line | 01:10 |
sdake | https://github.com/openstack/kolla/blob/stable/mitaka/ansible/roles/ceph/tasks/start_osds.yml#L4 | 01:10 |
sdake | as in find_disks.py needs work to support the use case | 01:10 |
sdake | your doing multiple partitions right? | 01:10 |
Mech422 | sdake: http://pastebin.com/cBKwVvkZ | 01:10 |
Mech422 | yeah - its 'working' if I run kolla-ansible deploy TWICE ... | 01:11 |
Mech422 | but then it thinks I have x2 as many partitions and half are down :-/ | 01:11 |
Mech422 | sdake: in line 82 of that pastebin - osds is empty | 01:11 |
Mech422 | sdake: so the 'mount' play doesn't fire | 01:12 |
Mech422 | I just needed to figure out if it was empty because of the parse, or because of something in bootstrap_osd | 01:12 |
sdake | ya that could be because set-facts is busted | 01:12 |
Mech422 | sdake: hmm... | 01:12 |
sdake | set_facts doesn't always apply to the thing it should be applied to | 01:12 |
Mech422 | sdake: oh joy :-) | 01:13 |
sdake | yup | 01:13 |
sdake | we have hacks all over the code base to deal with it | 01:13 |
sdake | its not an insurmountable problem | 01:13 |
*** daneyon has quit IRC | 01:13 | |
sdake | even though ansible is broken | 01:13 |
sdake | we have worked aroudn other ansible brokenness | 01:13 |
sdake | but set_facts being broken here is purely speculation | 01:13 |
sdake | all that osd setup = black magic :) | 01:13 |
Mech422 | sdake: any google fodder you can recommend to get to that set_fact bug ? I'll see if I can find a work around | 01:14 |
Mech422 | sdake: actually - its not that bad... | 01:14 |
Mech422 | https://github.com/openstack/kolla/blob/stable/mitaka/docker/ceph/ceph-osd/extend_start.sh | 01:14 |
sdake | Mech422 I'm a project team lead | 01:14 |
Mech422 | that does the actual device/partition setup | 01:14 |
sdake | Mech422 what that means is I can't be expert in every detail - becaue I have to manage the overall project | 01:15 |
sdake | Mech422 that is why I point you at jeffrey4l, because he is an expert in this area :) | 01:15 |
*** salv-orl_ has joined #openstack-kolla | 01:15 | |
Mech422 | sdake: oh yeah - I understand... the 'its not that bad' was more an expression of surprise | 01:15 |
Mech422 | sdake: I expected it to be much more insidious :-P | 01:15 |
sdake | ya i agree its not bad | 01:15 |
sdake | I understnad it | 01:16 |
sdake | what i'm getting at is I have struggled to become an expert in ansible | 01:16 |
sdake | given the workload I have maintaing the project | 01:16 |
sdake | which mostly looks "invisible" to other people | 01:16 |
sdake | but its work tha tneeds to be done | 01:16 |
sdake | and it doens't do itself | 01:16 |
Mech422 | sdake: LOL - preaching to the choir here man...my ansible fu sucks - I just throw "{{ and }}" at stuff till it works :-P | 01:17 |
sdake | so instead of me making every technical decision or implementation, I rely on our team to do the job | 01:17 |
*** salv-orlando has quit IRC | 01:17 | |
Mech422 | sdake: sorry...I didn't mean to annoy you... | 01:18 |
Mech422 | sdake: I appreciate the help you've given me :-) | 01:18 |
sdake | you don't annoy me | 01:18 |
sdake | sorry I don't mean to come off rude | 01:19 |
sdake | just tryign to explain that other people know certain parts of kolla techniclly then i do | 01:19 |
sdake | because they are closer to that work | 01:19 |
Mech422 | sdake: oh yeah - thats understandable, no need to explain :-) | 01:19 |
sdake | PTL used to be a project technical lead | 01:20 |
sdake | which was double duty | 01:20 |
sdake | run the project and be a complete and total technical expert in every aspect of the system | 01:20 |
Mech422 | uggh | 01:20 |
sdake | I'm glad the term was changed | 01:21 |
sdake | and in our community I escalate these sorts of issues to the experts | 01:21 |
sdake | in that area | 01:21 |
sdake | jeffrey4l is your man :) | 01:21 |
Mech422 | Cool :-) | 01:21 |
sdake | its a shame he isn't on - he is in china | 01:21 |
sdake | so he may be sleeping or something | 01:22 |
Mech422 | eh - no biggie... I'm an old fart with nothing to do on Sat. Night... | 01:22 |
Mech422 | so I can muck about with it - the code is nice and clean, so its prolly just something silly like set_fact being a pain | 01:22 |
Mech422 | hopefully when Jeffrey41 comes back, I can tell him more then 'duh! I broke it!' :-) | 01:23 |
*** mbound has joined #openstack-kolla | 01:31 | |
*** sdake_ has joined #openstack-kolla | 01:34 | |
*** sdake has quit IRC | 01:35 | |
sdake_ | Mech422 i'm an aold fart too | 01:40 |
sdake_ | i turned 42 yesterday | 01:40 |
Mech422 | sdake_: I turned 45ish in may :-) | 01:42 |
Mech422 | sdake_: and happy belated b'day! :-) | 01:42 |
sdake_ | thanks | 01:45 |
sdake_ | lucky number 42 | 01:45 |
Mech422 | sdake_: tis the answer to .... everything! | 01:45 |
Mech422 | sdake_: life .. the universe, even! | 01:46 |
sdake_ | indeed interesting number ;) | 01:46 |
Mech422 | sdake_: Did you do anything special ? | 01:47 |
sdake_ | worked from 6am to midnight | 01:47 |
sdake_ | like i do ever yday | 01:47 |
Mech422 | sdake_: LOL - thats a young mans game... | 01:48 |
Mech422 | sdake_: time to relax a lil :-) | 01:48 |
Mech422 | sdake_: a nice island vacation might be appropriate for such an auspicious event... | 01:49 |
Mech422 | sdake_: warm sand, warm water, cold rum :-) | 01:50 |
sdake_ | Mech422 i've been working like this for about 15 years | 01:53 |
sdake_ | although i take 1-2 month long breaks occasionally | 01:54 |
sdake_ | where I do nothing ;) | 01:54 |
sdake_ | you have heard of people that dont know how to relax right | 01:54 |
sdake_ | well, in reality, relaxation causes stress in US trained workforce people | 01:55 |
sdake_ | because relaxation leads to boredom | 01:55 |
sdake_ | and bordom causes stress | 01:55 |
sdake_ | there are hundreds of phschology papers on the subject | 01:55 |
sdake_ | i stay balanced by working hard | 01:55 |
sdake_ | ;) | 01:56 |
sdake_ | imagine 23 hours a day of lockup in prison | 01:56 |
sdake_ | you know why its not 24 hours? | 01:56 |
sdake_ | those people that are locked up 23 hours a day | 01:57 |
sdake_ | they should be locked up 24 | 01:57 |
sdake_ | they rae that dangerous | 01:57 |
sdake_ | (in most cases:) | 01:57 |
sdake_ | always qualify :) | 01:57 |
sdake_ | but they need 1 hour of non-boredom time to not become so stressed that they hurt themselves or others | 01:58 |
Mech422 | sdake_: hehe... | 02:00 |
Mech422 | sdake_: I like my time off - I don't take 'real' vacations, but I take a lot of 3 day weekends to play with stuff | 02:00 |
Mech422 | sdake_: always nice to be able to play with new tech without someone pinging about stupid junk :-P | 02:01 |
sdake_ | yup - but your active | 02:02 |
sdake_ | i don't know how people can just sit around | 02:02 |
sdake_ | and do nothing | 02:02 |
Mech422 | sdake_: eh - thats just part of being a geek I think... we all have sooo many new things we want to play with.. | 02:02 |
Mech422 | true - I don't either | 02:03 |
sdake_ | actually i do understand part of that first hand | 02:03 |
sdake_ | when you have few choices, - life looks bleak | 02:03 |
sdake_ | my problem is I have too many choices | 02:04 |
Mech422 | sdake_: I think a big part of the problem is people don't have any passion for anything nowdays... | 02:04 |
Mech422 | sdake_: nothing to get them out of bed - writing the great american novel, or painting the next mona lisa - or writing the next bit of killer code | 02:04 |
sdake_ | https://www.youtube.com/watch?v=RCxgqHqakXc | 02:05 |
Mech422 | sdake_: they just sorta 'drift' thru live | 02:05 |
Mech422 | s/live/life/ | 02:05 |
Mech422 | hehe | 02:06 |
sdake_ | i had to work very hard to get to where i am today | 02:07 |
sdake_ | i did it because i was broke | 02:07 |
sdake_ | in retrospect, I got a whole slew out of it more then money | 02:07 |
sdake_ | obviously the money situation as a PE at csco is fantastic | 02:08 |
sdake_ | but i've learned much - and that wasn't even my motivation :) | 02:08 |
Mech422 | I've been lucky - I bitch about work, the boss, etc. as much as the next guy - but I've loved my career .. | 02:08 |
sdake_ | my current manager and my prevous manager were fantastic | 02:08 |
sdake_ | my 3rd previous manager was not fantastic | 02:09 |
sdake_ | my 4th old manager didn't look out for his people but he was effective | 02:09 |
Mech422 | I've been at it since I was 13 - I can't imagine what its like to truly not know what you want to do... | 02:09 |
sdake_ | i really dont complain about anything | 02:09 |
sdake_ | i've been working on computers writing assembly language since 11 years old | 02:09 |
Mech422 | my son is 24 now, and has not a clue what he wants to do | 02:09 |
sdake_ | my kids wnat to watch youtube videos for a living ;) | 02:10 |
Mech422 | heh - I haven't done assembly since the 6502 :-) | 02:10 |
sdake_ | i haven' tdone assembly much lately | 02:10 |
Mech422 | ohh - I should tell my son about that - he'd prolly love that job :-P | 02:10 |
Mech422 | he's getting it together now - he's a volunteer fireman, trying to go full time.. | 02:10 |
sdake_ | thats a rough gig | 02:11 |
sdake_ | high burnout rate | 02:11 |
sdake_ | i know lots of firemen and women - many of them completely burn out within 5 years | 02:11 |
Mech422 | yeah - I'm not sure he'll make it - he had 4 people die on him this first year - including a 65 year old lady killed by a drunk driver, and a 6 year old that died in a fire | 02:11 |
sdake_ | i haven't figured out whta the secret is that keeps the people that dont burn out from not burning out | 02:11 |
sdake_ | ya its relalyl rough | 02:12 |
Mech422 | sdake_: yeah - I couldn't do it | 02:12 |
sdake_ | i actually bought my son a C book | 02:12 |
Mech422 | but we'll see - so far, he seems to like it overall - just has some rough days that make him wonder about it | 02:12 |
sdake_ | and I was teaching him c | 02:12 |
Mech422 | sadist! | 02:12 |
Mech422 | :-) | 02:12 |
sdake_ | but then we had a remodel | 02:13 |
sdake_ | start with foundations at 11 years old - he will be a pro by 20 | 02:13 |
sdake_ | and we packed up the books | 02:13 |
sdake_ | and they still sit in boxes | 02:13 |
sdake_ | i guess i should eithe runpack them or buy a new book | 02:13 |
sdake_ | i want him to do more then leech of me forever :) | 02:13 |
sdake_ | and he is keen tolearn how to program | 02:14 |
sdake_ | I am pretty sure if I don't teach him by 18, he will look back at me and say "dad you promised to teach me ot program and you didn't" | 02:14 |
Mech422 | sdake_: Mine won't go near a computer unless theres a video game running | 02:14 |
sdake_ | and it will be a sore spot | 02:14 |
sdake_ | ya my kids are deeply into games | 02:14 |
sdake_ | what is a really odd behavior of theirs | 02:14 |
sdake_ | is watching youtube videos of other people play video gamees | 02:14 |
sdake_ | they do that more then play videogames | 02:15 |
Mech422 | nice you can share tech with them - now I know how my dad felt when he tried to teach me mechanical engineering | 02:15 |
sdake_ | my son actually expressed interest as being a youtuber | 02:15 |
Mech422 | oh - twitch streams ? yeah - rugrat does that too | 02:15 |
sdake_ | not even a twitch stream | 02:16 |
Mech422 | really? that would be a rough way to make a living...need lotta followers for the ad revenue to add up | 02:16 |
sdake_ | yup | 02:16 |
sdake_ | but there are alot of superstars | 02:16 |
sdake_ | who make millions a year | 02:16 |
Mech422 | yeah - and wierd topics too... | 02:16 |
sdake_ | and that is all my kids see | 02:16 |
Mech422 | like the 6 year olds that 'unbox' toys | 02:16 |
sdake_ | some of the shit my kids watch | 02:16 |
sdake_ | off the hook | 02:16 |
sdake_ | they dont see the other 99% of the population in youtube land not making a dime | 02:17 |
sdake_ | although tech is likke that | 02:17 |
sdake_ | PE = 0.5% of CSCO engineering | 02:18 |
Mech422 | yeah - everyone thinks they're gonna be a 'start up millionare' | 02:18 |
Mech422 | I did 12 startups - mostly in SFO/SJC | 02:18 |
sdake_ | i had a cofounder offer when i was 20 | 02:18 |
sdake_ | stilli incollege | 02:18 |
Mech422 | but I never made a nickel past my paycheck | 02:18 |
sdake_ | i turned him down | 02:18 |
sdake_ | for 50 percent of th ecopany | 02:18 |
sdake_ | to finish school | 02:19 |
sdake_ | 4 years later he took the company public for over a billion | 02:19 |
sdake_ | only taking ~17 mil in funding | 02:19 |
Mech422 | yeah - it happens... and again - its stupid shit that goes big... | 02:19 |
Mech422 | I can't figure out how 'ad supported' and 'free services' are even a thing anymore :-P | 02:19 |
sdake_ | i worked at a startup called montavista | 02:20 |
sdake_ | 5 years | 02:20 |
Mech422 | sdake_: oh cool...one of my engineers ended up there - Doug Louder | 02:20 |
sdake_ | we completely changed an industry | 02:20 |
sdake_ | y i recall doug | 02:20 |
sdake_ | are you a people mnager? | 02:20 |
Mech422 | I used to be DirEng/CTO ... | 02:20 |
sdake_ | we spent 120-130 milllion doing it | 02:20 |
Mech422 | went back to code monkey - more fun :-) | 02:20 |
sdake_ | and now the company is gone | 02:21 |
Mech422 | MontaVista is gone ? | 02:21 |
Mech422 | wow - I didn't realize that... | 02:21 |
sdake_ | PE at csco is middle management with no people mangement responsibilities | 02:21 |
sdake_ | well it still ives in on some form | 02:21 |
sdake_ | I think it got aquihired | 02:21 |
sdake_ | but ya its basically defunct | 02:21 |
sdake_ | bad business model | 02:21 |
sdake_ | make board ports for 300 boards a year, only 10 boards in the industry sell, impossible to predict on a yearly cycle which boards to build support for | 02:22 |
Mech422 | that doesn't sound bad - I've had up to 30 direct reports - it sucks ... people are more trouble then computers | 02:22 |
sdake_ | oh and sell a dev kit to an entire company for 10k | 02:22 |
sdake_ | its not bad at all | 02:23 |
sdake_ | i was just explaining the role :) | 02:23 |
sdake_ | i was a PE at ed hat previously | 02:23 |
sdake_ | PSe | 02:23 |
sdake_ | PSE | 02:23 |
sdake_ | but that job is "lower down the totem pole" so to speak | 02:23 |
Mech422 | oh ? how is RH to work for ? | 02:23 |
Mech422 | they seem to be looking all the time... | 02:23 |
sdake_ | ~20% of the engineering team are PEs | 02:23 |
sdake_ | I really loved Red Hat | 02:24 |
sdake_ | I could have retired there | 02:24 |
sdake_ | there pay kind of sucks compared to industry heavyweights | 02:24 |
sdake_ | but I still got paid well | 02:24 |
sdake_ | we ended in an irresolvable conflict | 02:24 |
Mech422 | sdake_: that sucks :-/ | 02:25 |
sdake_ | yup it happens | 02:25 |
sdake_ | i started kolla and i started magnum | 02:26 |
sdake_ | and one of t he directors didn't like either project | 02:26 |
sdake_ | and "directed" me to shut them down | 02:26 |
Mech422 | Ouch! | 02:26 |
sdake_ | so I found a new gig who appreciated my work | 02:26 |
sdake_ | the worst part about the whole thing is my director told me to go sort out what to do with docker and openstack | 02:26 |
sdake_ | so I answered that | 02:27 |
sdake_ | nobody has really expanded on that analysis | 02:27 |
sdake_ | they just didn't like the answer | 02:27 |
sdake_ | but I hold no ill feelings towards red hat | 02:27 |
sdake_ | they supported me through some rough spots | 02:27 |
sdake_ | 99% of the time they do the right thing | 02:27 |
sdake_ | 1% of the time some direcotr or manager blunders and runs off someone soli | 02:28 |
sdake_ | it could be a subtle blunder | 02:28 |
sdake_ | like not following chains of command | 02:28 |
Mech422 | I'm with LimeLight Networks... | 02:28 |
sdake_ | for a long time I held a grudge | 02:28 |
sdake_ | because job changes are very challenging | 02:29 |
sdake_ | brain goes wild with "what could go wrong" | 02:29 |
sdake_ | leaving red hat was actually very good for me | 02:29 |
sdake_ | it taught me that analyzing every bad outcome scenario is pointless | 02:30 |
Mech422 | heh - working startups - change becomes routine - every 12 months funding runs out, time for a new job... | 02:30 |
sdake_ | instead focus on a good outcome | 02:30 |
sdake_ | and a good outcome will be had | 02:30 |
sdake_ | fantastic lesson I learned changing jobs | 02:30 |
sdake_ | plus 35% pay raise ;) | 02:30 |
sdake_ | and I was already overpaid :) | 02:31 |
Mech422 | Oh Nice ! | 02:31 |
sdake_ | if you ever do think of going to red hat I'd recommend it | 02:31 |
sdake_ | its a good place to be | 02:31 |
sdake_ | hard to get in | 02:31 |
sdake_ | without an internal contact | 02:31 |
Mech422 | I got lucky with limelight ... I'm probably going to stay as long as they keep me - but good to know whats what :-) | 02:31 |
sdake_ | waht do you do at limelight | 02:31 |
sdake_ | what does limelight do? | 02:31 |
sdake_ | p2p right? | 02:32 |
Mech422 | openstack - LL is the second largest CDN... | 02:32 |
sdake_ | cool cdn | 02:32 |
sdake_ | i guess they morphed from p2p to cdn :) | 02:32 |
sdake_ | who i the largest? | 02:32 |
Mech422 | akamia | 02:32 |
sdake_ | out of curiosity | 02:33 |
sdake_ | right | 02:33 |
sdake_ | i recall that name | 02:33 |
Mech422 | but we outperform them :-P | 02:33 |
sdake_ | how many employees? | 02:33 |
Mech422 | we run anywhere from 20,000-40,000 machines (metal + vm) in 80 pops around the world | 02:33 |
Mech422 | umm - I think 1 thousand ? | 02:33 |
sdake_ | cool | 02:33 |
Mech422 | not sure - maybe 500-1000? | 02:33 |
sdake_ | I went to red hat when there were 2000 pepole | 02:34 |
sdake_ | now its about 8000 | 02:34 |
Mech422 | I didnt realize RH was so big... | 02:34 |
sdake_ | my strategy out of school was -> work for a megacorp, work for a startup, then work for a hypergrowth company | 02:34 |
sdake_ | then roll with it from there | 02:34 |
sdake_ | when i told this to my vp, he said "oh your a hybrid employee" | 02:34 |
sdake_ | which at the time I had never heard that term | 02:35 |
sdake_ | and we didnt know each other at all | 02:35 |
Mech422 | I've always just worked on whatever seemed fun - which is prolly why I never got rich :-P | 02:35 |
sdake_ | i'm HINRY :) | 02:35 |
sdake_ | my wife works at ansible | 02:35 |
sdake_ | now redhat | 02:35 |
sdake_ | she left redhat about 2 years ago | 02:36 |
sdake_ | then went to elastic | 02:36 |
Mech422 | HINRY ? never heard that term... | 02:36 |
sdake_ | that place was hell | 02:36 |
sdake_ | so she went to ansible | 02:36 |
sdake_ | and got aquired by red hat | 02:36 |
Mech422 | elastic rings a bell ... what did they do ? | 02:36 |
sdake_ | High Income not Rich Yet | 02:36 |
sdake_ | make elasticsearch, kibana, and logstash | 02:36 |
sdake_ | and a whole slew of other shit | 02:36 |
sdake_ | but those are their main work products | 02:36 |
Mech422 | LOL - I guess that makes me : Not Rich Yet, but still hopefull :-P | 02:36 |
Mech422 | pizza - sec! | 02:37 |
sdake_ | DCP FTW :) | 02:37 |
sdake_ | becoming a solid hybrid employee is very rewarding | 02:38 |
sdake_ | it takes a long time | 02:38 |
sdake_ | it took me about 10 years to get my skill sets in order before everything was working well | 02:39 |
sdake_ | one way to describe a hybrid is a jack of all trades, _master_ of many :) | 02:39 |
sdake_ | at one point I thought of myself as a jack of all trades master of none | 02:40 |
sdake_ | in retrospect my hybrid self training was super risky | 02:40 |
sdake_ | if I had given up on my strategy - it would have been disasterous for me | 02:40 |
sdake_ | Mech422 where did ou cto at | 02:41 |
Mech422 | sdake_: last place was Olliance | 02:41 |
Mech422 | sdake_: up in SFO | 02:41 |
sdake_ | how many cats | 02:41 |
Mech422 | tops was prolly around 60-70 | 02:42 |
sdake_ | interesting | 02:42 |
sdake_ | how mnay startups have you worked at? | 02:42 |
Mech422 | yeah - its was a good crew | 02:42 |
Mech422 | doug went to monta vista after | 02:42 |
Mech422 | rob went to sugar | 02:42 |
Mech422 | and russ did a stink at inktank | 02:42 |
Mech422 | about a dozen | 02:43 |
sdake_ | wow thats a slew | 02:43 |
Mech422 | did 1 in new york for financial market even :-) | 02:43 |
*** mbound has quit IRC | 02:43 | |
sdake_ | i have too high of a personal financial burn rate to start a company at this time | 02:43 |
sdake_ | the only way to start a company is to have a low personal burn rate | 02:44 |
sdake_ | (the only non-risky way) | 02:44 |
Mech422 | I really don't think I want to go back | 02:44 |
sdake_ | go back to where | 02:44 |
Mech422 | its kinda nice having a steady job now | 02:44 |
Mech422 | startups | 02:44 |
sdake_ | 1k employees is sorta startupy | 02:44 |
Mech422 | heh - you have every different def. of startup then me :-P | 02:44 |
sdake_ | i have only worked at one | 02:45 |
Mech422 | I'm used to being employe #1 or #2 in a 6 week old company | 02:45 |
Mech422 | limelight has been around 15 years :-) | 02:45 |
sdake_ | ya - that was the p2p reference :) | 02:45 |
sdake_ | red hat was a hypergrowth company | 02:45 |
sdake_ | an dstil is | 02:45 |
sdake_ | csco is a big mega corp | 02:46 |
sdake_ | montavista was definately a startup - although I was meployee 100+ | 02:46 |
Mech422 | p2p == peer to peer? | 02:46 |
sdake_ | right | 02:46 |
Mech422 | LLNW never did that ? | 02:46 |
sdake_ | yo uwuld knwo :) | 02:46 |
sdake_ | I seem to recall they did | 02:46 |
Mech422 | we push content for like the apple store... | 02:46 |
sdake_ | but i coul be wrong | 02:46 |
sdake_ | i know what you do now | 02:46 |
Mech422 | Microsoft etc | 02:46 |
sdake_ | (because you jsut told me earlier) | 02:46 |
sdake_ | businesses change | 02:47 |
sdake_ | but 15 years ago, Ithink limelight was a p2p company | 02:47 |
sdake_ | but I could be wrong | 02:47 |
sdake_ | they wer etyring to compete with napster and stuff | 02:47 |
sdake_ | iirc | 02:47 |
Mech422 | you thinking of LimeWire ? | 02:47 |
sdake_ | right | 02:48 |
sdake_ | thanks k:) | 02:48 |
Mech422 | ah - no...diff. company :-) | 02:48 |
sdake_ | yes clearly :) | 02:48 |
Mech422 | anyway - girlfriend says I need to eat pizza and watch movie with her :-) | 02:48 |
Mech422 | bbbiab :-) | 02:48 |
sdake_ | later | 02:48 |
*** m3m0 has quit IRC | 03:39 | |
*** m3m0 has joined #openstack-kolla | 03:42 | |
*** daneyon has joined #openstack-kolla | 03:50 | |
*** daneyon has quit IRC | 03:55 | |
*** vdo has quit IRC | 04:18 | |
*** vdo has joined #openstack-kolla | 04:20 | |
*** vdo has quit IRC | 04:20 | |
*** vdo has joined #openstack-kolla | 04:20 | |
*** sdake has joined #openstack-kolla | 04:35 | |
*** sdake_ has quit IRC | 04:38 | |
*** mbound has joined #openstack-kolla | 04:49 | |
*** dave-mccowan has quit IRC | 04:49 | |
*** mbound has quit IRC | 04:54 | |
openstackgerrit | sean mooney proposed openstack/kolla: [WIP] add baremetal role to install kolla deps. https://review.openstack.org/325631 | 05:41 |
*** fragatina has quit IRC | 06:16 | |
*** fragatina has joined #openstack-kolla | 06:16 | |
*** fragatina has quit IRC | 06:20 | |
*** fragatina has joined #openstack-kolla | 06:28 | |
*** fragatina has quit IRC | 06:30 | |
*** fragatina has joined #openstack-kolla | 06:30 | |
*** fragatina has quit IRC | 06:30 | |
*** fragatina has joined #openstack-kolla | 06:31 | |
*** daneyon has joined #openstack-kolla | 06:32 | |
openstackgerrit | Joshua Harlow proposed openstack/kolla: Make kolla-ansible a top level python command https://review.openstack.org/324982 | 06:33 |
*** salv-orl_ has quit IRC | 06:34 | |
*** salv-orlando has joined #openstack-kolla | 06:34 | |
*** daneyon has quit IRC | 06:38 | |
*** salv-orl_ has joined #openstack-kolla | 07:15 | |
*** salv-orlando has quit IRC | 07:17 | |
*** sdake has quit IRC | 07:24 | |
*** sacharya has quit IRC | 08:23 | |
*** callahanca has quit IRC | 08:39 | |
*** callahanca has joined #openstack-kolla | 08:40 | |
*** salv-orl_ has quit IRC | 09:03 | |
*** salv-orlando has joined #openstack-kolla | 09:03 | |
*** salv-orlando has quit IRC | 09:20 | |
*** salv-orlando has joined #openstack-kolla | 09:20 | |
*** sacharya has joined #openstack-kolla | 09:24 | |
*** sacharya has quit IRC | 09:29 | |
*** SiRiuS has joined #openstack-kolla | 09:31 | |
*** fragatina has quit IRC | 09:42 | |
openstackgerrit | Michal Rostecki proposed openstack/kolla: [WIP] Support for kolla-kubernetes in Vagrant https://review.openstack.org/322962 | 09:53 |
*** salv-orlando has quit IRC | 10:02 | |
*** SiRiuS has quit IRC | 10:02 | |
*** salv-orlando has joined #openstack-kolla | 10:02 | |
*** daneyon has joined #openstack-kolla | 10:09 | |
*** pbourke has quit IRC | 10:11 | |
*** pbourke has joined #openstack-kolla | 10:11 | |
*** daneyon has quit IRC | 10:14 | |
*** SiRiuS has joined #openstack-kolla | 10:21 | |
*** sdake has joined #openstack-kolla | 10:26 | |
*** dwalsh has joined #openstack-kolla | 10:43 | |
*** sbezverk_ has joined #openstack-kolla | 10:46 | |
*** Mr_Broke_ has joined #openstack-kolla | 10:49 | |
*** dwalsh has quit IRC | 10:50 | |
*** kong_ has joined #openstack-kolla | 10:51 | |
*** harmw_ has joined #openstack-kolla | 10:52 | |
*** sbezverk has quit IRC | 10:53 | |
*** kong has quit IRC | 10:53 | |
*** harmw has quit IRC | 10:53 | |
*** tuvenen has quit IRC | 10:53 | |
*** tuvenen has joined #openstack-kolla | 10:53 | |
*** harlowja has quit IRC | 10:53 | |
*** Mr_Broken has quit IRC | 10:53 | |
*** kong_ is now known as kong | 10:54 | |
*** tuvenen has quit IRC | 11:00 | |
*** tuvenen has joined #openstack-kolla | 11:00 | |
*** dwalsh has joined #openstack-kolla | 11:00 | |
*** dwalsh has quit IRC | 11:19 | |
*** openstackstatus has quit IRC | 11:24 | |
*** openstackstatus has joined #openstack-kolla | 11:25 | |
*** ChanServ sets mode: +v openstackstatus | 11:25 | |
*** Mr_Broke_ has quit IRC | 12:24 | |
*** Mr_Broken has joined #openstack-kolla | 12:24 | |
*** sdake has quit IRC | 12:49 | |
*** daneyon has joined #openstack-kolla | 12:51 | |
*** daneyon has quit IRC | 12:56 | |
*** salv-orl_ has joined #openstack-kolla | 13:15 | |
*** salv-orlando has quit IRC | 13:18 | |
*** rhallisey has joined #openstack-kolla | 13:19 | |
*** rhallisey has quit IRC | 13:19 | |
*** rhallisey has joined #openstack-kolla | 13:19 | |
*** sacharya has joined #openstack-kolla | 13:25 | |
*** sacharya has quit IRC | 13:30 | |
*** Liuqing has joined #openstack-kolla | 13:43 | |
*** d_code has joined #openstack-kolla | 13:44 | |
*** Liuqing has quit IRC | 13:45 | |
*** Liuqing has joined #openstack-kolla | 13:47 | |
openstackgerrit | Ryan Hallisey proposed openstack/kolla: Add kolla-kubernetes bootstrap capability to mariadb https://review.openstack.org/320744 | 14:04 |
openstackgerrit | Ryan Hallisey proposed openstack/kolla-kubernetes: Use the Kube endpoint to dictate state instead of etcd https://review.openstack.org/325503 | 14:06 |
*** esmiurium has joined #openstack-kolla | 14:10 | |
*** sdake has joined #openstack-kolla | 14:13 | |
*** daneyon has joined #openstack-kolla | 14:40 | |
*** daneyon has quit IRC | 14:45 | |
*** Liuqing has quit IRC | 14:48 | |
*** Liuqing has joined #openstack-kolla | 14:48 | |
*** esmiurium has quit IRC | 14:49 | |
*** esmiurium has joined #openstack-kolla | 14:54 | |
*** Liuqing has quit IRC | 14:58 | |
*** esmiurium has quit IRC | 15:13 | |
*** esmiurium has joined #openstack-kolla | 15:13 | |
*** esmiurium has quit IRC | 15:15 | |
*** sacharya has joined #openstack-kolla | 15:27 | |
*** godleon has quit IRC | 15:29 | |
*** sacharya has quit IRC | 15:31 | |
*** sdake has quit IRC | 15:40 | |
*** callahanca has quit IRC | 16:04 | |
*** callahanca has joined #openstack-kolla | 16:10 | |
*** jmccarthy has quit IRC | 16:25 | |
*** jmccarthy has joined #openstack-kolla | 16:26 | |
*** tzn has joined #openstack-kolla | 16:42 | |
openstackgerrit | Ryan Hallisey proposed openstack/kolla: Add kolla-kubernetes bootstrap capability to Keystone https://review.openstack.org/321529 | 17:05 |
openstackgerrit | Ryan Hallisey proposed openstack/kolla: Add kolla-kubernetes bootstap logic endpoint script https://review.openstack.org/325664 | 17:05 |
openstackgerrit | Ryan Hallisey proposed openstack/kolla: Add kolla-kubernetes bootstap logic endpoint script https://review.openstack.org/325664 | 17:11 |
openstackgerrit | Ryan Hallisey proposed openstack/kolla-kubernetes: The Keystone bootstrap job need to run a db sync https://review.openstack.org/325665 | 17:22 |
*** daneyon has joined #openstack-kolla | 17:22 | |
*** daneyon has quit IRC | 17:27 | |
*** sacharya has joined #openstack-kolla | 17:27 | |
*** salv-orl_ has quit IRC | 17:32 | |
*** sacharya has quit IRC | 17:32 | |
*** salv-orlando has joined #openstack-kolla | 17:32 | |
*** ssurana has joined #openstack-kolla | 17:39 | |
*** dwalsh has joined #openstack-kolla | 17:41 | |
*** dwalsh has quit IRC | 18:07 | |
*** salv-orlando has quit IRC | 18:08 | |
*** salv-orlando has joined #openstack-kolla | 18:08 | |
*** salv-orlando has quit IRC | 18:10 | |
*** salv-orlando has joined #openstack-kolla | 18:11 | |
*** dave-mccowan has joined #openstack-kolla | 18:11 | |
*** tzn has quit IRC | 18:15 | |
*** salv-orlando has quit IRC | 18:16 | |
*** salv-orlando has joined #openstack-kolla | 18:16 | |
*** dwalsh has joined #openstack-kolla | 18:24 | |
*** tzn has joined #openstack-kolla | 18:25 | |
*** sacharya has joined #openstack-kolla | 18:39 | |
*** dwalsh has quit IRC | 18:48 | |
*** salv-orlando has quit IRC | 18:51 | |
*** salv-orlando has joined #openstack-kolla | 18:51 | |
*** dwalsh has joined #openstack-kolla | 18:52 | |
*** ssurana has quit IRC | 18:52 | |
*** ssurana has joined #openstack-kolla | 18:54 | |
*** salv-orlando has quit IRC | 18:54 | |
*** sacharya has quit IRC | 18:54 | |
*** salv-orlando has joined #openstack-kolla | 18:54 | |
*** dwalsh has quit IRC | 19:20 | |
*** fragatina has joined #openstack-kolla | 19:24 | |
*** fragatina has quit IRC | 19:24 | |
*** fragatina has joined #openstack-kolla | 19:25 | |
*** ssurana1 has joined #openstack-kolla | 19:29 | |
*** ssurana has quit IRC | 19:29 | |
*** ssurana1 has quit IRC | 19:36 | |
*** salv-orlando has quit IRC | 19:37 | |
*** salv-orlando has joined #openstack-kolla | 19:37 | |
*** tzn has quit IRC | 19:41 | |
*** ssurana has joined #openstack-kolla | 19:54 | |
*** sacharya has joined #openstack-kolla | 19:55 | |
*** sacharya has quit IRC | 19:59 | |
*** ssurana has quit IRC | 20:01 | |
*** ssurana has joined #openstack-kolla | 20:09 | |
*** ssurana has quit IRC | 20:11 | |
*** fragatina has quit IRC | 20:17 | |
*** fragatina has joined #openstack-kolla | 20:18 | |
*** ssurana has joined #openstack-kolla | 20:19 | |
*** ssurana has quit IRC | 20:21 | |
*** d_code has quit IRC | 20:33 | |
*** salv-orlando has quit IRC | 20:41 | |
*** salv-orlando has joined #openstack-kolla | 20:41 | |
*** clayton has quit IRC | 20:42 | |
openstackgerrit | Ryan Hallisey proposed openstack/kolla: Add kolla-kubernetes bootstrap capability to Keystone https://review.openstack.org/321529 | 20:44 |
openstackgerrit | Ryan Hallisey proposed openstack/kolla: Add kolla-kubernetes bootstrap capability to mariadb https://review.openstack.org/320744 | 20:44 |
openstackgerrit | Ryan Hallisey proposed openstack/kolla: Add kolla-kubernetes bootstap logic endpoint script https://review.openstack.org/325664 | 20:44 |
*** clayton has joined #openstack-kolla | 20:44 | |
*** fragatina has quit IRC | 20:50 | |
*** sdake has joined #openstack-kolla | 21:00 | |
*** fragatina has joined #openstack-kolla | 21:03 | |
openstackgerrit | Ryan Hallisey proposed openstack/kolla-kubernetes: The Keystone bootstrap job need to run a db sync https://review.openstack.org/325665 | 21:04 |
openstackgerrit | Ryan Hallisey proposed openstack/kolla-kubernetes: Use the Kube endpoint to dictate state instead of etcd https://review.openstack.org/325503 | 21:04 |
openstackgerrit | Ryan Hallisey proposed openstack/kolla-kubernetes: Add the KOLLA_KUBERNETES flag to containers https://review.openstack.org/325675 | 21:04 |
*** sdake has quit IRC | 21:04 | |
*** dwalsh has joined #openstack-kolla | 21:08 | |
*** sacharya has joined #openstack-kolla | 21:18 | |
*** ssurana has joined #openstack-kolla | 21:20 | |
*** tzn has joined #openstack-kolla | 21:22 | |
*** sacharya has quit IRC | 21:23 | |
*** tzn has quit IRC | 21:23 | |
*** salv-orlando has quit IRC | 21:24 | |
*** ssurana has quit IRC | 21:24 | |
*** salv-orlando has joined #openstack-kolla | 21:24 | |
*** dwalsh has quit IRC | 21:27 | |
*** tzn has joined #openstack-kolla | 21:39 | |
*** v1k0d3n has joined #openstack-kolla | 21:45 | |
*** sacharya has joined #openstack-kolla | 21:47 | |
*** daneyon has joined #openstack-kolla | 21:53 | |
*** daneyon has quit IRC | 21:58 | |
*** dwalsh has joined #openstack-kolla | 22:11 | |
*** dwalsh has quit IRC | 22:31 | |
*** ssurana has joined #openstack-kolla | 22:38 | |
*** dwalsh has joined #openstack-kolla | 22:41 | |
*** ssurana has quit IRC | 22:42 | |
*** ssurana has joined #openstack-kolla | 23:02 | |
*** dwalsh has quit IRC | 23:04 | |
*** dwalsh has joined #openstack-kolla | 23:07 | |
*** d_code has joined #openstack-kolla | 23:13 | |
*** dwalsh has quit IRC | 23:16 | |
*** ozialien10 has joined #openstack-kolla | 23:19 | |
*** ssurana has quit IRC | 23:23 | |
*** d_code has quit IRC | 23:32 | |
*** ssurana has joined #openstack-kolla | 23:32 | |
*** rhallisey has quit IRC | 23:34 | |
*** sacharya has quit IRC | 23:37 | |
*** d_code has joined #openstack-kolla | 23:37 | |
*** ssurana has quit IRC | 23:37 | |
*** clayton has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!