*** cloudnautique has joined #kolla | 00:14 | |
*** dims_ has quit IRC | 00:17 | |
*** alisonh has quit IRC | 00:19 | |
*** cloudnautique has quit IRC | 00:19 | |
*** alisonh has joined #kolla | 00:22 | |
*** erkules_ has joined #kolla | 01:22 | |
*** erkules has quit IRC | 01:25 | |
*** achanda has joined #kolla | 02:20 | |
*** dimsum__ has joined #kolla | 02:21 | |
*** klint has joined #kolla | 02:36 | |
*** dimsum__ has quit IRC | 02:40 | |
*** thumpba has joined #kolla | 02:48 | |
*** tfukushima has joined #kolla | 02:49 | |
*** thumpba has quit IRC | 03:07 | |
*** cloudnautique has joined #kolla | 03:17 | |
*** banix has quit IRC | 03:20 | |
*** cloudnautique has quit IRC | 03:22 | |
*** achanda has quit IRC | 03:22 | |
*** cloudnautique has joined #kolla | 03:29 | |
*** tfukushima has quit IRC | 04:04 | |
*** achanda has joined #kolla | 04:09 | |
*** dimsum__ has joined #kolla | 04:21 | |
*** unicell has quit IRC | 04:36 | |
*** unicell1 has joined #kolla | 04:36 | |
*** tfukushima has joined #kolla | 04:50 | |
*** tfukushima has quit IRC | 05:04 | |
*** tfukushima has joined #kolla | 05:04 | |
openstackgerrit | Kuo-tung Kao proposed openstack/kolla: add "--template-only" flag for tools/build.py https://review.openstack.org/230882 | 05:52 |
---|---|---|
*** alisonh has quit IRC | 06:01 | |
*** mfalatic has joined #kolla | 06:02 | |
*** mfalatic has quit IRC | 06:03 | |
*** alisonh has joined #kolla | 06:03 | |
*** sdake has joined #kolla | 06:06 | |
sdake | bmace ping | 06:06 |
SamYaple | hey sdake. where ya been? | 06:09 |
SamYaple | rc2 was yesterday | 06:10 |
sdake | its the weekend been unplugged | 06:10 |
SamYaple | yea i meant last week | 06:10 |
*** sdake has quit IRC | 06:10 | |
*** sdake has joined #kolla | 06:10 | |
sdake | samyaple hey been unplugged this weekend | 06:12 |
sdake | indeed i am late on the rc2, i'll tag it tomorrow morning | 06:13 |
*** diga has joined #kolla | 06:16 | |
SamYaple | sdake: i only think one patch as merged into stable since rc1 | 06:20 |
SamYaple | waiting on reviews.... | 06:20 |
sdake | ya short cycle | 06:20 |
sdake | my flu is pased finally | 06:21 |
sdake | so i am ready to roll this week | 06:21 |
SamYaple | also been pretty dead for a few weeks except for that rc1 burst | 06:21 |
*** tfukushima has quit IRC | 06:21 | |
sdake | ya nobody lieks fixing bugs | 06:21 |
SamYaple | i like it | 06:21 |
SamYaple | its just i cant reproduce some of them | 06:21 |
*** tfukushima has joined #kolla | 06:21 | |
sdake | i noticed but havnet filed a bug the console doesn't work in nova | 06:22 |
SamYaple | so before we tag rc2 the major patches (common start.sh, FHS file structure fixup) should really merge | 06:22 |
sdake | rather in horizon for nova | 06:22 |
SamYaple | sdake: you sure its not configuration? | 06:22 |
sdake | it couod be my nat which is why i havne't filed a bug | 06:22 |
sdake | noticed it late friday | 06:22 |
*** tfukushima has quit IRC | 06:23 | |
*** tfukushima has joined #kolla | 06:24 | |
*** sdake has quit IRC | 06:27 | |
*** sdake has joined #kolla | 06:31 | |
*** sdake has quit IRC | 06:31 | |
kjelly | Hi guys, what's your suggestion for the code? https://review.openstack.org/#/c/230882/1/kolla/cmd/build.py | 06:35 |
SamYaple | kjelly: you dont actualy need to return anything | 06:46 |
SamYaple | kjelly: just 'return' | 06:46 |
kjelly | SamYaple: Ok | 06:52 |
openstackgerrit | Kuo-tung Kao proposed openstack/kolla: add "--template-only" flag for tools/build.py https://review.openstack.org/230882 | 06:58 |
*** achanda has quit IRC | 07:03 | |
*** inc0 has joined #kolla | 07:18 | |
inc0 | good morning | 07:18 |
*** tfukushima has quit IRC | 07:26 | |
*** tfukushima has joined #kolla | 07:26 | |
kjelly | I have one question. Why we don't split dockerfile into many piece? For example, there are ubuntu file, centos file. And import it in dockerfile. | 07:45 |
*** asalkeld has joined #kolla | 07:50 | |
SamYaple | kjelly: templating a dockerfile is already borderline not-bestpractice | 07:58 |
SamYaple | Dockerfiles should be readable, thats the way they were designed | 07:58 |
SamYaple | if you break them into small pieces like that they are no longer readable | 07:58 |
SamYaple | inc0: morning | 07:59 |
*** CBR09 has joined #kolla | 08:03 | |
kjelly | SamYaple: I see. But now the code about centos is mixed with the code about ubuntu. It looks a little tumultuous. | 08:03 |
SamYaple | yea i think we have a fishbowl session about it at the summit in tokyo kjelly | 08:05 |
SamYaple | my point to the contrary here is if you actual break up the files you will see that they are mostly single line files and that generates alot more difficutly to read | 08:06 |
SamYaple | additionally you cant see all the of commands that will run breaking docker best practice | 08:07 |
SamYaple | they both have there benefits and detractors, all in one file is closer to a legitmate dockerfile than anything else | 08:07 |
kjelly | SamYaple: Understand. Thank for you to solve my doubt. | 08:10 |
*** gfidente has joined #kolla | 08:16 | |
*** gfidente has joined #kolla | 08:16 | |
*** athomas has joined #kolla | 08:17 | |
*** masterbound has joined #kolla | 08:23 | |
SamYaple | kjelly: its an ongoing discussion so please voice your thoughts when the subject comes up again :) | 08:28 |
SamYaple | i believe inc0 will agree with you | 08:29 |
kjelly | SamYaple: Ok. I see. | 08:30 |
*** CBR09 has quit IRC | 08:35 | |
*** CBR09 has joined #kolla | 08:38 | |
*** jmccarthy has joined #kolla | 08:40 | |
kjelly | It seems that we should use jinja2 comment syntax instead of bash comment syntax here. https://github.com/openstack/kolla/blob/master/docker/base/Dockerfile.j2#L57 | 08:43 |
kjelly | If we use bash comment syntax here, we will see useless comment in the dockerfile generated by build.py | 08:44 |
kjelly | What do you think ? | 08:44 |
SamYaple | kjelly: thats a fair point. i don't think youll get much resistance if it is a comment about something specific to the templating | 08:44 |
kjelly | SamYaple: Ok. | 08:48 |
inc0 | kjelly, we'll have session on templates | 09:04 |
inc0 | I'm strong supporter of using everything jinja has to offer | 09:04 |
inc0 | includes and such | 09:04 |
SamYaple | and im a bit softer on the issue now that people have seen and used jinja2 for a bit. i think it may be more doable now but it does generate alot of files and it is easier to miss things | 09:05 |
inc0 | yeah, we need to find out what's most convenient, that's all | 09:06 |
SamYaple | and it will be a much easier conversaion to have once the openstack-common container is completed | 09:07 |
*** diga has quit IRC | 09:24 | |
*** tfukushima has quit IRC | 09:29 | |
*** tfukushima has joined #kolla | 09:30 | |
*** athomas has quit IRC | 09:37 | |
*** athomas has joined #kolla | 09:42 | |
*** mbound has joined #kolla | 09:46 | |
*** masterbound has quit IRC | 09:46 | |
*** tfukushima has quit IRC | 11:08 | |
*** rhallisey has joined #kolla | 11:16 | |
*** diga has joined #kolla | 11:17 | |
*** erkules_ is now known as erkules | 11:45 | |
*** erkules has joined #kolla | 11:45 | |
*** dwalsh has joined #kolla | 11:47 | |
*** athomas has quit IRC | 12:11 | |
*** athomas has joined #kolla | 12:16 | |
*** tfukushima has joined #kolla | 12:34 | |
*** diga has quit IRC | 12:37 | |
*** banix has joined #kolla | 12:41 | |
*** dwalsh has quit IRC | 12:57 | |
*** klint has quit IRC | 13:00 | |
*** dimsum__ is now known as dims | 13:08 | |
*** thumpba has joined #kolla | 13:15 | |
*** CBR09 has quit IRC | 13:24 | |
*** jtriley has joined #kolla | 13:37 | |
*** diogogmt has quit IRC | 13:39 | |
*** jpeeler has joined #kolla | 13:44 | |
*** jpeeler has joined #kolla | 13:44 | |
*** jpeeler has quit IRC | 13:44 | |
*** jpeeler has joined #kolla | 13:45 | |
*** jpeeler has quit IRC | 13:46 | |
*** jpeeler has joined #kolla | 13:46 | |
*** dwalsh has joined #kolla | 13:51 | |
*** Hui has joined #kolla | 13:52 | |
*** jtriley has quit IRC | 13:54 | |
*** openstackstatus has joined #kolla | 13:56 | |
*** ChanServ sets mode: +v openstackstatus | 13:56 | |
inc0 | SamYaple, https://review.openstack.org/#/c/229816/ tested - solves the issue | 13:57 |
*** thumpba has quit IRC | 13:57 | |
inc0 | sorry it took so long | 13:57 |
*** dwalsh has quit IRC | 13:57 | |
*** thumpba has joined #kolla | 13:57 | |
*** thumpba has quit IRC | 13:58 | |
*** jtriley has joined #kolla | 14:01 | |
*** thumpba has joined #kolla | 14:05 | |
*** dwalsh has joined #kolla | 14:10 | |
*** jtriley has quit IRC | 14:19 | |
*** Hui has quit IRC | 14:20 | |
*** jtriley has joined #kolla | 14:26 | |
*** unicell has joined #kolla | 14:35 | |
*** unicell1 has quit IRC | 14:37 | |
*** jtriley has quit IRC | 14:41 | |
*** jtriley has joined #kolla | 14:42 | |
*** diogogmt has joined #kolla | 14:42 | |
*** jtriley has quit IRC | 14:47 | |
*** jtriley has joined #kolla | 14:50 | |
*** jtriley has quit IRC | 14:57 | |
*** diga has joined #kolla | 14:59 | |
*** jruano has joined #kolla | 14:59 | |
jpeeler | worth doing, even though we already listed it on our wiki - http://lists.openstack.org/pipermail/openstack-dev/2015-October/076171.html | 15:13 |
*** diogogmt_ has joined #kolla | 15:13 | |
*** diogogmt has quit IRC | 15:13 | |
*** diogogmt_ is now known as diogogmt | 15:13 | |
*** jtriley has joined #kolla | 15:22 | |
*** jasonsb_ has joined #kolla | 15:24 | |
*** rhallisey has quit IRC | 15:25 | |
*** rhallisey has joined #kolla | 15:25 | |
*** cloudnautique has quit IRC | 15:30 | |
*** dims has quit IRC | 15:40 | |
*** dims has joined #kolla | 15:47 | |
*** dims has quit IRC | 15:47 | |
*** Guest96374 has joined #kolla | 15:47 | |
*** Guest96374 has quit IRC | 15:48 | |
*** dims_ has joined #kolla | 15:48 | |
*** unicell has quit IRC | 15:50 | |
*** jasonsb_ has quit IRC | 15:50 | |
*** inc0 has quit IRC | 15:52 | |
*** cloudnautique has joined #kolla | 15:58 | |
*** cloudnautique has joined #kolla | 15:59 | |
*** unicell has joined #kolla | 16:03 | |
*** mfalatic has joined #kolla | 16:14 | |
*** gfidente is now known as gfidente|afk | 16:26 | |
*** unicell has quit IRC | 16:27 | |
*** mbound has quit IRC | 16:41 | |
*** achanda has joined #kolla | 16:50 | |
*** jasonsb_ has joined #kolla | 16:51 | |
*** jasonsb_ has quit IRC | 16:56 | |
*** inc0 has joined #kolla | 17:16 | |
*** unicell has joined #kolla | 17:19 | |
inc0 | howdy | 17:19 |
*** unicell has quit IRC | 17:20 | |
*** unicell has joined #kolla | 17:21 | |
*** kjelly has quit IRC | 17:24 | |
*** kjelly has joined #kolla | 17:25 | |
openstackgerrit | Merged openstack/kolla: PXE for Ironic for ubuntu https://review.openstack.org/230777 | 17:30 |
*** openstackgerrit has quit IRC | 17:31 | |
*** openstackgerrit has joined #kolla | 17:31 | |
*** diga has quit IRC | 17:51 | |
*** jtriley has quit IRC | 18:01 | |
*** openstackgerrit has quit IRC | 18:01 | |
*** openstackgerrit has joined #kolla | 18:01 | |
*** jasonsb has joined #kolla | 18:06 | |
*** jasonsb has quit IRC | 18:10 | |
*** jasonsb has joined #kolla | 18:24 | |
*** dims_ has quit IRC | 18:27 | |
*** tfukushima has quit IRC | 18:28 | |
*** jasonsb has quit IRC | 18:29 | |
*** unicell has quit IRC | 18:47 | |
*** jtriley has joined #kolla | 18:55 | |
*** jtriley_ has joined #kolla | 18:55 | |
*** jtriley_ has joined #kolla | 18:55 | |
*** vinkman has joined #kolla | 18:55 | |
*** dims_ has joined #kolla | 18:58 | |
*** dims_ has quit IRC | 18:58 | |
*** dims_ has joined #kolla | 18:59 | |
*** jtriley has quit IRC | 19:00 | |
*** SourabhP has joined #kolla | 19:01 | |
*** dims_ has quit IRC | 19:03 | |
*** inc0_ has joined #kolla | 19:03 | |
*** SourabhP has left #kolla | 19:08 | |
*** SourabhP has joined #kolla | 19:08 | |
*** unicell has joined #kolla | 19:11 | |
*** achanda has quit IRC | 19:25 | |
*** sdake has joined #kolla | 19:30 | |
*** achanda has joined #kolla | 19:31 | |
*** gfidente|afk has quit IRC | 19:46 | |
*** dims_ has joined #kolla | 19:53 | |
*** achanda has quit IRC | 19:54 | |
*** dims_ has quit IRC | 19:57 | |
*** sdake has quit IRC | 19:59 | |
*** unicell has quit IRC | 19:59 | |
*** jtriley_ has quit IRC | 20:07 | |
*** jasonsb has joined #kolla | 20:09 | |
*** tpot has joined #kolla | 20:09 | |
*** jasonsb has quit IRC | 20:14 | |
*** dims_ has joined #kolla | 20:16 | |
*** dims_ has quit IRC | 20:16 | |
*** dims_ has joined #kolla | 20:16 | |
*** unicell has joined #kolla | 20:23 | |
*** achanda has joined #kolla | 20:25 | |
*** unicell has quit IRC | 20:26 | |
*** unicell1 has joined #kolla | 20:26 | |
*** achanda has quit IRC | 20:30 | |
*** achanda has joined #kolla | 20:31 | |
*** tpot has quit IRC | 20:34 | |
*** unicell1 has quit IRC | 20:37 | |
*** achanda has quit IRC | 20:38 | |
bmace | you guys still discussing the dict property change or is that a done deal / in work at this point? | 20:46 |
*** achanda has joined #kolla | 20:48 | |
jpeeler | bmace: no, decided it wouldn't work | 20:49 |
jpeeler | or not the way i wanted to and therefore i didn't continue | 20:49 |
bmace | ah, ok, very good to know, thanks jpeeler. it would end up with some sort of obnoxious override behavior too... needing to dupe the whole dict with just the changed value if you wanted a sub value changes in globals for example. | 20:49 |
jpeeler | it's not an ansible best practice and i found out why the hard way | 20:50 |
bmace | yeah, been doing a lot of ansible stuff lately and it seems like most real deployments avoid the dicts. | 20:51 |
*** inc0_ has quit IRC | 20:52 | |
*** inc0 has quit IRC | 20:52 | |
*** tpot has joined #kolla | 20:57 | |
*** tpot has quit IRC | 20:59 | |
*** blahRus has joined #kolla | 21:00 | |
*** achanda has quit IRC | 21:00 | |
*** tpot has joined #kolla | 21:03 | |
*** achanda has joined #kolla | 21:05 | |
*** unicell has joined #kolla | 21:08 | |
*** dwalsh has quit IRC | 21:31 | |
*** banix has quit IRC | 21:41 | |
*** thumpba_ has joined #kolla | 21:47 | |
*** thumpba_ has quit IRC | 21:49 | |
*** jruano has quit IRC | 21:49 | |
*** thumpba has quit IRC | 21:51 | |
*** jasonsb has joined #kolla | 21:57 | |
*** jasonsb has quit IRC | 22:01 | |
*** banix has joined #kolla | 22:04 | |
*** achanda has quit IRC | 22:14 | |
*** openstackgerrit has quit IRC | 22:16 | |
*** openstackgerrit has joined #kolla | 22:16 | |
*** achanda has joined #kolla | 22:18 | |
*** asalkeld has quit IRC | 22:28 | |
*** asalkeld has joined #kolla | 22:29 | |
*** achanda has quit IRC | 22:35 | |
*** dims__ has joined #kolla | 22:49 | |
*** dims__ has quit IRC | 22:49 | |
*** dims_ has quit IRC | 22:53 | |
*** dims_ has joined #kolla | 23:17 | |
*** blahRus has quit IRC | 23:18 | |
*** achanda has joined #kolla | 23:36 | |
*** achanda has quit IRC | 23:43 | |
*** dims_ has quit IRC | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!