*** salv-orlando has quit IRC | 00:01 | |
*** salv-orlando has joined #openstack-kolla | 00:02 | |
*** yangyapeng has quit IRC | 00:05 | |
*** salv-orlando has quit IRC | 00:06 | |
*** hongbin has quit IRC | 00:10 | |
*** yangyapeng has joined #openstack-kolla | 00:19 | |
*** yangyapeng has quit IRC | 00:23 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla-kubernetes master: Updated from global requirements https://review.openstack.org/509443 | 00:24 |
---|---|---|
*** yangyapeng has joined #openstack-kolla | 00:38 | |
*** zshi has joined #openstack-kolla | 00:45 | |
*** yangyapeng has quit IRC | 00:47 | |
kfox1111 | ok. lets see how badly this breaks things. :) | 00:48 |
*** chas has joined #openstack-kolla | 00:49 | |
*** zshi has quit IRC | 00:51 | |
*** Pavo has quit IRC | 00:53 | |
*** chas has quit IRC | 00:53 | |
*** Pavo has joined #openstack-kolla | 00:53 | |
*** Pavo has quit IRC | 00:54 | |
*** zhangfei has joined #openstack-kolla | 00:57 | |
*** kiennt26 has joined #openstack-kolla | 01:01 | |
*** Pavo has joined #openstack-kolla | 01:01 | |
lxdong | kfox1111 jamesbenson I came across this [root@compute01 ceph]# docker logs bootstrap_mariadb INFO:__main__:Loading config file at /var/lib/kolla/config_files/config.json INFO:__main__:Validating config file INFO:__main__:Kolla config strategy set to: COPY_ALWAYS INFO:__main__:Copying service configuration files INFO:__main__:Deleting /etc//my.cnf INFO:__main__:Copying /var/lib/kolla/config_files/galera.cnf to /etc//my.cnf INF | 01:04 |
*** zshi_ has joined #openstack-kolla | 01:04 | |
lxdong | at TASK [mariadb : Running MariaDB bootstrap container] | 01:04 |
*** yangyapeng has joined #openstack-kolla | 01:05 | |
lxdong | Copying /var/lib/kolla/config_files/galera.cnf to /etc//my.cnf | 01:05 |
*** yangyapeng has quit IRC | 01:06 | |
lxdong | I think it's a broken path | 01:06 |
*** yangyapeng has joined #openstack-kolla | 01:06 | |
Jeffrey4l | kfox1111, re ceph works, are you meant kolla external ceph support? | 01:06 |
kfox1111 | Jeffrey4l: more ceph in general. | 01:06 |
*** duonghq has joined #openstack-kolla | 01:06 | |
Jeffrey4l | got. thanks. | 01:06 |
kfox1111 | lxdong: not sure on that one.... mysql looks for configs in weird places. | 01:06 |
Jeffrey4l | lxdong, it is a bad filename, galera.cnf. but this is how it works now. the optimal filename is change galera.cnf to my.cnf | 01:07 |
Jeffrey4l | inc0, around? | 01:09 |
lxdong | What should I do , tried /etc//my.cnf it can work. | 01:09 |
Jeffrey4l | lxdong, what's you issue? | 01:09 |
lxdong | TASK [mariadb : Running MariaDB bootstrap container] fatal: [compute01]: FAILED! => {"changed": true, "failed": true, "msg": "Container exited with non-zero return code"} | 01:10 |
lxdong | docker logs show above | 01:10 |
*** gfhellma_ has quit IRC | 01:11 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: [wip]Publish docker images to tarballs.openstack.org site https://review.openstack.org/519668 | 01:14 |
inc0 | hey now I am | 01:14 |
*** jtriley has joined #openstack-kolla | 01:14 | |
inc0 | Jeffrey4l: how was summit? I saw your presentations, you did good! | 01:14 |
*** lxdong has quit IRC | 01:14 | |
Jeffrey4l | inc0, thank. it is great. | 01:15 |
Jeffrey4l | inc0, i want to talk this patch https://review.openstack.org/519668 | 01:15 |
Jeffrey4l | inc0, will we drop the support for tarballs.o.o site images? or support it and dockerhub on the same time? | 01:16 |
inc0 | Jeffrey4l: infra guys said that they don't really like tarballs | 01:16 |
*** tovin07_ has joined #openstack-kolla | 01:16 | |
Jeffrey4l | aha, so we will remove all the files in tarballs? | 01:16 |
inc0 | well first we need to push daily for stable branches and change deploy gates to use dockerhub - and be very careful to use cache there | 01:17 |
*** lxdong has joined #openstack-kolla | 01:17 | |
Jeffrey4l | cache means? | 01:17 |
inc0 | http cache, we used it before - via apache | 01:18 |
lxdong | lost connection. What's the reply? | 01:18 |
inc0 | every nodepool has local https cache, so if we pull through it, next gate will get cached images | 01:19 |
inc0 | that will minimize bandwidth requirement for our gates | 01:19 |
lxdong | docker logs bootstrap_mariadb http://paste.openstack.org/show/626284/ | 01:19 |
Jeffrey4l | inc0, if we use dockerhub, we will not use the cache, right? | 01:20 |
inc0 | lxdong: also check /var/lib/docker/volumes/kolla_logs | 01:20 |
inc0 | Jeffrey4l: why? | 01:20 |
Jeffrey4l | hrm. about the http cache, is it a http proxy cache? | 01:20 |
inc0 | docker pull is just http, so if we pull through http cache, it should just work | 01:20 |
Jeffrey4l | inc0, docker pull is https. and https is never be cache, i think. | 01:20 |
inc0 | I think docker can use https cache, it's a config option, let me check | 01:21 |
Jeffrey4l | inc0, do you have any link or doc for the http cache? | 01:21 |
inc0 | https://docs.docker.com/registry/recipes/mirror/ | 01:21 |
Jeffrey4l | this is registry mirror. not http proxy cache. | 01:22 |
*** rhallisey has quit IRC | 01:22 | |
inc0 | right, hold on I remember we were setting up cache for image pulls | 01:23 |
Jeffrey4l | if the infra guys could set up a docker mirror service, that will be helpful. | 01:23 |
lxdong | http://paste.openstack.org/show/626307/ ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.4.150' (111 "Connection refused") | 01:24 |
*** tovin07__ has joined #openstack-kolla | 01:24 | |
Jeffrey4l | lxdong, what are you doing? first deploy? | 01:25 |
inc0 | I'll experiment with cache tomorrow, I can't remember what we planned with infra | 01:25 |
inc0 | anyway, we want to get rid of tarballs asap | 01:26 |
Jeffrey4l | got. thanks. | 01:26 |
Jeffrey4l | then i will fix the kolla-ansible to use dockerhub today. | 01:26 |
lxdong | with the latest kolla version ,yes. deployed before | 01:26 |
Jeffrey4l | lxdong, the first deploy is successful? then what are you doing now? | 01:27 |
inc0 | first let's backport all gate work to stable branches | 01:27 |
*** tovin07_ has quit IRC | 01:28 | |
*** tovin07__ has quit IRC | 01:28 | |
Jeffrey4l | inc0, there is one issue now. tarballs.o.o image is not updated for one month. the old image affect the jobs now. | 01:29 |
inc0 | yeah | 01:30 |
Jeffrey4l | inc0, could you review https://review.openstack.org/519052 | 01:30 |
inc0 | look at infra | 01:30 |
*** duonghq has quit IRC | 01:30 | |
*** hieulq has quit IRC | 01:30 | |
*** kiennt26 has quit IRC | 01:30 | |
Jeffrey4l | inc0, and https://review.openstack.org/515579 if you have time ;) | 01:30 |
*** tovin07_ has joined #openstack-kolla | 01:30 | |
lxdong | update kolla to latest version ,rebuilt images and redeploy with external ceph. | 01:31 |
inc0 | done | 01:31 |
*** duonghq has joined #openstack-kolla | 01:31 | |
*** kiennt26 has joined #openstack-kolla | 01:31 | |
*** hieulq has joined #openstack-kolla | 01:31 | |
inc0 | I'll rebase rest of our gate changes including pusher tomorrow | 01:31 |
inc0 | Jeffrey4l: can you experiment with this docker cache in meantime on master? | 01:31 |
Jeffrey4l | inc0, how? where is the cache? | 01:32 |
inc0 | look at infra chat | 01:32 |
Jeffrey4l | roger. will try it today. | 01:34 |
inc0 | thanks | 01:35 |
inc0 | drop a comment how it went so I can pick it up tomorrow | 01:35 |
Jeffrey4l | np | 01:36 |
lxdong | with external ceph didn't succeed last time because of the same issue. | 01:37 |
*** absubram has quit IRC | 01:37 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla-kubernetes master: Updated from global requirements https://review.openstack.org/509443 | 01:38 |
Jeffrey4l | lxdong, could you file a bug for this? | 01:40 |
lxdong | sure | 01:43 |
*** chas has joined #openstack-kolla | 01:43 | |
lxdong | kfox1111 jamesbenson used external ceph too ,they work well. | 01:45 |
*** chas has quit IRC | 01:47 | |
*** caowei has joined #openstack-kolla | 01:50 | |
*** chialiang has joined #openstack-kolla | 01:51 | |
*** salv-orlando has joined #openstack-kolla | 02:03 | |
*** threestrands has joined #openstack-kolla | 02:07 | |
*** salv-orlando has quit IRC | 02:08 | |
*** itlinux has joined #openstack-kolla | 02:12 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: [WIP] pull image from dockerhub https://review.openstack.org/519939 | 02:13 |
lxdong | http://paste.openstack.org/show/626311/ /usr/local/bin/wsrep-notify.sh --status Joined --uuid 5c2b0a40-c9a8-11e7-8068-8a9646dd46c7 --primary yes --index 0 --members 5c2a55c6-c9a8-11e7-be2e-07b00d412d97/compute01/192.168.4.150:0: 1 (Operation not permitted) | 02:13 |
SamYaple | Jeffrey4l: inc0 its a pretty simple setup to use the cache | 02:15 |
Jeffrey4l | yes. Got the answer from infra channel. and thanks. | 02:15 |
SamYaple | Jeffrey4l: https://github.com/openstack/loci/blob/master/playbooks/vars.yaml#L1-L8 | 02:15 |
SamYaple | if you do the daemon.json for config it gets easier | 02:16 |
SamYaple | because you can declare it all in vars yaml | 02:16 |
Jeffrey4l | yes. | 02:16 |
SamYaple | https://github.com/openstack/loci/blob/master/playbooks/setup-gate.yaml#L32-L33 | 02:16 |
SamYaple | something like that | 02:16 |
SamYaple | we should probably make a shared docker install playbook | 02:16 |
*** itlinux has quit IRC | 02:17 | |
Jeffrey4l | SamYaple, shared docker install is a good idea. | 02:18 |
Jeffrey4l | or implement a common role to install docker. | 02:18 |
SamYaple | yea we can do that easy like | 02:20 |
*** danardelean has joined #openstack-kolla | 02:20 | |
SamYaple | especially with the daemon.json in the vars like that | 02:20 |
SamYaple | then each project can set thatup the way the wist | 02:21 |
SamYaple | wish* | 02:21 |
*** danardelean has quit IRC | 02:25 | |
korean101 | something wrong... | 02:34 |
korean101 | i try to kolla-ansible upgrade (from ocata to pike) | 02:34 |
korean101 | 1. i deploy ocata release via kolla | 02:34 |
korean101 | but can't reach http://169.254.169.254/2009-04-04/instance-id | 02:35 |
korean101 | 2. i deploy pike release via kolla | 02:35 |
korean101 | nothing's wrong | 02:35 |
korean101 | some bugs in ocata release? via kolla | 02:36 |
*** chas has joined #openstack-kolla | 02:37 | |
*** chas has quit IRC | 02:42 | |
*** tovin07__ has joined #openstack-kolla | 02:42 | |
*** tovin07_ has quit IRC | 02:44 | |
*** tovin07 has joined #openstack-kolla | 02:53 | |
*** tovin07__ has quit IRC | 02:56 | |
-openstackstatus- NOTICE: Due to an unexpected outage with Zuul (1 hour), you'll need to recheck any jobs that were in progress. Sorry for the inconvenience. | 02:56 | |
*** tovin07 has quit IRC | 02:58 | |
*** Pavo has quit IRC | 02:59 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: [WIP] pull image from dockerhub https://review.openstack.org/519939 | 03:00 |
*** unicell has quit IRC | 03:00 | |
*** danardelean has joined #openstack-kolla | 03:02 | |
*** Pavo has joined #openstack-kolla | 03:02 | |
*** salv-orlando has joined #openstack-kolla | 03:04 | |
*** danardelean has quit IRC | 03:06 | |
*** salv-orlando has quit IRC | 03:09 | |
*** dave-mccowan has quit IRC | 03:09 | |
lxdong | There must be something wrong, I didn't do anything and TASK [mariadb : Running MariaDB bootstrap container] passed | 03:11 |
*** japestinho has joined #openstack-kolla | 03:13 | |
*** itlinux has joined #openstack-kolla | 03:15 | |
lxdong | Is this a dim bug of galera cluster sync ? keep watching | 03:18 |
openstackgerrit | Merged openstack/kolla-ansible stable/ocata: Move to zuul v3 in project jobs https://review.openstack.org/515579 | 03:28 |
*** chas has joined #openstack-kolla | 03:31 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: [WIP] pull image from dockerhub https://review.openstack.org/519939 | 03:33 |
*** tovin07_ has joined #openstack-kolla | 03:35 | |
*** zhangfei has quit IRC | 03:35 | |
*** chas has quit IRC | 03:35 | |
*** jamesbenson has joined #openstack-kolla | 03:36 | |
*** mdnadeem has joined #openstack-kolla | 03:39 | |
*** jamesbenson has quit IRC | 03:40 | |
*** zhangfei has joined #openstack-kolla | 03:47 | |
lxdong | timeout at TASK [nova : Waiting for nova-compute service up] http://paste.openstack.org/show/626315/ | 03:54 |
openstackgerrit | Dai Dang Van proposed openstack/kolla-ansible master: Add note about overwriting policy.json file https://review.openstack.org/511186 | 03:56 |
openstackgerrit | Dai Dang Van proposed openstack/kolla-ansible master: Add support policy.yaml file - Aodh https://review.openstack.org/514565 | 03:56 |
*** kiennt26 has quit IRC | 03:57 | |
openstackgerrit | Dai Dang Van proposed openstack/kolla-ansible master: Add note about overwriting policy.json file https://review.openstack.org/511186 | 03:59 |
openstackgerrit | Dai Dang Van proposed openstack/kolla-ansible master: Add note about overwriting policy.json file https://review.openstack.org/511186 | 03:59 |
*** kiennt26 has joined #openstack-kolla | 04:01 | |
lxdong | no error in nova logs .nova-compute.conf [libvirt] images_rbd_pool=vms images_type=rbd images_rbd_ceph_conf=/etc/ceph/ceph.conf rbd_user=nova | 04:02 |
*** salv-orlando has joined #openstack-kolla | 04:05 | |
*** salv-orlando has quit IRC | 04:11 | |
*** kiennt26 has quit IRC | 04:16 | |
lxdong | Found the same issue of my own in 2017-10-13 logs and didn't happen during the next deployment | 04:16 |
*** jamesbenson has joined #openstack-kolla | 04:17 | |
*** jamesbenson has quit IRC | 04:22 | |
*** chas has joined #openstack-kolla | 04:25 | |
*** chas has quit IRC | 04:29 | |
*** ntpttr_laptop has joined #openstack-kolla | 04:30 | |
*** skramaja has joined #openstack-kolla | 04:43 | |
*** magicboiz has quit IRC | 04:46 | |
kolla-slack | <inc0> SamYaple we generally use bootstrap servers for k-ans which will need it | 04:50 |
kolla-slack | <inc0> But daemon.json is simple template task | 04:51 |
*** jamesbenson has joined #openstack-kolla | 04:59 | |
*** Pavo has quit IRC | 04:59 | |
*** Pavo has joined #openstack-kolla | 05:03 | |
*** jamesbenson has quit IRC | 05:04 | |
*** salv-orlando has joined #openstack-kolla | 05:07 | |
lxdong | issue remains unfortunately this time. | 05:09 |
openstackgerrit | Merged openstack/kolla-ansible master: Revert "Omit outward_rabbitmq from check for upgrade" https://review.openstack.org/515598 | 05:11 |
openstackgerrit | Merged openstack/kolla-ansible master: Clean update endpoints task in keystone upgrade https://review.openstack.org/515600 | 05:11 |
*** salv-orlando has quit IRC | 05:12 | |
Jeffrey4l | pbourke, berendt please review https://review.openstack.org/519592 | 05:14 |
*** caowei has quit IRC | 05:16 | |
*** chas has joined #openstack-kolla | 05:19 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: Improve gate post jobs https://review.openstack.org/519969 | 05:20 |
*** chas has quit IRC | 05:23 | |
*** jaosorior has quit IRC | 05:24 | |
*** itlinux has quit IRC | 05:27 | |
*** chialiang has quit IRC | 05:30 | |
*** chialiang_ has joined #openstack-kolla | 05:30 | |
*** chialiang_ has quit IRC | 05:32 | |
*** chialiang_ has joined #openstack-kolla | 05:32 | |
*** janki has joined #openstack-kolla | 05:33 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla stable/pike: Install python-openstackclient in kolla-toolbox container https://review.openstack.org/519971 | 05:37 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla stable/ocata: Install python-openstackclient in kolla-toolbox container https://review.openstack.org/519972 | 05:38 |
*** janki has quit IRC | 05:40 | |
*** caowei has joined #openstack-kolla | 05:57 | |
korean101 | i try to deploy Ocata releases via kolla | 06:00 |
korean101 | some ERRORs ("The conditional check ''169.254.' not in kolla_internal_vip_address and kolla_internal_vip_address | ipaddr(ip_addr_output.stdout.split()[3]) is none' failed. The error was: The ipaddr filter requires python-netaddr be installed on the ansible controller") | 06:00 |
korean101 | anyone knows? | 06:00 |
openstackgerrit | Chason Chan proposed openstack/kolla-ansible master: Fix the deprecated syntax in 01-rewrite.conf https://review.openstack.org/518490 | 06:02 |
openstackgerrit | Sai Ram Peesapati proposed openstack/kolla master: Typo in neutron-server/extend_start.sh https://review.openstack.org/519976 | 06:05 |
*** ntpttr_laptop has quit IRC | 06:05 | |
*** salv-orlando has joined #openstack-kolla | 06:08 | |
*** janki has joined #openstack-kolla | 06:12 | |
*** salv-orlando has quit IRC | 06:12 | |
*** chas has joined #openstack-kolla | 06:13 | |
*** lpetrut_ has joined #openstack-kolla | 06:15 | |
*** chas has quit IRC | 06:18 | |
*** yingjun has joined #openstack-kolla | 06:20 | |
*** kevzha01 is now known as kevinz | 06:24 | |
*** daidv has joined #openstack-kolla | 06:26 | |
ashu | hi alll | 06:27 |
ashu | i am having issue with ceph | 06:27 |
ashu | there is no ceph-osd container in storage node using kolla-ansible pike | 06:28 |
*** danardelean has joined #openstack-kolla | 06:31 | |
*** unicell has joined #openstack-kolla | 06:33 | |
*** danardelean has quit IRC | 06:34 | |
*** threestrands has quit IRC | 06:34 | |
*** unicell1 has joined #openstack-kolla | 06:35 | |
openstackgerrit | Chason Chan proposed openstack/kolla-ansible master: Fix the deprecated syntax in 01-rewrite.conf https://review.openstack.org/518490 | 06:37 |
*** unicell has quit IRC | 06:37 | |
*** salv-orlando has joined #openstack-kolla | 06:38 | |
*** lpetrut_ has quit IRC | 06:40 | |
*** lpetrut_ has joined #openstack-kolla | 06:41 | |
lxdong | There is \"exec: \\\"openstack\\\": executable file not found in $PATH\"" in kolla-toolbox based centos as well. | 06:42 |
openstackgerrit | Chason Chan proposed openstack/kolla-ansible master: Fix the deprecated syntax in 01-rewrite.conf https://review.openstack.org/518490 | 06:46 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: [WIP] pull image from dockerhub https://review.openstack.org/519939 | 06:50 |
openstackgerrit | Chason Chan proposed openstack/kolla-ansible master: Fix the deprecated syntax in 01-rewrite.conf https://review.openstack.org/518490 | 06:55 |
*** lpetrut_ has quit IRC | 06:56 | |
*** jamesbenson has joined #openstack-kolla | 06:56 | |
*** jaosorior has joined #openstack-kolla | 06:57 | |
*** egonzalez has joined #openstack-kolla | 06:58 | |
*** Pavo has quit IRC | 06:59 | |
korean101 | ashu: parted /dev/sdb -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP 1 -1 | 07:01 |
*** jamesbenson has quit IRC | 07:01 | |
*** cah_link has joined #openstack-kolla | 07:02 | |
Jeffrey4l | egonzalez, could u review https://review.openstack.org/519592 first? | 07:02 |
egonzalez | just made it :) | 07:02 |
*** Pavo has joined #openstack-kolla | 07:04 | |
Jeffrey4l | tanks. | 07:06 |
*** chas has joined #openstack-kolla | 07:07 | |
korean101 | egonzalez: Hi. i try to kolla-ansible upgrade | 07:10 |
korean101 | egonzalez: can i ask something? | 07:11 |
*** danardelean has joined #openstack-kolla | 07:11 | |
korean101 | egonzalez: i try to upgrade from ocata to pike | 07:11 |
korean101 | i install kolla-ansible 4.0.0 | 07:11 |
korean101 | and prechecks fails | 07:11 |
korean101 | "The conditional check ''169.254.' not in kolla_internal_vip_address and kolla_internal_vip_address | ipaddr(ip_addr_output.stdout.split()[3]) is none' failed. The error was: The ipaddr filter requires python-netaddr be installed on the ansible controller" | 07:11 |
*** chas has quit IRC | 07:12 | |
korean101 | i already succeed to deploy pike release via kolla-ansible | 07:12 |
korean101 | same globals.yaml | 07:12 |
korean101 | but can't deploy pike release | 07:12 |
korean101 | am i missing something? | 07:12 |
*** kiennt26 has joined #openstack-kolla | 07:14 | |
kolla-slack | <egonzalez> korean101 error says a missing library in the deploy host | 07:15 |
*** danardelean has quit IRC | 07:15 | |
korean101 | egonzalez: i already bootstrap-servers | 07:16 |
korean101 | egonzalez: and manually install ( yum install python-netaddr) | 07:16 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla stable/ocata: Install python-openstackclient in kolla-toolbox container https://review.openstack.org/519972 | 07:17 |
korean101 | egonzalez: Moreover, there was no problem in pike release. | 07:17 |
*** kelv_ has quit IRC | 07:18 | |
korean101 | egonzalez: nothings about upgrade documents | 07:18 |
kolla-slack | <egonzalez> korean101 ensure your ansible version meets pike requirements | 07:20 |
kolla-slack | <egonzalez> Min version changed from ocata to pike | 07:20 |
korean101 | egonzalez: oh... | 07:21 |
*** zhangfei has quit IRC | 07:21 | |
korean101 | egonzalez: and i already deploy pike release | 07:21 |
*** mdnadeem has quit IRC | 07:23 | |
*** lpetrut_ has joined #openstack-kolla | 07:24 | |
lxdong | What do you mean already deploy pike release yet try to upgrade from ocata to pike? | 07:26 |
lvdombrkr | morning folks someone have use ipv6 prefix_delegation in kolla ? | 07:26 |
lxdong | Why do you use ipv6 prefix_delegation ? | 07:27 |
*** zhubingbing__ has quit IRC | 07:27 | |
korean101 | lxdong: i wanna rolling upgrade new openstack releases | 07:29 |
korean101 | lxdong: use kolla-ansible | 07:29 |
egonzalez | lvdombrkr, what driver are you using for ipv6 dhcp? | 07:29 |
korean101 | lxdong: 1. deploy ocata release and create 10 VMs | 07:29 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: [WIP] pull image from dockerhub https://review.openstack.org/519939 | 07:29 |
korean101 | lxdong: 2. upgrade to pike release and keep 10 VMs | 07:30 |
korean101 | lxdong: i wanna live upgrade use kolla-ansible | 07:30 |
korean101 | https://www.openstack.org/assets/presentation-media/20170505-ZeroDowntimeUpgradeWithKolla.2.16.9.pdf | 07:30 |
*** danardelean has joined #openstack-kolla | 07:30 | |
*** danardel_ has joined #openstack-kolla | 07:32 | |
egonzalez | korean101, what steps are you doing? when is failing? | 07:32 |
*** zhubingbing__ has joined #openstack-kolla | 07:33 | |
*** mdnadeem has joined #openstack-kolla | 07:33 | |
egonzalez | korean101, what versions? 4.0.?, 5.0.? or stable/<branch> git? | 07:34 |
*** danardelean has quit IRC | 07:35 | |
*** danardel_ has quit IRC | 07:37 | |
*** zhangfei has joined #openstack-kolla | 07:37 | |
*** salv-orlando has quit IRC | 07:39 | |
*** salv-orlando has joined #openstack-kolla | 07:39 | |
korean101 | egonzalez: git checkout stable/ocata | 07:40 |
korean101 | egonzalez: pip install kolla-ansible/ | 07:40 |
korean101 | egonzalez: kolla-ansible (4.0.3.dev62) | 07:40 |
korean101 | and bootstrap-servers [OK] | 07:41 |
korean101 | prechecks [FAIL] | 07:41 |
korean101 | egonzalez: but stable/pike --> all is [OK] | 07:41 |
korean101 | egonzalez: same globals.yaml | 07:41 |
egonzalez | korean101, ansible and jinja version? is installed python-netaddr in deploy host? | 07:42 |
korean101 | egonzalez: 1 minutes | 07:42 |
egonzalez | errors? | 07:42 |
*** chas has joined #openstack-kolla | 07:42 | |
egonzalez | image version? own builds? | 07:43 |
*** salv-orlando has quit IRC | 07:43 | |
korean101 | egonzalez: huh! | 07:43 |
*** lpetrut_ has quit IRC | 07:44 | |
korean101 | egonzalez: must install python-netaddr in deployment hosts? | 07:44 |
korean101 | egonzalez: not only target hosts? | 07:44 |
egonzalez | in deployment says the error | 07:44 |
korean101 | fatal: [172.18.0.11]: FAILED! => {"failed": true, "msg": "The conditional check ''169.254.' not in kolla_internal_vip_address and kolla_internal_vip_address | ipaddr(ip_addr_output.stdout.split()[3]) is none' failed. The error was: The ipaddr filter requires python-netaddr be installed on the ansible controller"} | 07:44 |
korean101 | Jinja2 (2.8.1) ansible (2.3.2.0) | 07:44 |
korean101 | i use hub.docker.com (4.0.0) images | 07:45 |
korean101 | egonzalez: python-netaddr-0.7.18-1.el7.noarch (deployment hosts) | 07:45 |
korean101 | egonzalez: python-netaddr-0.7.5-7.el7.noarch (target hosts) | 07:45 |
lvdombrkr | egonzalez: mhmmm, what you mean by driver? | 07:46 |
egonzalez | korean101, did you installed requirements from git repo? pip install -r requirements.txt? | 07:47 |
egonzalez | netaddr is in requirements file | 07:47 |
egonzalez | lvdombrkr, https://docs.openstack.org/ocata/networking-guide/config-ipv6.html#configuring-the-dibbler-server | 07:48 |
korean101 | egonzalez: yes | 07:48 |
lxdong | After adding python-openstackclient to Dockerfile.j2 of kolla-toolbox it failed with empty result [] of docker exec kolla_toolbox openstack ... compute service list -f json --service nova-compute | 07:48 |
lxdong | at TASK [nova : Waiting for nova-compute service up] | 07:48 |
*** pcaruana has joined #openstack-kolla | 07:51 | |
*** mgoddard has joined #openstack-kolla | 07:53 | |
korean101 | egonzalez: and some another bugs (https://bugs.launchpad.net/kolla-ansible/+bug/1665364) | 07:53 |
openstack | Launchpad bug 1665364 in kolla-ansible "kolla-ansible bootstrap-servers fails when api_interface is invalid" [Medium,Fix released] - Assigned to Mark Goddard (mgoddard) | 07:53 |
egonzalez | korean101, was fixed in pike | 07:54 |
korean101 | egonzalez: but i try ocata release | 07:54 |
korean101 | egonzalez: in ocata (kolla-ansible) same ERRORs | 07:55 |
*** lpetrut_ has joined #openstack-kolla | 07:55 | |
korean101 | egonzalez: in pike, no bugs | 07:55 |
korean101 | egonzalez: in ocata, some bugs... | 07:56 |
korean101 | egonzalez: so hard to me | 07:56 |
*** zhangfei has quit IRC | 07:57 | |
*** mandre has quit IRC | 07:59 | |
*** hemna has quit IRC | 07:59 | |
egonzalez | korean101, all your hosts have same interfaces name? | 08:00 |
korean101 | egonzalez: yes | 08:01 |
korean101 | egonzalez: OMG something wierd | 08:01 |
korean101 | egonzalez: pip uninstall netaddr and pip install -r requirements.txt | 08:01 |
korean101 | egonzalez: netaddr-0.7.18 --> netaddr-0.7.19 | 08:01 |
korean101 | egonzalez: and that ERRORs dissappears | 08:02 |
korean101 | egonzalez: sorry my faultsw | 08:02 |
egonzalez | korean101, you can workaround the missing interface in deploy host by changing ``all`` to ``baremetal`` in https://github.com/openstack/kolla-ansible/blob/stable/ocata/ansible/roles/baremetal/tasks/pre-install.yml#L24 | 08:02 |
korean101 | egonzalez: i patch this bugs (https://bugs.launchpad.net/kolla-ansible/+bug/1665364) | 08:03 |
openstack | Launchpad bug 1665364 in kolla-ansible "kolla-ansible bootstrap-servers fails when api_interface is invalid" [Medium,Fix released] - Assigned to Mark Goddard (mgoddard) | 08:03 |
egonzalez | lxdong, check nova compute logs, rabbitmq running? | 08:03 |
*** hemna has joined #openstack-kolla | 08:04 | |
*** mandre has joined #openstack-kolla | 08:05 | |
korean101 | egonzalez: thanks for answer (and sorry about waste time because of my faults) | 08:05 |
lxdong | http://paste.openstack.org/show/626331/ | 08:05 |
korean101 | hmmmmmmmmm | 08:07 |
egonzalez | cannot cherry-pick https://review.openstack.org/#/c/434940/ to ocata atm, if someone can do it :) | 08:07 |
korean101 | why ceilometer still use mongo backend in ocata release? | 08:07 |
egonzalez | lxdong, what storage backend used for nova? | 08:07 |
korean101 | https://github.com/openstack/kolla-ansible/blob/stable/ocata/ansible/roles/ceilometer/tasks/precheck.yml#L25 | 08:08 |
lxdong | no error in nova-compute log ,rabbit running with ceph backend | 08:08 |
*** inc0 has quit IRC | 08:09 | |
lxdong | nova_backend_ceph: "yes" | 08:10 |
egonzalez | korean101, have diff database types for mongo, that task checks if using mongo as backend but is not enabled | 08:10 |
*** zhangfei has joined #openstack-kolla | 08:10 | |
egonzalez | lxdong, ceph is running properly? ceph -s , ceph health? | 08:11 |
korean101 | egonzalez: but enable_mongodb: "no" --> same prechecks errors | 08:11 |
lxdong | HEALTH_WARN | 08:11 |
egonzalez | korean101, https://github.com/openstack/kolla-ansible/blob/stable/ocata/ansible/group_vars/all.yml#L435 | 08:11 |
egonzalez | but by default is mongo the databas type | 08:12 |
egonzalez | error is OK in this case | 08:12 |
lxdong | health HEALTH_WARN too many PGs per OSD (410 > max 300) | 08:12 |
korean101 | egonzalez: hmmmmmmm still default backend is mongodb...... | 08:13 |
korean101 | egonzalez: sounds so difficult upgrade from mongodb to gnocchi | 08:13 |
korean101 | egonzalez: thanks | 08:13 |
egonzalez | korean101, mongo was still supported by ocata, we cannot change defaults from release to release as will break existing environments | 08:13 |
korean101 | egonzalez: yes! thanks! | 08:14 |
lxdong | came across this situation too when use external ceph. | 08:14 |
lxdong | though containerized ceph will work fine. | 08:15 |
lxdong | thought | 08:16 |
*** jiriprox has joined #openstack-kolla | 08:16 | |
lxdong | Is adding 'python-openstackclient==3.12.0' to Dockerfile.j2 enough? | 08:17 |
korean101 | prechecks is [OK] | 08:17 |
egonzalez | lxdong, yep | 08:19 |
*** lpetrut_ has quit IRC | 08:20 | |
lxdong | so what's the matter? | 08:20 |
lxdong | Is there any possbility that it's a sequensial bug of lack of python-openstackclient? | 08:22 |
*** magicboiz has joined #openstack-kolla | 08:22 | |
*** zhurong has joined #openstack-kolla | 08:23 | |
lxdong | or version 3.12.0 matter | 08:23 |
*** tovin07_ has quit IRC | 08:25 | |
egonzalez | version is to avoid running from latest version in stable branch | 08:26 |
lxdong | I mean version 3.12.0 client may has some integrated issue with current release. | 08:28 |
lxdong | Is 3.12.0 the version before? | 08:29 |
chason | https://review.openstack.org/#/c/432608/ | 08:32 |
chason | egonzalez What can I do to push it forward? :) ^^^^^^ | 08:33 |
lxdong | with own built images based ubuntu I came across this situable as well in the morning, by adding 'python-openstackclient==3.12.0' and failed at TASK [nova : Waiting for nova-compute service up] | 08:33 |
*** mgoddard has quit IRC | 08:33 | |
egonzalez | chason, will update the patch today | 08:34 |
*** zhangfei has quit IRC | 08:34 | |
chason | egonzalez OK, thx! | 08:34 |
*** amoralej|off is now known as amoralej | 08:40 | |
*** salv-orlando has joined #openstack-kolla | 08:40 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: [WIP] pull image from dockerhub https://review.openstack.org/519939 | 08:42 |
*** danardelean has joined #openstack-kolla | 08:43 | |
*** jbadiapa_ is now known as jbadiapa | 08:43 | |
*** salv-orlando has quit IRC | 08:44 | |
*** zhangfei has joined #openstack-kolla | 08:47 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: [WIP] pull image from dockerhub https://review.openstack.org/519939 | 08:48 |
*** salv-orlando has joined #openstack-kolla | 08:55 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: [WIP] pull image from dockerhub https://review.openstack.org/519939 | 08:57 |
*** Pavo has quit IRC | 08:59 | |
*** jascott1 has quit IRC | 09:00 | |
*** jascott1 has joined #openstack-kolla | 09:00 | |
lxdong | What's the difference between source and binary ,will binary be more stable? | 09:02 |
*** zhongshengping has joined #openstack-kolla | 09:02 | |
*** gkadam has joined #openstack-kolla | 09:02 | |
*** Pavo has joined #openstack-kolla | 09:03 | |
*** jascott1 has quit IRC | 09:05 | |
*** gfidente has joined #openstack-kolla | 09:06 | |
*** shardy has joined #openstack-kolla | 09:07 | |
*** dougsz has joined #openstack-kolla | 09:10 | |
*** pratapagoutham has joined #openstack-kolla | 09:11 | |
*** mgoddard has joined #openstack-kolla | 09:12 | |
masber | good afternoon, I would like to setup external ceph on kolla, I guess i don't need to specify the storage nodes in the inventory file, is that right? | 09:12 |
*** chialiang_ has quit IRC | 09:13 | |
*** lpetrut_ has joined #openstack-kolla | 09:20 | |
*** chialiang_ has joined #openstack-kolla | 09:24 | |
*** zhongshengping has quit IRC | 09:28 | |
*** serlex has joined #openstack-kolla | 09:31 | |
*** magicboiz has quit IRC | 09:39 | |
*** mdnadeem has quit IRC | 09:49 | |
*** yingjun has quit IRC | 09:55 | |
*** duonghq has quit IRC | 09:58 | |
lxdong | right | 09:59 |
lxdong | what version are you using masber | 10:00 |
*** mdnadeem has joined #openstack-kolla | 10:02 | |
lxdong | Is there anyone using kolla-kubernetes came across unable to start kubelet at the very beginning? | 10:04 |
*** strigazi has quit IRC | 10:05 | |
*** strigazi has joined #openstack-kolla | 10:06 | |
*** zhangfei has quit IRC | 10:18 | |
*** daidv has quit IRC | 10:23 | |
*** hieulq has quit IRC | 10:24 | |
*** kiennt26 has quit IRC | 10:25 | |
*** magicboiz has joined #openstack-kolla | 10:30 | |
*** zhangfei has joined #openstack-kolla | 10:31 | |
*** rmart04 has joined #openstack-kolla | 10:40 | |
*** kiennt26 has joined #openstack-kolla | 10:41 | |
*** daidv has joined #openstack-kolla | 10:41 | |
*** hieulq has joined #openstack-kolla | 10:41 | |
*** caowei has quit IRC | 10:42 | |
*** kiennt26 has quit IRC | 10:51 | |
*** daidv has quit IRC | 10:52 | |
*** hieulq has quit IRC | 10:53 | |
*** ktibi has joined #openstack-kolla | 10:57 | |
*** magicboiz has quit IRC | 10:57 | |
*** Pavo has quit IRC | 10:59 | |
*** yingjun has joined #openstack-kolla | 11:01 | |
*** yangyapeng has quit IRC | 11:01 | |
ktibi | hi egonzalez | 11:01 |
ktibi | http://paste.openstack.org/show/626360/ You can check | 11:01 |
*** yangyapeng has joined #openstack-kolla | 11:01 | |
*** zhangfei has quit IRC | 11:02 | |
*** Pavo has joined #openstack-kolla | 11:03 | |
egonzalez | ktibi, not related to your issue but will be a future issue | 11:03 |
egonzalez | neutron_external_interface: "p-brbond0-ovs" | 11:03 |
egonzalez | neutron_bridge_name: "brbond0-ovs" | 11:03 |
egonzalez | interfaces cannot have - dashes, ansible will evaluate them as underscores and fail | 11:04 |
*** magicboiz has joined #openstack-kolla | 11:04 | |
*** yee37929 has quit IRC | 11:05 | |
*** yee379 has joined #openstack-kolla | 11:05 | |
egonzalez | ktibi, what IP address resolvs at cloud-interne.local domain? | 11:07 |
*** kiennt26 has joined #openstack-kolla | 11:09 | |
*** ArminderSingh has quit IRC | 11:09 | |
*** yangyapeng has quit IRC | 11:09 | |
egonzalez | at first glance, only thing i can think is domain resolvs to public VIP rather than internal | 11:09 |
*** daidv has joined #openstack-kolla | 11:09 | |
*** hieulq has joined #openstack-kolla | 11:09 | |
*** hieulq has quit IRC | 11:12 | |
*** kiennt26 has quit IRC | 11:12 | |
*** kiennt26 has joined #openstack-kolla | 11:12 | |
*** nguyentrihai has joined #openstack-kolla | 11:12 | |
*** daidv has quit IRC | 11:12 | |
*** mrunge has quit IRC | 11:15 | |
*** mgoddard has quit IRC | 11:15 | |
*** ArminderSingh has joined #openstack-kolla | 11:16 | |
*** kiennt26 has quit IRC | 11:20 | |
*** yangyapeng has joined #openstack-kolla | 11:22 | |
*** cah_link has quit IRC | 11:24 | |
*** chialiang_ has quit IRC | 11:26 | |
*** daidv has joined #openstack-kolla | 11:27 | |
*** hieulq has joined #openstack-kolla | 11:27 | |
*** hieulq has quit IRC | 11:30 | |
*** daidv has quit IRC | 11:31 | |
hrw | morning | 11:31 |
hrw | can someone look at https://review.openstack.org/#/c/516883/ patch to kolla-ansible? it fixes use with Debian | 11:31 |
*** magicboiz has quit IRC | 11:33 | |
*** rmart04 has quit IRC | 11:36 | |
hrw | egonzalez: thanks | 11:36 |
*** mrunge has joined #openstack-kolla | 11:37 | |
*** rmart04 has joined #openstack-kolla | 11:41 | |
openstackgerrit | Merged openstack/kolla-ansible master: Fix ansible running issue on Debian https://review.openstack.org/516883 | 11:44 |
*** daidv has joined #openstack-kolla | 11:45 | |
*** hieulq has joined #openstack-kolla | 11:45 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla-kubernetes master: Updated from global requirements https://review.openstack.org/509443 | 11:46 |
lvdombrkr | hello folks, after i run kolla-ansible prechecks i got this error: http://paste.openstack.org/raw/626367/ | 11:51 |
lvdombrkr | maybe quick ideas? | 11:51 |
*** mgoddard has joined #openstack-kolla | 11:52 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: mongodb: handle "user already exists" error on Debian https://review.openstack.org/519371 | 11:56 |
egonzalez | lvdombrkr, ansible version | 11:56 |
*** cah_link has joined #openstack-kolla | 11:56 | |
hrw | egonzalez: updated to your comments | 11:56 |
egonzalez | lvdombrkr, that syntax is not working with ansible 2.3 or newer | 11:57 |
lvdombrkr | egonzalez: ansible 2.4.1.0 | 11:57 |
lvdombrkr | egonzalez: thanks i will downgrade | 11:57 |
egonzalez | lvdombrkr, is ocata or newton? | 11:58 |
lvdombrkr | egonzalez: 4.0.0. tag seems Newton | 11:58 |
egonzalez | lvdombrkr, is ocata, that was fixed in 4.0.2 | 11:59 |
*** coolsvap has joined #openstack-kolla | 12:05 | |
lvdombrkr | egonzalez: thanks for assist | 12:05 |
*** pbourke has quit IRC | 12:07 | |
*** magicboiz has joined #openstack-kolla | 12:08 | |
*** pbourke has joined #openstack-kolla | 12:08 | |
hrw | new macro created. | 12:09 |
*** janki is now known as janki|afk | 12:10 | |
hrw | debian_fix_existing_user(package) | 12:12 |
hrw | as we had same code twice and I added third one | 12:12 |
lxdong | egonzalez I saw a bug reply from you ,it's a similar situation of mine . I used control, network, compute, storage in the same nodes which used to work before. | 12:21 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla stable/pike: Add ansible sudo running for Debian family https://review.openstack.org/520058 | 12:21 |
lxdong | https://bugs.launchpad.net/kolla-ansible/+bug/1721390 | 12:21 |
openstack | Launchpad bug 1721390 in kolla-ansible "nova-compute service don't go up" [Undecided,New] | 12:21 |
hrw | this is backport of one sudoers change | 12:21 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla-ansible stable/pike: Fix ansible running issue on Debian https://review.openstack.org/520059 | 12:22 |
*** yingjun has quit IRC | 12:27 | |
*** janki|afk is now known as janki | 12:27 | |
lxdong | the only difference is compute01 compute02 and compute[01:02] | 12:29 |
*** ansmith has quit IRC | 12:33 | |
*** rhallisey has joined #openstack-kolla | 12:40 | |
*** rhallisey_ has joined #openstack-kolla | 12:40 | |
*** yingjun has joined #openstack-kolla | 12:42 | |
*** inc0 has joined #openstack-kolla | 12:42 | |
*** rhallisey has quit IRC | 12:44 | |
*** jascott1 has joined #openstack-kolla | 12:53 | |
*** jascott1 has quit IRC | 12:57 | |
*** Pavo has quit IRC | 12:59 | |
*** Pavo has joined #openstack-kolla | 13:03 | |
*** athomas has quit IRC | 13:07 | |
*** absubram has joined #openstack-kolla | 13:07 | |
*** zshi_ has quit IRC | 13:08 | |
*** absubram_ has joined #openstack-kolla | 13:09 | |
*** absubram has quit IRC | 13:11 | |
*** absubram_ is now known as absubram | 13:11 | |
*** nguyentrihai has quit IRC | 13:16 | |
*** pratapagoutham has quit IRC | 13:20 | |
*** amoralej is now known as amoralej|lunch | 13:23 | |
*** rfxn has joined #openstack-kolla | 13:25 | |
ktibi | egonzalez re, sorry for my late answer | 13:27 |
ktibi | so for brbond0-ovs, no pb with 50 deployments | 13:28 |
*** Teck7 has quit IRC | 13:28 | |
ktibi | FOR "what IP address resolvs at cloud-interne.local domain? " resolve 172.16.7.1 | 13:28 |
ktibi | hi inc0, can you help me with your comment on https://review.openstack.org/#/c/519302/ | 13:30 |
*** athomas has joined #openstack-kolla | 13:31 | |
*** skramaja has quit IRC | 13:33 | |
*** Teck7 has joined #openstack-kolla | 13:48 | |
*** ansmith has joined #openstack-kolla | 13:48 | |
lvdombrkr | folks, maybe some quick ideas why after deployment my dashboard looks like https://pasteboard.co/GTLwp1X.png | 13:50 |
rwellum | lxdong: yes there is a known issue with kubectl on ubuntu I've seen lately and had to work around. Do you have any logs? | 13:51 |
*** rfxn has quit IRC | 13:52 | |
*** mdnadeem has quit IRC | 13:52 | |
hrw | lvdombrkr: check are all css files loaded | 13:53 |
lvdombrkr | hrw: thanks, how to do that? | 13:56 |
hrw | lvdombrkr: in chrome I use developer tools | 13:59 |
*** yingjun has quit IRC | 13:59 | |
*** dave-mccowan has joined #openstack-kolla | 14:01 | |
*** chas_ has joined #openstack-kolla | 14:02 | |
lvdombrkr | hrw: there is no css loaded at all | 14:04 |
hrw | lvdombrkr: then check was it served at all, is it in image | 14:04 |
hrw | lvdombrkr: you may need rebuild of horizon image as it got fix for similar issue | 14:05 |
*** chas has quit IRC | 14:05 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla stable/ocata: Moving jobs to kolla repo https://review.openstack.org/519052 | 14:09 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: [DNM]test large timeout https://review.openstack.org/520083 | 14:10 |
ktibi | If someone have time to check that ==> http://paste.openstack.org/show/626360/ kolla use external IP I don't know why :/ | 14:12 |
*** dave-mccowan has quit IRC | 14:13 | |
*** jtriley has quit IRC | 14:13 | |
*** goldyfruit has joined #openstack-kolla | 14:14 | |
*** krtaylor has joined #openstack-kolla | 14:19 | |
*** amoralej|lunch is now known as amoralej | 14:20 | |
*** dave-mccowan has joined #openstack-kolla | 14:20 | |
*** yingjun has joined #openstack-kolla | 14:20 | |
*** dave-mcc_ has joined #openstack-kolla | 14:25 | |
*** dave-mccowan has quit IRC | 14:25 | |
*** cah_link has quit IRC | 14:31 | |
*** goutham has joined #openstack-kolla | 14:37 | |
ktibi | egonzalez I found, this is because I try to change http ==> https, and kolla no update old endpoint, so openstack client use old endpoints | 14:38 |
ktibi | and I found that : https://github.com/openstack/kolla-ansible/commit/953861bde1118a300b5e608442f07e9fb70dabe9 | 14:39 |
egonzalez | ktibi, different task, that one is not being executed yet when is failing for you | 14:40 |
*** jtriley has joined #openstack-kolla | 14:40 | |
egonzalez | keystone bootstrap is using http (auth_url is ok) + internal_fqdn (this point to public IP which is wrong) | 14:41 |
egonzalez | try to ping -a cloud-interne.local and dig cloud-interne.local | 14:42 |
ktibi | http://paste.openstack.org/show/626389/ | 14:42 |
egonzalez | maybe somewhere is pointing to wrong IP | 14:42 |
ktibi | no ping is good | 14:42 |
egonzalez | etc/hosts, dns server | 14:42 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Remove the unnecessary "-" https://review.openstack.org/520092 | 14:42 |
pbourke | egonzalez: ever get the bottom of this error? “libvirtError: Activation of org.freedesktop.machine1 timed out” | 14:43 |
ktibi | egonzalez os_keystone_role use url for AUTH but use url return by endpoint for tasks | 14:43 |
ktibi | like all python client, I think | 14:44 |
egonzalez | pbourke, yep, no idea what's the root cause, restart libvirt fix the issue sometimes :/ | 14:44 |
ktibi | egonzalez http://paste.openstack.org/show/626390/ | 14:45 |
*** tvignaud has quit IRC | 14:45 | |
*** tvignaud has joined #openstack-kolla | 14:46 | |
egonzalez | ktibi, https://github.com/openstack/kolla-ansible/commit/953861bde1118a300b5e608442f07e9fb70dabe9#diff-396a88e08b0a80fde05a596751a7d37eL14 says the module to use admin endpoint | 14:47 |
ktibi | yep but for my task https://github.com/openstack/kolla-ansible/blob/f977ee2970fcad7133678d8736710cc563bc7279/ansible/roles/keystone/tasks/register.yml#L15 | 14:48 |
ktibi | https://github.com/openstack/kolla-ansible/blob/f977ee2970fcad7133678d8736710cc563bc7279/ansible/roles/keystone/defaults/main.yml#L76 | 14:48 |
ktibi | https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L326 | 14:49 |
ktibi | missing endpoint_type | 14:49 |
egonzalez | ktibi, found | 14:50 |
egonzalez | https://review.openstack.org/#/c/509186/ | 14:50 |
egonzalez | yep | 14:50 |
egonzalez | thats the fix | 14:50 |
egonzalez | forgot to backport t opike | 14:50 |
ktibi | :D | 14:50 |
*** yee379 has quit IRC | 14:51 | |
egonzalez | ktibi, will do later this evening, in the mean time can cherry-pick to your local | 14:51 |
*** yee379 has joined #openstack-kolla | 14:51 | |
*** serlex has left #openstack-kolla | 14:53 | |
*** serlex has quit IRC | 14:53 | |
*** danardelean has quit IRC | 14:53 | |
lxdong | rwellum ,logs are normal | 14:55 |
rwellum | lxdong: have a meeting now but I'll check back in 1hr. We can look at it. | 14:56 |
*** danardelean has joined #openstack-kolla | 14:58 | |
pbourke | egonzalez: rebooting compute node worked! :/ | 14:58 |
egonzalez | havent found a root cause, randomly appears with no reason | 14:59 |
*** Pavo has quit IRC | 14:59 | |
egonzalez | have to say it was aroung 6months not seeing such issue | 14:59 |
egonzalez | is like libvirt cannot connect with dbus/machined services | 14:59 |
*** coolsvap has quit IRC | 15:00 | |
*** rhallisey_ is now known as rhallisey | 15:02 | |
*** Pavo has joined #openstack-kolla | 15:03 | |
lxdong | rwellum thanks for you reply, I would be in dream by that time :) | 15:06 |
*** yingjun has quit IRC | 15:07 | |
*** Teck7 has quit IRC | 15:11 | |
*** Teck7 has joined #openstack-kolla | 15:11 | |
*** jamesbenson has joined #openstack-kolla | 15:13 | |
*** goldyfruit has quit IRC | 15:13 | |
*** janki has quit IRC | 15:13 | |
*** hongbin has joined #openstack-kolla | 15:16 | |
*** danardelean has quit IRC | 15:17 | |
*** goldyfruit has joined #openstack-kolla | 15:18 | |
*** danardelean has joined #openstack-kolla | 15:21 | |
*** zhubingbing_ has joined #openstack-kolla | 15:25 | |
*** dave-mcc_ has quit IRC | 15:38 | |
*** Teck7 is now known as rfxn | 15:38 | |
lxdong | yes, rebooting compute node which is all-in-one node in my case seems solved the issue | 15:38 |
rfxn | been running into issues with neutron_dhcp_agent on a dvr setup where neutron-ns-metadata-proxy in the container keeps reporting no space left on device and causing the proxy to die | 15:39 |
rfxn | CRITICAL neutron [-] OSError: [Errno 28] No space left on device: '/var/lib/neutron/external/pids/ffc3d413-2951-4424-9c71-381623aef45e.pid' | 15:39 |
rfxn | but there is plenty of space | 15:39 |
rfxn | :\ | 15:39 |
rfxn | any thoughts? | 15:39 |
rfxn | ive set a neutron.conf child process check to exit cleanly so that the container restarts itself as a dirty fix | 15:39 |
openstackgerrit | Oliver Walsh proposed openstack/kolla master: Include required packages for libvirt SASL auth on CentOs/RHEL https://review.openstack.org/520114 | 15:45 |
*** duonghq has joined #openstack-kolla | 15:45 | |
*** ntpttr_laptop has joined #openstack-kolla | 15:46 | |
*** goldyfruit has quit IRC | 15:48 | |
*** goutham has quit IRC | 15:51 | |
*** danardelean has quit IRC | 15:52 | |
*** magicboiz has quit IRC | 15:53 | |
duonghq | evening gúy | 15:53 |
duonghq | guys | 15:53 |
ktibi | egonzalez with cherrypick commit, deploy work but endpoint for keystone is not update | 15:54 |
inc0 | o/ | 15:54 |
egonzalez | ktibi, that was only a workaround to remove v3 from keystone endpoints (only ocata->pike upgrade) | 15:55 |
egonzalez | if your endpoints doesnt have v3, you are good :) | 15:55 |
*** danardelean has joined #openstack-kolla | 15:55 | |
ktibi | all public endpoint are https://cloud.local:SERVICE_PORT | 15:55 |
*** jascott1 has joined #openstack-kolla | 15:56 | |
egonzalez | thats fine then | 15:56 |
ktibi | except keystone http://172.16.5.1:5000 | 15:56 |
egonzalez | not have fqdn on it? | 15:56 |
ktibi | nop | 15:56 |
ktibi | and http :/ | 15:56 |
inc0 | meeting:) | 15:58 |
ktibi | I can find $SERVICE_public_endpoint for all services | 15:58 |
ktibi | but no keystone_public_endpoint | 15:58 |
ktibi | hi inc0 | 15:58 |
*** serlex has joined #openstack-kolla | 15:58 | |
egonzalez | ktibi, is wrong, will push a fix later, update endpoints use wrong variable | 15:59 |
egonzalez | :/ | 15:59 |
*** egonzalez has quit IRC | 15:59 | |
*** dave-mccowan has joined #openstack-kolla | 15:59 | |
*** danardelean has quit IRC | 15:59 | |
hrw | meeting now or next hour? | 16:00 |
*** jascott1 has quit IRC | 16:00 | |
*** itlinux has joined #openstack-kolla | 16:00 | |
*** egonzalez has joined #openstack-kolla | 16:01 | |
*** coolsvap has joined #openstack-kolla | 16:01 | |
*** magicboiz has joined #openstack-kolla | 16:01 | |
*** dave-mccowan has quit IRC | 16:02 | |
inc0 | hrw: now | 16:04 |
*** jdandrea has joined #openstack-kolla | 16:04 | |
*** magicboiz has quit IRC | 16:06 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: [WIP] pull image from dockerhub https://review.openstack.org/519939 | 16:06 |
*** rmart04 has quit IRC | 16:07 | |
*** goldyfruit has joined #openstack-kolla | 16:08 | |
*** egonzalez has quit IRC | 16:09 | |
*** magicboiz has joined #openstack-kolla | 16:13 | |
*** egonzalez has joined #openstack-kolla | 16:13 | |
*** goutham has joined #openstack-kolla | 16:16 | |
goutham | Hi all is 5.0.0 a stable kolla version | 16:17 |
goutham | ?? | 16:18 |
*** zhurong has quit IRC | 16:18 | |
ktibi | goutham yep | 16:19 |
goutham | But when i try to deploy the fluentd container is always on restarting mode ?? | 16:19 |
ktibi | but use stable/pike if you want official branch | 16:19 |
ktibi | can you copy "docker logs fluentd | 16:20 |
goutham | https://hastebin.com/uririzinun.vbs | 16:20 |
goutham | yes | 16:20 |
egonzalez | yep, is broken atm due fluentd version upgrade | 16:20 |
goutham | ktibi: https://hastebin.com/ixutosexih.sql docker logs | 16:21 |
goutham | egonzalez: yes but it worked perfectly fine may be 2 weeks back now it is causing issue | 16:21 |
egonzalez | Since last week is the issue | 16:22 |
egonzalez | Is being worked now | 16:22 |
goutham | egonzalez: ok :) and one more thing no matter how much hard i debug if i use the stable branch i couldnt ping my vm's | 16:22 |
goutham | did u ever encounter that issue ? | 16:23 |
egonzalez | can be for many causes, logs from neutron, ovs and console log will help | 16:24 |
goutham | egonzalez: one more thing in 5.0.0 the task TASK [nova : Waiting for nova-compute service up] is failing | 16:24 |
goutham | egonzalez: https://hastebin.com/qapuracuxa.vbs | 16:25 |
jdandrea | Naive question: Are there production-ready containers for Pike? (New to kolla, pardon naivete, reading docs now...) | 16:26 |
jdandrea | Looking at https://docs.openstack.org/kolla/pike/image-building.html | 16:26 |
jdandrea | But are there Docker images out there, or are folks expected to build their own using those instructions. | 16:27 |
ktibi | jdandrea I build my own images, centos binary pike https://hub.docker.com/u/ktibi/ | 16:27 |
jdandrea | ktibi thx, excellent! (I'm ISO Ubuntu 14/16-friendly stuffs.) | 16:28 |
egonzalez | jdandrea, today build your own, next weeks will be in DH | 16:28 |
jdandrea | egonzalez That's where I was looking. I didn't see anything in DH. I could also just be lousy at searching. :) | 16:29 |
egonzalez | There are for newton and older, an automatic publisher will do the jobs | 16:30 |
jdandrea | egonzalez Right, ok, that makes sense. I'm also looking at OpenStack-Helm (which may or may not support Ocata/Pike; checking on that). | 16:30 |
egonzalez | No idea about o-helm, we have a shiny k8s based deployer :) | 16:32 |
ktibi | egonzalez Issue with skydive which use public URL and no trust CA selft signe https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/skydive/templates/skydive-agent.conf.j2#L17 | 16:33 |
ktibi | I think we need to use admin or private endpoint for that (no SSL) | 16:33 |
ktibi | do you agree ? | 16:33 |
*** zhubingbing_ has quit IRC | 16:34 | |
*** unicell has joined #openstack-kolla | 16:35 | |
*** danardelean has joined #openstack-kolla | 16:36 | |
*** unicell1 has quit IRC | 16:37 | |
jdandrea | egonzalez Point taken. Hooray for shiny k8s deployers! | 16:38 |
*** mrunge_ has joined #openstack-kolla | 16:39 | |
*** mrunge has quit IRC | 16:39 | |
*** danardelean has quit IRC | 16:44 | |
openstackgerrit | Chason Chan proposed openstack/kolla-ansible master: Fix the deprecated syntax in 01-rewrite.conf https://review.openstack.org/518490 | 16:52 |
openstackgerrit | Merged openstack/kolla master: Install python-openstackclient in kolla-toolbox container https://review.openstack.org/519592 | 16:54 |
Jeffrey4l | inc0, https://review.openstack.org/519939 pull docker hub image patch. it works as expect. except there are some issue in the current kolla-ansible code. | 16:58 |
*** Pavo has quit IRC | 16:59 | |
*** danardelean has joined #openstack-kolla | 16:59 | |
*** jascott1 has joined #openstack-kolla | 16:59 | |
*** egonzalez has quit IRC | 16:59 | |
Jeffrey4l | there are several patch trying to fix the gate. | 16:59 |
inc0 | cool! | 16:59 |
Jeffrey4l | and i am not sure whether Depends-On works, now. | 16:59 |
inc0 | I'll check it out in a few - need to eat something and move to office | 17:00 |
inc0 | but I'll pick up this work | 17:00 |
inc0 | and review/fix | 17:00 |
Jeffrey4l | ok, cool | 17:00 |
inc0 | thanks Jeffrey4l and good night | 17:00 |
Jeffrey4l | inc0, could you give a approve for https://review.openstack.org/519538 | 17:00 |
*** dave-mccowan has joined #openstack-kolla | 17:00 | |
rwellum | gema: well drat - I guess my time changed and kolla meeting was one hour earlier.... | 17:02 |
rwellum | inc0: ^^ apologies for missing | 17:02 |
*** absubram has quit IRC | 17:03 | |
inc0 | rwellum: daylight savings claimed another victim... | 17:03 |
Jeffrey4l | rwellum, lol it is painful to have different timezone in a year ;( | 17:03 |
*** Pavo has joined #openstack-kolla | 17:03 | |
*** krtaylor_ has joined #openstack-kolla | 17:04 | |
* rwellum slinks off to the idiots lounge... | 17:04 | |
Jeffrey4l | any core member, please review https://review.openstack.org/519052 | 17:04 |
Jeffrey4l | and https://review.openstack.org/519971 | 17:05 |
duonghq | Jeffrey4l, ocata doesn't need periodic job? | 17:05 |
Jeffrey4l | duonghq, it need. but it is in another patch. | 17:06 |
duonghq | okay | 17:06 |
goutham | Hi all is the fluentd container problem there in stable pike also r8? | 17:06 |
Jeffrey4l | we have several gate related patch merged in master. and it is painful to track the patches and backport them. ;( | 17:06 |
Jeffrey4l | goutham, i am afraid yes. | 17:07 |
goutham | I see that the fluentd is still restarting | 17:07 |
Jeffrey4l | it installed the wrong packages. we are fixing it. | 17:08 |
goutham | Hi Jeffrey4l if i can checkout to ocata and try deploying will i get the same error even on that? | 17:08 |
Jeffrey4l | not sure. maybe.. | 17:08 |
goutham | or is it with pike only i dont know the code base so asking please dont mind :) | 17:08 |
Jeffrey4l | https://review.openstack.org/518490 https://review.openstack.org/518820 these two patches are trying fix the issue. | 17:08 |
*** gfhellma has joined #openstack-kolla | 17:09 | |
Jeffrey4l | goutham, are you using ubuntu? | 17:09 |
goutham | Yes i use ubuntu and one more thing how does this fluentd issue effect my setup ??? | 17:09 |
chason | https://review.openstack.org/#/q/topic:bp/optimize-the-documentation-format+(status:open+OR+status:merged) | 17:09 |
goutham | just asking because i dont know :) | 17:10 |
goutham | Jeffrey4l: ^ | 17:10 |
chason | Core guys, really need you review these two patch. If you approve, I will start the kolla-ansible and kolla-k8s doc works. There is much more doc work needs to do and many new stuff can be imported, thanks! ^^^^^^^ :) | 17:10 |
Jeffrey4l | aha, cherry-pick these two patch, it should fix your issue. | 17:10 |
goutham | Jeffrey4l: how does this fluentd issue effect my setup ??? | 17:11 |
goutham | just asking | 17:11 |
Jeffrey4l | goutham, check the commit message. | 17:11 |
goutham | ok :') | 17:11 |
Jeffrey4l | gonna to sleep, here is the 1am. | 17:11 |
duonghq | bye Jeffrey4l | 17:11 |
chason | Jeffrey4l Good night! :p | 17:12 |
Jeffrey4l | bye everyone ;) | 17:12 |
*** duonghq has quit IRC | 17:13 | |
*** dardelean_ has quit IRC | 17:13 | |
*** zhubingbing__ has quit IRC | 17:14 | |
rwellum | chason: one has unanswered comments, the other a merge conflict? | 17:15 |
*** masber has quit IRC | 17:15 | |
*** goldyfruit has quit IRC | 17:15 | |
chason | rwellum Both comments' answer is nope. :) | 17:16 |
rwellum | chason: then you have to submit a new PS with the changes? | 17:17 |
*** ntpttr_laptop has quit IRC | 17:18 | |
chason | rwellum I am solving the other one. | 17:18 |
*** zhubingbing__ has joined #openstack-kolla | 17:18 | |
rwellum | chason: just pointing out I typically won't review when I'm expecting another PS based on comments or issues already there. | 17:20 |
*** danardelean has quit IRC | 17:23 | |
goutham | Hi all nova doesnt seem working in kolla 5.0.1 because when i do nova console-log <instance-id> it gives response once | 17:27 |
goutham | and if i try immediately | 17:27 |
goutham | it say instance not found any idea? | 17:27 |
*** ktibi has quit IRC | 17:28 | |
*** serlex has quit IRC | 17:28 | |
jamesbenson | masber: ping | 17:29 |
jamesbenson | jdandrea: we run 4.0.2 for production here... had issues with 5.0.0, so rolled back until 5.0.1 releases | 17:32 |
*** rmart04 has joined #openstack-kolla | 17:34 | |
*** gfhellma_ has joined #openstack-kolla | 17:34 | |
*** rmart04 has quit IRC | 17:37 | |
*** gkadam has quit IRC | 17:37 | |
*** gfhellma has quit IRC | 17:37 | |
openstackgerrit | Chason Chan proposed openstack/kolla master: Upgrade the rst convention of the Admin Guide https://review.openstack.org/511659 | 17:39 |
*** goutham has quit IRC | 17:39 | |
*** jascott1 has quit IRC | 17:40 | |
*** jascott1 has joined #openstack-kolla | 17:40 | |
*** jascott1 has quit IRC | 17:45 | |
*** unicell has quit IRC | 17:47 | |
*** shardy has quit IRC | 17:48 | |
*** krtaylor_ has quit IRC | 17:48 | |
*** lpetrut_ has quit IRC | 17:51 | |
rwellum | inc0: you around? | 17:52 |
*** rhallisey has quit IRC | 17:58 | |
*** magicboiz has quit IRC | 18:00 | |
*** dougsz has quit IRC | 18:01 | |
*** mgoddard has quit IRC | 18:09 | |
inc0 | rwellum: now I am | 18:10 |
rwellum | got an interesting error with kolla build - wondering if you've seen it before? | 18:11 |
rwellum | https://www.irccloud.com/pastebin/4g0R287u/ | 18:11 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla-kubernetes master: Updated from global requirements https://review.openstack.org/509443 | 18:11 |
*** pcaruana has quit IRC | 18:11 | |
inc0 | hmm | 18:12 |
inc0 | no, but do pip freeze | 18:12 |
rwellum | https://www.irccloud.com/pastebin/cst7aclA/ | 18:12 |
inc0 | which version of kolla you're building? | 18:12 |
rwellum | Pike | 18:13 |
rwellum | stable | 18:13 |
inc0 | ok so afair it's already docker not docker-py | 18:13 |
inc0 | (they changed libs, it's both import docker and they're not compatible...) | 18:14 |
*** jascott1 has joined #openstack-kolla | 18:15 | |
*** danardelean has joined #openstack-kolla | 18:19 | |
*** gfhellma__ has joined #openstack-kolla | 18:20 | |
*** chas_ has quit IRC | 18:20 | |
rwellum | inc0: do you saying my setup is correct? It should be as I did a virtual enc, and then pip install -r requirements.txt | 18:21 |
rwellum | so not do | 18:21 |
inc0 | yeah, I'm comparing versions now | 18:21 |
inc0 | you have newer docker package | 18:21 |
inc0 | try runniung pip install docker==2.5.1 | 18:23 |
inc0 | maybe docker broke their lib yet again | 18:23 |
rwellum | Ack will do. | 18:23 |
*** rhallisey has joined #openstack-kolla | 18:23 | |
*** unicell has joined #openstack-kolla | 18:24 | |
*** gfhellma_ has quit IRC | 18:24 | |
*** mrunge_ is now known as mrunge | 18:34 | |
*** mgoddard has joined #openstack-kolla | 18:36 | |
mgoddard | Nova bug related to ironic: https://bugs.launchpad.net/nova/+bug/1732506. Should I mark it as 'also affects ironic'? Or is there another way to ensure the ironic team remains aware of it? | 18:37 |
openstack | Launchpad bug 1732506 in OpenStack Compute (nova) "Baremetal instance stuck in BUILD state following ironic node tear down or delete" [Undecided,New] | 18:37 |
*** ntpttr_laptop has joined #openstack-kolla | 18:38 | |
rwellum | inc0: I think pip is not cooperating | 18:38 |
rwellum | https://www.irccloud.com/pastebin/elm7ElbC/ | 18:38 |
*** lpetrut_ has joined #openstack-kolla | 18:39 | |
*** coolsvap has quit IRC | 18:40 | |
*** iniazi_ has quit IRC | 18:40 | |
mgoddard | Sorry folks, wrong channel... | 18:40 |
*** goldyfruit has joined #openstack-kolla | 18:41 | |
*** ntpttr_laptop has quit IRC | 18:45 | |
*** chas_ has joined #openstack-kolla | 18:46 | |
*** jascott1 has quit IRC | 18:47 | |
*** jascott1 has joined #openstack-kolla | 18:48 | |
inc0 | rwellum: hmm | 18:48 |
inc0 | try pip uninstall docker | 18:49 |
inc0 | ahh | 18:49 |
inc0 | I know | 18:49 |
inc0 | pip install -U docker==2... | 18:49 |
inc0 | 2.5.1 | 18:49 |
inc0 | add -U flag | 18:49 |
rwellum | https://www.irccloud.com/pastebin/XTSbyATy/ | 18:51 |
rwellum | It's weird - it installed | 18:51 |
rwellum | Ah... | 18:52 |
rwellum | https://www.irccloud.com/pastebin/N52jfrny/ | 18:52 |
rwellum | sudo... | 18:52 |
*** itlinux has quit IRC | 18:54 | |
inc0 | :D | 18:54 |
*** TxGirlGeek has joined #openstack-kolla | 18:55 | |
*** TxGirlGeek has quit IRC | 18:55 | |
*** TxGirlGeek has joined #openstack-kolla | 18:56 | |
rwellum | inc0: new failure - maybe my env is now in bad state due to previous error? https://www.irccloud.com/pastebin/AC1s7Kmd/ | 18:56 |
inc0 | hmf, check syslog | 18:57 |
*** TxGirlGeek has quit IRC | 18:58 | |
*** Pavo has quit IRC | 18:59 | |
*** TxGirlGeek has joined #openstack-kolla | 18:59 | |
*** TxGirlGeek has quit IRC | 18:59 | |
*** TxGirlGeek has joined #openstack-kolla | 19:02 | |
*** TxGirlGeek has quit IRC | 19:02 | |
*** TxGirlGeek has joined #openstack-kolla | 19:02 | |
inc0 | rwellum: progress? | 19:02 |
rwellum | inc0: just trawling through the log - I see several issues but not sure root cause yet | 19:03 |
inc0 | ehh | 19:03 |
inc0 | which version of docker you're using | 19:03 |
*** Pavo has joined #openstack-kolla | 19:03 | |
inc0 | ? | 19:03 |
rwellum | https://www.irccloud.com/pastebin/YhlEA6Cq/ | 19:05 |
rwellum | Seems too high... | 19:05 |
inc0 | no, that's fine | 19:06 |
inc0 | 1.13 should work well | 19:06 |
rwellum | oh ok | 19:07 |
inc0 | try kolla-build --no-cache | 19:07 |
rwellum | yeah tried - same | 19:07 |
inc0 | damn | 19:07 |
*** goldyfruit has quit IRC | 19:17 | |
*** goldyfruit has joined #openstack-kolla | 19:18 | |
*** rwsu has quit IRC | 19:24 | |
rwellum | inc0: systemctl stop docker.service && systemctl start docker.service - seems to have unblocked me :S | 19:25 |
*** TxGirlGeek has quit IRC | 19:26 | |
inc0 | there ya go;) | 19:26 |
inc0 | so we need to pin version of docker in requirements it seems | 19:26 |
*** itlinux has joined #openstack-kolla | 19:30 | |
openstackgerrit | Merged openstack/kolla stable/ocata: Moving jobs to kolla repo https://review.openstack.org/519052 | 19:32 |
openstackgerrit | Merged openstack/kolla stable/pike: Install python-openstackclient in kolla-toolbox container https://review.openstack.org/519971 | 19:32 |
*** TxGirlGeek has joined #openstack-kolla | 19:34 | |
rwellum | inc0: certainly looks like it - I can add a PS if you want. | 19:35 |
rwellum | inc0: now I am getting push permission errors - assuming I am not authenticating to dockerhub | 19:35 |
*** TxGirlGeek has quit IRC | 19:43 | |
*** TxGirlGeek has joined #openstack-kolla | 19:44 | |
*** mgoddard has quit IRC | 19:50 | |
*** TxGirlGeek has quit IRC | 19:53 | |
*** salv-orl_ has joined #openstack-kolla | 19:55 | |
*** salv-orlando has quit IRC | 19:55 | |
*** TxGirlGeek has joined #openstack-kolla | 19:59 | |
*** amoralej is now known as amoralej|off | 19:59 | |
*** TxGirlGeek has quit IRC | 20:00 | |
*** gfidente has quit IRC | 20:02 | |
openstackgerrit | Bertrand Lallau proposed openstack/kolla-ansible master: Implement Almanach ansible role https://review.openstack.org/498944 | 20:02 |
*** itlinux has quit IRC | 20:19 | |
*** jiriprox has quit IRC | 20:20 | |
*** hachi_ has joined #openstack-kolla | 20:30 | |
*** jbadiapa_ has joined #openstack-kolla | 20:33 | |
*** goldyfruit has quit IRC | 20:34 | |
*** rwsu has joined #openstack-kolla | 20:35 | |
*** jbadiapa has quit IRC | 20:36 | |
*** itlinux has joined #openstack-kolla | 20:40 | |
*** Pavo has quit IRC | 20:47 | |
*** hachi_ has quit IRC | 21:00 | |
*** itlinux has quit IRC | 21:00 | |
*** TxGirlGeek has joined #openstack-kolla | 21:00 | |
*** TxGirlGeek has quit IRC | 21:04 | |
*** livelace has quit IRC | 21:08 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla-ansible master: [WIP] pull image from dockerhub https://review.openstack.org/519939 | 21:13 |
*** Pavo has joined #openstack-kolla | 21:17 | |
*** itlinux has joined #openstack-kolla | 21:19 | |
*** livelace has joined #openstack-kolla | 21:21 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla-ansible master: [WIP] pull image from dockerhub https://review.openstack.org/519939 | 21:26 |
*** threestrands has joined #openstack-kolla | 21:32 | |
*** threestrands has quit IRC | 21:32 | |
*** threestrands has joined #openstack-kolla | 21:32 | |
*** ansmith has quit IRC | 21:35 | |
*** jtriley has quit IRC | 21:35 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla-ansible master: Enable multinode scenarios in zuulv3 https://review.openstack.org/512779 | 21:41 |
*** itlinux has quit IRC | 21:42 | |
*** rwsu has quit IRC | 21:47 | |
*** lpetrut_ has quit IRC | 21:53 | |
*** jascott1 has quit IRC | 21:58 | |
*** jascott1 has joined #openstack-kolla | 21:59 | |
*** jascott1 has quit IRC | 21:59 | |
*** jascott1 has joined #openstack-kolla | 22:02 | |
*** jascott1 has quit IRC | 22:02 | |
*** jascott1 has joined #openstack-kolla | 22:03 | |
*** rwsu has joined #openstack-kolla | 22:08 | |
*** itlinux has joined #openstack-kolla | 22:11 | |
*** rwsu has quit IRC | 22:14 | |
*** rhallisey has quit IRC | 22:14 | |
*** llua has joined #openstack-kolla | 22:15 | |
*** danardelean has quit IRC | 22:22 | |
*** itlinux has quit IRC | 22:23 | |
*** danardelean has joined #openstack-kolla | 22:23 | |
*** rwsu has joined #openstack-kolla | 22:25 | |
*** danardelean has quit IRC | 22:28 | |
*** jascott1 has quit IRC | 22:36 | |
*** jascott1 has joined #openstack-kolla | 22:37 | |
*** jascott1 has quit IRC | 22:40 | |
*** jascott1 has joined #openstack-kolla | 22:43 | |
*** itlinux has joined #openstack-kolla | 22:44 | |
*** ssurana has joined #openstack-kolla | 22:45 | |
*** ssurana has quit IRC | 22:45 | |
*** jascott1 has quit IRC | 22:45 | |
*** jascott1 has joined #openstack-kolla | 22:48 | |
*** jascott1 has quit IRC | 22:53 | |
*** jascott1 has joined #openstack-kolla | 22:55 | |
*** jascott1_ has joined #openstack-kolla | 22:58 | |
*** jamesbenson has quit IRC | 22:59 | |
*** jascott1 has quit IRC | 22:59 | |
*** jascott1_ has quit IRC | 23:00 | |
*** jascott1 has joined #openstack-kolla | 23:00 | |
*** rwsu has quit IRC | 23:01 | |
*** chas_ has quit IRC | 23:01 | |
*** chas_ has joined #openstack-kolla | 23:03 | |
*** jascott1 has quit IRC | 23:05 | |
*** chas_ has quit IRC | 23:08 | |
*** itlinux has quit IRC | 23:15 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla-ansible master: [WIP] pull image from dockerhub https://review.openstack.org/519939 | 23:16 |
*** Pavo has quit IRC | 23:17 | |
*** dave-mccowan has quit IRC | 23:19 | |
*** Pavo has joined #openstack-kolla | 23:19 | |
*** masber has joined #openstack-kolla | 23:30 | |
masber | good morning, I am following the documentation in regards how to deploy openstack using kolla-ansible and external ceph cluster | 23:32 |
masber | https://docs.openstack.org/kolla-ansible/latest/reference/external-ceph-guide.html | 23:33 |
masber | do I need to specify the storage nodes in globals.yml file? | 23:33 |
inc0 | yes | 23:33 |
inc0 | but at least one | 23:33 |
inc0 | doesn't have to be osd ones | 23:33 |
inc0 | thing is, storage ndoes is where your cinder-volume lands | 23:33 |
inc0 | and if you specify none, you won't have cinder-volume | 23:34 |
inc0 | and you want cinder-volume;) | 23:34 |
inc0 | you can do sth like [storage:children] control | 23:34 |
inc0 | that'll be fine | 23:34 |
*** jtriley has joined #openstack-kolla | 23:34 | |
inc0 | masber: mind creating doc patch with this? jamesbenson hit that issue as well | 23:34 |
inc0 | which means it's not clear | 23:34 |
masber | yes, I can do that, happy to help | 23:36 |
inc0 | thank you | 23:36 |
masber | np | 23:36 |
masber | I got a lot of help from this team so this is the least I can do | 23:36 |
inc0 | haha, it's great feeling to give some back, I always like when I land a patch | 23:37 |
inc0 | let me know if you need any help with gerrit or anything, if you're unfamiliar with it | 23:38 |
masber | yes, how should I start? do I need to read the contribute/developers section | 23:38 |
inc0 | https://docs.openstack.org/infra/manual/developers.html <- this doc describes process well | 23:39 |
inc0 | feel free to hit me if you have any problems in it | 23:39 |
masber | will do | 23:40 |
masber | another question, is kolla-ansible going to create the volumes (images, backup, volume, etc) on ceph? or do I need to create them manually before deployment? | 23:46 |
SamYaple | masber: you mean pools? | 23:47 |
masber | yes pools sorry | 23:48 |
masber | SamYaple, ^^^^ | 23:53 |
SamYaple | if you arent doing external ceph, yes we create the pools | 23:55 |
masber | SamYaple, ok, I am doing external ceph, shall I create the pools myself then? | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!