Tuesday, 2015-11-10

*** Hui has quit IRC00:01
*** tzn has quit IRC00:04
*** cloudnautique has quit IRC00:06
*** achanda has joined #kolla00:16
sdakeSamYaple so cap_add is not available in ansible 1.9.4 only availale in ansible 2.0.000:21
sdakewe need cap_add for hoirzon so it may bind to port 8000:21
*** achanda has quit IRC00:25
*** achanda has joined #kolla00:30
*** dolpher has joined #kolla00:33
*** dims_ has quit IRC00:33
*** dims has joined #kolla00:36
*** dims_ has joined #kolla00:51
*** dims has quit IRC00:51
asalkeldkinda sucks we can't unit test set_configs00:55
* asalkeld trying..00:55
*** dwalsh has joined #kolla01:15
*** thumpba has joined #kolla01:16
*** unicell1 has joined #kolla01:17
*** ssurana has quit IRC01:18
*** thumpba has quit IRC01:18
*** unicell has quit IRC01:19
*** achanda has quit IRC01:29
sdakesetcap ftw01:30
sdakeasalkeld i think it ould be unit teted01:30
sdakei am not a pro at unit tewt writign01:31
sdakebut i suspect someone that rocks at python like you could make it happen :)01:31
sdakethere is nothing particuarly special about set_configs that makes it untestable in a unit test environment01:31
sdakeI think everything it cares about canbe mocked01:31
* sdake really wants unit tests for the code base - selling first born :)01:32
*** dwalsh has quit IRC01:35
*** diogogmt has quit IRC01:37
bmacemay end up being easier once the cli stuff is in place sdake.  we do some deploy tests, and that could easily be enhanced to test out different images / distros / service sets, etc.01:39
sdakethose are functional tests bmace01:39
sdakeunit tests are tests of unit functions of the code using mocking tools01:39
sdakewe already have functional tests which typically come second ;-)01:39
bmaceit is the functionality that matters, imo, but if it isn't reasonable to run a service itself, it is fine to have a mock. but as a service changes, and it happens, the mock needs to be kept up to date also.01:41
bmaceback when it when you couldn't just have a container or vm running the service it made more sense.01:41
asalkeldsdake: adding now, not too hard01:41
sdakesweet01:41
sdakeif you can figure out how to uit test build.py yo uwould be my hero01:41
sdakei dont even know where to begin on that bad boy01:42
asalkeldatm just adding tests for new zookeeper set_configs01:42
asalkeldeasy to extend01:42
sdakecool i'll look at adding some oncey ou get structure in palcee01:42
*** mimizone has joined #kolla01:50
*** kjelly has quit IRC01:53
*** mimizone has quit IRC01:56
*** dims_ has quit IRC02:01
*** mimizone has joined #kolla02:02
*** dims has joined #kolla02:05
*** dolpher has left #kolla02:11
*** tzn has joined #kolla02:13
*** tzn has quit IRC02:14
*** tzn has joined #kolla02:14
*** dwalsh has joined #kolla02:15
*** stvnoyes has quit IRC02:17
*** stvnoyes has joined #kolla02:18
*** jhuylebroeck has joined #kolla02:21
*** mimizone has quit IRC02:21
*** diogogmt has joined #kolla02:31
*** dwalsh has quit IRC02:47
*** jhuylebroeck has quit IRC02:53
*** thumpba has joined #kolla02:56
*** mimizone has joined #kolla02:57
*** mimizone has quit IRC02:57
*** thumpba has quit IRC03:02
*** dims has quit IRC03:13
openstackgerritSteven Dake proposed openstack/kolla: Drop root for Horizon service  https://review.openstack.org/24340003:16
*** dayou has joined #kolla03:21
*** sdake has quit IRC03:25
*** sdake has joined #kolla03:26
openstackgerritAngus Salkeld proposed openstack/kolla: Add support for copying files from a "zk://" source  https://review.openstack.org/24143803:38
openstackgerritAngus Salkeld proposed openstack/kolla: Add support for loading kolla config from ENV  https://review.openstack.org/24143703:38
openstackgerritAngus Salkeld proposed openstack/kolla: Add a test case for load_config  https://review.openstack.org/24340203:38
*** sdake has quit IRC03:48
*** tfukushima has joined #kolla03:49
*** unicell1 has quit IRC03:51
*** klint has joined #kolla03:53
*** sdake has joined #kolla04:01
*** diogogmt has quit IRC04:17
*** thumpba has joined #kolla04:22
*** CBR09 has joined #kolla04:22
*** thumpba has quit IRC04:26
SamYaplesdake: no we don't need cap_add04:26
SamYaplejust privileged04:27
*** sdake has quit IRC04:27
*** tfukushima has quit IRC04:27
SamYaplekfox1111: no the galera thing would not be the same from 1.0.1 t0 1.104:28
SamYaplekfox1111: at least with the things that have been discussed04:28
*** sdake has joined #kolla04:29
SamYaplebritthouser: ceph is _not_ pinned in centos, don't listen to sdake04:29
*** cemmason has quit IRC04:35
sdakeya that guy doesnt know what he is tlalking about04:36
sdakesamyaple ei am prtty sure upgrade isn't actually upgrading to new containers swhen one is availble in the registry04:37
SamYaplesdake: who?04:39
sdakei was making a joke04:39
sdake"that sdake guy doesn't know whta he is talkin about"04:39
SamYapleoh04:40
SamYapleyea04:40
SamYaplewell ceph isnt pinned for centos04:40
SamYaplewe went over that04:40
sdakeya possible04:40
sdakei was feeling very terrible that last day04:40
SamYapleyea04:40
SamYaplethere are quite a few things that need to merge into kolla for a 1.1 tag04:40
SamYapleI am holding back 6 changes right now while I wait for you to tag 1.0.104:41
sdakei hadn't realized you were waiting04:41
sdakei'll pull the trigger on a tag then once i run some tessts04:41
SamYapleyea there are a couple patches in the queue that are -W that explicitly say 'waiting on 1.0.1' :)04:43
*** cemmason has joined #kolla05:04
openstackgerritSteven Dake proposed openstack/kolla: Drop root for Horizon service  https://review.openstack.org/24340005:17
*** jasonsb has joined #kolla05:17
*** tfukushima has joined #kolla05:25
*** unicell has joined #kolla05:28
asalkeldjust what i wanted: http://stackoverflow.com/questions/8260490/how-to-get-list-of-all-variables-in-jinja-2-templates05:30
*** dayou has quit IRC05:32
*** ashishjain has joined #kolla05:42
*** kjelly has joined #kolla05:47
*** ashishjain has quit IRC05:54
sdakeSamYaple note i tried our code base with ansible 2.0 no beuno05:59
asalkeldnote guys zake is in global requirements05:59
sdakeroger didn't know that05:59
sdakeit doesn't matte to me , we just started following the global req process05:59
asalkeldsure06:00
sdakeso if you add reqs, please try to jam em into globals ;)06:00
kjellymorning06:01
*** achanda has joined #kolla06:03
sdakehey kjelly06:03
kjellyI try to put vagrant instance into ramdisk(tmpfs). And build images using the instance. I found the time of building time reduce from about 1.5 hours to 30 mins. :)06:03
sdakenice tip!06:03
sdakei have nvme disk so its basically like rmadisk06:04
sdakebut that should help epople rolling on laptop hds06:04
kjellyhow much do you buy nvme disk?06:06
sdake400gb = 380 usd06:06
sdake1.2 tb = 1100 usd06:06
sdakei have 1 1.2tb, 3 400 gb06:07
sdakeasalkeld if you ahve a workstatio nhighy recommend intel 750 nvme disk - will maek your life happier06:07
SamYaplesdake: yes I am well aware we need changes for 2.006:07
SamYaplebut im not going to start them until 2.0 drops06:07
sdakeSamYaple yup you mentionedd it but i was confirming in case you hadn't actually run with it06:08
asalkeldk, but i have a tiny workstation (small formfactor)06:08
asalkelddoubt i can change anything06:08
sdakeit requires an 8 lane mhalf heigh pcie06:08
sdakehalf height06:08
SamYapleasalkeld: those are low profile06:08
SamYapleyea06:08
SamYaplethey are awesome. highly recommend it06:08
sdakeit fits in my mini dell06:08
SamYaplesdake: btw there is a new model that came out06:08
sdake1.2 tb is same size as 400gb form factor wise06:08
sdakebummer that sucks :(06:09
SamYapleits 400GB for 36006:09
sdakeoh just cheaper06:09
SamYapleno06:09
SamYapleits a new er architecture06:09
sdakewell i' mgood for now06:10
kjellySo good hardware you have!06:10
sdakeRUN echo "%kolla ALL=(root) NOPASSWD: /usr/bin/chown mysql: /var/lib/mysql" >> /etc/sudoers \06:10
sdakeanything pop out as erronous in that sudoers line?06:10
asalkeldi have one of these: http://shop.lenovo.com/us/en/desktops/thinkcentre/m-series-tiny/m83/#tab-tech_specs (but with i7, 16g mem)06:11
sdakekjelly my gear is all paid out of my personal pocket06:11
sdakeSamYaple also induced me to buy a 10gb nics and switch06:13
sdakegott keep up with  the jonses and all that shit06:13
SamYaplesdake: the : is breaking that mysql line06:13
SamYaplemysql:06:13
sdakeya i just removed that to see if that wa the cuse06:13
sdakecausse06:13
sdakethe probelm is that is an argument06:13
sdakeyo uwould think sudo allows : as arguments06:14
SamYapleyou can quote the entire string06:14
sdakehow abouts?06:14
sdake\"%kolla \"?06:14
openstackgerritSam Yaple proposed openstack/kolla: Make the database json variable more readable  https://review.openstack.org/24202406:23
openstackgerritSam Yaple proposed openstack/kolla: Fix bootstrap for services  https://review.openstack.org/24277706:23
*** cemmason has quit IRC06:23
*** thumpba has joined #kolla06:24
sdakeSamYaple this doesn't work either06:28
sdakeRUN echo '%kolla ALL=(root) NOPASSWD: /usr/bin/chown mysql'\:' /var/lib/mysql' >> /etc/sudoers \06:28
sdakeany suggestions ?06:29
*** thumpba has quit IRC06:29
sdakenm i got it06:32
sdakefinally06:32
*** unicell1 has joined #kolla06:34
*** unicell has quit IRC06:35
asalkeldguys i don't see a way around moving all the pip and (devel packages) from openstack-base to base to be able to install a python package for "source"06:50
asalkeldnot sure if this is a big deal tho', bound to run into a requirement for a python package in an non-openstack image06:50
asalkeldat some point06:51
asalkeldthose if/else blocks are horrid :-O06:51
SamYaplevirtualenv would solve it06:52
SamYaplewe need to do taht anyway06:52
sdakeasalkeld in that cae just use openstack-base06:54
sdakeas your parent06:54
asalkeldsdake: ok, but will need that for everything06:55
sdakewhat package?06:55
asalkeldi need that fro kazoo06:55
asalkeldfor06:55
sdakefor rpm distros only?06:55
sdakejust use fedora's rpm builder06:55
asalkeldthe issue is source based images06:55
asalkeldhttps://review.openstack.org/#/c/241438/2/docker/base/Dockerfile.j206:56
asalkeldlast coment here ^06:56
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Add a simplistic bootstrap script to install mesos (AIO)  https://review.openstack.org/24291106:56
sdakethe reaoson we have a separate base is to not have to pull in the toolchain for non-os images06:57
SamYaplesdake: what asalkeld is saying is correct. we need it everywhere06:58
SamYaplethe solution to the conflicting packages is implementing a virtualenv for the openstack install06:58
asalkeldyeah, but you will hit that if some non-openstack package uses python we will hit this06:58
SamYapleasalkeld: no we already have this issue to a smaller degree with some ceph packages07:00
asalkeldok07:00
SamYaplevirtualenv it wont matter if we use the apt installed python07:00
SamYaplethis way if it comes up again its fine07:00
asalkeldSamYaple: is someone ready to do the venv work?07:00
nihiliferasalkeld: btw, can you remove your +1 in review 242911? ;)07:01
nihiliferbecause of "We don't permit authors of the patch or co-author lines to +2 or +a patches unless its a rebase operation and gerrit hasn't dropped the original votes."07:01
sdake+1 is fine07:01
asalkeldnihilifer: that's why it's a +107:01
nihiliferah, ok, so nvm07:02
nihilifersorry, I thought that all approvals are not permitted07:02
SamYapleasalkeld: there is no one slated to do it. I have not gotten around to it get07:02
asalkeldok SamYaple , i am not in a huge rush. i am working on the kolla-mesos side atm07:03
asalkeldprobably good to test it a bunch first anyways07:03
*** unicell has joined #kolla07:05
*** unicell1 has quit IRC07:05
*** alisonh has quit IRC07:07
openstackgerritKuo-tung Kao proposed openstack/kolla: DO NOT MERGE: bug report template in launchpad  https://review.openstack.org/23875707:17
*** alisonh has joined #kolla07:24
*** thumpba has joined #kolla07:25
*** achanda has quit IRC07:27
sdakeasalkeld why is kazoo needed by mariadb?  Is it that it is needed by set_configs or smoething?07:27
SamYaplesdake: yes it is needed by set_configs07:29
SamYapleit has to be in the base07:29
sdakeroger07:29
sdakeya virtualenv is all i've  got for that one07:29
*** thumpba has quit IRC07:29
sdakethe other ptoin being packaging it for source and binary in deb/rpms07:30
sdakei'm surprised it isnt already pckaged07:31
SamYaplewhat isn't already packaged?07:32
sdakekazoo?07:32
SamYapleit is07:32
sdakewe install alot of python stuff from packages i think07:32
sdakeor do we not?07:32
SamYaplewe do not07:32
sdakeok07:32
SamYapleunless its binary07:32
sdakeright07:32
SamYapleinstalling from packages and pip installing in a mixed environment is very bad07:32
sdakewhich it sounds like it is if it needs the gcc toolchain07:33
sdakeok07:33
sdakeasalkeld it is possible to simplify the dependency in some way?07:37
sdakeor is there a cli binding?07:38
asalkeldsdake: it's just a plain python library that i want to use (as a library)07:40
asalkeldit needs six, but not much else07:40
sdakeif it were plain cli written in c or somehting similar it would be easier to deal with07:40
SamYaplehow so...?07:42
SamYaplei would much prefer a library07:42
sdakebecaue a c package can be imported without cusing chaos07:42
sdakecausing07:42
sdakejust kicking around ideas folks07:42
sdakedont kill messenger07:42
SamYapleright but we already have this issue with ceph07:43
SamYaplei didnt realized it when it first merged and it hasn't casued problems.... yet07:43
SamYaplebut it needs to be solved before we compound it07:43
asalkeldwell atm you have source == python, which is not a very good indicator07:44
SamYapleasalkeld: i dont follow07:44
asalkeldopenstack is in python, so that's why we have this issue07:44
asalkeldok, gotta go do some exercise bbl07:45
SamYaplei think we have the issue because we arent packaging openstack07:45
SamYapleif we did package it we would be fine, but we install it via pip so well need to 'package' it somehow, in this case a virtualenv07:45
asalkeldyip07:45
*** openstackgerrit has quit IRC07:46
*** openstackgerrit has joined #kolla07:46
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343707:50
*** tfukushima has quit IRC07:52
*** tfukushima has joined #kolla07:52
sdakeyup07:53
*** tfukushima has quit IRC07:54
*** tfukushima has joined #kolla07:55
*** tfukushima has quit IRC07:57
*** tfukushima has joined #kolla07:57
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343707:57
*** britthouser has quit IRC07:59
*** zigo has quit IRC08:01
*** zigo has joined #kolla08:03
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343708:04
*** akwasnie has joined #kolla08:09
*** akwasnie1 has joined #kolla08:10
*** akwasnie has quit IRC08:10
*** tfukushima has quit IRC08:13
*** tfukushima has joined #kolla08:14
*** britthouser has joined #kolla08:15
*** vbel has joined #kolla08:22
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: add config generation script and some examples  https://review.openstack.org/24291208:27
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: add config generation script and some examples  https://review.openstack.org/24291208:28
*** openstackgerrit has quit IRC08:31
*** alisonh has quit IRC08:31
*** openstackgerrit has joined #kolla08:31
openstackgerritMartin André proposed openstack/kolla: Fix --retries option to kolla-build  https://review.openstack.org/24344908:32
*** alisonh has joined #kolla08:35
openstackgerritMartin André proposed openstack/kolla: Horizon rdo package requires python-keystoneauth1  https://review.openstack.org/24345608:36
*** mbound has joined #kolla08:38
*** mbound has quit IRC08:38
*** kjelly has quit IRC08:39
*** dwalsh has joined #kolla08:40
*** egonzalez has joined #kolla08:51
*** achanda has joined #kolla08:57
*** akwasnie1 has quit IRC09:02
*** achanda has quit IRC09:02
sdakerabbitmq is an annoying little beast09:09
*** jmccarthy has joined #kolla09:11
SamYaplewhats wrong with it sdake ?09:16
sdakerequirees all kinds o special privs09:17
sdakerelated to filesystem management09:17
sdakei'll have a patch up shortly yo ucan see for yourself09:17
openstackgerritSteven Dake proposed openstack/kolla: Move the mariadb expect code to a script  https://review.openstack.org/24347909:21
openstackgerritSteven Dake proposed openstack/kolla: Drop root privileges for mariadb  https://review.openstack.org/24348009:21
*** mbound has joined #kolla09:25
openstackgerritSteven Dake proposed openstack/kolla: Drop root privileges for mariadb  https://review.openstack.org/24348009:33
sdakefwiw it works09:34
sdakebut i s less then ideal09:34
*** sdake has quit IRC09:42
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343709:42
*** sdake has joined #kolla09:42
openstackgerritMichal Rostecki proposed openstack/kolla: Drop root for designate  https://review.openstack.org/24349409:45
*** athomas has quit IRC09:47
openstackgerritSteven Dake proposed openstack/kolla: Move the mariadb expect code to a script  https://review.openstack.org/24347909:47
openstackgerritSteven Dake proposed openstack/kolla: Drop root for Horizon service  https://review.openstack.org/24340009:47
openstackgerritSteven Dake proposed openstack/kolla: Drop root for heat  https://review.openstack.org/24335009:47
openstackgerritSteven Dake proposed openstack/kolla: Drop root privileges for mariadb  https://review.openstack.org/24348009:47
openstackgerritSteven Dake proposed openstack/kolla: install openstack-heat-common in heat-base  https://review.openstack.org/24349509:47
sdakefun filled night09:49
sdaketime for bed09:50
sdakenight all09:50
sdakeSamYaple sweet dreams09:50
*** athomas has joined #kolla09:54
SamYaplenight sdake10:00
*** achanda has joined #kolla10:00
*** akwasnie has joined #kolla10:02
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343710:05
*** achanda has quit IRC10:05
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343710:18
*** sdake has quit IRC10:20
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343710:23
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343710:34
*** ashishjain has joined #kolla10:34
SamYaplepbourke: i ended up using awk10:49
SamYapleit was less cumbersome than python10:49
pbourkeha10:49
SamYapleNODE_INTERFACE=( $(ip a | awk -F'[: ]+' "/^[0-9]/ {interface = \$2} /${NODE_IP}\// {print interface, \$3}") )10:49
SamYaplethat returns the interface and ip (with subnet)10:49
pbourkegood enough10:49
*** tfukushima has quit IRC10:57
*** tfukushima has joined #kolla10:58
*** ashishjain has quit IRC11:00
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343711:05
*** dims has joined #kolla11:05
*** jmccarthy1 has joined #kolla11:09
*** jmccarthy has quit IRC11:09
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343711:13
*** pbourke has quit IRC11:16
*** pbourke has joined #kolla11:17
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343711:19
*** sdake has joined #kolla11:19
*** dims has quit IRC11:21
*** sdake has quit IRC11:21
*** dims has joined #kolla11:22
*** gfidente has joined #kolla11:26
*** gfidente has joined #kolla11:26
*** CBR09 has quit IRC11:27
*** dwalsh has quit IRC11:29
*** jmccarthy1 has quit IRC11:32
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343711:36
*** jmccarthy has joined #kolla11:36
*** jmccarthy has quit IRC11:39
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343711:41
*** akwasnie has quit IRC11:43
*** dwalsh has joined #kolla11:47
*** tfukushima has quit IRC11:49
*** achanda has joined #kolla11:54
*** jmccarthy has joined #kolla11:57
SamYaplehey pbourke whatcha working on these days?12:02
pbourkeSamYaple: my japan receipts :/12:02
SamYapleoh i should do those12:02
pbourkeSamYaple: before that hacking libvirt to work with vagrant in our lab, which I hope to use to finish the tempest work12:02
SamYaplehey you coming to south carolina for the midcycle?12:03
pbourkedoubtful12:03
pbourkeits a long way to go for two days12:03
SamYaplethere is beer here....12:03
SamYapleim just saying12:03
pbourkeid like to12:04
pbourkebut there is company and girlfriend approval12:04
pbourkehave only so much of that a year12:04
SamYapledo they disapprove of beer?12:04
SamYaplesounds like a deal breaker to be honest12:04
pbourkejust beer 6000km away12:05
SamYaplefair enough12:05
pbourkei'll see12:05
pbourkewhen is it?12:05
SamYapleno hard date, mid feb12:06
SamYapleanyone use gertty12:08
SamYaple?12:08
pbourkei do12:09
pbourkesometimes12:09
pbourkeits not quite there yet12:09
SamYapleits.... getting there12:09
SamYapleits good to power through reviews12:09
pbourkei submitted one patch12:09
pbourketo fix one of the sorting shortcuts12:09
pbourkei need to revisit it as there's a bug in firefox 42 that's breaking my filters12:10
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343712:18
britthouserWhere in SC SamYaple?12:19
SamYaplebritthouser: greenville (upstate)12:22
*** achanda has quit IRC12:23
britthouserI'm about 2hour drive from there.12:24
SamYaplebritthouser: well i expect to see you there then12:25
britthouserYeah I think I should be able to talk mgmt into it.12:26
SamYaplewhere to you work britthouser ?12:27
britthousercisco with sdake12:30
*** sdake has joined #kolla12:32
*** sdake has quit IRC12:33
*** sdake has joined #kolla12:34
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343712:34
SamYaplebritthouser: ah cool. i did the cisco thing for a minute12:35
britthouserOh yeah?  What year?12:35
*** sdake has quit IRC12:35
SamYaple2010 ish12:44
*** klint has quit IRC12:48
*** Kennan has quit IRC12:48
britthousercool12:50
*** Kennan has joined #kolla12:51
*** jmccarthy has quit IRC12:51
*** dims has quit IRC12:53
*** dims has joined #kolla12:56
*** dwalsh has quit IRC12:57
*** jruano has joined #kolla13:00
*** jmccarthy1 has joined #kolla13:09
*** jmccarthy1 has quit IRC13:09
*** jmccarthy1 has joined #kolla13:09
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343713:17
*** akwasnie has joined #kolla13:17
*** achanda has joined #kolla13:23
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343713:26
*** achanda has quit IRC13:30
*** absubram has joined #kolla13:36
*** absubram_ has joined #kolla13:37
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343713:39
*** absubram has quit IRC13:40
*** absubram_ is now known as absubram13:40
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343713:49
*** britthouser has quit IRC13:51
*** britthouser has joined #kolla13:51
*** akwasnie has quit IRC13:51
*** [zhangtao] has joined #kolla13:57
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343714:04
*** thumpba has joined #kolla14:09
*** diogogmt has joined #kolla14:13
*** rhallisey has joined #kolla14:18
*** absubram has quit IRC14:18
*** absubram has joined #kolla14:19
*** absubram has quit IRC14:23
*** signed8bit has joined #kolla14:32
*** sdake has joined #kolla14:34
*** [zhangtao] has quit IRC14:34
pbourkemandre: hey martin you there?14:34
SamYaplemandre: dont listen to him! he wants something!14:35
*** sdake has quit IRC14:35
jmccarthy1Hmm ok I've got a question :) I have a multinode setup in vms (all  on the same physical host server), it seems fine. However, when I add  in additional compute nodes/vms that are hosted on a different server  from the rest, any cirros instances that are created on those compute  nodes do not actually get their addresses assigned in the instance  itself.14:37
diogogmtSamYaple: what’s the recommend approach here: should i rebase my commits or submit both of them for review? http://pastebin.com/xxsS3aAi14:38
jmccarthy1Thought I'd throw it out there anyway :)14:39
SamYaplediogogmt: im not sure. what are the commits for?14:39
SamYapledo they server different purposes?14:39
SamYapleare they dependant on each other?14:40
diogogmtno, the second is just a revision upon the first14:40
SamYaplediogogmt: you want to use `git commit -a --amend` to do that14:40
SamYapleto fix this what you need to do is `git reset --soft HEAD~1` then `git commit -a --amend`14:40
SamYaplethat will reset your commit and allow you to merge it with teh first14:40
diogogmtoh ok, i’ll give that a try14:41
SamYaplejmccarthy1: sounds like you have your networking setup not good14:42
SamYaplejmccarthy1: specifically you probably don't have L2 communication between nodes14:42
jmccarthy1SamYaple: I wouldn't be surprised if I have something not configured ideally :) Not sure how to break it down, there a bajillion various issues like this in my searches ..14:44
*** jmccarthy1 has quit IRC14:45
SamYaplei could probably help, but i have no idea of your setup or your anything14:45
*** jmccarthy1 has joined #kolla14:45
SamYaplemain thing is to make sure you have L2 communication to your other nodes14:45
SamYaplethis likely means bridge14:45
*** akwasnie has joined #kolla14:48
jmccarthy1SamYaple: Ok I'll dig a bit more and see, I think I should be able to get away with using kvm virbr0 underneath in my vms14:49
*** tfukushima has joined #kolla14:50
openstackgerritDiogo Monteiro proposed openstack/kolla: Add Ubuntu support for Vagrant  https://review.openstack.org/24363514:53
*** tfukushima has quit IRC14:54
openstackgerritPaul Bourke proposed openstack/kolla: Fix vagrant libvirt proxy support  https://review.openstack.org/24364114:59
openstackgerritPaul Bourke proposed openstack/kolla: Fix vagrant libvirt proxy support  https://review.openstack.org/24364115:02
*** mbound has quit IRC15:05
*** diogogmt has quit IRC15:06
*** mbound has joined #kolla15:10
*** mbound has quit IRC15:11
*** mbound has joined #kolla15:12
*** ssurana has joined #kolla15:27
*** achanda has joined #kolla15:27
*** sdake has joined #kolla15:29
bmacehuzzah, i saw the python-kollaclient governance change was approved / merged.15:30
*** sdake has quit IRC15:30
*** achanda has quit IRC15:32
jmccarthy1bmace: Nice !15:34
*** mbound has quit IRC15:36
*** bradjones is now known as bradjones|away15:38
*** mbound has joined #kolla15:45
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343715:47
*** sdake has joined #kolla15:48
sdakemorning15:48
bmacemorning sdake15:48
*** sdake_ has joined #kolla15:51
*** sdake has quit IRC15:53
*** diogogmt has joined #kolla15:55
sdake_motninh15:55
openstackgerritPaul Bourke proposed openstack/kolla: Fix vagrant libvirt proxy support  https://review.openstack.org/24364115:57
*** egonzalez has quit IRC15:57
openstackgerritMerged openstack/kolla: Horizon rdo package requires python-keystoneauth1  https://review.openstack.org/24345615:58
*** egonzalez has joined #kolla15:59
*** diogogmt has quit IRC15:59
*** jmccarthy1 has quit IRC16:00
*** jmccarthy has joined #kolla16:01
*** diogogmt has joined #kolla16:02
SamYaplecan i get a core ack on https://review.openstack.org/#/c/243031/16:05
*** egonzalez has quit IRC16:06
*** egonzalez has joined #kolla16:06
*** egonzalez has quit IRC16:07
*** jmccarthy has quit IRC16:07
*** jmccarthy has joined #kolla16:08
openstackgerritMerged openstack/kolla: We now have a logs publisher  https://review.openstack.org/24303116:12
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343716:12
*** sdake_ has quit IRC16:33
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343716:35
*** sdake has joined #kolla16:38
*** cloudnautique has joined #kolla16:47
*** sdake has quit IRC16:54
*** mbound has quit IRC17:03
*** Kennan has quit IRC17:04
*** Kennan has joined #kolla17:05
*** unicell1 has joined #kolla17:05
*** unicell has quit IRC17:06
*** mbound has joined #kolla17:12
*** jmccarthy has quit IRC17:12
*** ssurana has quit IRC17:14
diogogmthow can i run the style check script that the automated test runs before i commit my changes to make sure they are styled properly? i got this error from the automated test runner: http://logs.openstack.org/35/243635/1/check/gate-kolla-bashate/bbcea1b/console.html17:18
*** mbound has quit IRC17:18
*** guruMeditator has quit IRC17:20
bmacetox -e bashate ?17:20
bmace^ diogogmt17:21
diogogmtbmace: do i need to specify the file i want to be checked? where is the style guide defined?17:23
bmaceit will do bashate over the whole codebase17:23
bmacebashate is pretty standard, i am sure you can find the ruleset if you look around a bit.17:23
diogogmtbmace: ok got it, bashate is like pep or jshint, right?17:24
bmaceyup, it is like pep8 for bash scripts17:24
*** akwasnie has quit IRC17:25
*** dims has quit IRC17:27
*** dims has joined #kolla17:28
*** cemmason1 has joined #kolla17:30
*** achanda has joined #kolla17:30
*** unicell1 has quit IRC17:32
*** Hui has joined #kolla17:34
HuiHi, SamYaple17:34
*** achanda has quit IRC17:36
*** cloudnautique has quit IRC17:37
*** cloudnautique has joined #kolla17:41
*** cloudnautique has quit IRC17:41
*** cloudnautique has joined #kolla17:41
openstackgerritDiogo Monteiro proposed openstack/kolla: Added Ubuntu support for Vagrant  https://review.openstack.org/24363517:46
*** gfidente has quit IRC17:49
*** jmccarthy has joined #kolla17:49
*** ssurana has joined #kolla17:53
*** jmccarthy has quit IRC17:54
*** unicell has joined #kolla18:09
*** achanda has joined #kolla18:25
*** signed8bit is now known as signed8bit_ZZZzz18:37
*** sdake has joined #kolla18:40
*** achanda has quit IRC18:41
*** signed8bit_ZZZzz is now known as signed8bit18:48
*** jasonsb has quit IRC18:57
*** jasonsb has joined #kolla18:57
*** achanda has joined #kolla19:03
diogogmtstarted to get this error when building images from ubuntu source on master: http://pastebin.com/Rp10Wnvd19:05
diogogmtlooks like the image obj doesn’t have a logs attribute?19:05
*** achanda has quit IRC19:09
*** achanda has joined #kolla19:12
*** achanda has quit IRC19:13
*** bmace has quit IRC19:14
*** bmace has joined #kolla19:14
*** cloudnautique has quit IRC19:15
*** tzn has quit IRC19:22
*** cloudnautique has joined #kolla19:32
*** cloudnautique has joined #kolla19:32
*** tzn has joined #kolla19:35
*** tzn has quit IRC19:37
*** tzn has joined #kolla19:37
sdakediogogmt keystone failed to build for some reason and didn't reutrn any logs - the build tool appears to have trouble with this scenario19:45
*** jasonsb has quit IRC19:49
*** daneyon has joined #kolla19:54
*** daneyon__ has joined #kolla19:55
*** daneyon_ has quit IRC19:56
*** daneyon has quit IRC19:58
*** sdake has quit IRC20:00
*** athomas has quit IRC20:03
*** tzn has quit IRC20:15
*** unicell has quit IRC20:17
*** unicell has joined #kolla20:17
*** mbound has joined #kolla20:18
*** unicell has quit IRC20:21
*** unicell has joined #kolla20:21
dmsimardPretty broad question and I know it depends on hardware but how much times does it take approximatively to install an aio (including building images) ?20:41
SamYapledmsimard: our gate does it in ~20 minutes, and its a vm20:43
dmsimardSamYaple: how much of that is building images ?20:43
SamYapledmsimard: in the gate, about 13 minutes20:54
dmsimardSamYaple: cool, thanks.20:55
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343720:56
*** tzn has joined #kolla21:02
*** tzn has quit IRC21:08
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE  https://review.openstack.org/24382421:09
*** sacharya has joined #kolla21:10
*** cemmason1 has quit IRC21:11
*** cemmason1 has joined #kolla21:13
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343721:18
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343721:22
*** akwasnie has joined #kolla21:22
*** rhallisey has quit IRC21:38
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE  https://review.openstack.org/24382421:42
*** sacharya has quit IRC21:44
*** tzn has joined #kolla21:45
openstackgerritSam Yaple proposed openstack/kolla: DO NOT MERGE: _-_-_-_-_-_-_-_-_-_-_-_-_  https://review.openstack.org/24343721:51
dmsimarddang, if [[ $(hostname | grep rax) ]]; then21:52
dmsimardSamYaple: What are you trying to achieve ? Detect the secondary disk ?21:53
*** thumpba has quit IRC21:54
*** akwasnie has quit IRC21:55
SamYapledmsimard: yea the different cloud providers have different architectures for thier disks21:55
SamYaplemainly just RAX because it is xen while pretty much all the other clouds are kvm21:55
*** akwasnie has joined #kolla21:56
*** sdake has joined #kolla22:03
asalkeldmorning o/22:03
dmsimardI'm thinking there's probably something more cleaner to do out of parsing whatever is in /sys/block but I'm not really sure in fact22:03
SamYapledmsimard: im sure there is, but that requires far more logic and checking22:07
SamYaplethis was a few lines of code to get the gate going and since it hasn;t busted yet eh22:07
*** jasonsb has joined #kolla22:14
*** unicell1 has joined #kolla22:18
*** unicell has quit IRC22:19
*** sdake has quit IRC22:28
*** tzn has quit IRC22:38
*** tzn has joined #kolla22:47
*** jasonsb has quit IRC22:47
*** cemmason1 has quit IRC22:52
*** cemmason1 has joined #kolla22:57
*** akwasnie has quit IRC23:09
*** signed8bit is now known as signed8bit_ZZZzz23:09
*** dims has quit IRC23:15
*** signed8bit_ZZZzz is now known as signed8bit23:23
*** jasonsb has joined #kolla23:34
*** unicell1 has quit IRC23:39
*** unicell has joined #kolla23:39
*** signed8bit is now known as signed8bit_ZZZzz23:39
*** tzn has quit IRC23:47
*** tzn has joined #kolla23:48
*** tzn has quit IRC23:49
*** tzn has joined #kolla23:49
*** signed8bit_ZZZzz is now known as signed8bit23:51
*** signed8bit has quit IRC23:51

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