*** itlinux has joined #openstack-kolla | 00:03 | |
*** lukepatrick has quit IRC | 00:03 | |
*** yangyapeng has quit IRC | 00:16 | |
*** yangyapeng has joined #openstack-kolla | 00:16 | |
*** yangyapeng has quit IRC | 00:21 | |
*** david-lyle has joined #openstack-kolla | 00:30 | |
*** david-lyle has quit IRC | 00:31 | |
*** david-lyle has joined #openstack-kolla | 00:31 | |
*** Pavo has joined #openstack-kolla | 00:42 | |
*** yuanying_ has quit IRC | 00:43 | |
*** yuanying has joined #openstack-kolla | 00:43 | |
*** salv-orlando has joined #openstack-kolla | 00:44 | |
*** tovin07_ has joined #openstack-kolla | 00:44 | |
*** salv-orlando has quit IRC | 00:49 | |
*** duonghq has joined #openstack-kolla | 00:53 | |
*** Pavo has quit IRC | 00:55 | |
*** yangyapeng has joined #openstack-kolla | 00:58 | |
*** Pavo has joined #openstack-kolla | 01:00 | |
*** yangyapeng has quit IRC | 01:03 | |
Jeffrey4l | emccormick, 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-kolla | 01:08 | |
*** Pavo has quit IRC | 01:10 | |
*** jascott1 has quit IRC | 01:11 | |
*** openstackgerrit has joined #openstack-kolla | 01:20 | |
openstackgerrit | Jeremy Liu proposed openstack/kolla-ansible master: Remove kolla_internal_address variable https://review.openstack.org/517580 | 01:20 |
*** yangyapeng has quit IRC | 01:27 | |
*** caowei has joined #openstack-kolla | 01:28 | |
*** yangyapeng has joined #openstack-kolla | 01:28 | |
*** dardelean has quit IRC | 01:44 | |
*** salv-orlando has joined #openstack-kolla | 01:45 | |
*** salv-orlando has quit IRC | 01:49 | |
*** sai_ has joined #openstack-kolla | 01:58 | |
*** keper7 has quit IRC | 02:08 | |
Jeffrey4l | duonghq, could you review https://review.openstack.org/522318 ;D | 02:10 |
*** jtriley has joined #openstack-kolla | 02:11 | |
*** tovin07__ has joined #openstack-kolla | 02:12 | |
*** heigao has joined #openstack-kolla | 02:12 | |
*** tovin07__ has quit IRC | 02:13 | |
*** kiennt26 has joined #openstack-kolla | 02:13 | |
*** tovin07__ has joined #openstack-kolla | 02:13 | |
duonghq | Jeffrey4l, do we have any specific order for those link replacement | 02:14 |
Jeffrey4l | duonghq, no. what do you think? | 02:15 |
*** tovin07_ has quit IRC | 02:15 | |
duonghq | Jeffrey4l, hmm, I just wonder | 02:17 |
duonghq | let me think a little bit | 02:17 |
Jeffrey4l | OK. thanks. | 02:17 |
*** pbourke_ has quit IRC | 02:22 | |
*** zhubingbing_ has joined #openstack-kolla | 02:22 | |
*** pbourke_ has joined #openstack-kolla | 02:23 | |
*** zhubingbing_ has quit IRC | 02:27 | |
*** daidv has joined #openstack-kolla | 02:28 | |
daidv | hi Jeffrey4l | 02:29 |
jianghuaw_ | Hi, do we have a deadline for new kolla features in Queens? | 02:29 |
Jeffrey4l | sup daidv | 02:35 |
Jeffrey4l | yes jianghuaw_ | 02:35 |
Jeffrey4l | we are following this release scheduler https://releases.openstack.org/queens/schedule.html | 02:35 |
Jeffrey4l | bp is not allowed after Jan 22 | 02:36 |
daidv | Jeffrey4l, I saw your comments on aodh related patch. But I just found an problem around our change. | 02:36 |
Jeffrey4l | daidv, yep? let me check the patch. | 02:36 |
daidv | For now, we have no way to customize policy format file | 02:37 |
daidv | https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/aodh/templates/aodh.conf.j2 | 02:37 |
daidv | As you see, we dont have [oslo_policy] with policy_file option | 02:37 |
Jeffrey4l | so? daidv | 02:37 |
daidv | So, IMO, instead of using with_first_found, we should support user to custom policy file format in template | 02:38 |
Jeffrey4l | iirc, oslo_policy will load the policy.json/yml dynamically. no need to configure this. | 02:38 |
Jeffrey4l | let me find this. | 02:38 |
daidv | and still copy every policy file to container | 02:38 |
Jeffrey4l | yes. but this is beyond this pb. | 02:39 |
daidv | Jeffrey4l, No, I think it will find the policy.json file as a default | 02:39 |
daidv | https://github.com/openstack/oslo.policy/blob/master/oslo_policy/policy.py#L473 | 02:40 |
daidv | Default policy file: https://github.com/openstack/oslo.policy/blob/master/oslo_policy/opts.py#L29 | 02:40 |
Jeffrey4l | yes. you are correct. | 02:41 |
daidv | And the problem is Kolla-ansible is not supporting customize the policy file format for now | 02:41 |
Jeffrey4l | isn't this patch trying to add this feature? | 02:42 |
daidv | Should we implement that during my blueprint implementation. | 02:42 |
*** zhubingbing has joined #openstack-kolla | 02:42 | |
daidv | Jeffrey4l, yes, I just realize that Kolla-ansible did not support that at some minutes before. | 02:43 |
daidv | So I want to hear your recommendation for it :D | 02:43 |
Jeffrey4l | hrm are you saying the aodh.conf part? and yes, should configure the correct filename. | 02:43 |
daidv | yep. | 02:45 |
*** salv-orlando has joined #openstack-kolla | 02:45 | |
daidv | So.. we will have new variable related to policy format file for specific project? | 02:46 |
daidv | right? | 02:46 |
Jeffrey4l | how about my comments about: leverage ansible with_first_found | 02:46 |
daidv | For 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 |
openstackgerrit | Merged openstack/kolla master: fix missyntax in README.rst https://review.openstack.org/521699 | 02:47 |
*** salv-orlando has quit IRC | 02:50 | |
daidv | And IMO, we also no need an "policy_format_list" anymore | 02:50 |
Jeffrey4l | 1 ses. | 02:50 |
Jeffrey4l | 1 sec. | 02:50 |
Jeffrey4l | daidv, we can have this variable, but change its meaning: supported_policy_format_list: [ policy.json, policy.yaml ] | 02:57 |
Jeffrey4l | then we can replace the "with_items: []" with this variables. | 02:57 |
Jeffrey4l | daidv, 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 IRC | 02:59 | |
daidv | Thanks, and how about the new variable related specific format for each project? | 02:59 |
Jeffrey4l | i think this should be concern by end-user. just one global variable make it works. | 03:00 |
daidv | For example, user make an policy.json for Aodh but create other policy.yaml for Nova | 03:00 |
Jeffrey4l | daidv, this is implemneted by with_first_found | 03:01 |
daidv | Jeffrey4l, you mean end-user alway use just one format for all of projects? | 03:01 |
Jeffrey4l | no. | 03:01 |
Jeffrey4l | when end-user add policy.json ( for aodh) and policy.yaml ( for nova), with_first_found will use it. | 03:02 |
daidv | But user still indicate which format they will use for each project (JSON as a default but YAML should be configured) | 03:03 |
Jeffrey4l | we can configure the nova.conf base on which file is found. | 03:03 |
*** ArminderSingh has joined #openstack-kolla | 03:05 | |
*** jtriley has quit IRC | 03:06 | |
daidv | Jeffrey4l, humm, good idea but we will need to move "Check if policies shall be overwritten" up | 03:09 |
Jeffrey4l | yes. and that's is not a big deal. | 03:09 |
daidv | OK, gotcha. Thanks | 03:10 |
*** jtriley has joined #openstack-kolla | 03:10 | |
daidv | I will push the update ASAP. | 03:10 |
Jeffrey4l | cool. 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-kolla | 03:24 | |
Jeffrey4l | jianghuaw_, that is not so restrict. and we also have a feature freeze exception procedure. https://wiki.openstack.org/wiki/FeatureProposalFreeze | 03:24 |
Jeffrey4l | But you'd better finish/push most of your bp code before deadline. jianghuaw_ | 03:25 |
jianghuaw_ | Jeffrey4l, Got it. Thanks very much. | 03:25 |
Jeffrey4l | np :D | 03:25 |
*** zhangfei has joined #openstack-kolla | 03:27 | |
*** Pavo has joined #openstack-kolla | 03:28 | |
*** lrensing has quit IRC | 03:28 | |
*** jtriley has quit IRC | 03:28 | |
*** Pavo has quit IRC | 03:28 | |
*** itlinux has quit IRC | 03:32 | |
*** jtriley has joined #openstack-kolla | 03:32 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: ansiblize the init-runonce script https://review.openstack.org/523072 | 03:38 |
*** jtriley has quit IRC | 03:39 | |
*** Pavo has joined #openstack-kolla | 03:39 | |
*** zhangfei has quit IRC | 03:41 | |
*** dardelean has joined #openstack-kolla | 03:44 | |
*** salv-orlando has joined #openstack-kolla | 03:46 | |
*** dardelean has quit IRC | 03:49 | |
*** salv-orlando has quit IRC | 03:51 | |
*** zhangfei has joined #openstack-kolla | 03:53 | |
*** Pavo has quit IRC | 04:03 | |
*** jascott1 has joined #openstack-kolla | 04:11 | |
*** janonymous has joined #openstack-kolla | 04:22 | |
*** dasTor has quit IRC | 04:35 | |
*** dasTor has joined #openstack-kolla | 04:35 | |
*** itlinux has joined #openstack-kolla | 04:39 | |
*** caowei has quit IRC | 04:46 | |
*** salv-orlando has joined #openstack-kolla | 04:47 | |
*** salv-orlando has quit IRC | 04:52 | |
*** genek has quit IRC | 04:55 | |
*** caowei has joined #openstack-kolla | 04:59 | |
*** skramaja has joined #openstack-kolla | 05:04 | |
*** janki has joined #openstack-kolla | 05:05 | |
*** jaosorior has joined #openstack-kolla | 05:16 | |
spsurya | morning guys | 05:27 |
*** itlinux has quit IRC | 05:28 | |
*** zhurong has joined #openstack-kolla | 05:31 | |
*** cloudnull has quit IRC | 05:33 | |
*** cloudnull has joined #openstack-kolla | 05:40 | |
*** salv-orlando has joined #openstack-kolla | 05:48 | |
*** honza has quit IRC | 05:48 | |
*** honza has joined #openstack-kolla | 05:48 | |
*** honza is now known as Guest46858 | 05:48 | |
*** ntpttr_laptop has joined #openstack-kolla | 05:51 | |
*** genek has joined #openstack-kolla | 05:52 | |
*** salv-orlando has quit IRC | 05:53 | |
*** zhangfei has quit IRC | 05:55 | |
*** sai_ has quit IRC | 06:00 | |
*** zhangfei has joined #openstack-kolla | 06:13 | |
*** ntpttr_laptop has quit IRC | 06:21 | |
*** xinliang has quit IRC | 06:32 | |
*** jbadiapa has joined #openstack-kolla | 06:33 | |
*** salv-orlando has joined #openstack-kolla | 06:40 | |
*** xinliang has joined #openstack-kolla | 06:44 | |
*** xinliang has joined #openstack-kolla | 06:44 | |
*** cah_link has joined #openstack-kolla | 06:47 | |
*** gkadam_ has quit IRC | 06:47 | |
*** zhubingbing_ has joined #openstack-kolla | 06:51 | |
*** zhubingbing has quit IRC | 06:51 | |
openstackgerrit | Jianghua Wang proposed openstack/kolla-ansible master: Use dockerd for docker service https://review.openstack.org/525080 | 06:53 |
*** zhurong has quit IRC | 06:57 | |
*** zhurong has joined #openstack-kolla | 07:19 | |
*** egonzalez has joined #openstack-kolla | 07:26 | |
*** athomas has joined #openstack-kolla | 07:31 | |
*** shardy has joined #openstack-kolla | 07:48 | |
*** zhangfei has quit IRC | 08:00 | |
*** genek has quit IRC | 08:05 | |
*** dmellado has quit IRC | 08:06 | |
*** dmellado has joined #openstack-kolla | 08:08 | |
*** genek has joined #openstack-kolla | 08:13 | |
*** zhangfei has joined #openstack-kolla | 08:13 | |
*** gkadam_ has joined #openstack-kolla | 08:15 | |
*** dmellado has quit IRC | 08:18 | |
*** dmellado has joined #openstack-kolla | 08:18 | |
*** heigao has quit IRC | 08:18 | |
*** heigao has joined #openstack-kolla | 08:19 | |
*** zhurong has quit IRC | 08:20 | |
*** pcaruana has joined #openstack-kolla | 08:24 | |
*** b_bezak has joined #openstack-kolla | 08:25 | |
*** salv-orlando has quit IRC | 08:32 | |
*** salv-orlando has joined #openstack-kolla | 08:32 | |
*** magicboiz has joined #openstack-kolla | 08:33 | |
*** salv-orlando has quit IRC | 08:36 | |
*** magicboiz has quit IRC | 08:37 | |
*** ktibi has joined #openstack-kolla | 08:40 | |
*** magicboiz has joined #openstack-kolla | 08:42 | |
*** magicboiz has quit IRC | 08:47 | |
*** magicboiz has joined #openstack-kolla | 08:47 | |
*** salv-orlando has joined #openstack-kolla | 08:50 | |
*** zhurong has joined #openstack-kolla | 09:03 | |
*** bubuwifi_ has joined #openstack-kolla | 09:04 | |
*** egonzalez has quit IRC | 09:05 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: ansiblize the init-runonce script https://review.openstack.org/523072 | 09:08 |
*** egonzalez has joined #openstack-kolla | 09:08 | |
Jeffrey4l | duonghq, could you review this again. https://review.openstack.org/#/c/522318/13 | 09:10 |
duonghq | Jeffrey4l, ping | 09:12 |
Jeffrey4l | duonghq, pong | 09:12 |
*** gfidente has joined #openstack-kolla | 09:13 | |
duonghq | Jeffrey4l, about your ps, can we use find -> xargs .... | 09:14 |
duonghq | and I mean can we group all same replacement into one command | 09:14 |
Jeffrey4l | duonghq, yes. but not all repo are using the same url. | 09:14 |
*** lxdong has joined #openstack-kolla | 09:15 | |
Jeffrey4l | let me try and what we can got. | 09:15 |
duonghq | Jeffrey4l, I see at least baseurl=http://mirror.centos.org|baseurl=http://{{ nodepool_mirror_host }} is repeated more than 3 times | 09:15 |
Jeffrey4l | yes. | 09:15 |
duonghq | nice | 09:16 |
lxdong | ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.compute01.asok No such file or directory . | 09:16 |
*** lxdong has quit IRC | 09:18 | |
*** lxdong has joined #openstack-kolla | 09:18 | |
*** mgoddard has joined #openstack-kolla | 09:19 | |
lxdong | /var/run/ceph does exist no matter its owner is ceph:ceph or root:root it can not create ceph-mon.compute01.asok | 09: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 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: Change more repo url to infra mirror https://review.openstack.org/522318 | 09:23 |
Jeffrey4l | bubuwifi_, try to use the latest image, this is a known issue. and fixed already. | 09:25 |
Jeffrey4l | and the latest kolla-ansible ( for your branch) | 09:25 |
*** zhangfei has quit IRC | 09:28 | |
lxdong | Jeffrey4l 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 |
Jeffrey4l | lxdong, which distro and branch are you using? | 09:29 |
Jeffrey4l | bubuwifi_, try to use latest kolla-ansible | 09:29 |
lxdong | pike latest | 09:30 |
Jeffrey4l | centos? or ubuntu? | 09:30 |
lxdong | centos | 09:30 |
lxdong | centos7 | 09:30 |
Jeffrey4l | (ceph-mon)[root@ee-pike-06 /]# ls -alh /run/ceph/ceph-mon.172.16.50.6.asok | 09:31 |
Jeffrey4l | srwxr-xr-x. 1 root root 0 Dec 4 04:30 /run/ceph/ceph-mon.172.16.50.6.asok | 09:31 |
Jeffrey4l | this is my pike centos+source install env, which works. | 09:31 |
lxdong | yes , I use external ceph | 09:32 |
Jeffrey4l | ah, you may need ask for ceph team :( | 09:32 |
Jeffrey4l | /usr/lib/tmpfiles.d/ceph.conf check this, which may be helpful. lxdong | 09:35 |
*** dardelean has joined #openstack-kolla | 09:35 | |
lxdong | empty | 09:36 |
ktibi | Hi 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 |
ktibi | I have a lot of kernel pb with 1.12.0 for now, and I think 1.12.6 can fix all issues. | 09:36 |
ktibi | pb with centos7.4 and docker 1.12.0 | 09:37 |
*** affie has joined #openstack-kolla | 09:37 | |
ktibi | egonzalez, Jeffrey4l what do you think about update docker version ? | 09:38 |
*** affie_ has joined #openstack-kolla | 09:38 | |
Jeffrey4l | ktibi, i am using the latest docker from docker offical repo. | 09:39 |
*** affie__ has joined #openstack-kolla | 09:39 | |
egonzalez | iirc baremetal install 1.12.* not tied to 1.12.0 | 09:39 |
*** dardelean has quit IRC | 09:39 | |
Jeffrey4l | egonzalez, yes. and i am trying to unpin this too. | 09:40 |
egonzalez | i also uses latest docker-ce too | 09:40 |
ktibi | https://github.com/openstack/kolla-ansible/blob/68d0a213b07a74823fe47d100b188ce435998270/ansible/roles/baremetal/defaults/main.yml#L26 | 09:40 |
*** zhangfei has joined #openstack-kolla | 09:40 | |
ktibi | 1.12.* for debian | 09:40 |
ktibi | 1.12.0 for redhat | 09:40 |
*** jascott1 has quit IRC | 09:40 | |
Jeffrey4l | no idea why. | 09:40 |
Jeffrey4l | but i hope we can move to the latest docker-ce | 09:41 |
*** jascott1 has joined #openstack-kolla | 09:41 | |
ktibi | what is your version of docker ? | 09:41 |
ktibi | and do you use redhat for baremetal OS ? | 09:41 |
Jeffrey4l | latest :( | 09:41 |
Jeffrey4l | i use centos 7 not redhat | 09:41 |
*** affie has quit IRC | 09: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-kolla | 09:42 | |
Jeffrey4l | bubuwifi_, show me the "docker logs fluentd" | 09:42 |
ktibi | Jeffrey4l ok latest and all works ? version of docker ? I don't remember why but someone tell me here, we can't use last docker version | 09:42 |
*** affie_ has quit IRC | 09:43 | |
Jeffrey4l | ktibi, i have tested docker-ce 17.9 and 17.5 which both works. | 09:43 |
*** affie__ has quit IRC | 09:44 | |
*** jascott1 has quit IRC | 09:46 | |
*** dardelean has joined #openstack-kolla | 09:48 | |
bubuwifi_ | Jeffrey4l, http://paste.openstack.org/show/628056/ | 09:48 |
Jeffrey4l | ktibi, check this file /etc/kolla/fluentd/filter/01-rewrite.conf | 09:49 |
Jeffrey4l | are you using ocata? why are you using "gem 'fluent-plugin-rewrite-tag-filter' version '1.5.6'" | 09:51 |
Jeffrey4l | this plugin should be >2 | 09:51 |
ktibi | I use pike | 09:53 |
*** zhangfei has quit IRC | 09:53 | |
ktibi | ok not for me ^^ | 09:53 |
Jeffrey4l | yes. pike should use <2 , check the 01-rewrite.conf file | 09:54 |
*** jmccarthy has joined #openstack-kolla | 09:56 | |
*** Guest46858 is now known as honza | 10:00 | |
*** jmccarthy1 has joined #openstack-kolla | 10:01 | |
*** jmccarthy has quit IRC | 10:02 | |
bubuwifi_ | Jeffrey4l, ok, thanks, let me check. | 10:04 |
*** zhangfei has joined #openstack-kolla | 10:09 | |
*** kiennt26 has quit IRC | 10:15 | |
*** caowei has quit IRC | 10:16 | |
*** zshi has quit IRC | 10:17 | |
*** duonghq has quit IRC | 10:17 | |
*** zhurong has quit IRC | 10:26 | |
*** serlex has joined #openstack-kolla | 10:27 | |
*** tovin07__ has quit IRC | 10:27 | |
*** serlex has quit IRC | 10:27 | |
*** zshi has joined #openstack-kolla | 10: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 sambetts | 10:47 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible stable/ocata: Use openstack_service_workers variable for gnocchi metricd workers https://review.openstack.org/525153 | 10:57 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: Add squid cache proxy to speed up build https://review.openstack.org/521450 | 10:57 |
*** zhangfei has quit IRC | 10:59 | |
*** k_mouza has joined #openstack-kolla | 11:19 | |
k_mouza | hey guys! I guess you'll be at the PTG in Dublin in Feb right? Just checking before I book tickets/flights | 11:25 |
*** kbaegis has joined #openstack-kolla | 11:33 | |
*** k_mouza has quit IRC | 11:37 | |
*** keper7 has joined #openstack-kolla | 11:39 | |
*** shardy has quit IRC | 11:44 | |
*** shardy has joined #openstack-kolla | 11:45 | |
*** lpetrut has joined #openstack-kolla | 11:46 | |
*** jmccarthy1 has left #openstack-kolla | 11:47 | |
*** k_mouza has joined #openstack-kolla | 11:53 | |
*** jtriley has joined #openstack-kolla | 11:59 | |
*** yangyapeng has quit IRC | 12:02 | |
*** yangyape_ has joined #openstack-kolla | 12:06 | |
*** kbaegis has quit IRC | 12:07 | |
*** yangyape_ has quit IRC | 12:11 | |
hrw | mornig | 12:14 |
bubuwifi_ | Jeffrey4l, what am I missing? | 12:15 |
*** lpetrut has quit IRC | 12:17 | |
*** k_mouza has quit IRC | 12:19 | |
*** k_mouza has joined #openstack-kolla | 12:20 | |
*** k_mouza has quit IRC | 12:20 | |
*** lpetrut has joined #openstack-kolla | 12:25 | |
openstackgerrit | Guoqiang Ding proposed openstack/kolla-ansible master: Add the missing step in quickstart https://review.openstack.org/523077 | 12:25 |
*** jtriley has quit IRC | 12:26 | |
*** k_mouza has joined #openstack-kolla | 12:27 | |
openstackgerrit | Guoqiang Ding proposed openstack/kolla-ansible master: Add the missing step in quickstart https://review.openstack.org/523077 | 12:27 |
*** keper7 has quit IRC | 12:29 | |
*** jtriley has joined #openstack-kolla | 12:36 | |
*** yangyapeng has joined #openstack-kolla | 12:36 | |
*** skramaja has quit IRC | 12:42 | |
*** rhallisey has joined #openstack-kolla | 12:43 | |
bubuwifi_ | Looks like I run into this issue: https://bugs.launchpad.net/kolla/+bug/1730346 | 12:45 |
openstack | Launchpad bug 1730346 in kolla ocata "Error building fluentd container image in CentOS" [Undecided,New] | 12:45 |
*** k_mouza has quit IRC | 12:48 | |
*** jtriley has quit IRC | 12:48 | |
*** jtriley has joined #openstack-kolla | 12:49 | |
*** keper7 has joined #openstack-kolla | 12:52 | |
Jeffrey4l | bubuwifi_, this should be fixed already. could you check the Dockerfile.j2 for fluentd? or post it out. | 12:54 |
*** gfidente has quit IRC | 12:57 | |
*** kolla-slack has quit IRC | 13:00 | |
*** gfidente has joined #openstack-kolla | 13:00 | |
bubuwifi_ | Jeffrey4l, http://paste.openstack.org/show/628077/ | 13:00 |
*** kolla-slack has joined #openstack-kolla | 13:00 | |
Jeffrey4l | bubuwifi_, pull the latest stable/pike code, you are not using the latest | 13:01 |
Jeffrey4l | bubuwifi_, hold on. you are using ocata?> | 13:04 |
bubuwifi_ | Jeffre4l, yes | 13:04 |
*** gfidente has quit IRC | 13:05 | |
*** jtriley has quit IRC | 13:05 | |
Jeffrey4l | bubuwifi_, what exact error you got? | 13:05 |
*** dardelean has quit IRC | 13:06 | |
*** gfidente has joined #openstack-kolla | 13:07 | |
*** gfidente has quit IRC | 13:07 | |
*** gfidente has joined #openstack-kolla | 13:07 | |
*** salv-orlando has quit IRC | 13:07 | |
*** salv-orlando has joined #openstack-kolla | 13:08 | |
*** cah_link has quit IRC | 13:08 | |
bubuwifi_ | jeffrey4l, I think I've found the problem. | 13:10 |
Jeffrey4l | what'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 IRC | 13:12 | |
*** niedbalski_ is now known as niedbalski | 13:13 | |
Jeffrey4l | bubuwifi_, this should come from the pike branch. | 13:13 |
*** niedbalski has quit IRC | 13:13 | |
*** niedbalski has joined #openstack-kolla | 13:13 | |
*** heigao_1212 has joined #openstack-kolla | 13: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 |
Jeffrey4l | o_O | 13:22 |
*** heigao_1982 has joined #openstack-kolla | 13:24 | |
*** heigao_1212 has quit IRC | 13:24 | |
*** heigao has quit IRC | 13:25 | |
*** keper7 has quit IRC | 13:25 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: ansiblize the init-runonce script https://review.openstack.org/523072 | 13:30 |
*** kolla-slack has quit IRC | 13:31 | |
*** kolla-slack has joined #openstack-kolla | 13:31 | |
*** janki has quit IRC | 13:33 | |
hrw | time to send another !x86 fix | 13:35 |
*** oanson has quit IRC | 13:35 | |
*** oanson has joined #openstack-kolla | 13:37 | |
*** kolla-slack has quit IRC | 13:39 | |
*** kolla-slack has joined #openstack-kolla | 13:39 | |
openstackgerrit | Merged openstack/kolla-ansible master: Fix launch instance failed in trove https://review.openstack.org/522460 | 13:40 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: neutron-server-opendaylight: make it buildable on non-x86 https://review.openstack.org/525183 | 13:43 |
hrw | reviews welcome | 13:43 |
*** kolla-slack has quit IRC | 13:45 | |
*** kolla-slack has joined #openstack-kolla | 13:46 | |
*** itlinux has joined #openstack-kolla | 13:50 | |
*** tvignaud has quit IRC | 13:50 | |
openstackgerrit | Rich Wellum proposed openstack/kolla-kubernetes master: Test: ironic gates are failing. https://review.openstack.org/525191 | 13:52 |
*** kolla-slack has quit IRC | 13:56 | |
*** kolla-slack has joined #openstack-kolla | 13:56 | |
*** kolla-slack has quit IRC | 13:58 | |
*** kolla-slack has joined #openstack-kolla | 13:58 | |
openstackgerrit | Merged openstack/kolla-ansible master: add domain_name for multi-regions https://review.openstack.org/524454 | 13:59 |
*** keper7 has joined #openstack-kolla | 14:05 | |
openstackgerrit | Benjamin Diaz proposed openstack/kolla-ansible master: Removed -e Docker flag in ovsdpdk task https://review.openstack.org/523498 | 14:07 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible stable/pike: Fix launch instance failed in trove https://review.openstack.org/525201 | 14:07 |
*** tvignaud has joined #openstack-kolla | 14:08 | |
*** salv-orlando has joined #openstack-kolla | 14:08 | |
*** dardelean has joined #openstack-kolla | 14:12 | |
*** salv-orlando has quit IRC | 14:13 | |
*** keper7 has quit IRC | 14:15 | |
*** dardelean has quit IRC | 14:17 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: Bump to ceph luminous https://review.openstack.org/525216 | 14:28 |
*** jtriley has joined #openstack-kolla | 14:38 | |
*** DosBarbos has joined #openstack-kolla | 14:53 | |
*** salv-orlando has joined #openstack-kolla | 14:57 | |
*** mchlumsky has joined #openstack-kolla | 15:03 | |
*** lukepatrick has joined #openstack-kolla | 15:09 | |
hrw | Jeffrey4l: do we have ceph-mgr? | 15:10 |
*** k_mouza has joined #openstack-kolla | 15:19 | |
*** itlinux has quit IRC | 15:26 | |
*** lukepatrick has quit IRC | 15:27 | |
*** janonymous has quit IRC | 15:31 | |
DosBarbos | hello. anyone is using kolla-kubernetes? I need some help if it is possible. | 15:39 |
*** sai_ has joined #openstack-kolla | 15:40 | |
*** hongbin has joined #openstack-kolla | 15:48 | |
*** mmethot is now known as mmethot|away | 15:50 | |
*** dardelean has joined #openstack-kolla | 15:56 | |
*** vhosakot has joined #openstack-kolla | 15:56 | |
*** diablo_rojo has joined #openstack-kolla | 15:57 | |
*** egonzalez has quit IRC | 15:58 | |
*** david-lyle has quit IRC | 15:58 | |
*** david-lyle has joined #openstack-kolla | 15:59 | |
*** jbrooks has quit IRC | 15:59 | |
*** dardelean has quit IRC | 16:00 | |
*** itlinux has joined #openstack-kolla | 16:31 | |
rwellum | DosBarbos: yes | 16:32 |
*** athomas has quit IRC | 16:35 | |
*** trozet has quit IRC | 16:41 | |
*** itlinux has quit IRC | 16:46 | |
*** benjamin_diaz has joined #openstack-kolla | 16:47 | |
*** manjeets_ is now known as manjeets | 16:49 | |
*** itlinux has joined #openstack-kolla | 16:50 | |
*** lrensing has joined #openstack-kolla | 16:54 | |
*** lrensing has quit IRC | 16:54 | |
openstackgerrit | Rich Wellum proposed openstack/kolla-kubernetes master: Test: ironic gates are failing. https://review.openstack.org/525191 | 16:56 |
*** lpetrut_ has joined #openstack-kolla | 16:57 | |
*** jascott1 has joined #openstack-kolla | 16:57 | |
*** ansmith has joined #openstack-kolla | 16:57 | |
*** dardelean has joined #openstack-kolla | 16:58 | |
*** lpetrut has quit IRC | 17:00 | |
*** dardelean has quit IRC | 17:03 | |
*** b_bezak has quit IRC | 17:03 | |
*** mchlumsky has quit IRC | 17:03 | |
*** lpetrut_ has quit IRC | 17:03 | |
*** b_bezak has joined #openstack-kolla | 17:04 | |
*** mchlumsky has joined #openstack-kolla | 17:05 | |
*** jascott1 has quit IRC | 17:07 | |
*** b_bezak has quit IRC | 17:08 | |
*** mchlumsky has quit IRC | 17:13 | |
*** k_mouza has quit IRC | 17:21 | |
*** ntpttr_laptop has joined #openstack-kolla | 17:21 | |
*** magicboiz has quit IRC | 17:24 | |
*** magicboiz has joined #openstack-kolla | 17:36 | |
*** gkadam_ has quit IRC | 17:38 | |
*** jtriley has quit IRC | 17:42 | |
*** magicboiz has quit IRC | 17:44 | |
*** lukepatrick has joined #openstack-kolla | 17:47 | |
*** magicboiz has joined #openstack-kolla | 17:50 | |
*** diablo_rojo has quit IRC | 17:53 | |
inc0 | good morning everyone | 17:56 |
*** gfidente has quit IRC | 17:57 | |
*** trozet has joined #openstack-kolla | 17:59 | |
*** gfidente has joined #openstack-kolla | 17:59 | |
*** gfidente has quit IRC | 17:59 | |
*** gfidente has joined #openstack-kolla | 17:59 | |
SamYaple | morning michal | 18:00 |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla-ansible master: Enable multinode scenarios in zuulv3 https://review.openstack.org/512779 | 18:02 |
*** mgoddard has quit IRC | 18:06 | |
*** jtriley has joined #openstack-kolla | 18:08 | |
*** jtriley has quit IRC | 18:13 | |
*** salv-orlando has quit IRC | 18:23 | |
kfox1111 | morning. | 18:24 |
*** salv-orlando has joined #openstack-kolla | 18:24 | |
kfox1111 | https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ has some very interesting things.... | 18:24 |
*** jtriley has joined #openstack-kolla | 18:27 | |
*** trozet has quit IRC | 18:28 | |
*** salv-orlando has quit IRC | 18:28 | |
*** sambetts is now known as sambetts|afk | 18:30 | |
rwellum | kfox1111: I made an inconsequential change to kolla-k8s, and it's failing on ironictoo: https://review.openstack.org/#/c/525191/2 | 18:36 |
*** jascott1 has joined #openstack-kolla | 18:37 | |
*** salv-orlando has joined #openstack-kolla | 18:39 | |
*** rwellum has quit IRC | 18:44 | |
*** rwellum has joined #openstack-kolla | 18:44 | |
*** gkadam_ has joined #openstack-kolla | 18:47 | |
*** mgoddard has joined #openstack-kolla | 18:50 | |
*** kolla-slack has quit IRC | 19:00 | |
*** kolla-slack has joined #openstack-kolla | 19:00 | |
kfox1111 | rwellum: yeh, looks like the gates just broken. | 19:06 |
kfox1111 | thanks for checking. | 19:07 |
rwellum | np. | 19:07 |
rwellum | kfox1111: I've seen an orch tool for kubernetes use that feature to assign pods where they wanted them before. | 19:14 |
kfox1111 | yeah. totally could use that instead of kube-entrypoint for some things. | 19:16 |
kfox1111 | probably something we should add. | 19:16 |
rwellum | Yup. | 19:20 |
*** unicell has joined #openstack-kolla | 19:21 | |
*** rwsu has quit IRC | 19:29 | |
*** dardelean has joined #openstack-kolla | 19:40 | |
*** dardelean has quit IRC | 19:40 | |
*** dardelean has joined #openstack-kolla | 19:40 | |
*** dardelean has quit IRC | 19:45 | |
*** dave-mccowan has joined #openstack-kolla | 19:45 | |
*** trozet has joined #openstack-kolla | 19:51 | |
*** itlinux has quit IRC | 20:01 | |
*** bubuwifi has joined #openstack-kolla | 20:10 | |
*** athomas has joined #openstack-kolla | 20:10 | |
*** hawi has quit IRC | 20:21 | |
jascott1 | rwellum have you by chance seen and solved this one? Error: Binding failed for port please check neutron logs for more information | 20:21 |
*** dardelean has joined #openstack-kolla | 20:24 | |
*** alexandrox has joined #openstack-kolla | 20:24 | |
alexandrox | hello | 20:24 |
alexandrox | I'm trying to install openstack pike with OpenDaylight (enabled in globals.yml), deployed fine but I cannot get connectivity and dhcp on the network | 20:25 |
alexandrox | curl to ODL returns a list of networks | 20:25 |
*** rwsu has joined #openstack-kolla | 20:25 | |
alexandrox | but gateway seems down | 20:25 |
alexandrox | any idea? | 20:26 |
alexandrox | i'm using centos images (built by myself) | 20:28 |
*** jtriley has quit IRC | 20:29 | |
dardelean | can you see the packets if you a tcpdump on the network namespace? | 20:32 |
*** signed8bit has joined #openstack-kolla | 20:33 | |
alexandrox | on the controller or compute? | 20:35 |
alexandrox | -- reinstalling kolla, going to try tcpdump | 20:36 |
*** ktibi has quit IRC | 20:38 | |
*** salv-orlando has quit IRC | 20:43 | |
*** salv-orlando has joined #openstack-kolla | 20:43 | |
*** salv-orlando has quit IRC | 20:45 | |
*** salv-orlando has joined #openstack-kolla | 20:45 | |
*** lukepatrick has quit IRC | 20:45 | |
*** lukepatrick has joined #openstack-kolla | 20:46 | |
*** dardelean has quit IRC | 20:50 | |
*** jaosorior has quit IRC | 20:51 | |
*** gkadam_ has quit IRC | 20:51 | |
*** jtriley has joined #openstack-kolla | 20:55 | |
*** shardy has quit IRC | 21:05 | |
*** itlinux has joined #openstack-kolla | 21:05 | |
*** itlinux has quit IRC | 21:06 | |
*** rwsu has quit IRC | 21:29 | |
*** dardelean has joined #openstack-kolla | 21:33 | |
*** mgoddard has quit IRC | 21:36 | |
*** dardelean has quit IRC | 21:38 | |
*** pcaruana has quit IRC | 21:39 | |
*** ansmith has quit IRC | 21:40 | |
*** affie has quit IRC | 21:43 | |
*** rhallisey has quit IRC | 21:43 | |
*** mgoddard has joined #openstack-kolla | 21:43 | |
*** benjamin_diaz has quit IRC | 21:54 | |
*** hawi has joined #openstack-kolla | 21:54 | |
*** dardelean has joined #openstack-kolla | 21:59 | |
*** lukepatrick has quit IRC | 22:05 | |
*** hawi has quit IRC | 22: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/1637928 | 22:13 |
openstack | Launchpad bug 1637928 in kolla "openvswitch set-manager to ODL doesn't work" [Low,Incomplete] | 22:13 |
*** jtriley has quit IRC | 22:13 | |
*** salv-orlando has quit IRC | 22:15 | |
*** salv-orlando has joined #openstack-kolla | 22:15 | |
*** salv-orlando has quit IRC | 22:20 | |
*** rwsu has joined #openstack-kolla | 22:27 | |
*** salv-orlando has joined #openstack-kolla | 22:27 | |
*** Pavo has joined #openstack-kolla | 22:27 | |
*** hawi has joined #openstack-kolla | 22:28 | |
*** mgoddard has quit IRC | 22:34 | |
*** hawi has quit IRC | 22:34 | |
*** jtriley has joined #openstack-kolla | 22:39 | |
*** ansmith has joined #openstack-kolla | 22:47 | |
rwellum | jascott1: hey bud, no that one does not seem familiar | 23:06 |
jascott1 | ah thanks anyway :) | 23:09 |
*** jtriley has quit IRC | 23:11 | |
rwellum | Did the logs reveal anything? | 23:16 |
rwellum | kfox1111: 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 |
kfox1111 | yeah. | 23:17 |
rwellum | Have to go chase him off the k8s forums... :) | 23:17 |
kfox1111 | +1 | 23:18 |
*** lukepatrick has joined #openstack-kolla | 23:28 | |
*** jtriley has joined #openstack-kolla | 23:33 | |
*** signed8bit is now known as signed8bit_Zzz | 23:43 | |
*** signed8bit_Zzz has quit IRC | 23:44 | |
*** signed8bit has joined #openstack-kolla | 23:46 | |
*** alexandrox has quit IRC | 23:49 | |
*** affie has joined #openstack-kolla | 23:52 | |
*** hongbin has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!