Monday, 2015-09-07

*** dimsum__ has joined #kolla00:02
*** weiyu has quit IRC00:02
*** zhiwei has joined #kolla01:11
*** thumpba has joined #kolla01:19
*** dayou has joined #kolla01:20
*** alisonh has quit IRC01:24
*** alisonh has joined #kolla01:30
*** erkules has joined #kolla01:32
*** weiyu has joined #kolla01:33
*** erkules_ has quit IRC01:34
*** thumpba has quit IRC01:35
*** banix has joined #kolla01:55
*** thumpba has joined #kolla01:57
*** zhiwei has quit IRC01:59
*** zhiwei has joined #kolla02:05
*** weiyu has quit IRC02:07
*** thumpba_ has joined #kolla02:09
*** apmelton_ has joined #kolla02:10
*** mandre_ has joined #kolla02:13
*** thumpba has quit IRC02:15
*** apmelton has quit IRC02:15
*** mandre has quit IRC02:15
*** mandre_ is now known as mandre02:15
*** weiyu_ has joined #kolla02:18
*** banix has quit IRC02:18
*** dayou has quit IRC02:27
*** thumpba_ has quit IRC02:28
*** slagle_ has joined #kolla02:29
*** slagle has quit IRC02:34
*** dayou has joined #kolla02:39
*** klint has joined #kolla02:40
*** jbweber_ has joined #kolla03:05
*** clayton has quit IRC03:08
*** jbweber has quit IRC03:08
*** clayton has joined #kolla03:14
*** sdake has joined #kolla03:14
sdakeSamYaple i tried your suggeston of the auth protocol, it fails with 40403:15
kjellyHi guys, I use `tools/build.py --push  -T 64 --tag 20150914 -b ubuntu -t source` to build iamge. And use `ansible-playbook -i inventory/all-in-one -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml site.yml -vvvv` to deploy openstack. the deployment will fail because there are no tables in keystone database. Does anyone have the same problem.03:22
sdakewhats with the --tag operation?03:22
kjellysdake: I use `--tag` to add tag to docker image.03:23
sdakear eyou setting that tag in the globalas.yml file?03:24
sdakeif not its probably pulling lateset rfrom the docker hug03:24
kjellysdake: yes03:24
sdakei would suggest buliding without tag03:25
kjellyI have `openstack_release: "20150914"` in my global.yml03:25
sdakeaer you pushing to a local registry?03:26
kjellysdake: I push to docker hub. So I also assign namespace.03:27
kjellyuse -n03:27
sdakeyou elft out the -n operation in your build.py command03:27
sdakefwiw last time i ttried using build.py to push to the registry i had to mdoify the code to use secure authentication03:28
SamYaplesdake: you did something wrong then03:29
kjellysdake: How to build local registry ?  I found the document https://docs.docker.com/registry/ . But I don't know how to let build.py push image to my registry.03:29
SamYaplekjelly: do you know how to push docker images normally?03:29
sdakesamyaple paste your diff03:30
SamYaplekjelly: im not sure what your knowlege of docker is03:30
sdakesaying "you ddi it wrong" is completely nohelpful03:30
kjellySamYaple: I know how to push image to docker hub.03:30
SamYaplekjelly: have you done it to a private registry before?03:30
kjellySamYaple: I use `docker run -d -p 5000:5000 --name registry registry:2` to build private registry.03:31
SamYaplelocally you really shouldn't be using v2 registry03:31
sdakekjelly are youd oing that on thesame host your deploying to?03:31
SamYapleits slow and has a bunch of issues03:32
sdakekeystone also uses port 500003:32
SamYaplebut besides that to push to a locally registry with docker is a bit wierd03:32
SamYapleit requires the registry to be _in_ the image name03:32
SamYapleso you can do something like this (this is what i use):03:32
SamYaple~/kolla/tools/build.py -n 192.168.31.12:8082/kollaglue --base ubuntu --type source --push03:32
SamYaplethat would push to a  reistry at 192.168.31.12:808203:32
openstackgerritMerged stackforge/kolla: Properly check failed status  https://review.openstack.org/22080803:33
kjellyI see. I try the way to build images. And deploy again.03:35
SamYaplemake sure to update your globals.yml to point to the private registry03:35
kjellySamYaple: Ok03:36
SamYaplesdake: my guess is you probably just used password deferred option and thats why it didn't work for you03:42
kjellysdake: The machine which is used for installing openstack is diffent from the machine which is used for running docker registry.03:42
*** sdake_ has joined #kolla03:42
sdake_kjelly mke sure not ot run the registry on the same port as keystone03:43
SamYaplekjelly: what you are doing is fine03:44
SamYaplekjelly: what sdake is getting at is 5000 will conflict with the default keystone port but if your registry is a different host youre fine03:44
*** sdake has quit IRC03:44
kjellyBut I always failed to deploy openstack using ansible because there are no table in keystone database :(03:45
sdake_your pulling from the docker hub not your local registry03:46
sdake_docker hub = docker inc's registry03:46
sdake_that will fail probably as you are seeing03:46
sdake_if your deploy target (whre keystone runs) and the registry confict on ports, nothingwill work03:47
SamYaplesdake_: that is not true.03:47
kjellysdake_: What's different between docker hub  and local privary registry ?03:48
SamYaplei run with registry on port 500003:48
SamYapleit only matters if your deploy host _is_ your registry03:48
sdake_yes i am pretty sure that is what i just said03:48
SamYapleits not but ok03:48
sdake_kjelly docker hub = a big registry site run by docker in03:48
sdake_local registry is when you run docker run registry03:49
sdake_or whatever the command is03:49
sdake_prviate registry is a docker hub registry that only you have access to03:49
sdake_SamYaple can you pleae paste a diff of whatever code your running to gte heat to work03:50
SamYaplesure03:50
kjellysdake_: Ok03:50
sdake_tx03:50
SamYaplehttp://paste.fedoraproject.org/264314/97303144/03:50
kjellySamYaple, sdake_ : thanks03:51
sdake_i ee, you left in the clients keystone03:51
sdake_i took that out03:51
sdake_let me try with that03:51
sdake_what does that config option do precisely?03:51
sdake_the defferred auth thing03:51
SamYapledo you know what trusts are or why they were implemented? because whats broke here is trusts03:52
SamYapleit has nothing to do with that deprecation warning you are seeing03:52
sdake_i know trusts are busted and i have a vgue understanding of what they are03:52
SamYapledeferred_auth_method defaults to using trusts03:53
sdake_i know we need them implemented03:53
sdake_got it thanks03:53
SamYaplesince we arent setting them up, we should be using them03:53
SamYaplethe client_keystone bits are only because i only set a v2.0 endpoint in the database03:54
SamYapleim fixing that now so we got full v303:54
sdake_roger03:54
SamYapleit keeps breaking things to have this v2.0 endpoint there03:54
sdake_is there some advantage to having a v2.0 endpoint?03:54
SamYaplenot that i can think of03:55
*** dimsum__ has quit IRC03:55
SamYapleits been depercated for like 2 years now03:55
SamYapleerrr 2 cycles*03:55
sdake_samyaple check out docs.openstack.org/developer03:55
sdake_and tlel me if anything pops out at you03:55
SamYaplenice03:56
sdake_i was pretty sure that change would get a -2 ;)03:56
sdake_never knkow unitlyou try03:56
SamYaplewell you were just pointing ot more docs.openstack.org documentation03:57
sdake_yup03:57
sdake_i also informed the other deployment project of it03:57
sdake_so they can add inks there03:57
sdake_i am going to buy a 400gb pcie ssd04:08
sdake_1gb/sec writes04:08
sdake_for my docker partition04:08
SamYapledont do it04:08
SamYapleits not worth it04:08
SamYapleserious04:08
sdake_why not worth it04:08
SamYaplei tested an 'on-metal' rackspace instance04:09
SamYapleits the real hardware04:09
SamYapleit did not make it as fast as that price would make you think04:09
sdake_400 bucks is not exaactly deadly to me :)04:09
sdake_plus i am out of hard disk slots in my workstation04:09
sdake_and also out of disk space04:10
SamYaplei agree, but don't expcet the world if you already build in 10-15 minutes (like i do)04:10
sdake_it takes me 70 minute to build for some reason04:10
SamYapleits not a bad choice, just dont get your expectations too high04:10
sdake_minuts04:10
sdake_with a push04:10
SamYaplewtf04:10
SamYapleoh yea04:10
SamYaplewell thatll still happen04:10
sdake_i am msotly ding it for more disk space04:10
sdake_not more performance04:10
SamYaplenot a bad choice then04:10
sdake_but more perfomrance = icing on cake04:11
SamYaplei know it wasnt a great improvement over _my_setup_ but it may be over yours. idk how your disks are laid out04:11
sdake_i have 4 ssds in raid 1 0 setup04:12
SamYaplethe type of ssds matter04:12
sdake_intel datcenter models04:12
sdake_dc3500s iirc04:12
SamYapleyea those are know for endurance over a long time, not bursty speeds04:12
sdake_thats why i bought em04:13
*** weiyu_ has quit IRC04:20
openstackgerritSteven Dake proposed stackforge/kolla: Make heat stack-create work  https://review.openstack.org/22076504:24
openstackgerritSteven Dake proposed stackforge/kolla: Make heat stack-create work  https://review.openstack.org/22076504:25
*** vinkman has quit IRC04:47
*** dimsum__ has joined #kolla04:55
*** dimsum__ has quit IRC05:01
*** Haomeng has joined #kolla05:01
*** Haomeng|2 has quit IRC05:03
*** weiyu_ has joined #kolla05:27
*** weiyu_ has quit IRC05:32
*** diga has joined #kolla05:44
*** weiyu_ has joined #kolla06:20
*** chandankumar has joined #kolla06:46
*** shardy has joined #kolla07:31
*** tfukushima has joined #kolla07:31
*** inc0 has joined #kolla07:57
inc0good morning07:57
*** weiyu_ has quit IRC08:00
SamYaplemorning inc008:25
*** weiyu_ has joined #kolla08:25
SamYapleinc0: im not sure were going to get the logging done the way we have discussed before RC108:26
*** weiyu_ has quit IRC08:26
SamYapleand im tired of fighting about it08:26
*** athomas has joined #kolla08:26
inc0well, I'll do data container08:26
SamYaplewith no rsyslog, just files?08:26
inc0wait now, hold on08:26
inc0I haven't been looking over review in weekend08:27
inc0where did anyone say anything about "no rsyslog, do files"?08:28
inc0sdake want's data container, and I'm completely ok with it, it makes sense08:28
inc0but who said "no rsyslog?"oO08:29
SamYaplehow are you going to share the /dev/log device?08:29
SamYapleyou cant do that through a data container08:29
inc0but sdake said he was ok that rsyslog will be an effective data container08:29
SamYaplehe doesnt know what he is talking about08:29
inc0so it won't be data container per se, it will be rsyslog container08:30
inc0so pretty much what we have now if we make bindmount optional08:30
SamYapleif we arent using the rsyslog process, which we wouldn't be, then we arent using the rsyslog container08:30
SamYapleinc0: no08:30
SamYaplehow can you share /dev/log08:30
SamYapleyou cant do that in a container08:30
SamYaplethat requires writing stuff to the host08:31
inc0well, I'm creating my own /dev/log as seen in review08:31
inc0and it will be /var/lib/kolla08:31
inc0usr/lib*08:31
SamYapleno thats not whats happening08:31
inc0I just need any place in host to add completely removable /dev/log08:32
inc0I did that in /tmp08:32
SamYaplewhich is what sdake is against08:32
SamYaplethats my point08:32
inc0no, I don't think he is against that08:32
SamYaplehe most certainly is08:32
inc0what he is against is to bindmount /var/log as default08:32
SamYapleyea thats no issue08:32
SamYaplebinding a containers dev to some location on the host isn't good though08:32
SamYapleis what his point was08:32
inc0https://review.openstack.org/#/c/215062/11/ansible/roles/common/tasks/start.yml look at line 4308:33
SamYapleinc0: i am well aware of what you are doing and how you are doing it08:34
inc0it seems contradictory to line 21 tho08:34
inc0I mean his comments08:34
inc0sdake_, are you awake?08:34
SamYaplethats because he doesnt know what he is talking about08:34
SamYaplethis was my point before08:34
SamYapleeither way there is stil lalot to do (like splitting out each service into its own file) and you dont seem to be doing that08:34
inc0yeah, let's sort out this one first08:35
SamYaplewell im going to hammer out all of the logging to files because i can assure you thats where we will land on this because i will not fight about this anymore08:36
*** jmccarthy has quit IRC08:36
*** jmccarthy has joined #kolla08:36
inc0meh08:36
SamYaplealso how i feel08:37
inc0that will mess up with centralized logging later on08:37
SamYaplenah itll be fine08:37
SamYaplejust double reads/writes08:37
SamYapleannoying but it fits what sdake wants08:37
SamYapleso meh08:37
inc0and having to worry about disk space everywhere08:37
*** weiyu_ has joined #kolla08:37
SamYapleyep08:37
SamYapleim in your camp here bud. but we do have a deadline fast approaching08:38
SamYapleso well revisit in mitaka when we start central logging08:38
inc0maybe08:38
inc0sooo...rsyslog is merged08:38
inc0and we won't use it right?08:39
SamYapleas it stands right now, i doubt it08:39
SamYapleunless we kinda repurpose it and throw in supervisord and logrotate08:39
inc0let me ask sdake one more timne08:39
inc0because that's contradictions08:39
inc0and that means there is some misunderstanding in place08:39
SamYaplego for it, but make sure to explain that the containers /dev is written to the host filesystem08:39
inc0I will08:40
inc0I think what sdake means is that he want's /dev/log disapear when we remove container08:40
inc0but...aren't we writting to host file system in for example db?08:40
SamYaplenope08:41
*** weiyu_ has quit IRC08:41
SamYaplei will have a patch to make all these data containers host bindmountable (option) before RC108:41
*** weiyu_ has joined #kolla08:41
SamYaplebecause right now performance is kill08:41
*** shardy_ has joined #kolla08:41
openstackgerritMerged stackforge/kolla: Make heat stack-create work  https://review.openstack.org/22076508:41
SamYaplenot a priority for me atm though08:41
*** shardy has quit IRC08:43
inc0I'll address comments in review today08:43
inc0and later on confront it with sdake08:43
SamYaplecurious, how were you planning on addressing the log-per-service issue?08:43
inc0well, we would have to specify log facility08:44
inc0per service08:44
*** shardy_ has quit IRC08:46
*** shardy has joined #kolla08:47
pbourkemorning all08:47
inc0good morning08:47
pbourkecan I get some eyes on https://review.openstack.org/#/c/220172/ at some stage today please08:48
inc0back in about an hour08:48
SamYaplehow much will you pay me08:50
*** weiyu_ has quit IRC08:50
*** weiyu_ has joined #kolla08:51
SamYaplepbourke: will we need rsyncd anywhere else?08:52
pbourkeSamYaple: I dont think so08:53
SamYaplemy thoughts as well08:53
SamYaplein that case what are your thoughts on not making it an rsyncd role?08:53
SamYaplejust make it another task in the swift role08:53
SamYaplewe dont have a libvirt or openvswitch role08:54
SamYaplethey are just tasks in nova or neutron08:54
*** weiyu_ has quit IRC08:54
*** weiyu has joined #kolla08:56
*** weiyu_ has joined #kolla08:58
*** weiyu has quit IRC08:58
*** dimsum__ has joined #kolla08:59
*** dayou has quit IRC09:00
*** weiyu_ has quit IRC09:00
*** weiyu_ has joined #kolla09:00
*** jasonsb has quit IRC09:01
*** pbourke has quit IRC09:05
*** pbourke has joined #kolla09:06
*** mbound has joined #kolla09:06
pbourkeSamYaple: yeah that makes sense I guess09:06
*** dimsum__ has quit IRC09:07
*** jasonsb has joined #kolla09:08
*** weiyu_ has quit IRC09:14
openstackgerritVladislav Belogrudov proposed stackforge/kolla: Correct name of source archive if reference contains '/'  https://review.openstack.org/22054209:14
openstackgerritVladislav Belogrudov proposed stackforge/kolla: Cannot deploy by tag if groups are distributed among hosts  https://review.openstack.org/22092309:27
SamYaplepbourke: looks good otherwise!09:28
SamYaplevbel1: the issue i have with that gather facts review is what happens if the host is inaccessible?09:30
*** weiyu_ has joined #kolla09:33
vbel1it will proceed, but if that host is missing in task ansible will stop as usual09:36
vbel1it's normal situation, just like if you run without tags09:37
SamYaplesure but this still breaks --limit09:37
SamYapleI would prefer to use caching since that fixes the --limit issue and this one at the same time09:38
SamYaplewe already have an ansible 1.8 requirement so everyone has caching09:38
openstackgerritVladislav Belogrudov proposed stackforge/kolla: Cannot deploy by tag if groups are distributed among hosts  https://review.openstack.org/22092309:38
vbel1yes, it caches but we have to run ansible _twice_ to get cache :)09:40
SamYapleWell the initial ansible run wont work anyway if you lmit it09:41
SamYaplei mean using tags for an initial run gets you.... nothing09:41
SamYaplebut the problem with this fact gathering for _all_ hosts every run is when you have 200-1000 nodes itll take forever09:41
SamYapleand when you limit you dont even resolve the issue09:42
openstackgerritMerged stackforge/kolla: Correct name of source archive if reference contains '/'  https://review.openstack.org/22054209:47
vbel1ok, so we proceed with more complex invocation of ansible to use caching then. It is not enough to hack haproxy, we wil have the situation if users want separate [database] group or anything similar (ceilometer, keystone...)09:50
SamYaplevbel1: it is enough to hack haproxy09:50
SamYaplethe database is accessed through the VIP which is statically configured09:51
SamYapleits not fetched via cache09:51
SamYapleoh wait i see what you are saying09:51
SamYaplebut yea still enough to change haproxy around09:51
SamYapleill submit the patch. give me like 15 minutes, ive just been hammering on ceph09:51
vbel1we had some users that wanted ceilometer and keystone on separate network :) yes, with VIP it can be enough09:52
vbel1SamYaple: thanks!09:52
SamYaplevbel1: still shouldnt be an issue, but that would require a bit more ansible stuff to make that work09:52
SamYapleyou should be able to do that through the inventory variables right now vbel109:53
vbel1yes, that should work. I try to run database separately from controllers, it works well09:55
SamYapleindeed. just like i designed! i often test running a single service (nova-api or something) on a completely different host to make sure it works09:56
*** Kennan_Vacation2 has joined #kolla10:02
*** Kennan_Vacation has quit IRC10:02
openstackgerritPaul Bourke proposed stackforge/kolla: Add rsyncd image and related Ansible for Swift  https://review.openstack.org/22017210:04
inc0back10:05
*** weiyu_ has quit IRC10:05
*** weiyu_ has joined #kolla10:07
*** diga has quit IRC10:20
*** akwasnie has joined #kolla10:34
*** zhiwei has quit IRC10:36
*** weiyu_ has quit IRC10:37
openstackgerritJames McCarthy proposed stackforge/kolla: Add missing Swift services, also ansible configuration  https://review.openstack.org/21879510:41
*** weiyu_ has joined #kolla10:49
*** weiyu_ has quit IRC11:04
vbel1SamYaple: if haproxy requires knowledge of all hosts we can put 'hosts: !compute' in site.yml and add 'when: host in network' in its tasks11:05
*** weiyu has joined #kolla11:05
SamYaplevbel1: it doesnt require knowlege of all hosts11:06
SamYaplei have the patch just have work being work so i havent tested it yet11:06
*** weiyu has quit IRC11:06
vbel1SamYaple: hosts: !compute11:06
SamYaplevbel1: that will still pull in a whole bunch of unneeded hosts11:07
openstackgerritPaul Bourke proposed stackforge/kolla: Cleanup small todo in Vagrantfile  https://review.openstack.org/22095311:08
openstackgerritPaul Bourke proposed stackforge/kolla: Add missing node types to Vagrantfile  https://review.openstack.org/22095511:11
openstackgerritPaul Bourke proposed stackforge/kolla: Add rsyncd image and related Ansible for Swift  https://review.openstack.org/22017211:14
*** dimsum__ has joined #kolla11:33
*** dimsum__ has quit IRC11:40
openstackgerritSam Yaple proposed stackforge/kolla: Gather facts from the hosts before using them  https://review.openstack.org/22097012:14
SamYaplevbel1: https://review.openstack.org/22097012:14
SamYaplesorry ive been fairly busy at work12:14
SamYaplethat patch is more what i had in mind (short of fact caching)12:14
pbourkemandre: I can submit another ps with your change, and add you add co-author. does that work for you?12:27
pbourkemandre: alterantely you can submit an alternative and I'll abandon12:28
*** dimsum__ has joined #kolla12:30
mandrepbourke, sure you can submit a new patch12:30
mandrei'm setting up a new machine and trying to see if i can run vagrant with libvirt :)12:31
openstackgerritMichal Jastrzebski (inc0) proposed stackforge/kolla: Ansible bits to rsyslog  https://review.openstack.org/21506212:31
openstackgerritPaul Bourke proposed stackforge/kolla: Cleanup small todo in Vagrantfile  https://review.openstack.org/22095312:33
*** dimsum__ has quit IRC12:34
openstackgerritMichal Jastrzebski (inc0) proposed stackforge/kolla: Ansible bits to rsyslog  https://review.openstack.org/21506212:41
inc0bbl when sdake wakes up12:44
inc0cyas12:44
*** inc0 has quit IRC12:44
vbel1SamYaple: thanks! Will check now12:45
vbel1SamYaple: so we use hosts: all-that-needed and when: in haproxy :) Fully agree12:47
vbel1with this approach12:47
*** jtriley has joined #kolla12:51
SamYaplevbel1: correct12:52
SamYapleits lowest hosts gauranteed12:52
SamYapledownside is we will likely forget to add things from time to time12:52
openstackgerritPaul Bourke proposed stackforge/kolla: Cleanup small todo in Vagrantfile  https://review.openstack.org/22095312:52
vbel1SamYaple: I see what you meant before :)12:52
SamYapleupside is no _required_ caching12:52
vbel1SamYaple: yes, editing that file is for power users12:53
SamYapleok so youre cool with this approach then vbel1? Want ot make sure it works for everyone12:57
vbel1SamYaple: yes, this was in my head as well, I thought it would be more difficult to implement. But it is not, looks great for me.12:59
SamYaplecool. yea its deciving to this about because we only have to include the api hosts, not _all_ hosts13:00
*** dayou has joined #kolla13:00
*** klint has quit IRC13:00
pbourkeSamYaple: vbel1: are we sure this bug is related to haproxy only?13:01
pbourkeI've seen it when trying to deploy rabbitmq13:01
vbel1pbourke: does rabbit want to know about other services? Probably not, so this is ok in my opinion.13:02
pbourkevbel1: i added the db nodes and now seeing it when trying to copy the configs over: http://paste.openstack.org/show/448668/13:03
pbourke(ndb configs)13:04
vbel1but we have to run haproxy - to avoid direct contact between other groups, only thru VIP13:04
SamYaplepbourke: im sure the issue that the bug is for was solved with that patch, but there may be other things?13:04
SamYaplei dont know what ndbcluster is pbourke13:04
SamYaplebut you will likely need to do a simliar thing to the hosts that i did with the haproxy section13:04
pbourkeSamYaple: yeah we currently use it in place of galera, just trying to point out that like you say there may be other places the same fix is needed13:05
SamYaplepbourke: not in Kolla there isn't13:05
SamYapledo you have the ansible code for these tasks anywhere i can view them pbourke?13:06
SamYapleill happily do a quick audit13:06
vbel1pbourke: you have some hosts in [database] probably that are not discovered13:06
*** erkules has quit IRC13:08
*** erkules has joined #kolla13:08
*** banix has joined #kolla13:10
*** dayou has quit IRC13:22
*** dayou has joined #kolla13:24
*** banix has quit IRC13:26
*** dimsum__ has joined #kolla13:34
*** dimsum__ has quit IRC13:40
*** mlil has quit IRC13:43
*** chandankumar has quit IRC13:46
*** inc0 has joined #kolla13:53
inc0hello, sdake_ around?13:55
*** jtriley has quit IRC14:08
*** dimsum__ has joined #kolla14:23
*** inc0 has quit IRC14:36
*** inc0 has joined #kolla14:42
*** dimsum__ has quit IRC14:46
openstackgerritMick Thomspon proposed stackforge/kolla: Add ansible support for Murano  https://review.openstack.org/21889414:47
*** inc0 has quit IRC15:01
*** diga has joined #kolla15:03
*** jtriley has joined #kolla15:05
*** jtriley has quit IRC15:10
*** jtriley has joined #kolla15:13
*** inc0 has joined #kolla15:14
*** jtriley has quit IRC15:21
*** inc0 has quit IRC15:30
*** inc0 has joined #kolla15:40
*** dimsum__ has joined #kolla15:46
*** akwasnie has quit IRC15:49
*** dimsum__ has quit IRC15:53
*** inc0 has quit IRC16:13
*** jtriley has joined #kolla16:17
*** jtriley has quit IRC16:25
*** inc0 has joined #kolla16:26
*** mbound has quit IRC16:32
*** chandankumar has joined #kolla16:35
*** athomas has quit IRC16:39
*** dimsum__ has joined #kolla16:43
*** jtriley has joined #kolla16:48
*** dimsum__ has quit IRC16:49
*** inc0 has quit IRC16:57
*** tfukushima has quit IRC16:59
*** inc0 has joined #kolla17:01
*** inc0 has quit IRC17:06
*** jtriley has quit IRC17:09
*** jtriley has joined #kolla17:11
*** daneyon has joined #kolla17:13
*** daneyon has quit IRC17:19
*** SourabhP has joined #kolla17:19
*** SourabhP_ has joined #kolla17:21
*** diga has quit IRC17:22
*** SourabhP has quit IRC17:24
*** SourabhP_ is now known as SourabhP17:24
*** inc0 has joined #kolla17:25
*** inc0 has quit IRC17:29
*** jtriley has quit IRC17:47
*** SourabhP_ has joined #kolla17:49
*** SourabhP has quit IRC17:49
*** SourabhP_ is now known as SourabhP17:50
*** dimsum__ has joined #kolla17:50
*** dimsum__ has quit IRC17:56
*** inc0 has joined #kolla17:56
inc0afternoon17:57
inc0sdake_, around?17:57
inc0guess not, cya tomorrow then;)17:58
*** inc0 has quit IRC18:03
*** SourabhP has quit IRC18:03
openstackgerritMerged stackforge/kolla: Cleanup small todo in Vagrantfile  https://review.openstack.org/22095318:11
openstackgerritMerged stackforge/kolla: Add ansible support for Murano  https://review.openstack.org/21889418:18
*** chandankumar has quit IRC18:23
*** dimsum__ has joined #kolla18:34
*** jtriley has joined #kolla18:44
*** dimsum__ has quit IRC18:47
*** jtriley has quit IRC18:48
*** dayou has quit IRC19:12
*** dayou has joined #kolla19:12
*** dimsum__ has joined #kolla19:13
*** jtriley has joined #kolla19:14
*** jtriley has quit IRC19:20
*** daneyon has joined #kolla19:24
*** daneyon_ has joined #kolla19:36
*** daneyon has quit IRC19:39
*** jtriley has joined #kolla20:16
*** jtriley has quit IRC20:21
*** dimsum__ has quit IRC20:36
*** dimsum__ has joined #kolla20:51
*** sdake_ has quit IRC20:55
*** jtriley has joined #kolla20:57
*** jtriley has quit IRC21:02
*** shardy has quit IRC21:31
*** vbel1 has quit IRC21:40
*** vbel1 has joined #kolla21:40
*** jtriley has joined #kolla21:58
*** jtriley has quit IRC22:04
*** akwasnie has joined #kolla22:24
*** sdake has joined #kolla22:53
*** jtriley has joined #kolla22:59
*** jtriley has quit IRC23:04
*** dayou has quit IRC23:20
*** dayou has joined #kolla23:21
*** dayou has quit IRC23:25
*** sdake has quit IRC23:42
openstackgerritMerged stackforge/kolla: Gather facts from the hosts before using them  https://review.openstack.org/22097023:59

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