Wednesday, 2017-12-13

klindgrenuuid tokens00:00
kfox1111fernet's much better.00:00
inc0klindgren: maybe try uwsgi?00:00
kfox1111I had scaling issues with uuid until I upgraded to fernet.00:00
inc0we should be able to switch if that helps00:00
klindgrenuuid and fernet basically still have the same method of action?00:00
kfox1111one avoids the db almost entirely.00:01
klindgrenIE each token still needs validated on the keystone side for validity00:01
inc0kfox1111: but that would be agnostic to http server00:01
kfox1111yeah. but doesn't have multiple mysql lookups in the process. :/00:01
kfox1111inc0: yeah, but I don't thikn they test uuid with apache much anymore.00:01
klindgreneitherway - we are dealing with 10 tokens max in this case00:01
inc0that'd be sad00:02
kfox111110 live tokens, or 10 total tokens?00:02
inc0clarkb: do you know what devstack is using?00:02
klindgrenits totaly empty cloud with nothing running against it.00:02
kfox1111lots of expired uuid tokens can cause problems00:02
clarkbinc0: apache + mod wsgi + fernet by default I think00:02
clarkbits definitely apache00:02
clarkbfairly certain about the other two00:03
klindgrenthe only thing that has ever been done on this cloud was to spin up 12 vm's. and upload 1 image, and create a few networks.00:03
kfox1111yeah. keystone focues on apache only, as they don't want to have to recreate all of apache's auth plugins.00:03
kfox1111weird.00:03
*** absubram has joined #openstack-kolla00:03
kfox1111in that case, it seems very bad.00:04
*** genek has joined #openstack-kolla00:04
klindgrenits possible that the issue is that its so new without any activity00:04
klindgrenlet me run a bunch of requests through it00:04
klindgrenmaybe each hit, is causing a new python context spunup under each api server00:04
kfox1111I'd expect the first few calls maybe to be kind of slow while it compiles stuff. but should't after that.00:04
kfox1111yeah. could be.00:04
klindgrenand it will go away once everything is up and has servered a number of requests00:05
inc0klindgren: maybe bump up threads?00:05
kfox1111yeah. give that atry and if it still performs slow, drop by the keystone channel. they are usually quite helpful.00:06
kfox1111they dont really support running it outside of apache, so if it is performing bad there, they will probably help debug in apache mode.00:06
klindgrenkolla ansible is still using threads=1 right?00:06
klindgren(looking at the master template, it only seems to adjust wprocesses)00:07
kfox1111sounds about right.00:07
inc0processes={{ openstack_service_workers }}00:07
inc0which defaults to amount of processors00:08
*** genek has quit IRC00:08
*** kbaegis has quit IRC00:21
*** genek has joined #openstack-kolla00:28
*** yangyapeng has quit IRC00:28
*** yangyapeng has joined #openstack-kolla00:29
*** salv-orl_ has quit IRC00:29
*** jascott1 has quit IRC00:31
*** genek has quit IRC00:32
*** openstackgerrit has quit IRC00:33
*** yangyapeng has quit IRC00:33
*** goldyfruit has quit IRC00:34
*** zhurong has joined #openstack-kolla00:37
*** tovin07_ has joined #openstack-kolla00:42
*** jascott1 has joined #openstack-kolla00:42
*** kbaegis has joined #openstack-kolla00:45
*** masuberu has quit IRC00:59
*** kiennt26 has joined #openstack-kolla01:02
*** caowei has joined #openstack-kolla01:05
*** duonghq has joined #openstack-kolla01:05
*** genek has joined #openstack-kolla01:07
*** genek has quit IRC01:11
*** absubram has quit IRC01:13
*** yangyapeng has joined #openstack-kolla01:15
*** goldyfruit has joined #openstack-kolla01:16
*** genek has joined #openstack-kolla01:16
*** liangqi has joined #openstack-kolla01:19
*** absubram has joined #openstack-kolla01:19
*** genek has quit IRC01:21
*** zhangfei has joined #openstack-kolla01:28
*** salv-orlando has joined #openstack-kolla01:30
*** salv-orlando has quit IRC01:35
*** dardelea_ has joined #openstack-kolla01:39
*** dardelea_ has quit IRC01:44
*** dardelea_ has joined #openstack-kolla01:52
*** absubram has quit IRC01:56
*** absubram has joined #openstack-kolla02:09
duonghqmorning guys02:11
*** genek has joined #openstack-kolla02:18
*** openstackgerrit has joined #openstack-kolla02:19
openstackgerritXinliang Liu proposed openstack/kolla-ansible master: Make qemu use nova user on all distros  https://review.openstack.org/52589102:19
*** zhurong has quit IRC02:23
*** genek has quit IRC02:23
*** absubram has quit IRC02:26
*** masber has joined #openstack-kolla02:27
openstackgerritJeffrey Zhang proposed openstack/kolla stable/ocata: Use separate publish jobs in periodic pipeline  https://review.openstack.org/52756302:29
*** dardelea_ has quit IRC02:29
*** zhangfei has quit IRC02:29
*** kiennt26 has quit IRC02:29
*** mdnadeem has quit IRC02:32
*** zhurong has joined #openstack-kolla02:35
*** genek has joined #openstack-kolla02:41
*** zhangfei has joined #openstack-kolla02:45
*** genek has quit IRC02:46
*** absubram has joined #openstack-kolla02:46
*** absubram has quit IRC02:51
*** absubram has joined #openstack-kolla02:56
*** genek has joined #openstack-kolla02:58
*** genek has quit IRC03:02
*** kiennt26 has joined #openstack-kolla03:08
*** genek has joined #openstack-kolla03:31
*** absubram has quit IRC03:31
*** absubram has joined #openstack-kolla03:32
*** genek has quit IRC03:35
*** unicell has quit IRC03:37
*** genek has joined #openstack-kolla03:42
*** genek has quit IRC03:48
*** ArminderSingh has quit IRC03:55
*** rsjethani has joined #openstack-kolla03:56
*** rsjethani has quit IRC03:56
*** unicell has joined #openstack-kolla04:02
*** kbaegis has quit IRC04:14
*** threestrands has joined #openstack-kolla04:14
*** threestrands has quit IRC04:14
*** threestrands has joined #openstack-kolla04:14
*** jappleii__ has quit IRC04:15
*** threestrands has quit IRC04:15
*** threestrands has joined #openstack-kolla04:16
*** threestrands has quit IRC04:16
*** threestrands has joined #openstack-kolla04:16
*** openstackgerrit has quit IRC04:18
*** openstackgerrit has joined #openstack-kolla04:18
openstackgerritJianghua Wang proposed openstack/kolla-ansible master: XenAPI: Add guide document for XenServer  https://review.openstack.org/50867704:18
*** dave-mcc_ has quit IRC04:25
*** goldyfruit has quit IRC04:28
*** threestrands has quit IRC04:36
*** mdnadeem has joined #openstack-kolla04:39
*** absubram has quit IRC04:42
*** genek has joined #openstack-kolla04:42
*** threestrands has joined #openstack-kolla04:43
*** threestrands has quit IRC04:43
*** threestrands has joined #openstack-kolla04:43
*** threestrands has quit IRC04:44
*** threestrands has joined #openstack-kolla04:44
*** threestrands has quit IRC04:44
*** threestrands has joined #openstack-kolla04:44
*** threestrands has quit IRC04:45
*** threestrands has joined #openstack-kolla04:46
*** threestrands has quit IRC04:46
*** threestrands has joined #openstack-kolla04:46
*** threestrands has quit IRC04:47
*** threestrands has joined #openstack-kolla04:47
*** threestrands has quit IRC04:47
*** threestrands has joined #openstack-kolla04:47
*** genek has quit IRC04:50
*** genek has joined #openstack-kolla04:57
*** caowei has quit IRC05:01
openstackgerritJeffrey Zhang proposed openstack/kolla stable/ocata: Use separate publish jobs in periodic pipeline  https://review.openstack.org/52756305:01
*** genek has quit IRC05:12
*** skramaja has joined #openstack-kolla05:14
*** genek has joined #openstack-kolla05:17
openstackgerritJianghua Wang proposed openstack/kolla-ansible master: XenAPI: Support neutron configuration  https://review.openstack.org/52599905:18
openstackgerritMerged openstack/kolla-ansible master: Enable heat dashboard dynamically  https://review.openstack.org/52700405:18
*** ArminderSingh has joined #openstack-kolla05:20
*** genek has quit IRC05:21
openstackgerritMerged openstack/kolla-ansible stable/pike: Fix launch instance failed in trove  https://review.openstack.org/52520105:21
*** caowei has joined #openstack-kolla05:27
*** dardelea_ has joined #openstack-kolla05:29
*** coolsvap has joined #openstack-kolla05:32
*** janki has joined #openstack-kolla05:32
*** dardelea_ has quit IRC05:34
*** rich1iu has quit IRC05:34
*** absubram has joined #openstack-kolla05:37
*** mdnadeem has quit IRC05:58
*** threestrands has quit IRC06:03
*** lpetrut has joined #openstack-kolla06:05
*** zhangfei has quit IRC06:06
*** janki has quit IRC06:07
*** lpetrut has quit IRC06:08
*** lpetrut has joined #openstack-kolla06:09
openstackgerritJianghua Wang proposed openstack/kolla-ansible master: XenAPI: Support neutron configuration  https://review.openstack.org/52599906:11
openstackgerritJianghua Wang proposed openstack/kolla-ansible master: XenAPI: Add guide document for XenServer  https://review.openstack.org/50867706:11
*** tovin07_ has quit IRC06:12
*** zhangfei has joined #openstack-kolla06:19
*** caowei has quit IRC06:22
*** salv-orlando has joined #openstack-kolla06:22
*** caowei_ has joined #openstack-kolla06:22
*** caowei_ is now known as caowei06:24
*** unicell has joined #openstack-kolla06:26
*** janki has joined #openstack-kolla06:26
*** heigao_1212 has quit IRC06:27
*** jascott1 has quit IRC06:30
*** zhangfei has quit IRC06:30
*** jascott1 has joined #openstack-kolla06:31
*** tovin07_ has joined #openstack-kolla06:33
*** mdnadeem has joined #openstack-kolla06:35
*** jascott1 has quit IRC06:35
*** jascott1 has joined #openstack-kolla06:38
*** Ashishkark has joined #openstack-kolla06:40
AshishkarkHi all06:40
*** zhangfei has joined #openstack-kolla06:43
AshishkarkI am trying to install multinode kolla with cinder lvm as backend.. The controller is also network and storage node and another node as computer... During deploy command cinder volume throws unit http timeout at controller... PS iscsi is only disabled at compute not at the controller(as given in documentation) .. When I disabled it at controller deploy ment works fine06:43
AshishkarkIs the documentation wrong and iscsi needs to be disabled at controller as well... Also a few days back it worked fine without disabled iscsi at controller06:44
*** genek has joined #openstack-kolla06:48
*** lpetrut has quit IRC06:52
*** absubram has quit IRC06:52
*** unicell1 has joined #openstack-kolla07:14
*** Ashishkark has quit IRC07:14
*** unicell has quit IRC07:15
*** egonzalez has quit IRC07:21
*** unicell has joined #openstack-kolla07:22
*** egonzalez has joined #openstack-kolla07:23
*** unicell1 has quit IRC07:24
*** caowei has quit IRC07:25
*** unicell1 has joined #openstack-kolla07:26
*** lvdombrkr has quit IRC07:26
*** caowei has joined #openstack-kolla07:26
*** unicell has quit IRC07:27
*** lvdombrkr has joined #openstack-kolla07:27
*** rajivk_ has joined #openstack-kolla07:30
*** lpetrut has joined #openstack-kolla07:31
*** mnasiadka has joined #openstack-kolla07:35
*** zhubingbing__ has joined #openstack-kolla07:36
*** zhubingbing_ has quit IRC07:38
*** daidv has quit IRC07:41
*** duonghq has quit IRC07:41
*** salv-orlando has quit IRC07:41
*** daidv has joined #openstack-kolla07:41
*** duonghq has joined #openstack-kolla07:41
*** shardy has joined #openstack-kolla07:46
*** salv-orlando has joined #openstack-kolla07:50
*** lpetrut has quit IRC07:53
*** unicell has joined #openstack-kolla07:53
*** zhangfei has quit IRC07:54
*** unicell1 has quit IRC07:54
*** b_bezak has joined #openstack-kolla07:58
*** egonzalez has quit IRC08:04
*** zhangfei has joined #openstack-kolla08:07
*** mewald has joined #openstack-kolla08:09
openstackgerritMerged openstack/kolla-ansible master: Make qemu use nova user on all distros  https://review.openstack.org/52589108:10
mewaldI got a -1 from zuul on https://review.openstack.org/#/c/486379/ I don't understand what's happening there. The failing gate is kolla-ansible-ubuntu-binary. Could this be unrelated to my code?08:10
*** serlex has joined #openstack-kolla08:12
*** lvdombrkr has quit IRC08:12
*** amoralej|off is now known as amoralej08:14
*** mgoddard has joined #openstack-kolla08:16
*** bmace__ has quit IRC08:17
*** bmace__ has joined #openstack-kolla08:18
*** gfidente|afk has quit IRC08:19
coolsvapkolla-build-oraclelinux-source is also failing08:21
coolsvaphttp://logs.openstack.org/79/486379/13/check/kolla-build-oraclelinux-source/c4eaae7/08:21
coolsvapmewald: ^^08:21
*** magicboiz has joined #openstack-kolla08:24
mewaldcoolsvap: how do I know which of the errors comes from my stuff?  I can see "The command '/bin/sh -c yum -y install gettext httpd mod_ssl mod_wsgi && yum clean all && rm -rf /var/cache/yum' returned a non-zero code: 1" but this is not happening in my code I think.08:26
coolsvapMy org firewall is not allowing me to view logs otherwise I would have checked.08:27
coolsvapLet me see what I can do08:27
*** rajivk_ has quit IRC08:28
*** codenamelxl has joined #openstack-kolla08:29
*** magicboiz has quit IRC08:29
mewaldcoolsvap: https://gist.github.com/mewald1/e9fd43df09722547e6c49a3e90a28da308:31
codenamelxlHi all, i'm currently trying to deploy an old version of kolla. Can i use the newest kolla-ansible for old openstack version or i have to use the related version?08:32
*** jascott1 has quit IRC08:34
*** hw_wutianwei has joined #openstack-kolla08:34
*** jascott1 has joined #openstack-kolla08:34
*** salv-orlando has quit IRC08:34
*** xinliang has quit IRC08:35
chasoncodenamelxl use the related version, pls. :)08:35
*** magicboiz has joined #openstack-kolla08:36
codenamelxlYep, i thought so too haha :) Another question, does the upgrade work cross many version :) Say...4 :)08:36
*** mdnadeem has quit IRC08:37
coolsvapmewald: looking at the gist I dont think its related to your code.08:39
*** jascott1 has quit IRC08:39
mewaldcoolsvap: good :D because it builds and deploys perfectly well in my lab08:42
mewaldhow do I proceed now?08:42
coolsvapmaybe someone from oraclelinux needs to have a look, pbourke around? to have a look at https://review.openstack.org/#/c/486379/ ?08:44
*** daidv has quit IRC08:46
*** tovin07_ has quit IRC08:46
*** daidv has joined #openstack-kolla08:46
*** tovin07_ has joined #openstack-kolla08:46
*** mdnadeem has joined #openstack-kolla08:46
*** xinliang has joined #openstack-kolla08:47
*** xinliang has joined #openstack-kolla08:47
*** salv-orlando has joined #openstack-kolla08:52
*** yuanying has quit IRC08:52
*** mgoddard has quit IRC08:56
*** dciabrin has joined #openstack-kolla09:02
*** lpetrut has joined #openstack-kolla09:03
*** masber has quit IRC09:09
*** manjeets_ has quit IRC09:20
*** dklyle has quit IRC09:20
*** manjeets has joined #openstack-kolla09:21
*** rmart04 has joined #openstack-kolla09:24
mewaldIs there no Jenkins going to run for https://review.openstack.org/#/c/485150/ or is it just too busy atm?09:28
*** rajivk_ has joined #openstack-kolla09:30
kolla-slack1<egonzalez> codenamexml, nope. Openstack does not support skip level upgrades, need to go one by one09:30
kolla-slack1<egonzalez> codenamelxl ^^09:31
*** mgoddard has joined #openstack-kolla09:32
codenamelxlOk, great :) My road from liberty all the way up to Pike would be a pain :) One more thing, do we have any guideline to move from vanilla binary deployment to kolla? If not, what do i have to take a close eye on ? Thanks :)09:33
*** janki has quit IRC09:42
*** zhangfei has quit IRC09:42
*** janki has joined #openstack-kolla09:43
*** janki has quit IRC09:49
*** janki has joined #openstack-kolla09:49
*** kiennt26 has quit IRC09:50
pbourkecoolsvap: morning, will do09:51
*** dardelea_ has joined #openstack-kolla09:52
coolsvapthanks pbourke09:52
*** hw_wutianwei has quit IRC09:56
*** zhangfei has joined #openstack-kolla09:58
*** yangyapeng has quit IRC10:06
*** yangyapeng has joined #openstack-kolla10:07
*** tovin07_ has quit IRC10:07
*** bjolo has joined #openstack-kolla10:07
*** yangyapeng has quit IRC10:09
*** dardelea_ has quit IRC10:09
*** dardelea_ has joined #openstack-kolla10:10
openstackgerritMerged openstack/kolla master: Add collectd-gnocchi plugin  https://review.openstack.org/52704310:11
*** dardelea_ has quit IRC10:15
*** salv-orlando has quit IRC10:15
pbourkecoolsvap: you might be able to answer this - is there a way to easily view zuul job-outputs without having to download the tar, untar, rename to html and open in a browser?10:17
coolsvappbourke: no, I am not even able to go to the look at the log, its blocked for me in my org. :-/10:19
*** duonghq has quit IRC10:23
pbourkecoolsvap: :(10:24
pbourkecoolsvap: looks like this job maybe just timed out?10:24
pbourkecoolsvap: I think 1h is the limit10:24
*** dosaboy has quit IRC10:24
coolsvapI remember we had increased the limit to 90 min or something10:25
coolsvapbut lets just do a recheck and see what happens10:25
coolsvapif it has timed out10:25
*** dosaboy has joined #openstack-kolla10:25
pbourkekk10:25
*** genek has quit IRC10:28
*** gfidente has joined #openstack-kolla10:31
*** gfidente has quit IRC10:31
*** gfidente has joined #openstack-kolla10:31
*** dosaboy has quit IRC10:31
coolsvapmewald: ^^10:32
*** zhangfei has quit IRC10:34
*** jascott1 has joined #openstack-kolla10:36
*** dosaboy has joined #openstack-kolla10:37
*** zhurong has quit IRC10:37
engel75hi10:37
*** caowei has quit IRC10:39
*** jascott1 has quit IRC10:40
*** codenamelxl has quit IRC10:41
*** janki has quit IRC10:46
mewaldcoolsvap, pbourke Ok we'll see10:47
pbourkeI dont see any obvious failures in the log10:47
pbourkeit just drops off the end10:48
*** sambetts|afk is now known as sambetts10:49
hrwdoes someone know about rabbitmq? can it be run with erlang-base instead of erlang-base-hipe?10:49
*** k_mouza has joined #openstack-kolla10:57
*** rajivk_ has quit IRC10:58
*** rajivk_ has joined #openstack-kolla10:59
*** ktibi has joined #openstack-kolla11:06
*** janki has joined #openstack-kolla11:08
*** k_mouza has quit IRC11:14
*** genek has joined #openstack-kolla11:15
*** egonzalez has joined #openstack-kolla11:18
*** dciabrin has quit IRC11:21
*** dciabrin has joined #openstack-kolla11:21
*** genek has quit IRC11:26
*** dardelea_ has joined #openstack-kolla11:27
*** k_mouza_ has joined #openstack-kolla11:38
*** salv-orlando has joined #openstack-kolla11:38
pbourkehrw: yes I would think so, Im pretty sure the hipe patch only went in recently11:42
pbourkehrw: have a dig for it, you may be able to partially revert if its causing problems for arm11:42
hrwthx. will change rabbitmq a bit11:42
hrwdockerfile I mean11:42
hrwo fsck... rabbitmq is in debian and we do not use it...11:43
*** serlex has left #openstack-kolla11:46
*** serlex has joined #openstack-kolla11:46
*** genek has joined #openstack-kolla11:47
*** genek has quit IRC11:52
openstackgerritMerged openstack/kolla-ansible master: Implement ceph-mgr service  https://review.openstack.org/52549511:58
*** rajivk_ has quit IRC11:59
*** kiennt26 has joined #openstack-kolla12:04
*** janki has quit IRC12:05
*** genek has joined #openstack-kolla12:07
*** genek has quit IRC12:11
*** k_mouza_ has quit IRC12:14
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla-ansible master: Add tempurl to swift pipeline  https://review.openstack.org/52767712:17
*** skramaja_ has joined #openstack-kolla12:18
*** skramaja has quit IRC12:18
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla-ansible master: Add tempurl to swift pipeline  https://review.openstack.org/52767712:21
*** lpetrut has quit IRC12:22
*** lpetrut has joined #openstack-kolla12:23
*** dave-mccowan has joined #openstack-kolla12:23
*** skramaja_ has quit IRC12:23
*** skramaja has joined #openstack-kolla12:23
mewaldpbourke, coolsvap: who is this zuul guy? He's really grinding my gears xD12:24
mewaldI still have failures, https://review.openstack.org/#/c/486379/, but at least it is +1 now12:25
*** genek has joined #openstack-kolla12:26
*** janki has joined #openstack-kolla12:31
*** genek has quit IRC12:31
*** masuberu has joined #openstack-kolla12:33
*** jascott1 has joined #openstack-kolla12:37
*** jascott1 has quit IRC12:42
dalvarezegonzalez, ping12:46
*** dmellado has quit IRC12:47
dalvarezegonzalez, mandre, the kolla patch for metadata agent was merged yesterday but still the image is not available as per: http://logs.openstack.org/43/502943/18/check/tripleo-ci-centos-7-scenario007-multinode-oooq-container/bbd9217/logs/undercloud/home/zuul/overcloud_prep_containers.log.txt.gz#_2017-12-13_12_03_0712:47
dalvarezegonzalez, mandre do i have to do something manual to push it or is it a periodic thing that will eventually happen?12:47
mandredalvarez: it's a periodic job that push container images to dockerhub, happening on rdo promotion12:49
dalvarezmandre, ack so it'll take time i think now with the issues with rdo cloud going on :(12:50
mandredalvarez: make sure your image is listed in tripleo-common otherwise it won't get built/pushed12:51
dalvarezmandre, this: https://review.openstack.org/#/c/525182/6/container-images/overcloud_containers.yaml   ?12:51
mandredalvarez: yep, that one :)12:52
mandredalvarez: currently, you also need to white list the image in rdo scripts for the push but this will not be necessary anymore with https://review.rdoproject.org/r/#/c/10845/12:53
dalvarezmandre, awesome then i wont do anything in rdo scripts, thanks a lot!12:54
*** k_mouza has joined #openstack-kolla12:54
*** goldyfruit has joined #openstack-kolla12:55
*** goldyfruit has quit IRC12:56
*** dmellado has joined #openstack-kolla12:58
*** amoralej is now known as amoralej|lunch13:01
*** salv-orl_ has joined #openstack-kolla13:02
ktibiHi all, I want to add a file into my keystone container, so I add file in kolla/config/keystone/ but kolla doesn't copy file. Where can find the regex in kolla ?13:03
*** mikal_ has quit IRC13:03
*** mikal has joined #openstack-kolla13:05
*** salv-orlando has quit IRC13:06
*** dmellado has quit IRC13:08
*** skramaja has quit IRC13:08
*** dmellado has joined #openstack-kolla13:09
openstackgerritMerged openstack/kolla master: Revert "nova-libvirt: fix kvm permission issue"  https://review.openstack.org/52590013:10
*** rhallisey has joined #openstack-kolla13:13
egonzalezktibi, no regex to copy files into containers, only override files we copy into13:17
ktibiegonzalez I need to add a CA for LDAP conection on keystone. Works if I copy file in keystone/domains because kolla have task https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/keystone/tasks/config.yml#L8813:18
pbourkecoolsvap: mewald: that patch is looking fine now13:30
pbourkeubuntu-binary is failing but I think we've proved failures are unrelated13:30
coolsvapThanks pbourke13:31
pbourkeI should actually review it now :)13:31
mewaldthanks guys!13:33
*** k_mouza has quit IRC13:37
*** ansmith has joined #openstack-kolla13:41
*** srwilkers_ has joined #openstack-kolla13:45
*** genek has joined #openstack-kolla13:46
ktibiegonzalez when do you freeze features for queens ?13:47
*** genek has quit IRC13:51
*** hw_wutianwei has joined #openstack-kolla13:55
*** mdnadeem_ has joined #openstack-kolla13:56
*** mdnadeem has quit IRC13:58
*** salv-orlando has joined #openstack-kolla14:03
*** genek has joined #openstack-kolla14:06
*** salv-orl_ has quit IRC14:06
*** amoralej|lunch is now known as amoralej14:07
*** zhangfei has joined #openstack-kolla14:09
mewaldpbourke: thanks for +2 :) Need one more, anyone?14:11
mewaldhttps://review.openstack.org/#/c/486379/14:11
*** genek has quit IRC14:11
*** kiennt26 has quit IRC14:13
mewaldhave there been commits that add the possibility to deploy a second rabbitmq cluster for example? I would like to have a separate cluster for the sensu stuff on the monitoring nodes14:15
*** goldyfruit has joined #openstack-kolla14:16
pbourkemewald: we added a separate cluster for murano14:22
pbourkemewald: you could look at that as an example14:22
pbourkeor even piggyback on it depending on what you want to do14:22
*** genek has joined #openstack-kolla14:23
rwellumsbezverk: you around buddy?14:26
sbezverkrwellum hey what is up?14:26
rwellumI'm trying to change the enabled_backends for cinder - but no matter how I change the template - when the container is brought up it's set to: "enabled_backends = 10.100.100.12_cinder-volumes". kfox1111 mentioned this was something you had worked on in the past?14:27
*** genek has quit IRC14:27
sbezverkrwellum right14:29
sbezverkwhat exactly you try to change?14:29
rwellumI want to change it to: "lvmdriver-1,v3700,lenovo-b"14:29
rwellumMy own backend.14:29
sbezverkfirst, we have never tested multiple backend support14:31
sbezverksecond, please check cloud.yaml14:32
sbezverkit shows the structure used for building backend name dynamically14:32
sbezverkat that point there was no requirement to use a static name for a backend14:33
sbezverkyou will need to change the code for this case..14:33
*** openstackstatus has quit IRC14:36
rwellumAh - I see now - I missed the cloud.yaml!14:36
*** openstackstatus_ has joined #openstack-kolla14:37
*** openstackstatus_ has quit IRC14:37
*** zhangfei has quit IRC14:37
rwellumSo technically I could just add more backends below  lvm_backends: - but not tested.14:38
*** openstackstatus has joined #openstack-kolla14:38
*** ChanServ sets mode: +v openstackstatus14:38
*** openstackstatus has quit IRC14:38
*** openstack has quit IRC14:39
*** openstack has joined #openstack-kolla14:42
*** ChanServ sets mode: +o openstack14:42
*** openstack has quit IRC14:43
*** openstack has joined #openstack-kolla14:47
*** ChanServ sets mode: +o openstack14:47
mewaldwhy is nothing happening here for 20 hours now? https://review.openstack.org/#/c/485150/ shouldn't the automatic tests have run by now?14:54
egonzalezmewald, do a rebase, yesterda infra was having issues14:58
openstackgerritMathias Ewald proposed openstack/kolla-ansible master: Add role to deploy prometheus  https://review.openstack.org/48515014:59
mewaldegonzalez: ok done, let's see what happens :)14:59
*** hw_wutianwei has quit IRC15:00
openstackgerritMerged openstack/kolla master: ironic-conductor: update driver dependencies for Queens  https://review.openstack.org/52673415:01
*** pbourke has quit IRC15:02
*** mewald has quit IRC15:02
*** pbourke has joined #openstack-kolla15:03
*** janki has quit IRC15:04
*** lvdombrkr has joined #openstack-kolla15:16
*** genek has joined #openstack-kolla15:17
*** salv-orlando has quit IRC15:21
*** jtriley has quit IRC15:21
*** genek has quit IRC15:22
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: rabbitmq: handle Debian and aarch64 properly  https://review.openstack.org/52771215:22
hrwegonzalez, rwellum, sbezverk and others: please review that rabbitmq change. It makes image buildable on aarch6415:23
*** genek has joined #openstack-kolla15:23
sbezverkrwellum right15:24
*** dosaboy has quit IRC15:28
*** dosaboy has joined #openstack-kolla15:28
hrwegonzalez: thx15:31
egonzalezhrw, is 0.0.0 a real version?15:32
hrwegonzalez: yes. package uses 0.0.015:32
*** jtriley has joined #openstack-kolla15:32
egonzalezweird version naming :/15:32
*** genek has quit IRC15:32
hrwyep15:32
hrwhm. need to bump debian to use stretch-backports by default. we will get rabbitmq-server 3.6.10 which uses 3.6.10 instead of 0.0.015:36
*** mewald has joined #openstack-kolla15:37
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: rabbitmq: handle Debian and aarch64 properly  https://review.openstack.org/52771215:37
*** jascott1 has joined #openstack-kolla15:39
hrwstarted build of all images for debian:stretch-backports - will compare with normal build and submit as update15:40
openstackgerritMathias Ewald proposed openstack/kolla master: Add sensu images  https://review.openstack.org/48637915:43
*** jascott1 has quit IRC15:44
openstackgerritMerged openstack/kolla-ansible master: add official default cpu allocation ratio.  https://review.openstack.org/51655315:48
hrwmewald: sorry to be picky15:52
*** duonghq has joined #openstack-kolla15:53
mewaldhrw: it's ok! it's good that somebody takes care of the debian parts :)15:53
hrwmewald: you do ubuntu rather than debian I suppose15:53
inc0good mornign15:53
*** b_bezak has quit IRC15:53
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: debian: use stretch-backports by default  https://review.openstack.org/52772615:55
hrwinc0: elo15:55
hrwinc0: +2 please15:55
inc0meeting in 515:55
hrwah, right15:56
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: rabbitmq: handle Debian and aarch64 properly  https://review.openstack.org/52771215:56
hrwthose two are linked with each other15:57
hrwegonzalez: good part: stretch-backports rabbitmq-server uses 3.6.10 not 0.0.0 so dockerfile is simpler15:57
*** egonzalez has quit IRC15:59
*** egonzalez has joined #openstack-kolla16:00
Jeffrey4lkolla cores, please review https://review.openstack.org/52756316:02
*** rmart04 has quit IRC16:04
*** dciabrin has quit IRC16:04
*** jascott1 has joined #openstack-kolla16:05
openstackgerritTaeha Kim proposed openstack/kolla-ansible master: Add missing hostname to nodename in RabbitMQ for multinode deployment  https://review.openstack.org/51684716:06
*** magicboiz has quit IRC16:06
*** genek has joined #openstack-kolla16:08
*** dave-mccowan has quit IRC16:11
*** mnasiadka has quit IRC16:13
mewaldhrw: yeah I havent touched a debian in years16:17
hrwmy religion disallow me to touch ubuntu ;d16:18
mewaldhrw: haha :D well, I might go back to debian once they've managed to not distribute ancient versions of everything for a couple of years16:19
hrwmewald: debian 9 has newer stuff than ubuntu 16.04 ;d16:19
hrwjust not openstack things16:20
*** dklyle has joined #openstack-kolla16:21
mewaldmaybe I'll take a glance at debian then :)16:21
openstackgerritMathias Ewald proposed openstack/kolla master: Add sensu images  https://review.openstack.org/48637916:27
mewaldhrw: should be the way you wanted it now :)16:28
hrw;D16:28
*** tvignaud has quit IRC16:28
*** mewald has quit IRC16:33
*** mewald has joined #openstack-kolla16:36
*** serlex has left #openstack-kolla16:37
mewaldjeiii, +1 from zuul for https://review.openstack.org/#/c/485150/ The guy isnt that bad after all :D16:37
*** lpetrut has quit IRC16:38
klindgrenSince I see rabbitmq 3.6.10 above.  I would suggest using a newer version.  We have 3.6.10 in production right now and we are running into some problems with it.  Mainly that it wont form a cluster underload.16:38
*** salv-orlando has joined #openstack-kolla16:40
*** rajivk has joined #openstack-kolla16:44
Jeffrey4linc0, could you review https://review.openstack.org/52756316:47
*** egonzalez has quit IRC16:54
mrhillsmaninc0 i followed the install guide and built from source16:59
inc0ok that's ok16:59
Jeffrey4lmrhillsman, container restarting sound like a bug or misconfiguration. and it should work. please dig more.16:59
mrhillsmanyes, will do that, thanks16:59
Jeffrey4lnp16:59
inc0so mrhillsman check /var/lib/docker/volumes/kolla_logs16:59
inc0this is host dir where all the logs live17:00
Jeffrey4lkrtaylor, what issue?17:00
mrhillsmanjust wanted to set my expectations17:00
mrhillsmanthx inc0 will do that buddy17:00
inc0yeah mrhillsman basically if it has role, we expect it to work17:00
inc0keeping it working and bug free is different matter tho...as you know;)17:00
Jeffrey4lmrhillsman, which release are you using?17:00
inc0fyi now you can also download images from hub17:00
mrhillsmani just changed to yes, kicked off deployment, tested, no bueno, asked if it works out the box to set expectations17:00
*** absubram has joined #openstack-kolla17:01
mrhillsmani want to say 4.0.217:01
mrhillsmansec and i will confirm17:01
inc0ocata?17:01
mrhillsmanyeah17:01
inc0I'm not sure of ocata had octavia17:01
inc0I think we implemented it in Pike17:01
Jeffrey4linc0, no it is implement in ocata.17:02
Jeffrey4li did this.17:02
inc0ah ok17:02
inc0false alarm then17:02
mrhillsmanok cool17:02
Jeffrey4lmrhillsman, ocata should work.17:02
inc0anyway, start debugging mrhillsman and we'll figure it out17:02
mrhillsmangot it, i'll check back after debugging17:02
mrhillsmanonce i have some solid facts ;)17:02
mrhillsmanthx again gents17:03
krtaylorJeffrey4l, inc0 - the config override bug and patch that fixes it sure could use some attention - https://review.openstack.org/#/c/475961/17:03
krtaylorlike arm, we are gearing up to build and publish ppc64le images, config override would help in automation17:04
Jeffrey4loslo.config should load the configuration file automatially.17:04
krtaylorit should, but doesnt17:04
inc0krtaylor: maybe it's bug in oslo.config?17:04
Jeffrey4llet me check.17:04
inc0if so, we should fix it there17:05
krtaylorI think that the way it is used is incorrect, it works after the code I added17:05
mrhillsmanlol, if i have to do all the stuff you have in that paste Jeffrey4l then that may very well be the issue lol17:05
Jeffrey4lin my env, i never passed the --config-file parameter. and it load the /etc/kolla/kolla-build.conf auto.17:05
mrhillsmanbut will check back later :)17:05
krtaylorI bet it didn't load the config file, instead it really used the hard-coded values17:06
inc0mrhillsman: well tbh none of this would mean neutron server restarting17:06
*** absubram has quit IRC17:06
inc0so issue is elsewhere17:06
krtaylorJeffrey4l, try changing a value in the config file to something very different and I bet it won't be used17:06
hrwklindgren: kolla uses 3.6.5 in debian/ubuntu now. I move it to 3.6.10 for debian as it it latest package17:07
krtaylorhere is a better description in the bug https://bugs.launchpad.net/kolla/+bug/169932417:07
openstackLaunchpad bug 1699324 in kolla "kolla-build.conf not found when building from local environment" [Undecided,In progress] - Assigned to Kurt Taylor (krtaylor)17:07
mrhillsmangot it17:07
inc0krtaylor: /etc/kolla/kolla-build.conf doesn't work or other files like local to user?17:07
*** tvignaud has joined #openstack-kolla17:07
Jeffrey4lhrw, you wanna to make etc/kolla/kolla-build.conf works?17:07
krtaylornope, I could not get any config files to override the hardcoded build values17:07
Jeffrey4lsorry ping wrong person krtaylor ^^17:07
krtaylornp17:08
krtaylorinc0 and I discussed months ago, and concluded that we'd start with this solution, then do the proper config override order17:09
*** absubram has joined #openstack-kolla17:09
*** yangyapeng has joined #openstack-kolla17:09
Jeffrey4lwhat i confused is that other project do not have such search configure file code.17:09
inc0yeah now when you mention it, I vaguely remember discussion;)17:09
Jeffrey4li think what you really want is: config_file = ['../../etc/kolla/kolla-build.conf']17:09
inc0Jeffrey4l: I'm not sure many projects have local config files17:09
krtaylorJeffrey4l, I also looked at several other projects for clues on how to use the oslo config, the only way I was able to make it work was the code I added17:10
Jeffrey4lat least, nova have nova.conf which generated automatically, just like kolla does17:10
Jeffrey4lconfig_file = ['/etc/kolla/kolla-build.conf'] this is not necessary. oslo.conf search this file automatically.17:11
krtayloryes, the ../../ is set in the path.dirname17:11
*** rajivk has quit IRC17:11
krtaylorI wish it wasnt necessary  :)17:11
krtaylorI couldn't get that to work either17:11
klindgrenhrw - yea, just giving a heads up that we are seeing issues with 3.6.10 in production.17:12
Jeffrey4lby using ../../ you are implementing a extra feature: load the configure file from code base path , i.e. <kolla>/etc/kolla/kolla-build.conf17:12
krtaylorin my testing the path has to be set, no defaults were used17:12
krtayloryes, loading from code base path is how it is documented as working17:12
Jeffrey4lkrtaylor, but line #1079-1080 is not neccessary. because it works like this before.17:12
hrwklindgren: 3.7 is not an option as it requires newer erlang17:13
*** yangyapeng has quit IRC17:13
krtaylorJeffrey4l, it doenst work, it should, but doesnt unless it is set17:13
*** tvignaud has quit IRC17:14
Jeffrey4lkrtaylor, sure? i use this daily. it works, really.17:14
krtaylorsetting a value in either config file doesnt work, it is not automatically found by default search path17:14
krtaylorwell, this is on ppc64le, but I would doubt that this would be different, hmmm, maybe17:15
Jeffrey4lkrtaylor, are you meaning, in the current implementation, /etc/kolla/kolla-build.conf is not loaded auto?17:15
krtaylorcorrect17:15
krtaylorat least on ppc64le17:15
Jeffrey4lthis is done by oslo.config, should not related to cpu arch.17:15
openstackgerritMerged openstack/kolla-ansible master: RFC: disable haproxy http mode  https://review.openstack.org/52387617:15
krtaylorfor build, it is not loaded17:15
Jeffrey4lhttps://github.com/openstack/oslo.config/blob/31ad891a62ab73daff20fbbafa2a534d7dac44ac/oslo_config/cfg.py#L644-L67817:16
Jeffrey4lkrtaylor, check this. this is the default search dirs.17:16
klindgrenhrw, we are thinking for what we have seen: https://github.com/rabbitmq/rabbitmq-server/issues/1346 which is fixed in 3.6.12 might solve our issue.17:16
hrwklindgren: ok. but I am limited to Debian packages.17:17
Jeffrey4lif oslo.config won't load the configuration, i am afraid there may be some bug on oslo.config17:17
*** tvignaud has joined #openstack-kolla17:17
klindgrenBascially restarting rabbitmq server while its under load, results any server thats not a master to jsut sit there, and never join the cluster, and jsut log incoming requests.  but cluster-Mange commands and other things timeout17:17
Jeffrey4lkrtaylor, could you debug this and try to find why oslo.conf works differntly on ppc64le?17:18
klindgrenand the whole cluster basically goes dead.17:18
krtaylorJeffrey4l, maybe there is a difference in behavior becuase of platform, but I find that hard to believe, let me reproduce the problem on x86, if I can that will point to oslo17:18
Jeffrey4lok.17:18
Jeffrey4lthanks.17:18
rwelluminc0, Jeffrey4l - I didn't get the conclusion of the tags discussion/releases from the meeting. Can you summarize when you get a chance please?17:18
Jeffrey4labout the feature. i do not see other project by using the configuration file in code.17:19
krtayloragreed, I wish there was a more clear example17:19
Jeffrey4lrwellum, ocata next release is under review. and should be merged soon, i think.17:19
Jeffrey4lrwellum, about pike release, if the ceph luminouse can not resolve before friday, i think we have to release 5.0.1. and solve this issue in next release.17:20
Jeffrey4linc0, ^ how do you think?17:20
inc0rwellum: git tags and docker image tags are 2 diffetent things17:21
inc0we were talking about git tags:)17:21
rwellumOh!17:21
inc0just to qualify17:21
inc0Jeffrey4l: agree17:21
inc0or17:21
inc0you know17:21
Jeffrey4linc0, btw, docker tag image is time to implement and should be easy.17:21
inc0let's keep ubuntu-binary broken17:21
inc0but fix ubuntu-source17:21
inc0I may have and idea...17:22
Jeffrey4linc0, about the ceph issue, is that possible?17:22
inc0I mean17:22
inc0we do have containers17:22
Jeffrey4li thought ceph issue broken source and binary both.17:22
inc0ahh no, forget about it, we need librbd in nova-libvirt17:22
inc0Jeffrey4l: with my fix17:22
inc0ubuntu binary seems to be broken17:22
inc0in general17:22
inc0without, ubuntu-source seems to be working17:23
inc0and ceph is working17:23
Jeffrey4linteresting17:23
Jeffrey4lif so, this is a option too.17:23
inc0https://review.openstack.org/#/c/527339/17:23
inc0right now we have a choice17:24
inc0have ubuntu-binary totally broken and ubuntu-source working17:24
inc0or have both only ceph broken17:24
inc0but, that being said17:24
*** yangyapeng has joined #openstack-kolla17:24
inc0I hate ubuntu binary and I hope not many puch people use it really17:24
Jeffrey4l'qemu-img info' parsing failed.17:25
Jeffrey4li am thinking this sound like a nova bug ;()17:25
inc0so one thing we should *definetly* do is to say "don't upgrade if you're on ubuntu-binary"17:25
inc0I'd think it's some broken versioning17:26
Jeffrey4lnow 5.0.0 is a broken versioning for both centos and ubuntu ;(17:26
inc0I mean it's just ubuntu binary...17:26
inc0why centos?17:26
Jeffrey4linc0, centos 7.417:27
Jeffrey4lbreak something17:27
* inc0 loses faith in all that is good in the world17:27
Jeffrey4llol17:28
inc0gates are green across the board tho17:28
Jeffrey4lare you meaning centos 7.4 issue?17:28
*** yangyapeng has quit IRC17:28
Jeffrey4lthis is fixed long time ago.17:28
inc0y17:28
inc0ahh17:29
inc0ok, I thought something is broken now17:29
inc0yeah17:29
inc0we deal with this all the time17:29
inc0I remember (not sure if you were already in Kolla) when docker switched default ubuntu from 14.04 to 16.0417:29
inc0that was fun time17:29
inc0we didn't specify back then;)17:30
Jeffrey4li am in. But i forgot what the issue is.17:30
inc0anyway Jeffrey4l go to sleep man17:30
Jeffrey4linc0, checked the nova code. i do think it should not a big issue for ubuntu binary failure.17:31
Jeffrey4lbetter have a env to debug this.17:31
inc0I'll log in today evening17:31
inc0we can work on it then17:31
Jeffrey4lshould be fixed.17:31
Jeffrey4lcool. thanks.17:31
Jeffrey4li really need to get bed.17:31
Jeffrey4lsee you17:31
inc0yes, you do17:31
inc0good night17:31
Jeffrey4lthanks.17:32
*** ntpttr_laptop has joined #openstack-kolla17:33
*** dardelea_ has quit IRC17:35
*** duonghq has quit IRC17:36
inc0bbiaf17:38
*** goldyfruit has quit IRC17:39
*** absubram has quit IRC17:40
*** mewald has quit IRC17:41
*** mewald has joined #openstack-kolla17:41
bmace__thanks for the review Jeffrey4l17:41
openstackgerritMerged openstack/kolla stable/ocata: Use separate publish jobs in periodic pipeline  https://review.openstack.org/52756317:42
*** gfidente has quit IRC17:43
openstackgerritMerged openstack/kolla-ansible master: Move Cinder backend passwords to passwords.yml  https://review.openstack.org/52181717:45
openstackgerritMerged openstack/kolla-ansible master: Optimize the tasks format for ovs-dpdk  https://review.openstack.org/52465017:50
openstackgerritMerged openstack/kolla-ansible master: Add a missing conditional check to the common config task  https://review.openstack.org/52326017:50
hrwmewald: next version will be17:51
hrw18:25 < Jeffrey4l> 'qemu-img info' parsing failed.17:52
hrwJeffrey4l: syntax changed between qemu 2.5 and 2.1017:52
* hrw off17:54
*** mdnadeem_ has quit IRC17:54
openstackgerritMerged openstack/kolla-ansible master: Set bash as shell when executing mariadb recovery task  https://review.openstack.org/52318017:58
openstackgerritMerged openstack/kolla-ansible stable/pike: Fix ansible running issue on Debian  https://review.openstack.org/52005917:58
openstackgerritMerged openstack/kolla-ansible master: automate ovs datapath configuration  https://review.openstack.org/49391617:58
openstackgerritMerged openstack/kolla-ansible master: Update the service_token_roles_required to True for watcher  https://review.openstack.org/51697417:58
openstackgerritMerged openstack/kolla-ansible master: Increased mariadb and kibana timeouts  https://review.openstack.org/52751117:58
openstackgerritMerged openstack/kolla-ansible master: Update the job title of checking if Murano packages exists  https://review.openstack.org/52731717:58
openstackgerritMerged openstack/kolla-ansible master: Restart services after a change in the external ceph configuration  https://review.openstack.org/50788817:58
openstackgerritMerged openstack/kolla master: Set ES_SKIP_SET_KERNEL_PARAMETERS in elasticsearch image  https://review.openstack.org/50846817:59
openstackgerritMerged openstack/kolla-ansible master: Change listen for mdns  https://review.openstack.org/51930218:01
openstackgerritMerged openstack/kolla-ansible master: Add note about checking if all the hostnames are resolvable  https://review.openstack.org/52384618:01
*** jascott1 has quit IRC18:02
*** jascott1 has joined #openstack-kolla18:02
*** yangyapeng has joined #openstack-kolla18:04
*** octo-fs has joined #openstack-kolla18:04
*** mgoddard has quit IRC18:06
*** dardelea_ has joined #openstack-kolla18:07
openstackgerritMathias Ewald proposed openstack/kolla master: Add sensu images  https://review.openstack.org/48637918:07
mewaldhrw: next try :)18:07
*** jascott1 has quit IRC18:07
*** genek has quit IRC18:08
*** yangyapeng has quit IRC18:09
*** dardelea_ has quit IRC18:12
*** unicell has quit IRC18:18
*** octo-fs has quit IRC18:26
*** genek has joined #openstack-kolla18:37
*** ntpttr_laptop has quit IRC18:39
*** ntpttr_laptop has joined #openstack-kolla18:41
*** dave-mccowan has joined #openstack-kolla18:44
*** lpetrut has joined #openstack-kolla18:49
*** tvignaud has quit IRC18:50
*** genek has quit IRC18:55
*** vincent_vdk has quit IRC18:57
*** mgoddard has joined #openstack-kolla19:02
*** genek has joined #openstack-kolla19:05
*** goldyfruit has joined #openstack-kolla19:05
*** sambetts is now known as sambetts|afk19:06
*** lxdong has quit IRC19:08
*** genek has quit IRC19:10
*** lpetrut has quit IRC19:11
*** genek has joined #openstack-kolla19:21
rwelluminc0: question when you are back19:23
inc0ah I'm back19:23
inc0:)19:23
rwellum:)19:24
*** absubram has joined #openstack-kolla19:25
rwellumTrying to build local source code again. Does this look correct? http://paste.openstack.org/show/628891/19:25
*** mgkwill_ is now known as mgkwill19:25
*** lpetrut has joined #openstack-kolla19:25
inc0looks good but I never tried this part myself19:25
rwellumI made a python change that should no compile, but horizon is built and pushed. I don't think it's picking up my local source.19:26
*** openstackstatus has quit IRC19:27
inc0well python doesn't compile at all19:27
inc0so buildtme won't show anything19:27
*** jtriley has quit IRC19:27
inc0it would throw in runtime19:27
inc0you can do docker run -it << your img >> bash19:28
inc0and see if code is there manually19:28
*** goldyfruit has quit IRC19:28
rwellumOk - and the other thing is maybe to add something unique and grep for it on the container.19:28
inc0right19:28
rwellumBut I really wish the build output would give me some clue where the source is coming from - but it's all obdfuscated.19:28
*** goldyfruit has joined #openstack-kolla19:29
*** genek has quit IRC19:29
rwellumI guess I can give a bad path and see if it borks.... :s19:30
*** coolsvap has quit IRC19:31
*** lpetrut has quit IRC19:32
*** genek has joined #openstack-kolla19:32
inc0rwellum: add a log man;)19:33
*** jtriley has joined #openstack-kolla19:33
rwelluminc0: I guess I am in disbelieve that there isn't one already :)19:34
*** mewald has quit IRC19:34
inc0after are this years, aren't you used to lack of obvious featurs in software?;)19:34
inc0I became quite jaded;)19:34
*** lpetrut has joined #openstack-kolla19:35
rwellumYeah especially debugging - fair enough :)19:37
rwellumAnyway I threw in a nonsense path to horizon and it is merrily building something....19:38
rwellumNow I do need to debug and find out why19:38
*** mgoddard has quit IRC19:40
*** genek has quit IRC19:40
*** genek has joined #openstack-kolla19:41
*** absubram has quit IRC19:41
*** ntpttr_laptop has quit IRC19:45
*** genek has quit IRC19:46
*** dardelean_ has quit IRC19:50
*** mewald has joined #openstack-kolla19:52
*** mewald has quit IRC19:54
*** mnasiadka has joined #openstack-kolla20:06
*** genek has joined #openstack-kolla20:06
*** genek has quit IRC20:11
*** genek has joined #openstack-kolla20:16
rwelluminc0: figured out the issue20:19
*** genek has quit IRC20:21
rwellumWhen you use the non installed build.py - the kolla-build.conf file is not found automatically - you need to specify it with --config-file <kolla-build.conf file location>20:21
*** openstackstatus has joined #openstack-kolla20:27
*** ChanServ sets mode: +v openstackstatus20:27
*** mewald has joined #openstack-kolla20:28
*** mgoddard has joined #openstack-kolla20:32
*** mewald has left #openstack-kolla20:32
inc0oh interesting20:33
inc0krtaylor: maybe you had same issue?20:33
krtaylorinc0, yep, thats it - rwellum see https://bugs.launchpad.net/kolla/+bug/169932420:37
openstackLaunchpad bug 1699324 in kolla "kolla-build.conf not found when building from local environment" [Undecided,In progress] - Assigned to Kurt Taylor (krtaylor)20:37
krtaylorrwellum, btw, what environment - I'm assuming x86, ubuntu?20:38
rwellumYes to both krtaylor - although sometimes I use centos - not lately.20:38
rwellumThanks for the bug btw20:39
krtaylorif so, then you have see the issue on x86 means that it isnt specifically a ppc64le issue20:39
rwellumYou can also specify --config-dir and point to wherever20:39
rwellumkrtaylor: correct20:39
krtaylorrwellum, if you could spare a comment on the bug, it would be much appreciated20:39
krtaylorI was about halfway through re-creating a centos environment on my laptop to confirm, great timing!20:40
*** genek has joined #openstack-kolla20:41
*** ktibi has quit IRC20:41
*** vincent_vdk has joined #openstack-kolla20:42
krtayloryeah, as a workaround, but it would be really nice to be able to push and sync a config file for automating builds20:42
*** pmisiak has quit IRC20:43
*** logan- has quit IRC20:43
*** johnthetubaguy has quit IRC20:43
rwellumkrtaylor: added comment and some better logging I've been working on today.20:43
*** logan- has joined #openstack-kolla20:43
krtaylorrwellum, thanks!20:44
krtaylorrwellum, this fixes it, might need some cleaning up https://review.openstack.org/#/c/47596120:45
krtaylorit would be good to include the logging improvements20:45
*** johnthetubaguy has joined #openstack-kolla20:45
*** genek has quit IRC20:45
*** unicell has joined #openstack-kolla20:48
rwellumLooking at it krtaylor  - you mention in the description passing in the config file, then that the order is local project file, global then defaults - but shouldn't the first in the order be the  config file passed in?20:48
rwellumkrtaylor: main thing about logging is to include the source path in the build log so it's really clear.20:50
*** ntpttr_laptop has joined #openstack-kolla20:54
*** ansmith has quit IRC20:59
krtaylorrwellum, good point, although that always worked, hm21:01
* krtaylor looks21:01
*** japestinho has quit IRC21:02
*** amoralej is now known as amoralej|off21:03
*** mgoddard has quit IRC21:08
*** absubram has joined #openstack-kolla21:08
*** mdorman has joined #openstack-kolla21:09
*** genek has joined #openstack-kolla21:11
mdormani'm running kolla-ansible host bootstrap with the all-in-one inventory.  ansible-playbook doesn't seem to be loading group_vars/all.yml variables.  i mean i see ansible-playbook loading the file, but none of the data from it shows up in hostvars[localhost].  does this ring a bell to anyone?  i'm sure i'm just missing something easy.21:14
*** genek has quit IRC21:15
inc0hmm, can you please paste actual log and inventory?21:15
*** threestrands has joined #openstack-kolla21:18
*** threestrands has quit IRC21:18
*** threestrands has joined #openstack-kolla21:18
mdormanyeah one minute21:19
*** jascott1 has joined #openstack-kolla21:20
mdormani've just been following the quickstart guide, https://docs.openstack.org/kolla-ansible/latest/user/quickstart.html, pip installing it vs. from git.  pip installed kolla-ansible (5.0.0).21:21
mdormanhttps://gist.github.com/misterdorm/2380b6920088233722d4d0dfdb4e254f21:21
inc0so stable pike21:21
mdormanyeah21:21
mdormani'm using the stock inventory file from the repo.21:21
mdormani added a debug task to pre-install.yml to dump hostvars, and i don't see anything in there that the all group_vars is supposed to be introducing21:22
inc0this is different error tho21:22
mdormanansible ansible 2.4.1.021:23
mdormanwell it comes from the fact that api_interface isn't found in hostvars, which should be put there by all.yml21:23
inc0ahh21:23
inc0yeah21:23
inc0someone had this issue few days ago21:23
mdormanhappy to hear i am not the only one :)21:23
inc0try rolling back to ansible 2.321:24
mdormankk21:24
*** pramodrj07 has joined #openstack-kolla21:24
*** goldyfruit has quit IRC21:26
mdormaninc0:  that worked.  tyvm!!21:27
inc0great to hear that21:28
mdormani'll open a bug?  or is this consisdered an ansible thing that needs fixed there?21:28
inc0seems to be ansible issue21:28
mdormancool.21:29
*** rhallisey has quit IRC21:33
*** mnasiadka has quit IRC21:35
*** mnasiadka has joined #openstack-kolla21:43
*** mnasiadka has quit IRC21:49
*** genek has joined #openstack-kolla21:49
*** mnasiadka has joined #openstack-kolla21:51
*** klindgren_ has joined #openstack-kolla21:54
*** genek has quit IRC21:55
*** mnasiadka has quit IRC21:56
*** klindgren has quit IRC21:57
*** mnasiadka has joined #openstack-kolla21:58
*** mchlumsky has quit IRC22:01
mdormannot trying to be pedantic, but the following are missing 5.0.0 tags in docker hub (when the openstack_release value is auto detected from the kolla-ansible version):  kolla/centos-binary-cron:5.0.0, kolla/centos-binary-fluentd:5.0.0, and kolla/centos-binary-kolla-toolbox:5.0.0.   using the 'pike' tag works for everything.22:01
mdormanjust fyi.22:01
*** mnasiadka has quit IRC22:06
*** jtriley has quit IRC22:09
*** mnasiadka has joined #openstack-kolla22:11
*** vhosakot has quit IRC22:14
*** vhosakot has joined #openstack-kolla22:15
*** mnasiadka has quit IRC22:18
*** lpetrut has quit IRC22:26
*** mnasiadka has joined #openstack-kolla22:29
*** genek has joined #openstack-kolla22:29
*** rhallisey has joined #openstack-kolla22:29
*** genek has quit IRC22:33
*** mnasiadka has quit IRC22:33
inc0well pike images in hub is new thing22:35
inc0and 5.0.0 is backwards compatibiliuty by now22:35
inc0so while I'd love to change default, we won't because we don't want to screw people over22:36
*** ntpttr_laptop has quit IRC22:38
*** absubram has quit IRC22:43
*** mnasiadka has joined #openstack-kolla22:44
*** mnasiadka has quit IRC22:48
*** harlowja has quit IRC22:54
*** dardelean_ has joined #openstack-kolla22:57
*** mnasiadka has joined #openstack-kolla22:59
*** diablo_rojo has joined #openstack-kolla23:02
*** mnasiadka has quit IRC23:03
mdormani see, ok.23:05
*** genek has joined #openstack-kolla23:05
*** diablo_rojo has left #openstack-kolla23:06
mdormanimagine there's not much real practical use to autodetecting vs. explicitly saying what release you want, anyway.23:06
*** genek has quit IRC23:10
*** jascott1 has quit IRC23:11
*** mnasiadka has joined #openstack-kolla23:14
*** yuanying has joined #openstack-kolla23:18
*** mnasiadka has quit IRC23:19
*** genek has joined #openstack-kolla23:22
*** dave-mccowan has quit IRC23:23
*** jascott1 has joined #openstack-kolla23:23
*** genek has quit IRC23:27
*** absubram has joined #openstack-kolla23:28
*** jascott1 has quit IRC23:28
*** jascott1 has joined #openstack-kolla23:28
*** mnasiadka has joined #openstack-kolla23:29
*** mdorman has quit IRC23:32
*** mnasiadka has quit IRC23:33
*** itlinux has joined #openstack-kolla23:35
*** harlowja has joined #openstack-kolla23:42
*** genek has joined #openstack-kolla23:43
*** mnasiadka has joined #openstack-kolla23:44
*** genek has quit IRC23:48
*** mnasiadka has quit IRC23:48
*** jascott1 has quit IRC23:53
*** jascott1 has joined #openstack-kolla23:54
*** mnasiadka has joined #openstack-kolla23:58

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