Monday, 2014-01-13

*** openstack has joined #openstack-meeting-alt13:37
*** ChanServ sets mode: +o openstack13:37
irenab_baoli: I'll try to add the interaction part13:37
baolicool13:37
baoliI thought that I described it in the original google doc13:38
ijwok.robert, we can write up the nova part that gets us to the compute server point.13:38
ijwi think weve all descrived it at least once. ;) actually we generally seem to have the same mental picture.13:38
baoliSomehow, I missed those emails on hte openstack alias. So I need to catch up a little bit on that.13:38
irenab_baoli: prefer to see it in code :-)13:39
baoliIrenab, let me try to make some change in my code and share it with you guys13:40
irenab_baoli: thanks13:40
irenab_so how do we want to continue?13:42
irenab_I will progress with neutron part according to the doc, ok?13:43
ijwirenab_: maybe you fix your doc up and talk to bob?  ill talk to yongli and yunhong amd robert can get his code up.13:43
baoliI just briefly went over John's email, and basically it's a recap of our last meeting discussion13:43
irenab_ijw: agree13:44
heyongliijw,+113:44
ijwbaoli: you good with that?13:44
ijwheyongli: can you chrvk the email where yunhong and i agreed and see what you think?13:45
ijwi think its close to some of your patches but the precise format of the compute node config could use a reformat so that its clear which are matching expressions and which are extra info.13:45
heyongliijw, sure, and i want to sync up with yunhong about some design consideration13:45
ijwok, make sure you reflect anything you agree on the ml13:46
heyonglisure13:46
ijwnow, someone at this point usually finds the enormous problem we forgot about.  what is it today? ;)13:46
baoliLet's go through the use cases13:47
irenab_I have some question on --nic and scheduling13:47
*** betsy has quit IRC13:47
baoliIrenab, you want to start?13:47
*** doug_shelley66 has quit IRC13:47
irenab_I am a little bit confused if we OK not using flavor for networking?13:47
heyongliirenab_, the discuss on mail is so long, i kind of confused also sorry for this,13:48
ijwirenab: seems like we are for now at least. we will use pci flavor in the nic args and not put it in the flavor. i think we may come back to that but what we do now will work and it's changeable in the future.13:48
baoliI'm actually confused with that as well.13:48
irenab_how --nic PCI request (group/flavor) will be taken into scheduling concerns?13:48
ijw(i assume this is flavor, not pci flavor)13:49
*** jdob has joined #openstack-meeting-alt13:49
baoliIrenab, it will be clear once I post my patch13:49
ijwirenab_, im assuming that we count the number of --nic devices we need and pass that to the scheduler as well as the flavor.13:49
heyonglibaoli: what's your patch about?13:49
baoliAnd it's described in the google doc13:49
ijwbaoli, is that how you do it?13:50
baoliHeyongli, it's about how to use your existing PCI passthrough to do SRIOV13:50
heyonglibaoli, cool, let's see the patch13:50
baoliAll our discussion so far is to expand the ideas we have discussed so far. But13:50
baoliWe don't seem to agree on how to proceed13:51
irenab_fine, just wanted to be sure we do not need VM flavor to include the PCI request info, I think ijw proposed it13:51
baoliIrenab, can we discuss your use cases now?13:51
ijwyeah - no one else likes that so id given up on it.13:51
irenab_ijw: good :-)13:51
irenab_so we are back to use cases?13:52
baoliYes13:52
*** dguitarbite has quit IRC13:52
*** dprince has joined #openstack-meeting-alt13:52
irenab_so we have tenant and admin use cases13:52
ijwtenant is easy enough, there is just the general passthrough case (via flavor) and the specific to neutron (via --nic)13:53
irenab_ijw: agree13:54
ijwnic attachment can vary but i think we have made that the responsibility of neutron's driver and then we make sure there are enough vif types in nova to support it.13:54
heyongliijw: i think every on agree on this?13:54
ijwsnd the two we care about are passthrough and macvtap for now, and we will have additional options for setting the encap.13:55
irenab_ijw: we may want to go with John suggestion on more logical naming (Fast, Slow,..)13:56
ijwthe one that worries me is where we have a nic that can only connect to one network (a provider network) because that would need appropriate scheduling. but i would make that a pci group / flavor of uts own and avoid neutron completely in that case, but its not a great solution.13:56
ijwi think fast/slow now falls out of the pci flavor labels the admin chooses.13:56
irenab_if we consider both cisco and mellanox segments in same OpenStack, we may need cisco_fast, mlnx_fast13:56
ijwso if they want to have 1g and 10g nics they can make sure that the user visible flavors have that13:57
heyongliijw: the provider network should be some property of pci device(likely the PF)13:57
irenab_ijw: sounds good13:57
baoliNot sure why we go away from the standards defined names. is it more intuitive to the users?13:58
ijwso you do still get to choose you group of nic devices from which you want one, but the admin sets them up and, to an extent, can change them in a cluster (that is group versus flavor again)13:58
ijwstandards defined?13:58
ijwi think the aim here was that a cloud admin gets to select what they are offering. maybe i want to offer a nic by brand, maybe i just offer a 10g nic without distinguishing brand13:59
baolivirtio, sriov, macvtap13:59
ijwah - that is a different setting imo, that is the kind of attachment13:59
baoliWould the user care about brand in the case of SRIOV?13:59
ijwalso virtio is a horrible name...13:59
ijwmight do. they might not have all the drivers in their vm14:00
baolifast/slow make me think about qos14:00
baolithey are not related to the technology.14:01
irenab_baoli: I need to get into details of neutron side to see if there is enought info to decide on what encap to set on device based on PCI device info14:01
irenab_I assume that initially vendor/product ids should be enough14:01
ijwyeah. but in groups pr flavors that 'which nic device type' argument has always been admin selected, they can call it fast slow if they want or anything else. i think we are covered for that use case equally with the other one where you have a finer distinction. just that that argument at the moment is separate from the one that describes attachment type.14:01
ijwirenab_, i think that will, to some extent, depend on the mechanismdriver in place.14:02
baoliIrenab, yea, vendor_id and product_id should help14:02
ijwcos you can use intel cards in a vlan env but not easily in a vxlan one, for instance.14:02
ijwso yes, some will work and some wont. neutron has to be at least a little wise to that.14:03
baoliShall I end the meeting to save the log now?14:03
ijwtop of the hour. have we solved the wold's problems?14:03
irenab_ijw: OK. I'll continue with neutron doc, talk to rkukura and then will try to verify with all14:04
irenab_do we have meeting tomorrow?14:04
ijwi shall fix my laptop and then write up that doc14:04
ijw+1 to tomorrow14:04
irenab_same time?14:04
heyongli+114:04
baoliSure let's continue tomorrow14:05
baoli#endmeeting14:05
sadasu+1, I will get a chance to go through ijw's email proposal by then14:05
sadasuthanks!14:05
baoliDon't know why #startmeeting, #endmeeting don't work for me any more14:05
*** BrianB_ has quit IRC14:07
*** ijw has quit IRC14:08
*** sgordon has joined #openstack-meeting-alt14:09
*** demorris has quit IRC14:10
*** demorris has joined #openstack-meeting-alt14:11
*** lblanchard has joined #openstack-meeting-alt14:11
*** julim has joined #openstack-meeting-alt14:18
*** eharney has joined #openstack-meeting-alt14:22
*** jomara_ has joined #openstack-meeting-alt14:23
*** heyongli has quit IRC14:24
*** doug_shelley66 has joined #openstack-meeting-alt14:32
*** esker has joined #openstack-meeting-alt14:36
*** jecarey has quit IRC14:37
*** betsy has joined #openstack-meeting-alt14:42
*** ijw has joined #openstack-meeting-alt14:42
*** dguitarbite has joined #openstack-meeting-alt14:44
*** betsy_ has joined #openstack-meeting-alt14:47
*** aignatov has quit IRC14:48
*** betsy has quit IRC14:49
*** betsy_ is now known as betsy14:49
*** jmaron has joined #openstack-meeting-alt14:49
*** mordred has quit IRC14:50
*** mordred has joined #openstack-meeting-alt14:50
*** dguitarbite_ has joined #openstack-meeting-alt14:51
*** Barker has joined #openstack-meeting-alt14:51
*** chandankumar has quit IRC14:52
*** aignatov has joined #openstack-meeting-alt14:54
*** coolsvap has joined #openstack-meeting-alt14:54
*** balajiiyer has joined #openstack-meeting-alt14:55
*** irenab_ has quit IRC14:59
*** jecarey has joined #openstack-meeting-alt15:06
*** jecarey has quit IRC15:15
*** rwsu has joined #openstack-meeting-alt15:16
*** AlanClark has joined #openstack-meeting-alt15:16
*** amytron has joined #openstack-meeting-alt15:19
*** jecarey has joined #openstack-meeting-alt15:19
*** rnirmal has joined #openstack-meeting-alt15:21
*** coolsvap has quit IRC15:21
*** jecarey_ has joined #openstack-meeting-alt15:23
*** jecarey has quit IRC15:27
*** gokrokve has joined #openstack-meeting-alt15:30
*** mozawa has joined #openstack-meeting-alt15:31
*** ViswaV has joined #openstack-meeting-alt15:35
*** ViswaV has quit IRC15:36
*** ViswaV has joined #openstack-meeting-alt15:37
*** coolsvap has joined #openstack-meeting-alt15:42
*** markwash has joined #openstack-meeting-alt15:43
*** markwash has quit IRC15:46
*** kevinconway has joined #openstack-meeting-alt15:48
*** NikitaKonovalov has quit IRC15:52
*** xuhanp has quit IRC15:53
*** Barker has quit IRC15:53
*** gokrokve has quit IRC15:53
*** gokrokve has joined #openstack-meeting-alt15:53
*** ityaptin has joined #openstack-meeting-alt15:54
*** AlanClark has quit IRC15:57
*** SergeyLukjanov has quit IRC15:57
*** SushilKM has joined #openstack-meeting-alt15:58
*** dguitarbite_ has quit IRC15:59
*** vaibhav has joined #openstack-meeting-alt16:00
*** dguitarbite has quit IRC16:00
*** ruhe is now known as ruhe_16:01
*** ruhe_ is now known as ruhe16:01
*** SushilKM has left #openstack-meeting-alt16:01
*** vaibhav has quit IRC16:03
*** vaibhav has joined #openstack-meeting-alt16:04
*** ityaptin has quit IRC16:04
*** jmontemayor has joined #openstack-meeting-alt16:09
*** sbalukoff has quit IRC16:10
*** lblanchard has quit IRC16:19
*** AlanClark has joined #openstack-meeting-alt16:19
*** aignatov has quit IRC16:21
*** lblanchard has joined #openstack-meeting-alt16:26
*** k-pom has left #openstack-meeting-alt16:29
*** baoli has quit IRC16:30
*** irenab_ has joined #openstack-meeting-alt16:30
*** dguitarbite has joined #openstack-meeting-alt16:32
*** dguitarbite_ has joined #openstack-meeting-alt16:33
*** sacharya has joined #openstack-meeting-alt16:34
*** akuznetsov has quit IRC16:35
*** SushilKM has joined #openstack-meeting-alt16:37
*** yamahata has joined #openstack-meeting-alt16:40
*** SushilKM has left #openstack-meeting-alt16:40
*** ruhe is now known as ruhe_16:42
*** pballand has joined #openstack-meeting-alt16:45
*** ruhe_ has quit IRC16:47
*** irenab_ has quit IRC16:49
*** SergeyLukjanov has joined #openstack-meeting-alt16:50
*** AlanClark has quit IRC16:55
*** sarob has joined #openstack-meeting-alt17:01
*** colinmcnamara has joined #openstack-meeting-alt17:01
*** colinmcn_ has joined #openstack-meeting-alt17:01
*** jmontemayor has quit IRC17:01
sarob#startmeeting training-manuals17:01
openstackMeeting started Mon Jan 13 17:01:54 2014 UTC and is due to finish in 60 minutes.  The chair is sarob. Information about MeetBot at http://wiki.debian.org/MeetBot.17:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.17:01
*** openstack changes topic to " (Meeting topic: training-manuals)"17:01
openstackThe meeting name has been set to 'training_manuals'17:01
colinmcn_morning17:02
*** demorris has quit IRC17:02
dguitarbitesarob,colinmcnamara hello17:02
dguitarbitemorning17:02
sarobmorning17:02
colinmcn_morning :)17:02
sarob#topic action items from last meeting17:03
*** openstack changes topic to "action items from last meeting (Meeting topic: training-manuals)"17:03
sarob#info active contributors17:03
sarob#info sarob is going to check out using stackalytics for inclusion into the the guides17:04
sarobno update from me, still pending17:04
sarob#info sarob will send out irc meeting rundown to openstack-docs17:05
*** betsy has quit IRC17:06
sarob#info quiz dump into https://docs.google.com/a/yahoo-inc.com/document/d/1w7XhcJzdZi_DMT4eenA9rBY7n3uPieCzIfllaQZkXag/edit?usp=sharing17:06
dguitarbiteas you see I have put some basic info as per my observations17:07
sarobdguitarbite give us a quick run down17:07
dguitarbitethe GDoc has been filled by me as requested, I have also deployed Moodle for testing purposes, you may find moodle here .. http://os-trainingquiz.aptira.com/17:07
dguitarbiteI am sending you the required login credentials via email.17:07
sarobdguitarbite: i see17:07
dguitarbitecheck your email for login, we can do some testing on Moodle till we are sure about how to use it exactly17:08
*** jmontemayor has joined #openstack-meeting-alt17:08
sarobdguitarbite: implementation details17:08
*** lblanchard has quit IRC17:08
dguitarbiteok, about 1GB Ram, 2 VCPUs and 50GB Hdd space should provide at least 50 concurrent users for one course17:08
sarobcool17:09
dguitarbitewe need to scale the hard drive space as per the storage requirements17:09
sarobidea on how to move the quiz questions to moodle?17:09
dguitarbiteyes, we can create a course, design selected forms and ask the contributors to submit them, the course admin (we need to come up with some names here) will accept or reject it17:10
dguitarbiteI dont know how to integrate this with gerrit based system but we can find some hooks17:11
dguitarbite*ask the contributors to fill and submit forms17:11
*** nam_nguyen has joined #openstack-meeting-alt17:12
sarobImplementation steps/details, Using openstack.org and/or launchpad auth, Migrating training-guides quizzes to Moodle, Tracking Moodle user results:17:13
sarobthese four things would allow us to start using moodle i think17:14
dguitarbiteTracking Moodle User Results is as simple as installing Analytics plugin17:14
colinmcn_thats pretty awesome17:15
sarobcool, can you explain in the gdoc how that gets installed/added?17:15
dguitarbitewe can see if Moodle can use the same DB for Login -- so easy to login via OpenStack.org17:15
sarobwe need to get this to a wiki howto17:15
sarobvery simple and to the point17:15
sarobthen we could hand off to infra17:16
dguitarbiteyea, let me look into the login system and migration of existing quizzes17:16
sarobwe should plan on handing off to infra as quickly as possible17:16
dguitarbiteyes17:16
sarobawesome17:17
dguitarbiteas of installing modules its similar to wordpress/ other PHP based CMS17:17
sarob#action dguitarbite continue to work on gdoc https://docs.google.com/a/yahoo-inc.com/document/d/1w7XhcJzdZi_DMT4eenA9rBY7n3uPieCzIfllaQZkXag/edit?usp=sharing17:17
dguitarbiteso its a bit of infra work17:17
dguitarbite*infrastructure related17:18
sarobdguitarbite: goal of infra handoff by 01feb?17:18
sarobtwo weeks?17:18
dguitarbitejust a second let me check my cal17:18
*** akuznetsov has joined #openstack-meeting-alt17:19
dguitarbitecan we make it 8th? I am travelling from 20th Jan for a week17:19
*** gokrokve has quit IRC17:19
dguitarbite*8th Fev17:19
dguitarbite*Feb17:19
sarobroger that17:20
*** gokrokve has joined #openstack-meeting-alt17:20
*** akuznetsov has quit IRC17:20
sarob#action dguitarbite moodle handoff readiness 08feb201417:20
sarob#info quiz questions/answers17:21
*** balajiiyer has quit IRC17:22
sarobi have one outstanding quiz bug to review17:22
sarobwho else can we encourage to summit quiz bugs?17:23
colinmcn_my opinion17:24
colinmcn_is that when we start giving alpha's17:24
colinmcn_or17:24
*** gokrokve has quit IRC17:24
colinmcn_maybe that is an action item for meetup groups17:24
colinmcn_that could be something short and actionable17:24
colinmcn_that we can get out through the community17:24
*** demorris has joined #openstack-meeting-alt17:25
sarobi like that17:25
sarobcolinmcn_ ideas on how we could do that?17:26
colinmcn_I can also encourage the various community members that blog17:26
colinmcn_to write up articles17:26
colinmcn_in a perfect world17:26
colinmcn_we contact the key members through the community list17:26
colinmcn_and then package up a 5 min deck17:26
colinmcn_that goes through goals and process17:26
sarobcolinmcn_: can you write up a brief plan?17:26
colinmcn_yeah17:26
colinmcn_yes, I will17:26
sarobcolinmcn_: its seems similar to what you are already working on17:27
sarobcolinmcn_: i could use it for yahoos too17:27
colinmcn_yup, short consumable17:27
colinmcn_easy to deliver17:27
colinmcn_basically we ask the user group members to give 5 min17:27
colinmcn_or possibly record a video to play17:27
colinmcn_or both17:27
sarob#action colinmcnamara training guides contribution how to for user groups and corporate17:28
dguitarbiteis it like a survey asking for quiz questions ?17:28
*** vgnbkr_1 has joined #openstack-meeting-alt17:28
sarobdguitarbite i need feedback from sina on how the aptira training guides experience is going17:29
sarobcan you ping him to reach out to me?17:30
dguitarbiteyep, sure17:30
dguitarbitedo you want his Skype Contact?17:30
*** bdpayne has joined #openstack-meeting-alt17:30
sarobsure, how about you send an email to both of us with contact info and what we need17:31
dguitarbitesounds good17:31
sarob#action dguitarbite email sina and sarob on commercial training guides experience so far17:31
sarobcolinmcn_ what was the dudes name that just published at the summit?17:32
colinmcn_?17:32
colinmcn_that dudes name that just published17:33
colinmcn_cody banks?17:33
sarobrighto17:33
colinmcn_err cody bunch17:33
sarobhah, right17:33
colinmcn_the racker who wrote a book17:33
sarobyeah, brainfart17:33
colinmcn_it's ok. my brain is more fart then brain17:33
sarobtime to bug him? maybe ed, you, i17:34
saroblunch to strategize on guides and publishing17:34
sarobchew on it, we can discuss later17:35
colinmcn_yeah, I think so17:35
colinmcn_he is a great guy17:35
colinmcn_however I think what we are seeing17:35
colinmcn_is the community waiting to see something tangible to engage17:35
colinmcn_people act in their self interest17:35
colinmcn_it's just reality17:36
colinmcn_I think what we have17:36
colinmcn_is something that aligns to their self interest17:36
colinmcn_an action item that I think we have to track17:36
colinmcn_is how to communicate that self interest to the world17:36
sarobcolinmcn_:  id like to hear what they want to see that would link in the self interest17:36
colinmcn_so, good example17:37
*** nadya_ has joined #openstack-meeting-alt17:37
colinmcn_look at how @jtroyer in VMware communities incites action in the community17:37
colinmcn_we can go into it for days17:37
colinmcn_so, publicity17:37
colinmcn_gaining knowlege17:37
colinmcn_certifications17:38
colinmcn_pay17:38
colinmcn_social credibility (fame)17:38
colinmcn_all area's of self interest that people take action around17:38
colinmcn_e.g. that's why people always pile on towards the end of a successful project17:38
sarobcolinmcn_: this kinda aligns with your action item17:38
colinmcn_yup17:39
colinmcn_we can't change human nature, but we sure as hell can accept it and leverage it17:39
colinmcn_I think one actionable item is working with Steph to write a highlight on Dguitarbyte17:39
colinmcn_show the world all the hard work, and amazing contribution that has been done17:39
sarobcolinmcn_: i like17:39
sarobsounds like you have a start of a good plan then :)17:40
colinmcn_:)17:40
colinmcn_yup17:40
colinmcn_created a card in trello17:40
dguitarbiteim on with certificates17:40
dguitarbite*on board17:40
colinmcn_with some checklist items17:40
sarobcooolo17:40
sarobnext item17:40
sarob#info complete aptira content merge into training guideshttps://docs.google.com/a/yahoo-inc.com/drawings/d/1ju78O-PjkZIeSbpGkUndIohQeQy06QXseRPbCy2F6F8/edit?usp=sharing17:40
dguitarbitewe can have wide adoption of Training Manuals with it17:40
sarobyup17:40
*** csaba is now known as csaba|afk17:41
sarobso we need to finish the merge up17:41
sarobwe are about 3/4 of the way done17:41
saroblets finish it17:41
*** nadya_ has quit IRC17:41
sarobthe associate guide merge is done, lets finish whats left on the operator guide17:42
colinmcn_topic change?17:42
sarobstill old action items17:43
colinmcn_k17:43
sarobehh, okay, new topic17:43
colinmcn_I was just sanity checking, not complaining17:44
dguitarbiteis the basic install guide still there in manuals?17:44
sarob#topic complete operator guide layout, include final aptira content merge17:44
*** openstack changes topic to "complete operator guide layout, include final aptira content merge (Meeting topic: training-manuals)"17:44
dguitarbiteor should I update one for Operator (Havana)?17:44
sarobdguitarbite basic install guide is gone17:45
sarob#link https://docs.google.com/a/yahoo-inc.com/drawings/d/1ju78O-PjkZIeSbpGkUndIohQeQy06QXseRPbCy2F6F8/edit?usp=sharing17:45
*** sadasu has quit IRC17:45
sarobthis is the december reorg plan17:45
*** doug_shelley66 has quit IRC17:46
sarobassociate guide is done17:46
*** doug_shelley66 has joined #openstack-meeting-alt17:46
saroboperator guide layout needs some cleanup17:46
*** vgnbkr_1 has quit IRC17:46
sarobpart of the sina conversation is how does aptira use the training guides17:46
sarobare they using the aptira books or the training guide books?17:47
dguitarbitewe are using Training Guide Books17:47
dguitarbiteall open source17:47
sarobshould we add content switches like the install guides for commercial training use like aptira?17:47
sarobthe training guides set has eight books right now17:48
sarobit should only be 5: start here, assoc, oper, dev, arch17:48
dguitarbiteyes, we should add a basic install section (attacts more new commers)17:48
dguitarbiteI guess for Operators it may be required17:49
sarobehh? you lost me17:49
sarobah, right17:49
sarobinstall labs are in operators guide17:49
sarobalong with how to contribute docs bug fixes17:50
saroband administrative tasks17:50
dguitarbitesarob " should we add content switches like the install guides for commercial training use like aptira? " honestly, I do not know17:50
sarobim assuming that aptira wants to create your own flavor of the same content plus some extra17:51
dguitarbitejust for Associate17:51
sarobid like to understand how sina is using the content and his plans17:51
dguitarbiteyes, I will ask him to get in touch with you17:52
sarobso we can clean up the repo and finish the operator design17:52
dguitarbiteyeah, I think we can add some videos on install guide section if possible17:52
sarob#action dguitarbite sarob finalize clean up of up aptira content in repo17:53
*** nati_ueno has joined #openstack-meeting-alt17:53
*** balajiiyer has joined #openstack-meeting-alt17:53
sarob#topic any other business, new items17:53
*** openstack changes topic to "any other business, new items (Meeting topic: training-manuals)"17:53
colinmcn_I have two things17:54
colinmcn_1. I am continuing down the path of building an AsciiDoc << >> docbookbooks translation enginee17:54
colinmcn_things are moving slowly, but moving17:54
colinmcn_and it looks like we may be able to remove the requirement for Oxygen and XML tagging to author training docs17:55
colinmcn_I'll keep everyone informed on progress17:55
*** ashaikh has joined #openstack-meeting-alt17:55
colinmcn_I'm beta'ng out the process in OpenDaylight - OVSDB project17:55
*** markwash has joined #openstack-meeting-alt17:55
dguitarbitecolinmcn_ awesome17:55
colinmcn_all the doc work there is built to map right into the OpenStack docbooks toolchain17:55
sarobcolinmcn_ cool17:56
colinmcn_If I never have to open up Oxygen, or debug and XML build error again in my life17:56
colinmcn_it will be a happy day17:56
colinmcn_but still be able to author content17:56
sarobhmm, yes17:56
colinmcn_2nd thing17:56
colinmcn_2. item17:56
colinmcn_in the 332 engineers at work17:56
colinmcn_I found out that we have a tech writer17:56
colinmcn_I don't know if it will get approved17:56
colinmcn_but I am submitting and internal project to assign him part time to this project17:57
sarobwow, nice17:57
sarobill get you a muffin17:57
sarobas thanks17:57
colinmcn_the internal project approval cycle takes 90 + days17:57
sarobbreakfast thanks theme17:57
colinmcn_but, it's a resource17:57
sarob3 months would be outstanding17:57
*** balajiiyer has quit IRC17:57
dguitarbitecolinmcn_ "If I never have to open up Oxygen, or debug and XML build error again in my life" -- if you implement this system, your expertise will be called upon for fixing weird situations, adding new features and more ... althought it will be more fun than editing XML ...17:58
sarobwe can get a lot done in three months17:58
colinmcn_I'm also putting into to take one of our ASE's (associate systems engineers) and apply them as an intern17:58
colinmcn_again, I have to fight internal process and budgets. But I thought I would share17:58
colinmcn_dguitarbite: basically we have david kramer17:59
colinmcn_as the one guy who can fix all things docbooks17:59
*** harlowja_away is now known as harlowja17:59
colinmcn_I feel that random build errors17:59
dguitarbitekool17:59
colinmcn_are bugs in the system17:59
colinmcn_shouldn't be there for a content contributor to deal with every day17:59
colinmcn_my 2 cents17:59
colinmcn_that's what I have to share17:59
sarobexcellent18:00
sarobanything else?18:00
*** derekh has quit IRC18:01
colinmcn_i'm good18:01
*** amotoki_ has joined #openstack-meeting-alt18:01
*** betsy has joined #openstack-meeting-alt18:01
saroblets close up18:02
colinmcn_agreed18:02
dguitarbiteyep (yawn)18:02
sarob#endmeeting18:02
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"18:02
openstackMeeting ended Mon Jan 13 18:02:56 2014 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)18:02
openstackMinutes:        http://eavesdrop.openstack.org/meetings/training_manuals/2014/training_manuals.2014-01-13-17.01.html18:02
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/training_manuals/2014/training_manuals.2014-01-13-17.01.txt18:03
openstackLog:            http://eavesdrop.openstack.org/meetings/training_manuals/2014/training_manuals.2014-01-13-17.01.log.html18:03
*** amotoki has quit IRC18:03
*** nam_nguyen has quit IRC18:03
*** rsblendido has quit IRC18:12
*** colinmc__ has joined #openstack-meeting-alt18:12
*** rossella_s has quit IRC18:13
*** dguitarbite_ has quit IRC18:14
*** dguitarbite has quit IRC18:15
*** IlyaE has joined #openstack-meeting-alt18:16
*** pnavarro has quit IRC18:19
*** boris-42 has quit IRC18:20
*** nadya_ has joined #openstack-meeting-alt18:23
*** amcrn has joined #openstack-meeting-alt18:27
*** lblanchard has joined #openstack-meeting-alt18:27
*** akuznetsov has joined #openstack-meeting-alt18:27
*** ruhe has joined #openstack-meeting-alt18:30
*** colinmc__ has quit IRC18:31
*** colinmcn_ has quit IRC18:31
*** colinmcnamara has quit IRC18:31
*** akuznetsov has quit IRC18:31
*** yogesh has joined #openstack-meeting-alt18:32
*** gokrokve has joined #openstack-meeting-alt18:35
*** IlyaE has quit IRC18:37
*** AlanClark has joined #openstack-meeting-alt18:37
*** balajiiyer has joined #openstack-meeting-alt18:40
*** dripton has quit IRC18:40
*** dripton has joined #openstack-meeting-alt18:44
*** dhellmann is now known as dhellmann_18:45
*** vgnbkr_1 has joined #openstack-meeting-alt18:48
*** arnaud__ has joined #openstack-meeting-alt18:51
*** arnaud has joined #openstack-meeting-alt18:51
*** IlyaE has joined #openstack-meeting-alt18:52
*** sarob has quit IRC18:53
*** sarob has joined #openstack-meeting-alt18:54
*** sbalukoff has joined #openstack-meeting-alt18:57
*** k4n0 has joined #openstack-meeting-alt18:57
*** sarob has quit IRC18:58
*** IlyaE has quit IRC18:59
*** pdmars_ has joined #openstack-meeting-alt18:59
*** pdmars_ has quit IRC18:59
*** Leonr has joined #openstack-meeting-alt19:00
*** pdmars has quit IRC19:02
*** hub_cap has quit IRC19:04
*** vgnbkr_1 has quit IRC19:05
*** gduan has quit IRC19:09
*** colinmcnamara has joined #openstack-meeting-alt19:11
*** colinmcn_ has joined #openstack-meeting-alt19:11
*** DennyZhang has joined #openstack-meeting-alt19:13
*** gokrokve has quit IRC19:15
*** michael-yu has joined #openstack-meeting-alt19:15
*** gokrokve has joined #openstack-meeting-alt19:15
*** colinmcn_ has quit IRC19:16
*** colinmcnamara has quit IRC19:16
*** amcrn is now known as arborism19:17
*** arborism is now known as amcrn19:17
*** jtomasek has quit IRC19:18
*** gokrokve has quit IRC19:20
*** ruhe is now known as ruhe_19:23
*** IlyaE has joined #openstack-meeting-alt19:24
*** gokrokve has joined #openstack-meeting-alt19:26
*** boris-42 has joined #openstack-meeting-alt19:30
*** ruhe_ is now known as ruhe19:36
*** ruhe has quit IRC19:36
*** aignatov has joined #openstack-meeting-alt19:45
*** aignatov has quit IRC19:47
*** aignatov has joined #openstack-meeting-alt19:58
*** dhellmann_ is now known as dhellmann20:00
*** sergmelikyan has quit IRC20:02
*** nati_uen_ has joined #openstack-meeting-alt20:03
*** vaibhav has quit IRC20:03
*** k4n0 has left #openstack-meeting-alt20:03
*** nati_ueno has quit IRC20:04
*** boris-42 has quit IRC20:05
*** katyafervent has quit IRC20:06
*** nati_uen_ has quit IRC20:07
*** nati_ueno has joined #openstack-meeting-alt20:07
*** boris-42 has joined #openstack-meeting-alt20:08
*** DennyZhang has quit IRC20:09
*** DennyZhang has joined #openstack-meeting-alt20:09
*** pdmars has joined #openstack-meeting-alt20:09
*** denis_makogon has joined #openstack-meeting-alt20:11
*** demorris has quit IRC20:12
*** colinmcnamara has joined #openstack-meeting-alt20:13
*** colinmcn_ has joined #openstack-meeting-alt20:13
*** katyafervent has joined #openstack-meeting-alt20:16
*** colinmcn_ has quit IRC20:18
*** colinmcnamara has quit IRC20:18
*** michael-yu has quit IRC20:22
*** doug_shelley66 has quit IRC20:30
*** doug_shelley66 has joined #openstack-meeting-alt20:31
*** DennyZhang has quit IRC20:31
*** amotoki has joined #openstack-meeting-alt20:34
*** nadya_ has quit IRC20:35
*** amotoki_ has quit IRC20:36
*** radix_ has left #openstack-meeting-alt20:40
*** jergerber has joined #openstack-meeting-alt20:44
*** jergerber has quit IRC20:44
*** pnavarro has joined #openstack-meeting-alt20:51
*** nati_uen_ has joined #openstack-meeting-alt20:55
*** amotoki is now known as amotoki_20:56
*** amotoki has joined #openstack-meeting-alt20:56
*** jaypipes has quit IRC20:58
*** yamahata has quit IRC20:58
*** yamahata has joined #openstack-meeting-alt20:58
*** nati_ueno has quit IRC20:59
*** vgnbkr_1 has joined #openstack-meeting-alt20:59
*** emagana has joined #openstack-meeting-alt21:01
*** nadya_ has joined #openstack-meeting-alt21:05
*** NikitaKonovalov has joined #openstack-meeting-alt21:06
*** NikitaKonovalov has quit IRC21:06
*** jtomasek has joined #openstack-meeting-alt21:07
*** nadya_ has quit IRC21:14
*** emagana has left #openstack-meeting-alt21:14
*** colinmcnamara has joined #openstack-meeting-alt21:15
*** colinmcn_ has joined #openstack-meeting-alt21:15
*** rook has joined #openstack-meeting-alt21:15
*** colinmcn_ has quit IRC21:19
*** colinmcnamara has quit IRC21:19
*** michael-yu has joined #openstack-meeting-alt21:26
*** sarob has joined #openstack-meeting-alt21:28
*** RajeshMohan has quit IRC21:30
*** esker has quit IRC21:30
*** RajeshMohan has joined #openstack-meeting-alt21:30
*** irenab_ has joined #openstack-meeting-alt21:34
*** dprince has quit IRC21:35
*** SergeyLukjanov has quit IRC21:37
*** RajeshMohan has quit IRC21:41
*** colinmcnamara has joined #openstack-meeting-alt21:45
*** colinmcn_ has joined #openstack-meeting-alt21:46
*** colinmc__ has joined #openstack-meeting-alt21:46
*** RajeshMohan has joined #openstack-meeting-alt21:46
*** julim has quit IRC21:50
*** mozawa has quit IRC21:51
*** irenab_ has quit IRC21:53
*** irenab_ has joined #openstack-meeting-alt21:53
*** demorris has joined #openstack-meeting-alt21:56
*** colinmcnamara has quit IRC21:59
*** colinmcnamara has joined #openstack-meeting-alt21:59
*** beyounn has joined #openstack-meeting-alt22:00
*** jdob has quit IRC22:02
*** colinmc__ has quit IRC22:02
*** colinmcn_ has quit IRC22:02
*** lblanchard has quit IRC22:06
*** amotoki has quit IRC22:07
*** pdmars has quit IRC22:10
*** pnavarro has quit IRC22:11
*** yamahata has quit IRC22:13
*** jtomasek has quit IRC22:15
*** Leonr has quit IRC22:15
*** yjiang5_1 has joined #openstack-meeting-alt22:19
*** csaba|afk is now known as csaba22:21
*** yamahata has joined #openstack-meeting-alt22:22
*** doug_shelley66 has quit IRC22:23
*** betsy has quit IRC22:24
*** balajiiyer has quit IRC22:32
*** esker has joined #openstack-meeting-alt22:33
*** ViswaV_ has joined #openstack-meeting-alt22:41
*** sgordon has quit IRC22:41
*** esker has quit IRC22:44
*** ViswaV_ has quit IRC22:44
*** ViswaV has quit IRC22:45
*** ViswaV has joined #openstack-meeting-alt22:45
*** ViswaV has quit IRC22:45
*** yamahata has quit IRC22:46
*** eharney has quit IRC22:51
*** rwsu has quit IRC22:52
*** safchain has quit IRC22:53
*** doug_shelley66 has joined #openstack-meeting-alt22:55
*** colinmcnamara has quit IRC22:56
*** ViswaV has joined #openstack-meeting-alt22:56
*** demorris has quit IRC22:58
*** kevinconway has quit IRC23:00
*** jecarey_ has quit IRC23:04
*** sacharya has quit IRC23:05
*** irenab_ has quit IRC23:06
*** betsy has joined #openstack-meeting-alt23:07
*** rwsu has joined #openstack-meeting-alt23:07
*** denis_makogon has quit IRC23:13
*** jaypipes has joined #openstack-meeting-alt23:14
*** colinmcnamara has joined #openstack-meeting-alt23:17
*** flaper87 is now known as flaper87|afk23:25
*** betsy_ has joined #openstack-meeting-alt23:27
*** yogesh has quit IRC23:28
*** betsy has quit IRC23:28
*** betsy_ is now known as betsy23:28
*** aignatov has quit IRC23:30
*** banix has joined #openstack-meeting-alt23:40
*** IlyaE has quit IRC23:42
*** rnirmal has quit IRC23:43
*** AlanClark has quit IRC23:46
*** ashaikh has quit IRC23:46
*** colinmcnamara has quit IRC23:47
*** balajiiyer has joined #openstack-meeting-alt23:48
*** jmontemayor has quit IRC23:51
*** IlyaE has joined #openstack-meeting-alt23:53
*** harlowja has quit IRC23:57

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