Tuesday, 2015-07-07

*** zz_dimtruck is now known as dimtruck01:03
*** jasonsb has quit IRC01:06
*** jasonsb has joined #openstack-tailgate01:06
*** jasonsb has quit IRC01:11
*** jasonsb has joined #openstack-tailgate01:56
*** ig0r_ has joined #openstack-tailgate05:51
*** ig0r__ has quit IRC05:55
*** dimtruck is now known as zz_dimtruck06:34
*** malini has joined #openstack-tailgate11:43
*** malini has quit IRC11:51
*** malini has joined #openstack-tailgate12:04
*** malini has quit IRC12:05
*** malini has joined #openstack-tailgate12:05
*** malini has quit IRC12:18
*** malini1 has joined #openstack-tailgate12:24
*** malini1 has quit IRC12:24
*** malini1 has joined #openstack-tailgate12:24
*** malini1 has quit IRC12:36
*** malini has joined #openstack-tailgate12:48
*** xwwt_ has joined #openstack-tailgate13:04
*** localloop127 has joined #openstack-tailgate13:30
*** malini has quit IRC13:37
*** malini has joined #openstack-tailgate13:39
*** malini has quit IRC13:44
*** malini has joined #openstack-tailgate13:51
*** malini has quit IRC13:58
*** zz_dimtruck is now known as dimtruck13:59
gemajasonsb: ping14:04
*** dimtruck is now known as zz_dimtruck14:06
*** pglass has joined #openstack-tailgate14:08
*** malini has joined #openstack-tailgate14:12
*** malini has quit IRC14:12
*** malini has joined #openstack-tailgate14:55
*** zz_dimtruck is now known as dimtruck15:06
*** malini has quit IRC15:16
*** malini has joined #openstack-tailgate15:25
*** sabeen1 has joined #openstack-tailgate15:26
*** sabeen3 has joined #openstack-tailgate15:34
*** sabeen1 has quit IRC15:35
jasonsbgema: late pong15:55
gemajasonsb: ok16:04
gemajasonsb: when you say you wanted to contribute to the talk , do you mean go up there and talk16:04
gemaas in, do you and your company want to be on the list?16:04
gemaor do you want to contribute in some other way?16:05
*** malini has quit IRC16:18
*** hogepodge has quit IRC16:21
jasonsbgema: would love to go up there and talk16:27
jasonsbgema: but also happy to contribute in other way16:28
*** malini has joined #openstack-tailgate16:29
*** jasonsb has quit IRC16:29
*** pglass has quit IRC17:02
*** pglass has joined #openstack-tailgate17:06
*** jasonsb has joined #openstack-tailgate17:15
*** pglass has quit IRC17:29
*** jasonsb has quit IRC17:31
*** jasonsb has joined #openstack-tailgate17:32
*** dwalleck has joined #openstack-tailgate17:36
*** dwalleck has quit IRC17:39
gemajasonsb: ok17:43
*** malini has quit IRC17:46
*** pglass has joined #openstack-tailgate18:03
*** malini has joined #openstack-tailgate18:08
*** hogepodge has joined #openstack-tailgate18:11
*** hogepodge has quit IRC18:20
*** hogepodge has joined #openstack-tailgate19:00
murphyslawbbsi got a question: when you develop multiple things on top of openstack, what is your stretegy about testing those multiple changes with each other?19:06
murphyslawbbsin theory you could do a full mesh testing: each change in git is checked against each other change in gi19:06
murphyslawbbsbut that soon becomes a permutation from hell19:06
murphyslawbbsso when is a change tested, and againstn what is it tested?19:07
malinihmm…when it comes to cloud operators, does anybody do a CD from upstream?19:07
murphyslawbbsCD?19:07
malinicontinuous deployment19:08
murphyslawbbswe don't19:08
murphyslawbbsbut then we're on juno so not a lot of changes upstream ;)19:08
malinidoesn't test each git commit make more sense if you are deploying it?19:08
murphyslawbbswell unit test each commit, yes19:09
murphyslawbbsbut merge test? put up a full openstack environment and tear it down on every commit?19:09
malinitht is the intent of running tests against devstack19:10
maliniBut does it represent a real cloud is another question19:10
murphyslawbbsi think we'd settle for having our tests automated for now19:10
malinitht wouldn't be so bad :)19:11
murphyslawbbsso you would take an existing devstack, save it as a template image, and then install all our packages on top and test if the apis work19:12
murphyslawbbsfor every commit?19:12
maliniwe dont run tests against devstack19:14
maliniI was just referring to openstack gate - sorry abt the confusion19:14
maliniBut most teams do only stable releases, or if pulling from upstream have internal testing19:15
maliniI don't think we deploy often enuf to run into testing each commit with another commit with.....19:15
murphyslawbbsgrr docs.openstack.org still down :(19:16
murphyslawbbswell yes this is for internal testing19:16
murphyslawbbswe want to be able to test if changing a type in A affects API B19:16
murphyslawbbs*a typo* ;)19:17
maliniif it's just for tht purpose, devstack shud be good enough -rt?19:18
maliniis there any reason why you want to try tht on a full blown cloud?19:18
murphyslawbbsno devstack is fine19:19
murphyslawbbsmy problem is what set of changes do i test against, we have 3 or 4 branches for each project19:20
murphyslawbbswhat is the "last known good" for each project19:20
malinihmm…3 or 4 branches for each project ? I thought it shud be just master & the last two stable19:21
murphyslawbbswe have customers on private clouds on special branches of each project19:22
murphyslawbbsthen we have the current masters19:22
malinioh..wow..19:22
murphyslawbbsand we have several developers working on their own branches committing back every 2 weeks19:23
murphyslawbbsinto new branches which then go through QA19:23
murphyslawbbsand get merged back into the deployment branches19:23
malinidoes tht get merged back to upstream?19:23
murphyslawbbsno these are downstream19:24
murphyslawbbsdoesnt touch upstream19:24
murphyslawbbswe just extend the look and feel etc19:24
maliniaah..ok19:25
maliniI assume the 'specialized' branches are also internal?19:25
murphyslawbbsyh19:26
malininow I understand the mesh :D19:26
murphyslawbbshehe19:27
murphyslawbbsit's hard to explain, perhaps cause it's all a bit convoluted19:27
murphyslawbbsand i'm new to the team19:27
maliniideally you should be able to specify a commit hash for each project & try to run it all together in devstack19:28
malinibut I have no idea if it is possible19:29
malinilooking at README here https://github.com/openstack-dev/devstack , you can specify a repo19:29
murphyslawbbslooking19:29
murphyslawbbsinteresting19:30
*** malini has quit IRC19:34
*** murphyslawbbs has quit IRC19:35
*** malini has joined #openstack-tailgate19:35
*** murphyslawbbs has joined #openstack-tailgate19:35
*** malini has quit IRC20:17
hockeynutI've added a TITLE and ABSTRACT to our etherpad at https://etherpad.openstack.org/p/tailgaters-tokyo-summit - please take a look and feel free to update/correct/trash them!20:59
*** localloop127 has quit IRC21:54
*** dimtruck is now known as zz_dimtruck22:09
*** pglass has quit IRC22:10
*** sabeen3 has quit IRC22:47

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