Saturday, 2016-03-26

*** achanda has quit IRC00:02
*** vhosakot has quit IRC00:05
sbezverksdake last night almost at the same time there was another guy who managed to get multinode going..00:08
sdake_multinode is definately busted00:10
sdake_i can see in the logs00:10
*** inc0 has joined #kolla00:11
*** jtriley has joined #kolla00:12
*** ssurana has quit IRC00:16
*** vishwanathj has quit IRC00:37
*** achanda has joined #kolla00:39
*** jtriley has quit IRC00:43
inc0hey sdake_ any progress with manjeets setup?00:44
inc0I tried to deploy latest mariadb and it worked just fine00:44
manjeetsinc0: we are still debugging00:44
manjeetswhat version is it ?00:45
manjeetsinc0:00:45
manjeetsmariadb00:45
inc0I deployed todays kolla00:45
inc0with full rebuild00:45
manjeetsi did that to after ip table clean up00:45
*** jtriley has joined #kolla00:47
*** vhosakot has joined #kolla00:53
sdake_inc0 9 day old images work 2 hour old images dont work01:05
inc0hmm01:06
inc0on same setup?01:06
inc0so it's a bug in mariadb?01:06
inc0mariadb 10.1.13 got released yesterday01:07
inc0can you pin mariadb to 10.1.12 and try?01:07
*** sdake has joined #kolla01:11
*** marmat has quit IRC01:12
*** sdake_ has quit IRC01:14
*** iceyao has joined #kolla01:16
vhosakotsdake: I pulled yesterday, and have mariadb 10.0.24.... it is stable..01:16
vhosakotsdake: http://paste.openstack.org/show/491959/01:16
*** unicell has quit IRC01:19
sdakevhosakot how do i fidn out which vesion of mariadb is installed in ubuntu01:21
vhosakotdocker exec mariadb dpkg -l | grep mariadb01:21
vhosakotsdake: http://paste.openstack.org/show/491959/01:22
sdakevhosakot areyou duoing multinode deploys?01:22
vhosakotno.. AIO...01:23
sdakemanjeets has 10.0.2401:23
sdakeaio works for manjeets01:23
sdakemultinode does not work for manjeets01:23
vhosakotyep, as of yesterday, we pull 10.0.24 on ubuntu.....01:23
vhosakotoh ok, I tried helping manjeet yesterday... wetried couple of things... nothing worked... we restarted mariadb and removed network nodes (rather combined network group and control group in multinode inventory)... is marisdb still down..01:24
*** jtriley has quit IRC01:26
sbezverkvhosakot I found a couple of similar mariadb issues reported on the internet, but they are all resolved by cleaning mariadb binaries and reinstalling it.. not very helpfull for this case01:28
vhosakotsbezverk: ah ok... cleaning meaning... uninstall the pakcges and re-install ?01:28
vhosakotbbiab01:30
sbezverkvhosakot yep01:30
vhosakotcool01:31
manjeetsmariadb is giving me hard time on mutinode01:31
sbezverkmanjeets have you tried limit the number of server to let's say 3 instead of 60.. to see if it makes any difference01:32
manjeetsi tried every single thing with different setup01:33
manjeets2,3 node control 1 compute and storage01:33
sbezverkmanjeets and saw same failure everytime?01:33
manjeetsevery single time same failure01:34
inc0manjeets, try checking out this rev cfbd96bbb9ec2ee9d0983c4997e1f6300e61c7c101:36
inc0and rebuild -> redeploy01:36
inc0remember to use --no-cache01:36
vhosakotmanjeets: can you stop mariadb container, remove it, remove its shared volume (docker stop mariadb && docker rm mariadb && docker volume rm mariadb)... and then, check if you see the file  /var/lib/docker/volumes/mariadb/_data/mariadb.pid  on the   control node.....  I start to wonder if the stale  /var/lib/docker/volumes/mariadb/_data/mariadb.pid   hangs around on the host after the maruadb container is deleted..01:37
inc0vhosakot, he did cleanup-containers multiple time01:38
inc0s01:38
inc0and it deletes volume as well01:38
vhosakotinc0: cool, I'm just curious if   /var/lib/docker/volumes/mariadb/_data/mariadb.pid   still stays on the host aftrer cleanup01:38
vhosakotinc0: rather, is the volume really deleted _properly_ ?01:39
inc0worth to check vhosakot01:39
sbezverkvhosakot last night we cleaned everything under docker/* that should have wiped out everything01:40
vhosakotsbezverk: ah ok.. so, then that is not the issue.. cool01:40
inc0I have 2 suspicions01:41
vhosakotas inc0 suggested, trying  --no-cache  is good to eliminate local registry's cache issues01:41
inc01 is mariadb release01:41
inc02 is change in startup script that merged 5 days ago01:41
inc0that being said, today I deployed mariadb no problems01:41
sbezverkvhosakot have disagree about registry theory as AIO works just fine..01:41
vhosakotsbezverk: ah ok... right01:42
inc0also something funky may happen on networking layer01:42
sdakethe issue is mariadb starts up only on one node01:42
sdakethe other nodes are skilpped01:42
sdakeyet mariadb config tries to connect to all nodes01:42
sdakeand mariadb fails and exits01:42
sdakeinc0 tips on that?01:42
inc0hmm01:43
inc0so I think it's bootstrap01:43
inc0so it should run only on one node01:43
vhosakotmanjeets: inc0 has a good point... can you check  https://github.com/openstack/kolla/commit/afce10dea418dcf691e8f4539f5fb7dc766235a3... this has the update to maridb's startup script for lights out recovery.... wonder it affects multinode01:43
vhosakotit was done 5 days ago.. yes01:44
inc0vhosakot, I deployed multinode01:44
inc0today01:44
inc0so it's non trivial01:44
inc0however worth to try01:44
vhosakotinc0: multinode works for you ?01:44
inc0yes01:44
inc0on 3 vms tho01:44
inc0so scale is different01:44
vhosakotah ok01:45
vhosakotwould be a good test to scale down then... dont' know how feasable it is for manjeets01:46
inc0we tried that vhosakot01:46
sdakewe have already scaled down to3  nodes01:46
sdakewe are teting reverts now01:46
vhosakotah ok... clearly i am catching up on irc :)01:46
* vhosakot digs thru irc logs of the past 2 days and manjeets' pastebin links in logs01:47
sdakeso we reverted the last two mariadb commits01:47
manjeetsit actually worked01:48
sdakeand manjeets deploy works01:48
manjeetsafter reverting two mariadb commits01:48
vhosakotin master or in manjeets local env ?01:48
sdakemaster01:48
vhosakotwow, missed those reviwes01:49
vhosakotcool..01:49
manjeetshttp://paste.openstack.org/show/491960/01:49
* manjeets is having issues in progressive manner 01:50
vhosakotah, so next issue... ok..01:50
sdakeget me some anestaphine from the medlock01:50
vhosakothaha01:51
inc0yo SamYaple01:51
inc0mariadb is broken;)01:51
* manjeets needs a giant dinner as he had shorter lunch 01:51
vhosakotsdake: so, are those commits reverted in master... aren't they needed ?01:51
manjeetsnot reverted in master01:51
manjeetsthough01:51
inc0manjeets, this is an easy one...cp etc/kolla /etc/kolla;)01:51
inc0we added new conf that needs to be in /etc/kolla/passwords.yml01:52
SamYaplewhats wrong with mariadb?01:53
inc0manjeets, care to bring Sam up to speed?01:54
manjeetsafce10dea418dcf691e8f4539f5fb7dc766235a3 this commits01:54
manjeets2aaaed770e158c3dc0d6e1895021c0e0475d200d01:54
manjeetsafter reverting these two its cracked01:54
manjeetshttps://bugs.launchpad.net/kolla/+bug/156223101:56
openstackLaunchpad bug 1562231 in kolla "mariadb will end up in issues with multinode" [Undecided,New]01:56
sdakefwiw the bootstrapping and starting didn't look correct during debug01:56
sdakeonly thing i can think of is manjeets hostnames are manjeets8509401:57
sdakeor whatenot01:57
sdakemaybe numbers at the end damage the parsing01:57
SamYaplei still havent heard the issue...01:57
SamYaplebut my guess, like always, is most likely the evironment wasnt clean01:58
sdakemariadb stops at first mariadb continer startup01:58
SamYaplein the case of mariadb that means leftover volumes01:58
sdakeenvironment was clean and fresh01:58
inc0SamYaple, trust me it was01:58
*** vhosakot has quit IRC01:58
sdakeit ws cleaned atleast 20 times and rebuilt several during our debug session01:58
inc0issue was that clusted refused to stand up and turned mariadb into restarting loop01:58
SamYaplei mean in the corse of this conversation i just ran a multinode deploy no issue.....01:58
inc0SamYaple, me too, but it was consistent on manjeets infra01:59
sdakeyup it does seem to wrk for mot people SamYaple01:59
SamYapleis there already a maradin running on the host? (did the prechecks pass)01:59
inc0in fact I am prepping exactly same hardware now01:59
SamYaplein the case of that hp gear there IS a mariadb running on the host inc001:59
SamYaplejust fyi01:59
SamYaplewell its mysql01:59
manjeetsinc0: i have a password.yml which  has a todo activity for Samyaple01:59
SamYaplebut same port01:59
inc0not for, by SamYaple;)02:00
manjeetsi should update ?02:00
inc0wait...what?02:00
inc0what do you mean?02:00
sdakethe fact that reverting those two patches is a good sign there is a problem02:00
*** vhosakot has joined #kolla02:01
sdakemanjeets lets set up another google groups02:02
sdakeso i can hep you capute appropriate information02:02
sdakenow tht my shit ass pizza dinner is done02:02
vhosakotsdake:  what is this google groups ? online debug session thru google hangout ?02:03
sdakeyup02:03
vhosakotsdake: wow, I'd like to participate too02:03
manjeetssdake is it possible after some time ?02:03
manjeetsi need to go home and get dinner02:03
vhosakotsdake:  how will i know about online debug sessions ? are they decided in IRC or email is sent to ML ?02:03
sdakewell it wont be fixed until we hve approprite logs02:03
manjeetsevery body left office i am only one and lights are off now02:04
vhosakotmanjeets: mariabdb has lights out recovery;)02:04
sdakebecause nobody can reproduce it but you02:04
sdake*had*02:04
vhosakotyeah02:04
vhosakotsdake:  how will i know about online debug sessions ? are they decided in IRC or email is sent to ML ?02:04
sdakethis was a 1 time thing02:05
sdakebecause manjeets had 64 nodes02:05
vhosakotah ok02:05
sdakei wanted to see how long it took to deploy kolla02:05
sdakethe answer was 21 minutes for 64 nodes02:05
sdakewith cinder02:05
vhosakotcool02:05
manjeetsis it okay to have password less password.yml ?02:06
manjeetsor it is must to generate passwords02:06
vhosakotthey cant be empty.. run kolla-genpwd02:07
SamYaplethud far ive seen no logs or posts about any issue02:07
SamYaplejust "it doesnt work"02:07
SamYaplei cant do anything wit hthat02:08
inc0hold on SamYaple there are pastes02:08
manjeetskolla-genpwd does not work02:08
vhosakotmanjeets: what happened to kolla-genpwd ?02:09
manjeetsno command02:09
manjeetsi did tools/generate_password.py02:09
SamYaplemanjeets: you are clearly not on the latest version02:09
SamYapleif you arent on the latest version, you are running old code02:09
vhosakotmanjeets: yep, would be good to move to latest master02:09
SamYaplepip uninstall kolla02:09
manjeetsdid that and pip install -U kolla02:10
SamYapledont install kolla02:10
SamYaplejust run it from folder02:10
manjeetspip shows kolla says 2.0.0.rc102:10
SamYaplepip uninstall kolla02:11
vhosakotgit pull origin/master     before next install02:11
SamYapleyea thats not going to be quite accurate since the reno stuff requires pbr changes02:11
manjeetsi ran tools/generate_password02:11
SamYaplei need many thing to tell you what the issue is. first and formost, logs02:11
SamYapleansible logs02:12
SamYaplemariabd logs02:12
SamYapleall of them02:12
SamYapleat this point though im ~90% sure it just outdated kolla and/or images02:12
inc0SamYaple, http://paste.openstack.org/show/491940/02:12
manjeetslet me grab dinner ill crack on it after dinner02:13
manjeets8:30 PST probably02:13
manjeetsstarving to death now02:13
manjeetslol02:13
SamYapleim going to sleep now. ill see you guys later02:13
sdakeSamYaple i spent 3 hours debugging with manjeets02:14
sdakethe reverts fix the problem definately02:14
manjeetsI am not sure of kolla yet but kolla community is great02:14
sdakebut agree logs are needed02:14
manjeetsthanks for help everybody02:14
SamYaplesdake: i dont trust your debugging.02:14
inc0SamYaple, I did the same;)02:14
manjeetsi guess i sent all pastebin to this if you can get over history all logs can be found02:15
manjeetsI have saved mariadb logs and ansible console output for failures02:15
manjeetswill post link to them after i grab dinner02:15
manjeetsthank you so much everyone i really appreciate your help guys02:16
manjeetspardon me if I was dumb on some things02:16
*** sdake has quit IRC02:16
inc0manjeets, we need to get to the bottom of this02:16
inc0but thanks for patience02:16
*** vhosakot has quit IRC02:17
*** sdake has joined #kolla02:19
inc0manjeets, soo...it worked for me02:20
inc0no issues02:20
inc0latest master02:20
inc0same hardware02:20
*** vhosakot has joined #kolla02:21
sdakemanjeets follow this bug requirement:02:23
sdakehttps://bugs.launchpad.net/kolla/+bug/156223102:23
openstackLaunchpad bug 1562231 in kolla "mariadb will end up in issues with multinode" [Critical,Confirmed]02:23
*** sdake_ has joined #kolla02:25
*** sdake_ has quit IRC02:27
*** sdake has quit IRC02:27
*** sdake has joined #kolla02:27
inc0sdake, soooo...I just deployed kolla02:28
inc0on the very same hardware manjeets was using02:28
sdake19:22:51]  <sdake>manjeets follow this bug requirement:02:28
sdake[19:22:52]  <sdake> https://bugs.launchpad.net/kolla/+bug/156223102:28
sdake[19:23:15]  <sdake>my speculation is it has to do with his hostnames02:28
sdake[19:23:21]  <sdake>and their relative sorting02:28
sdake[19:23:33]  <sdake>but i'm not reallly certain02:28
sdake[02:28
openstackLaunchpad bug 1562231 in kolla "mariadb will end up in issues with multinode" [Critical,Confirmed]02:28
inc0same servers, not same environment02:28
inc0I'll try one thing when he gets back02:28
SamYaplesdake: crazy thing to say considering mariadb has nothing to do with hostnames02:29
*** iceyao has quit IRC02:29
*** sdake has quit IRC02:30
*** sdake has joined #kolla02:32
*** sdake has quit IRC02:33
*** klint has joined #kolla02:42
*** iceyao has joined #kolla02:47
vhosakotsdake: is there a plan for multinode gate ?02:49
inc0vhosakot, there is02:50
inc0we were constrained by ram on gates tho02:50
inc0but we need to make it work02:50
inc0SamYaple wrote nice thing that uses docker to simulate multinode02:51
inc0dind - docker in a docker;)02:51
inc0we have code for that in tree02:51
vhosakotinc0: ah ok... I see this bp  https://blueprints.launchpad.net/kolla/+spec/multinode-gate.. cool02:52
inc0ok I'm off02:52
inc0more debugging tomorrow02:52
inc0cya guys02:52
*** inc0 has quit IRC02:53
openstackgerritNguyen Hung Phuong proposed openstack/kolla: Fix typos in Kolla  https://review.openstack.org/29790902:56
manjeetsinc0: thanks just before i start anotther round having a dinner and redoing stuff from scratch03:05
*** vhosakot has quit IRC03:07
*** Marga_ has quit IRC03:42
*** vhosakot has joined #kolla03:43
*** Marga_ has joined #kolla03:48
*** achanda has quit IRC03:50
*** Marga_ has quit IRC03:52
*** Marga_ has joined #kolla03:58
*** Marga_ has quit IRC04:02
*** vishwanathj has joined #kolla04:16
manjeetsvhosakot just did everything from scratch04:35
manjeetssdake04:35
manjeetsneutron and compute succeded04:35
manjeetsbut unfortunately cinder failed04:36
manjeetsthise time04:36
vhosakotCould you append -D for “DOCKER_OPTS=“ in /etc/default/docker and restart the docker daemon (sudo service docker restart) in debug mode on all the nodes on which the mariadb container is run.04:36
vhosakotCould you add wsrep_debug=1 under the [mysqld] section in galera.cnf and re-deploy mariadb in debug modes on all the nodes.04:36
manjeetsits already in every single node04:36
vhosakotcool04:36
manjeetswsrep_debug = 1 is not there04:37
manjeetsbut docker_opts i have it in all04:37
manjeetshttp://paste.openstack.org/show/491963/04:37
manjeetsthis is failure I am getting04:37
manjeetscinder ends up in issue04:37
*** jasonsb has joined #kolla04:40
vhosakotadd -D to DOCKER_OPTS and restart docker daemon in debug mode04:40
manjeets-D ?04:40
vhosakotyep04:41
manjeetsDOCKER_OPTS="--insecure-registry 172.87.0.201:4000"04:41
vhosakotmake it      DOCKER_OPTS="--insecure-registry 172.87.0.201:4000 -D"04:41
manjeetson every single node ?04:41
manjeetshow do restart docker in debug mode ?04:42
manjeetsi just do service docker restart04:42
vhosakotsudo service docker restart.. yes, on all nodes04:42
vhosakothttps://bugs.launchpad.net/kolla/+bug/156223104:42
openstackLaunchpad bug 1562231 in kolla "mariadb will end up in issues with multinode" [Critical,Confirmed]04:42
*** iceyao has quit IRC04:43
manjeetsthis time i don't need to rebuild images04:46
manjeets?04:46
*** salv-orl_ has joined #kolla05:02
*** salv-orl_ has quit IRC05:03
*** salv-orl_ has joined #kolla05:03
*** salv-orlando has quit IRC05:05
manjeetsi think i got the the issue i did not enable cinder in all.yml05:07
*** salv-orl_ has quit IRC05:08
vhosakotcool05:09
*** sdake has joined #kolla05:14
*** iceyao has joined #kolla05:15
*** sdake has quit IRC05:19
*** Marga_ has joined #kolla05:25
*** Marga__ has joined #kolla05:26
*** iceyao has quit IRC05:30
*** Marga_ has quit IRC05:30
openstackgerritNguyen Hung Phuong proposed openstack/kolla: Fix typos in Kolla  https://review.openstack.org/29790905:32
*** vhosakot has quit IRC05:54
*** allen_gao has joined #kolla05:55
*** ccesario has quit IRC06:00
*** unicell has joined #kolla06:16
*** manjeets has left #kolla06:19
*** manjeets has joined #kolla06:20
*** Jeffrey4l_ has joined #kolla06:25
*** unicell has quit IRC06:30
*** unicell has joined #kolla06:38
*** iceyao has joined #kolla06:46
*** daneyon has quit IRC07:10
*** achanda has joined #kolla07:19
openstackgerritJeffrey Zhang proposed openstack/kolla: Restrict the rabbitmq only start on rabbitmq group  https://review.openstack.org/29792907:54
*** salv-orlando has joined #kolla07:56
*** salv-orlando has quit IRC07:59
openstackgerritNguyen Hung Phuong proposed openstack/kolla: Fix typos in Kolla  https://review.openstack.org/29790908:06
*** stvnoyes has quit IRC08:08
*** stvnoyes has joined #kolla08:09
*** dwalsh has joined #kolla08:17
*** Jeffrey4l_ has quit IRC08:32
*** Jeffrey4l_ has joined #kolla08:32
*** jmccarthy has quit IRC08:36
*** jmccarthy has joined #kolla08:36
*** dwalsh has quit IRC08:49
openstackgerritKuo-tung Kao proposed openstack/kolla: add unit tests for build script  https://review.openstack.org/29042308:53
*** achanda has quit IRC09:13
*** Marga__ has quit IRC09:34
*** allen_gao has quit IRC10:12
*** achanda has joined #kolla10:13
*** pbourke has quit IRC10:15
*** pbourke has joined #kolla10:16
*** achanda has quit IRC10:19
*** iceyao has quit IRC10:21
*** iceyao has joined #kolla10:21
*** allen_gao has joined #kolla10:24
*** salv-orlando has joined #kolla10:37
*** allen_gao has quit IRC10:43
*** salv-orlando has quit IRC10:46
*** allen_gao has joined #kolla10:49
*** pbourke-home has joined #kolla10:50
*** Serlex has joined #kolla10:59
*** dwalsh has joined #kolla11:07
*** achanda has joined #kolla11:18
*** achanda has quit IRC11:23
*** allen_gao has quit IRC12:03
*** dwalsh has quit IRC12:05
*** ccesario has joined #kolla12:07
*** sdake has joined #kolla12:10
*** jtriley has joined #kolla12:35
*** iceyao has quit IRC12:46
*** jtriley has quit IRC12:51
*** klint has quit IRC12:59
*** SiRiuS_ has joined #kolla13:04
*** achanda has joined #kolla13:20
*** achanda has quit IRC13:25
*** salv-orlando has joined #kolla13:33
*** Jeffrey4l has joined #kolla13:37
*** salv-orlando has quit IRC13:38
*** allen_gao has joined #kolla13:44
*** Jeffrey4l has quit IRC13:47
*** Jeffrey4l has joined #kolla13:48
*** ccesario has quit IRC13:51
sdakehey folks, testr seems to be missing from the gate13:52
*** iceyao has joined #kolla13:57
openstackgerritSteven Dake proposed openstack/kolla: [WIP] Fix gate  https://review.openstack.org/29794514:09
*** Jeffrey4l has quit IRC14:15
*** Jeffrey4l_ has quit IRC14:16
*** Jeffrey4l_ has joined #kolla14:27
*** Jeffrey4l has joined #kolla14:27
*** Jeffrey4l has quit IRC14:54
*** salv-orlando has joined #kolla14:57
sdakeJeffrey4l_ around?14:57
sdakeif so please ackc https://review.openstack.org/#/c/296619/14:57
patchbotsdake: patch 296619 - kolla (stable/mitaka) - Enable horizon domain logins14:57
Jeffrey4l_sdake, yea.14:58
openstackgerritMerged openstack/kolla: Re-set external_network_bridge for l3 agent  https://review.openstack.org/29720914:58
Jeffrey4l_done14:58
openstackgerritSteven Dake proposed openstack/kolla: Changes horizon log location to kolla_logs volume  https://review.openstack.org/29795215:01
sdakeJeffrey4l_ can you +2 this15:02
sdakehttps://review.openstack.org/#/c/297952/15:02
patchbotsdake: patch 297952 - kolla (stable/mitaka) - Changes horizon log location to kolla_logs volume15:02
openstackgerritMerged openstack/kolla: Enable horizon domain logins  https://review.openstack.org/29661915:03
Jeffrey4l_sdake, done. you are the owner. So i just +2 for it. no +workflow.15:05
sdakecherryppicks we permit cherrypicker to approve if there are not conflicts15:06
*** salv-orlando has quit IRC15:06
sdakeif there are conflicts it needs to go through a thorough code review15:07
*** salv-orlando has joined #kolla15:12
openstackgerritMerged openstack/kolla: Add conntrack-tools  https://review.openstack.org/29658715:15
Jeffrey4l_sdake, so I can +1 workflow directly?15:16
sdakestill requires two reviews15:16
*** salv-orlando has quit IRC15:16
sdakebut the second reviewer can workflow in cherrypick backports15:17
sdakeeven if one of the cmmitters (but not the author) is the backporter15:17
*** salv-orlando has joined #kolla15:22
Jeffrey4l_Got it. Reasonal.15:22
Jeffrey4l_reasonable.15:23
*** achanda has joined #kolla15:23
*** sdake_ has joined #kolla15:26
openstackgerritSteven Dake proposed openstack/kolla: [WIP] Fix gate  https://review.openstack.org/29794515:26
*** sdake has quit IRC15:27
*** achanda has quit IRC15:28
*** salv-orlando has quit IRC15:37
sdake_rc2 out the door ^^15:40
sdake_https://github.com/openstack/kolla/releases/tag/2.0.0.0rc215:40
openstackgerritSteven Dake proposed openstack/kolla: Add note about heat being busted for development  https://review.openstack.org/29027615:49
*** iceyao has quit IRC15:53
*** daneyon has joined #kolla16:05
*** Jeffrey4l__ has joined #kolla16:15
*** Jeffrey4l_ has quit IRC16:17
*** sdake has joined #kolla16:28
openstackgerritSteven Dake proposed openstack/kolla: Add reno support  https://review.openstack.org/29795916:29
sdakeJeffrey4l__ can you ack that16:30
sdakei can't because i was an original author16:30
sdakeso it will require one more person16:30
Jeffrey4l__sdake, np16:31
*** sdake_ has quit IRC16:31
sdakeJeffrey4l__ you had a blueprint in rc2 didnt yu16:33
sdakei so can you click the cherrypick button in gerrit and type in stable/mitaka16:33
sdakei/if16:33
Jeffrey4l__sdake, seems yes. I will check it and backport to mitaka if needed.16:35
sdakeJeffrey4l__ please email me your address as i would provide to the us postal service for delivery of an item of nominal value to your home16:35
sdakea gift from the foundation16:35
Jeffrey4l__sdake, cool. what is it? I will email you the address.16:36
*** salv-orlando has joined #kolla16:36
*** Jeffrey4l__ is now known as Jeffrey4l16:38
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix the wrong refer self in kolla_docker.py  https://review.openstack.org/29796216:41
openstackgerritJeffrey Zhang proposed openstack/kolla: [WIP] Implement nova-ssh container  https://review.openstack.org/29796316:41
openstackgerritJeffrey Zhang proposed openstack/kolla: [WIP] Implement nova-ssh container  https://review.openstack.org/29796316:42
*** ccesario has joined #kolla16:44
*** salv-orlando has quit IRC16:46
sdakeJeffrey4l its a surprise - see ml :)16:59
Jeffrey4l:D16:59
*** sdake_ has joined #kolla17:01
*** sdake has quit IRC17:04
Jeffrey4lsdake_, could u explain whats mean by 'add reno support'? I can not get the point of the `reno` mean. I just get it is a city from dictionary.17:06
sdake_reno is a release notes tool17:06
sdake_sudo pip install reno17:06
sdake_reno new-feature17:06
sdake_e.g. reno add-reno17:06
sdake_this creates a yml file17:06
sdake_which is published on the internets here:17:06
sdake_http://docs.openstack.org/releasenotes/kolla/17:07
sdake_note we have a reno gate job now to generate this documentation17:07
Jeffrey4lgot it.17:09
openstackgerritSteven Dake proposed openstack/kolla: DONOTMERGE: Run upgrade and reconfigure playbooks  https://review.openstack.org/28970217:09
sdake_groan17:09
openstackgerritSteven Dake proposed openstack/kolla: [WIP] Fix gate  https://review.openstack.org/29794517:11
openstackgerritCarlos Cesario proposed openstack/kolla: Change keystone log dir  https://review.openstack.org/29796717:18
openstackgerritSteven Dake proposed openstack/kolla: Provide a release notes link in our main index.rst  https://review.openstack.org/29796817:18
openstackgerritJeffrey Zhang proposed openstack/kolla: Upgrade elasticsearch  https://review.openstack.org/29796917:20
openstackgerritJeffrey Zhang proposed openstack/kolla: [WIP] Implement nova-ssh container  https://review.openstack.org/29796317:26
*** achanda has joined #kolla17:26
*** achanda has quit IRC17:31
*** salv-orlando has joined #kolla17:36
*** achanda has joined #kolla17:39
*** Serlex has quit IRC17:42
*** Jeffrey4l has quit IRC17:45
*** salv-orlando has quit IRC18:06
*** SiRiuS_ has quit IRC18:14
openstackgerritSteven Dake proposed openstack/kolla: [WIP] Fix gate  https://review.openstack.org/29794518:29
openstackgerritSteven Dake proposed openstack/kolla: [WIP] Fix gate  https://review.openstack.org/29794518:33
*** sdake has joined #kolla18:39
*** sdake_ has quit IRC18:40
*** ayoung has quit IRC18:52
*** iceyao has joined #kolla18:54
*** sdake has quit IRC18:57
*** iceyao has quit IRC18:58
*** salv-orlando has joined #kolla19:07
*** sdake has joined #kolla19:15
*** daneyon has quit IRC19:16
*** achanda has quit IRC19:19
*** salv-orlando has quit IRC19:21
openstackgerritCarlos Cesario proposed openstack/kolla: Change keystone log dir  https://review.openstack.org/29796719:28
openstackgerritSteven Dake proposed openstack/kolla: [WIP] Fix gate  https://review.openstack.org/29794519:29
*** daneyon has joined #kolla19:37
*** vhosakot has joined #kolla19:40
*** vhosakot has quit IRC19:42
openstackgerritSteven Dake proposed openstack/kolla: Fix gate to use newgrp instead of sudo  https://review.openstack.org/29794519:43
openstackgerritCarlos Cesario proposed openstack/kolla: Added hostname param into kolla_docker  https://review.openstack.org/29798419:51
*** achanda has joined #kolla19:57
*** vhosakot has joined #kolla20:04
ccesariosdake: ping ?20:04
sdakeshoot20:05
ccesariohttps://bugs.launchpad.net/kolla/+bug/1531407 is it needed ?20:05
openstackLaunchpad bug 1531407 in kolla "add new script to clean named volume" [Low,Confirmed] - Assigned to Kuo-tung Kao (jelly) (coding1314)20:05
vhosakotccesario: you took my bug :)  I was working on it.... :)20:05
vhosakotccesario: let me catch up the IRC logs :)20:06
sdakeya ccesario its not ideal to take peoples ugs because htey may already be done with the work and not git reviewed it yet20:06
sdakeccesario i dont really know for sure20:07
sdakei dont see named volumes in my host after i run cleanup-containers20:07
vhosakotccesario: i had done 90% of the fix and goiing to submit patch set for review today :)20:07
vhosakotccesario: please ask next time... :)20:08
vhosakotsdake: I see you moved  https://bugs.launchpad.net/kolla/+bug/1560620  to ccesario20:08
openstackLaunchpad bug 1560620 in kolla "Move keystone-apache-*.log files to /var/log/kolla/keystone directory in keystone container" [Critical,In progress] - Assigned to Carlos Cesario (ccesario)20:08
sdakevhosakot yes because he submitted a patch for it20:08
vhosakotah cool20:08
sdakeand the patch loosk correct to me20:08
vhosakotsdake: cool, np.. I will stop my work and review ccesario's patch20:09
vhosakotsdake: yep, looks correct20:09
sdakesorry for the wated effort vhosakot - wasn't my doing ;)20:09
vhosakotsdake: cool, np... :)20:10
vhosakotsdake: so, did you have any bug in mind I need to pick up ? if not, I'll just browse launchpad and take one20:10
sdakecoolsnap said he was going to finish dorp root on swift20:11
sdakebut i havne't seen it yet20:11
sdakewe need drop root for haproxy20:11
ccesarioI 'm sorry by post first vhosakot ... I 'm newbie in this task ... sorry by that20:11
ccesarioand I 'm looking for easy fix for ME ... :P20:11
sdakevhosakot if you want something hard sort out drop root for haproxy20:11
vhosakotsdake: ha, droproot for hap... cool,...20:12
sdakeread the bug log first20:12
sdakeit hsa recommendations to not actually dorp root20:12
vhosakotccesario: cool, np... please ask in IRC next time becasue people usually start fixing it once thay assign it to themselves :)20:12
vhosakotsdake: ah ok, will read the bug20:12
ccesariosdake: ok20:12
vhosakotccesario: cheers :)20:13
vhosakotccesario: will review your fix and let me know if there are any comments... it looks as of now.. :)20:13
vhosakotsdake: Michal Rostecki  has a patch set in queue for haproxy droproot... https://review.openstack.org/#/c/245013/... I will pick a different bug... cool20:15
openstackgerritSteven Dake proposed openstack/kolla: Fix gate to use newgrp instead of sudo  https://review.openstack.org/29794520:15
patchbotvhosakot: patch 245013 - kolla - Drop root for HAProxy20:15
sdakehe hasn't worked on it for 3-4 weeks20:16
vhosakotah ok.. cool20:16
vhosakotsdake: will work on it20:16
ccesariovhosakot: as told you  https://review.openstack.org/#/c/297984/20:16
patchbotccesario: patch 297984 - kolla - Added hostname param into kolla_docker20:16
vhosakotsdake: I need this to be merged  https://review.openstack.org/#/c/296649/20:17
patchbotvhosakot: patch 296649 - kolla - Revert libvirt change in heka-openstack.toml.j2 in...20:17
sdakei am waiting on merges for the gate to be fixed20:17
vhosakotsdake: I am working working on implementing lus parser in heka for libvirtd.loh20:17
sdakeso hang tight20:17
ccesarioif you could test it20:17
vhosakotsdake: vool20:17
vhosakotcool*20:17
vhosakotsdake: https://review.openstack.org/#/c/296012/  needs to merge as well... Eric have +1...20:18
patchbotvhosakot: patch 296012 - kolla (stable/mitaka) - Make heka collect libvirtd.log in nova_libvirt con...20:18
vhosakotgave*20:18
sdakei am not acking patches until the gate is fixed20:18
sdakei do reviews several times a day20:18
sdakei go throug hthe whole lsit - and bitch on reviews that need rebases for  weeks or have no activity for weeks :)20:19
vhosakotsdake: cool, perfect :)20:19
openstackgerritHui Kang proposed openstack/kolla: Implement kuryr neutron plugin  https://review.openstack.org/29798720:19
vhosakotccesario: cool, will review the other patch set as well..20:19
openstackgerritMerged openstack/kolla: Fix typos in Kolla  https://review.openstack.org/29790920:20
sdakevhosakot i will get the gate fixed today20:21
sdakei nkow how to fix it20:21
sdakei am just learning how the env is setup now since infra changed the base images20:21
vhosakotsdake: what happened to gate ?  testr: command not found ??20:22
sdakebecause it is being ran via sudo20:23
sdakesudo is used to change the group20:23
sdakethe proper way to change groups is newgrp command20:24
*** SiRiuS_ has joined #kolla20:24
vhosakotah ok.. saw your steak debug patch set20:24
*** vhosakot has quit IRC20:28
openstackgerritSteven Dake proposed openstack/kolla: Fix gate to use newgrp instead of sudo  https://review.openstack.org/29794520:34
openstackgerritHui Kang proposed openstack/kolla: Implement kuryr neutron plugin  https://review.openstack.org/29798720:38
*** fbarilla has joined #kolla20:42
sdakehui ping20:46
sdakehui kang if your around want to chat20:48
*** achanda has quit IRC20:52
*** fbarilla has quit IRC21:06
openstackgerritSteven Dake proposed openstack/kolla: Fix gate to use newgrp instead of sudo  https://review.openstack.org/29794521:11
*** salv-orlando has joined #kolla21:11
*** salv-orlando has quit IRC21:26
openstackgerritBenedikt Trefzer proposed openstack/kolla: Use debian repos for debian base docker image  https://review.openstack.org/28893621:38
openstackgerritSteven Dake proposed openstack/kolla: Fix gate to use newgrp instead of sudo  https://review.openstack.org/29794521:49
*** openstackgerrit has quit IRC22:02
*** openstackgerrit has joined #kolla22:03
*** ccesario has quit IRC22:28
*** sdake_ has joined #kolla22:28
*** sdake has quit IRC22:29
*** salv-orlando has joined #kolla22:38
openstackgerritSteven Dake proposed openstack/kolla: Fix gate to use newgrp instead of sudo  https://review.openstack.org/29794522:39
*** salv-orlando has quit IRC22:45
openstackgerritSteven Dake proposed openstack/kolla: [WIP] Fix gate to use newgrp instead of sudo  https://review.openstack.org/29794523:00
sdake_groan23:00
sdake_you would think bash woudl read newgrp and say "hey let me execute a setgid"23:00
*** achanda has joined #kolla23:03
*** ccesario has joined #kolla23:04
openstackgerritSteven Dake proposed openstack/kolla: [WIP] Fix gate to use sgid tox  https://review.openstack.org/29794523:24
openstackgerritSteven Dake proposed openstack/kolla: [WIP] Fix gate to use sgid tox  https://review.openstack.org/29794523:39
openstackgerritSteven Dake proposed openstack/kolla: [WIP] Fix gate to use world writeable docker socket  https://review.openstack.org/29794523:40
sdake_running out of ideas23:40
openstackgerritSteven Dake proposed openstack/kolla: [WIP] Fix gate to use world writeable docker socket  https://review.openstack.org/29794523:44
openstackgerritSteven Dake proposed openstack/kolla: [WIP] Fix gate to use world writeable docker socket  https://review.openstack.org/29794523:49
openstackgerritSteven Dake proposed openstack/kolla: [WIP] Fix gate to use world writeable docker socket  https://review.openstack.org/29794523:53
*** sdake has joined #kolla23:55
*** allen_gao has quit IRC23:56
*** sdake_ has quit IRC23:56

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