Monday, 2017-12-04

*** itlinux has joined #openstack-kolla00:03
*** lukepatrick has quit IRC00:03
*** yangyapeng has quit IRC00:16
*** yangyapeng has joined #openstack-kolla00:16
*** yangyapeng has quit IRC00:21
*** david-lyle has joined #openstack-kolla00:30
*** david-lyle has quit IRC00:31
*** david-lyle has joined #openstack-kolla00:31
*** Pavo has joined #openstack-kolla00:42
*** yuanying_ has quit IRC00:43
*** yuanying has joined #openstack-kolla00:43
*** salv-orlando has joined #openstack-kolla00:44
*** tovin07_ has joined #openstack-kolla00:44
*** salv-orlando has quit IRC00:49
*** duonghq has joined #openstack-kolla00:53
*** Pavo has quit IRC00:55
*** yangyapeng has joined #openstack-kolla00:58
*** Pavo has joined #openstack-kolla01:00
*** yangyapeng has quit IRC01:03
Jeffrey4lemccormick, hi, you can file a bug. but it is not mandatory. you can just push the patches directly w/ bug or w/o bug.01:04
*** yangyapeng has joined #openstack-kolla01:08
*** Pavo has quit IRC01:10
*** jascott1 has quit IRC01:11
*** openstackgerrit has joined #openstack-kolla01:20
openstackgerritJeremy Liu proposed openstack/kolla-ansible master: Remove kolla_internal_address variable  https://review.openstack.org/51758001:20
*** yangyapeng has quit IRC01:27
*** caowei has joined #openstack-kolla01:28
*** yangyapeng has joined #openstack-kolla01:28
*** dardelean has quit IRC01:44
*** salv-orlando has joined #openstack-kolla01:45
*** salv-orlando has quit IRC01:49
*** sai_ has joined #openstack-kolla01:58
*** keper7 has quit IRC02:08
Jeffrey4lduonghq, could you review https://review.openstack.org/522318 ;D02:10
*** jtriley has joined #openstack-kolla02:11
*** tovin07__ has joined #openstack-kolla02:12
*** heigao has joined #openstack-kolla02:12
*** tovin07__ has quit IRC02:13
*** kiennt26 has joined #openstack-kolla02:13
*** tovin07__ has joined #openstack-kolla02:13
duonghqJeffrey4l,  do we have any specific order for those link replacement02:14
Jeffrey4lduonghq, no. what do you think?02:15
*** tovin07_ has quit IRC02:15
duonghqJeffrey4l, hmm, I just wonder02:17
duonghqlet me think a little bit02:17
Jeffrey4lOK. thanks.02:17
*** pbourke_ has quit IRC02:22
*** zhubingbing_ has joined #openstack-kolla02:22
*** pbourke_ has joined #openstack-kolla02:23
*** zhubingbing_ has quit IRC02:27
*** daidv has joined #openstack-kolla02:28
daidvhi Jeffrey4l02:29
jianghuaw_Hi, do we have a deadline for new kolla features in Queens?02:29
Jeffrey4lsup daidv02:35
Jeffrey4lyes jianghuaw_02:35
Jeffrey4lwe are following this release scheduler https://releases.openstack.org/queens/schedule.html02:35
Jeffrey4lbp is not allowed after Jan 2202:36
daidvJeffrey4l, I saw your comments on aodh related patch. But I just found an problem around our change.02:36
Jeffrey4ldaidv, yep? let me check the patch.02:36
daidvFor now, we have no way to customize policy format file02:37
daidvhttps://github.com/openstack/kolla-ansible/blob/master/ansible/roles/aodh/templates/aodh.conf.j202:37
daidvAs you see, we dont have [oslo_policy] with policy_file option02:37
Jeffrey4lso? daidv02:37
daidvSo, IMO, instead of using with_first_found, we should support user to custom policy file format in template02:38
Jeffrey4liirc, oslo_policy will load the policy.json/yml dynamically. no need to configure this.02:38
Jeffrey4llet me find this.02:38
daidvand still copy every policy file to container02:38
Jeffrey4lyes. but this is beyond this pb.02:39
daidvJeffrey4l, No, I think it will find the policy.json file as a default02:39
daidvhttps://github.com/openstack/oslo.policy/blob/master/oslo_policy/policy.py#L47302:40
daidvDefault policy file: https://github.com/openstack/oslo.policy/blob/master/oslo_policy/opts.py#L2902:40
Jeffrey4lyes. you are correct.02:41
daidvAnd the problem is Kolla-ansible is not supporting customize the policy file format for now02:41
Jeffrey4lisn't this patch trying to add this feature?02:42
daidvShould we implement that during my blueprint implementation.02:42
*** zhubingbing has joined #openstack-kolla02:42
daidvJeffrey4l, yes, I just realize that Kolla-ansible did not support that at some minutes before.02:43
daidvSo I want to hear your recommendation for it :D02:43
Jeffrey4lhrm are you saying the aodh.conf part?  and yes, should configure the correct filename.02:43
daidvyep.02:45
*** salv-orlando has joined #openstack-kolla02:45
daidvSo.. we will have new variable related to policy format file for specific project?02:46
daidvright?02:46
Jeffrey4lhow about my comments about: leverage ansible with_first_found02:46
daidvFor you comments, I think we will take a little bit change that we no need anymore because we will only copy one policy file following new variable.02:47
openstackgerritMerged openstack/kolla master: fix missyntax in README.rst  https://review.openstack.org/52169902:47
*** salv-orlando has quit IRC02:50
daidvAnd IMO, we also no need an "policy_format_list" anymore02:50
Jeffrey4l1 ses.02:50
Jeffrey4l1 sec.02:50
Jeffrey4ldaidv, we can have this variable, but change its meaning: supported_policy_format_list: [ policy.json, policy.yaml ]02:57
Jeffrey4lthen we can replace the "with_items: []" with this variables.02:57
Jeffrey4ldaidv, one more thing is horizon required the policy file too. you need update the horizon roles logical about the policy.02:58
*** ArminderSingh has quit IRC02:59
daidvThanks, and how about the new variable related specific format for each project?02:59
Jeffrey4li think this should be concern by end-user. just one global variable make it works.03:00
daidvFor example, user make an policy.json for Aodh but create other policy.yaml for Nova03:00
Jeffrey4ldaidv, this is implemneted by  with_first_found03:01
daidvJeffrey4l, you mean end-user alway use just one format for all of projects?03:01
Jeffrey4lno.03:01
Jeffrey4lwhen end-user add policy.json ( for aodh) and policy.yaml ( for nova), with_first_found will use it.03:02
daidvBut user still indicate which format they will use for each project (JSON as a default but YAML should be configured)03:03
Jeffrey4lwe can configure the nova.conf base on which file is found.03:03
*** ArminderSingh has joined #openstack-kolla03:05
*** jtriley has quit IRC03:06
daidvJeffrey4l, humm, good idea but we will need to move "Check if policies shall be overwritten" up03:09
Jeffrey4lyes. and that's is not a big deal.03:09
daidvOK, gotcha. Thanks03:10
*** jtriley has joined #openstack-kolla03:10
daidvI will push the update ASAP.03:10
Jeffrey4lcool. thanks.03:12
jianghuaw_Jeffrey4l, thanks for responding my question on the feature deadline. If the BP is approved, does it mean the implementation code should be submitted before Jan 22?03:22
*** lrensing has joined #openstack-kolla03:24
Jeffrey4ljianghuaw_, that is not so restrict. and we also have a feature freeze exception procedure. https://wiki.openstack.org/wiki/FeatureProposalFreeze03:24
Jeffrey4lBut you'd better finish/push most of your bp code before deadline. jianghuaw_03:25
jianghuaw_Jeffrey4l, Got it. Thanks very much.03:25
Jeffrey4lnp :D03:25
*** zhangfei has joined #openstack-kolla03:27
*** Pavo has joined #openstack-kolla03:28
*** lrensing has quit IRC03:28
*** jtriley has quit IRC03:28
*** Pavo has quit IRC03:28
*** itlinux has quit IRC03:32
*** jtriley has joined #openstack-kolla03:32
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible master: ansiblize the init-runonce script  https://review.openstack.org/52307203:38
*** jtriley has quit IRC03:39
*** Pavo has joined #openstack-kolla03:39
*** zhangfei has quit IRC03:41
*** dardelean has joined #openstack-kolla03:44
*** salv-orlando has joined #openstack-kolla03:46
*** dardelean has quit IRC03:49
*** salv-orlando has quit IRC03:51
*** zhangfei has joined #openstack-kolla03:53
*** Pavo has quit IRC04:03
*** jascott1 has joined #openstack-kolla04:11
*** janonymous has joined #openstack-kolla04:22
*** dasTor has quit IRC04:35
*** dasTor has joined #openstack-kolla04:35
*** itlinux has joined #openstack-kolla04:39
*** caowei has quit IRC04:46
*** salv-orlando has joined #openstack-kolla04:47
*** salv-orlando has quit IRC04:52
*** genek has quit IRC04:55
*** caowei has joined #openstack-kolla04:59
*** skramaja has joined #openstack-kolla05:04
*** janki has joined #openstack-kolla05:05
*** jaosorior has joined #openstack-kolla05:16
spsuryamorning guys05:27
*** itlinux has quit IRC05:28
*** zhurong has joined #openstack-kolla05:31
*** cloudnull has quit IRC05:33
*** cloudnull has joined #openstack-kolla05:40
*** salv-orlando has joined #openstack-kolla05:48
*** honza has quit IRC05:48
*** honza has joined #openstack-kolla05:48
*** honza is now known as Guest4685805:48
*** ntpttr_laptop has joined #openstack-kolla05:51
*** genek has joined #openstack-kolla05:52
*** salv-orlando has quit IRC05:53
*** zhangfei has quit IRC05:55
*** sai_ has quit IRC06:00
*** zhangfei has joined #openstack-kolla06:13
*** ntpttr_laptop has quit IRC06:21
*** xinliang has quit IRC06:32
*** jbadiapa has joined #openstack-kolla06:33
*** salv-orlando has joined #openstack-kolla06:40
*** xinliang has joined #openstack-kolla06:44
*** xinliang has joined #openstack-kolla06:44
*** cah_link has joined #openstack-kolla06:47
*** gkadam_ has quit IRC06:47
*** zhubingbing_ has joined #openstack-kolla06:51
*** zhubingbing has quit IRC06:51
openstackgerritJianghua Wang proposed openstack/kolla-ansible master: Use dockerd for docker service  https://review.openstack.org/52508006:53
*** zhurong has quit IRC06:57
*** zhurong has joined #openstack-kolla07:19
*** egonzalez has joined #openstack-kolla07:26
*** athomas has joined #openstack-kolla07:31
*** shardy has joined #openstack-kolla07:48
*** zhangfei has quit IRC08:00
*** genek has quit IRC08:05
*** dmellado has quit IRC08:06
*** dmellado has joined #openstack-kolla08:08
*** genek has joined #openstack-kolla08:13
*** zhangfei has joined #openstack-kolla08:13
*** gkadam_ has joined #openstack-kolla08:15
*** dmellado has quit IRC08:18
*** dmellado has joined #openstack-kolla08:18
*** heigao has quit IRC08:18
*** heigao has joined #openstack-kolla08:19
*** zhurong has quit IRC08:20
*** pcaruana has joined #openstack-kolla08:24
*** b_bezak has joined #openstack-kolla08:25
*** salv-orlando has quit IRC08:32
*** salv-orlando has joined #openstack-kolla08:32
*** magicboiz has joined #openstack-kolla08:33
*** salv-orlando has quit IRC08:36
*** magicboiz has quit IRC08:37
*** ktibi has joined #openstack-kolla08:40
*** magicboiz has joined #openstack-kolla08:42
*** magicboiz has quit IRC08:47
*** magicboiz has joined #openstack-kolla08:47
*** salv-orlando has joined #openstack-kolla08:50
*** zhurong has joined #openstack-kolla09:03
*** bubuwifi_ has joined #openstack-kolla09:04
*** egonzalez has quit IRC09:05
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible master: ansiblize the init-runonce script  https://review.openstack.org/52307209:08
*** egonzalez has joined #openstack-kolla09:08
Jeffrey4lduonghq, could you review this again. https://review.openstack.org/#/c/522318/1309:10
duonghqJeffrey4l, ping09:12
Jeffrey4lduonghq, pong09:12
*** gfidente has joined #openstack-kolla09:13
duonghqJeffrey4l, about your ps, can we use find -> xargs ....09:14
duonghqand I mean can we group all same replacement into one command09:14
Jeffrey4lduonghq, yes. but not all repo are using the same url.09:14
*** lxdong has joined #openstack-kolla09:15
Jeffrey4llet me try and what we can got.09:15
duonghqJeffrey4l, I see at least baseurl=http://mirror.centos.org|baseurl=http://{{ nodepool_mirror_host }} is repeated more than 3 times09:15
Jeffrey4lyes.09:15
duonghqnice09:16
lxdongceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.compute01.asok No such file or directory .09:16
*** lxdong has quit IRC09:18
*** lxdong has joined #openstack-kolla09:18
*** mgoddard has joined #openstack-kolla09:19
lxdong /var/run/ceph does exist no matter its owner is ceph:ceph or root:root it can not create ceph-mon.compute01.asok09:19
bubuwifi_Hi! I'm trying to deploy OS Ocata with kolla on CentOS7. I ran into a problem with continuously restarting fluentd container. In the beginning I had a error with wrong path to tg-agent. Then I applied patch to fix this (goo.gl/bZbhtF).09:22
bubuwifi_Unfortunately, right now, I still have the error in fluend logs: `error="missing rewriterules"`09:23
bubuwifi_How can I fix that?09:23
openstackgerritJeffrey Zhang proposed openstack/kolla master: Change more repo url to infra mirror  https://review.openstack.org/52231809:23
Jeffrey4lbubuwifi_, try to use the latest image, this is a known issue. and fixed already.09:25
Jeffrey4land the latest kolla-ansible ( for your branch)09:25
*** zhangfei has quit IRC09:28
lxdongJeffrey4l I am running into this problem again which I made rm -rf /var/run/ceph && mkdir /var/run/ceph with every purging as a workaround before and it worked.09:29
bubuwifi_Actually, I rebuilt fluentd image from kolla repo (with latest commit into stable/ocata 8494f25) and upgraded OS. It didn't help.09:29
Jeffrey4llxdong, which distro and branch are you using?09:29
Jeffrey4lbubuwifi_, try to use latest kolla-ansible09:29
lxdongpike latest09:30
Jeffrey4lcentos? or ubuntu?09:30
lxdongcentos09:30
lxdongcentos709:30
Jeffrey4l(ceph-mon)[root@ee-pike-06 /]# ls -alh /run/ceph/ceph-mon.172.16.50.6.asok09:31
Jeffrey4lsrwxr-xr-x. 1 root root 0 Dec  4 04:30 /run/ceph/ceph-mon.172.16.50.6.asok09:31
Jeffrey4lthis is my pike centos+source install env, which works.09:31
lxdongyes , I use external ceph09:32
Jeffrey4lah, you may need ask for ceph team :(09:32
Jeffrey4l /usr/lib/tmpfiles.d/ceph.conf check this, which may be helpful. lxdong09:35
*** dardelean has joined #openstack-kolla09:35
lxdongempty09:36
ktibiHi all, for redhat kolla fix docker-engine-1.12.0, but last stable release for docker in redhat repo is 1.12.6.09:36
ktibiI have a lot of kernel pb with 1.12.0 for now, and I think 1.12.6 can fix all issues.09:36
ktibipb with centos7.4 and docker 1.12.009:37
*** affie has joined #openstack-kolla09:37
ktibiegonzalez, Jeffrey4l what do you think about update docker version ?09:38
*** affie_ has joined #openstack-kolla09:38
Jeffrey4lktibi, i am using the latest docker from docker offical repo.09:39
*** affie__ has joined #openstack-kolla09:39
egonzaleziirc baremetal install 1.12.* not tied to 1.12.009:39
*** dardelean has quit IRC09:39
Jeffrey4legonzalez, yes. and i am trying to unpin this too.09:40
egonzalezi also uses latest docker-ce too09:40
ktibihttps://github.com/openstack/kolla-ansible/blob/68d0a213b07a74823fe47d100b188ce435998270/ansible/roles/baremetal/defaults/main.yml#L2609:40
*** zhangfei has joined #openstack-kolla09:40
ktibi1.12.* for debian09:40
ktibi1.12.0 for redhat09:40
*** jascott1 has quit IRC09:40
Jeffrey4lno idea why.09:40
Jeffrey4lbut i hope we can move to the latest docker-ce09:41
*** jascott1 has joined #openstack-kolla09:41
ktibiwhat is your version of docker ?09:41
ktibiand do you use redhat for baremetal OS ?09:41
Jeffrey4llatest :(09:41
Jeffrey4li use centos 7 not redhat09:41
*** affie has quit IRC09:42
bubuwifi_Jeffrey4l, kolla-ansible is up-to-date + patch. Am I understand it correctly, the latest stable/ocata kolla and kolla-ansible should work fine without any patch?09:42
*** affie has joined #openstack-kolla09:42
Jeffrey4lbubuwifi_, show me the "docker logs fluentd"09:42
ktibiJeffrey4l ok latest and all works ? version of docker ? I don't remember why but someone tell me here, we can't use last docker version09:42
*** affie_ has quit IRC09:43
Jeffrey4lktibi, i have tested docker-ce 17.9 and 17.5 which both works.09:43
*** affie__ has quit IRC09:44
*** jascott1 has quit IRC09:46
*** dardelean has joined #openstack-kolla09:48
bubuwifi_Jeffrey4l, http://paste.openstack.org/show/628056/09:48
Jeffrey4lktibi, check this file /etc/kolla/fluentd/filter/01-rewrite.conf09:49
Jeffrey4lare you using ocata? why are you using "gem 'fluent-plugin-rewrite-tag-filter' version '1.5.6'"09:51
Jeffrey4lthis plugin should be >209:51
ktibiI use pike09:53
*** zhangfei has quit IRC09:53
ktibiok not for me ^^09:53
Jeffrey4lyes. pike should use <2 , check the 01-rewrite.conf file09:54
*** jmccarthy has joined #openstack-kolla09:56
*** Guest46858 is now known as honza10:00
*** jmccarthy1 has joined #openstack-kolla10:01
*** jmccarthy has quit IRC10:02
bubuwifi_Jeffrey4l, ok, thanks, let me check.10:04
*** zhangfei has joined #openstack-kolla10:09
*** kiennt26 has quit IRC10:15
*** caowei has quit IRC10:16
*** zshi has quit IRC10:17
*** duonghq has quit IRC10:17
*** zhurong has quit IRC10:26
*** serlex has joined #openstack-kolla10:27
*** tovin07__ has quit IRC10:27
*** serlex has quit IRC10:27
*** zshi has joined #openstack-kolla10:30
bubuwifi_Well, I tried to rebuild the fluend container and got the error: Error installing fluent-plugin-rewrite-tag-filter: INFO:kolla.image.build.fluentd: serverengine requires Ruby version >= 2.1.0.10:32
*** sambetts|afk is now known as sambetts10:47
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible stable/ocata: Use openstack_service_workers variable for gnocchi metricd workers  https://review.openstack.org/52515310:57
openstackgerritJeffrey Zhang proposed openstack/kolla master: Add squid cache proxy to speed up build  https://review.openstack.org/52145010:57
*** zhangfei has quit IRC10:59
*** k_mouza has joined #openstack-kolla11:19
k_mouzahey guys! I guess you'll be at the PTG in Dublin in Feb right? Just checking before I book tickets/flights11:25
*** kbaegis has joined #openstack-kolla11:33
*** k_mouza has quit IRC11:37
*** keper7 has joined #openstack-kolla11:39
*** shardy has quit IRC11:44
*** shardy has joined #openstack-kolla11:45
*** lpetrut has joined #openstack-kolla11:46
*** jmccarthy1 has left #openstack-kolla11:47
*** k_mouza has joined #openstack-kolla11:53
*** jtriley has joined #openstack-kolla11:59
*** yangyapeng has quit IRC12:02
*** yangyape_ has joined #openstack-kolla12:06
*** kbaegis has quit IRC12:07
*** yangyape_ has quit IRC12:11
hrwmornig12:14
bubuwifi_Jeffrey4l, what am I missing?12:15
*** lpetrut has quit IRC12:17
*** k_mouza has quit IRC12:19
*** k_mouza has joined #openstack-kolla12:20
*** k_mouza has quit IRC12:20
*** lpetrut has joined #openstack-kolla12:25
openstackgerritGuoqiang Ding proposed openstack/kolla-ansible master: Add the missing step in quickstart  https://review.openstack.org/52307712:25
*** jtriley has quit IRC12:26
*** k_mouza has joined #openstack-kolla12:27
openstackgerritGuoqiang Ding proposed openstack/kolla-ansible master: Add the missing step in quickstart  https://review.openstack.org/52307712:27
*** keper7 has quit IRC12:29
*** jtriley has joined #openstack-kolla12:36
*** yangyapeng has joined #openstack-kolla12:36
*** skramaja has quit IRC12:42
*** rhallisey has joined #openstack-kolla12:43
bubuwifi_Looks like I run into this issue: https://bugs.launchpad.net/kolla/+bug/173034612:45
openstackLaunchpad bug 1730346 in kolla ocata "Error building fluentd container image in CentOS" [Undecided,New]12:45
*** k_mouza has quit IRC12:48
*** jtriley has quit IRC12:48
*** jtriley has joined #openstack-kolla12:49
*** keper7 has joined #openstack-kolla12:52
Jeffrey4lbubuwifi_, this should be fixed already. could you check the Dockerfile.j2 for fluentd? or post it out.12:54
*** gfidente has quit IRC12:57
*** kolla-slack has quit IRC13:00
*** gfidente has joined #openstack-kolla13:00
bubuwifi_Jeffrey4l, http://paste.openstack.org/show/628077/13:00
*** kolla-slack has joined #openstack-kolla13:00
Jeffrey4lbubuwifi_, pull the latest stable/pike code, you are not using the latest13:01
Jeffrey4lbubuwifi_, hold on. you are using ocata?>13:04
bubuwifi_Jeffre4l, yes13:04
*** gfidente has quit IRC13:05
*** jtriley has quit IRC13:05
Jeffrey4lbubuwifi_, what exact error you got?13:05
*** dardelean has quit IRC13:06
*** gfidente has joined #openstack-kolla13:07
*** gfidente has quit IRC13:07
*** gfidente has joined #openstack-kolla13:07
*** salv-orlando has quit IRC13:07
*** salv-orlando has joined #openstack-kolla13:08
*** cah_link has quit IRC13:08
bubuwifi_jeffrey4l, I think I've found the problem.13:10
Jeffrey4lwhat's happening?13:10
bubuwifi_Jeffrey4l, I looked for Dockerfile.j2 in wrong place. I think the actual template should look like this: http://paste.openstack.org/show/628080/13:12
*** salv-orlando has quit IRC13:12
*** niedbalski_ is now known as niedbalski13:13
Jeffrey4lbubuwifi_, this should come from the pike branch.13:13
*** niedbalski has quit IRC13:13
*** niedbalski has joined #openstack-kolla13:13
*** heigao_1212 has joined #openstack-kolla13:21
bubuwifi_Jeffrey4l, I cloned kolla repo and made virtualenv. Thus, I have 2 locations of templates: ${repo_root}/docker && ${repo_root}/share/kolla/docker. The first location is stable/ocata branch and the second is pike.13:21
Jeffrey4lo_O13:22
*** heigao_1982 has joined #openstack-kolla13:24
*** heigao_1212 has quit IRC13:24
*** heigao has quit IRC13:25
*** keper7 has quit IRC13:25
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible master: ansiblize the init-runonce script  https://review.openstack.org/52307213:30
*** kolla-slack has quit IRC13:31
*** kolla-slack has joined #openstack-kolla13:31
*** janki has quit IRC13:33
hrwtime to send another !x86 fix13:35
*** oanson has quit IRC13:35
*** oanson has joined #openstack-kolla13:37
*** kolla-slack has quit IRC13:39
*** kolla-slack has joined #openstack-kolla13:39
openstackgerritMerged openstack/kolla-ansible master: Fix launch instance failed in trove  https://review.openstack.org/52246013:40
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: neutron-server-opendaylight: make it buildable on non-x86  https://review.openstack.org/52518313:43
hrwreviews welcome13:43
*** kolla-slack has quit IRC13:45
*** kolla-slack has joined #openstack-kolla13:46
*** itlinux has joined #openstack-kolla13:50
*** tvignaud has quit IRC13:50
openstackgerritRich Wellum proposed openstack/kolla-kubernetes master: Test: ironic gates are failing.  https://review.openstack.org/52519113:52
*** kolla-slack has quit IRC13:56
*** kolla-slack has joined #openstack-kolla13:56
*** kolla-slack has quit IRC13:58
*** kolla-slack has joined #openstack-kolla13:58
openstackgerritMerged openstack/kolla-ansible master: add domain_name for multi-regions  https://review.openstack.org/52445413:59
*** keper7 has joined #openstack-kolla14:05
openstackgerritBenjamin Diaz proposed openstack/kolla-ansible master: Removed -e Docker flag in ovsdpdk task  https://review.openstack.org/52349814:07
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible stable/pike: Fix launch instance failed in trove  https://review.openstack.org/52520114:07
*** tvignaud has joined #openstack-kolla14:08
*** salv-orlando has joined #openstack-kolla14:08
*** dardelean has joined #openstack-kolla14:12
*** salv-orlando has quit IRC14:13
*** keper7 has quit IRC14:15
*** dardelean has quit IRC14:17
openstackgerritJeffrey Zhang proposed openstack/kolla master: Bump to ceph luminous  https://review.openstack.org/52521614:28
*** jtriley has joined #openstack-kolla14:38
*** DosBarbos has joined #openstack-kolla14:53
*** salv-orlando has joined #openstack-kolla14:57
*** mchlumsky has joined #openstack-kolla15:03
*** lukepatrick has joined #openstack-kolla15:09
hrwJeffrey4l: do we have ceph-mgr?15:10
*** k_mouza has joined #openstack-kolla15:19
*** itlinux has quit IRC15:26
*** lukepatrick has quit IRC15:27
*** janonymous has quit IRC15:31
DosBarboshello. anyone is using kolla-kubernetes? I need some help if it is possible.15:39
*** sai_ has joined #openstack-kolla15:40
*** hongbin has joined #openstack-kolla15:48
*** mmethot is now known as mmethot|away15:50
*** dardelean has joined #openstack-kolla15:56
*** vhosakot has joined #openstack-kolla15:56
*** diablo_rojo has joined #openstack-kolla15:57
*** egonzalez has quit IRC15:58
*** david-lyle has quit IRC15:58
*** david-lyle has joined #openstack-kolla15:59
*** jbrooks has quit IRC15:59
*** dardelean has quit IRC16:00
*** itlinux has joined #openstack-kolla16:31
rwellumDosBarbos: yes16:32
*** athomas has quit IRC16:35
*** trozet has quit IRC16:41
*** itlinux has quit IRC16:46
*** benjamin_diaz has joined #openstack-kolla16:47
*** manjeets_ is now known as manjeets16:49
*** itlinux has joined #openstack-kolla16:50
*** lrensing has joined #openstack-kolla16:54
*** lrensing has quit IRC16:54
openstackgerritRich Wellum proposed openstack/kolla-kubernetes master: Test: ironic gates are failing.  https://review.openstack.org/52519116:56
*** lpetrut_ has joined #openstack-kolla16:57
*** jascott1 has joined #openstack-kolla16:57
*** ansmith has joined #openstack-kolla16:57
*** dardelean has joined #openstack-kolla16:58
*** lpetrut has quit IRC17:00
*** dardelean has quit IRC17:03
*** b_bezak has quit IRC17:03
*** mchlumsky has quit IRC17:03
*** lpetrut_ has quit IRC17:03
*** b_bezak has joined #openstack-kolla17:04
*** mchlumsky has joined #openstack-kolla17:05
*** jascott1 has quit IRC17:07
*** b_bezak has quit IRC17:08
*** mchlumsky has quit IRC17:13
*** k_mouza has quit IRC17:21
*** ntpttr_laptop has joined #openstack-kolla17:21
*** magicboiz has quit IRC17:24
*** magicboiz has joined #openstack-kolla17:36
*** gkadam_ has quit IRC17:38
*** jtriley has quit IRC17:42
*** magicboiz has quit IRC17:44
*** lukepatrick has joined #openstack-kolla17:47
*** magicboiz has joined #openstack-kolla17:50
*** diablo_rojo has quit IRC17:53
inc0good morning everyone17:56
*** gfidente has quit IRC17:57
*** trozet has joined #openstack-kolla17:59
*** gfidente has joined #openstack-kolla17:59
*** gfidente has quit IRC17:59
*** gfidente has joined #openstack-kolla17:59
SamYaplemorning michal18:00
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-ansible master: Enable multinode scenarios in zuulv3  https://review.openstack.org/51277918:02
*** mgoddard has quit IRC18:06
*** jtriley has joined #openstack-kolla18:08
*** jtriley has quit IRC18:13
*** salv-orlando has quit IRC18:23
kfox1111morning.18:24
*** salv-orlando has joined #openstack-kolla18:24
kfox1111https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ has some very interesting things....18:24
*** jtriley has joined #openstack-kolla18:27
*** trozet has quit IRC18:28
*** salv-orlando has quit IRC18:28
*** sambetts is now known as sambetts|afk18:30
rwellumkfox1111: I made an inconsequential change to kolla-k8s, and it's failing on ironictoo: https://review.openstack.org/#/c/525191/218:36
*** jascott1 has joined #openstack-kolla18:37
*** salv-orlando has joined #openstack-kolla18:39
*** rwellum has quit IRC18:44
*** rwellum has joined #openstack-kolla18:44
*** gkadam_ has joined #openstack-kolla18:47
*** mgoddard has joined #openstack-kolla18:50
*** kolla-slack has quit IRC19:00
*** kolla-slack has joined #openstack-kolla19:00
kfox1111rwellum: yeh, looks like the gates just broken.19:06
kfox1111thanks for checking.19:07
rwellumnp.19:07
rwellumkfox1111: I've seen an orch tool for kubernetes use that feature to assign pods where they wanted them before.19:14
kfox1111yeah. totally could use that instead of kube-entrypoint for some things.19:16
kfox1111probably something we should add.19:16
rwellumYup.19:20
*** unicell has joined #openstack-kolla19:21
*** rwsu has quit IRC19:29
*** dardelean has joined #openstack-kolla19:40
*** dardelean has quit IRC19:40
*** dardelean has joined #openstack-kolla19:40
*** dardelean has quit IRC19:45
*** dave-mccowan has joined #openstack-kolla19:45
*** trozet has joined #openstack-kolla19:51
*** itlinux has quit IRC20:01
*** bubuwifi has joined #openstack-kolla20:10
*** athomas has joined #openstack-kolla20:10
*** hawi has quit IRC20:21
jascott1rwellum have you by chance seen and solved this one? Error: Binding failed for port  please check neutron logs for more information20:21
*** dardelean has joined #openstack-kolla20:24
*** alexandrox has joined #openstack-kolla20:24
alexandroxhello20:24
alexandroxI'm trying to install openstack pike with OpenDaylight (enabled in globals.yml), deployed fine but I cannot get connectivity and dhcp on the network20:25
alexandroxcurl to ODL returns a list of networks20:25
*** rwsu has joined #openstack-kolla20:25
alexandroxbut gateway seems down20:25
alexandroxany idea?20:26
alexandroxi'm using centos images (built by myself)20:28
*** jtriley has quit IRC20:29
dardeleancan you see the packets if you a tcpdump on the network namespace?20:32
*** signed8bit has joined #openstack-kolla20:33
alexandroxon the controller or compute?20:35
alexandrox -- reinstalling kolla, going to try tcpdump20:36
*** ktibi has quit IRC20:38
*** salv-orlando has quit IRC20:43
*** salv-orlando has joined #openstack-kolla20:43
*** salv-orlando has quit IRC20:45
*** salv-orlando has joined #openstack-kolla20:45
*** lukepatrick has quit IRC20:45
*** lukepatrick has joined #openstack-kolla20:46
*** dardelean has quit IRC20:50
*** jaosorior has quit IRC20:51
*** gkadam_ has quit IRC20:51
*** jtriley has joined #openstack-kolla20:55
*** shardy has quit IRC21:05
*** itlinux has joined #openstack-kolla21:05
*** itlinux has quit IRC21:06
*** rwsu has quit IRC21:29
*** dardelean has joined #openstack-kolla21:33
*** mgoddard has quit IRC21:36
*** dardelean has quit IRC21:38
*** pcaruana has quit IRC21:39
*** ansmith has quit IRC21:40
*** affie has quit IRC21:43
*** rhallisey has quit IRC21:43
*** mgoddard has joined #openstack-kolla21:43
*** benjamin_diaz has quit IRC21:54
*** hawi has joined #openstack-kolla21:54
*** dardelean has joined #openstack-kolla21:59
*** lukepatrick has quit IRC22:05
*** hawi has quit IRC22:06
kolla-slack<sapan.gandhi> Facing ovs-odl connection issue on port 6640. ODL is listening but ovs is not able to connect. Happens only in case when ovs image is from kolla. exactly similar to bug issued here https://bugs.launchpad.net/kolla/+bug/163792822:13
openstackLaunchpad bug 1637928 in kolla "openvswitch set-manager to ODL doesn't work" [Low,Incomplete]22:13
*** jtriley has quit IRC22:13
*** salv-orlando has quit IRC22:15
*** salv-orlando has joined #openstack-kolla22:15
*** salv-orlando has quit IRC22:20
*** rwsu has joined #openstack-kolla22:27
*** salv-orlando has joined #openstack-kolla22:27
*** Pavo has joined #openstack-kolla22:27
*** hawi has joined #openstack-kolla22:28
*** mgoddard has quit IRC22:34
*** hawi has quit IRC22:34
*** jtriley has joined #openstack-kolla22:39
*** ansmith has joined #openstack-kolla22:47
rwellumjascott1: hey bud, no that one does not seem familiar23:06
jascott1ah thanks anyway :)23:09
*** jtriley has quit IRC23:11
rwellumDid the logs reveal anything?23:16
rwellumkfox1111: With the libvirt crash fix, we just waiting on sbezverk to take a look to satisfy himself that it's not responsible for the  ironic issues?23:16
kfox1111yeah.23:17
rwellumHave to go chase him off the k8s forums... :)23:17
kfox1111+123:18
*** lukepatrick has joined #openstack-kolla23:28
*** jtriley has joined #openstack-kolla23:33
*** signed8bit is now known as signed8bit_Zzz23:43
*** signed8bit_Zzz has quit IRC23:44
*** signed8bit has joined #openstack-kolla23:46
*** alexandrox has quit IRC23:49
*** affie has joined #openstack-kolla23:52
*** hongbin has quit IRC23:59

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