openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: WIP: Refactor service, endpoint and user registration https://review.opendev.org/587590 | 00:00 |
---|---|---|
*** wuchunyang has quit IRC | 00:00 | |
*** jcmdln has quit IRC | 00:03 | |
*** k_mouza has quit IRC | 00:05 | |
*** henriqueof1 has joined #openstack-kolla | 00:45 | |
*** henriqueof has quit IRC | 00:45 | |
*** calbers has quit IRC | 01:02 | |
*** wuchunyang has joined #openstack-kolla | 01:19 | |
*** wuchunyang has quit IRC | 01:51 | |
*** wuchunyang has joined #openstack-kolla | 01:52 | |
*** wuchunyang has quit IRC | 01:57 | |
*** hongbin has joined #openstack-kolla | 02:32 | |
*** hongbin has quit IRC | 03:34 | |
*** factor has quit IRC | 03:35 | |
*** wuchunyang has joined #openstack-kolla | 03:37 | |
*** wuchunyang has quit IRC | 03:42 | |
*** wuchunyang has joined #openstack-kolla | 03:48 | |
*** skramaja has joined #openstack-kolla | 03:57 | |
*** wuchunyang has quit IRC | 04:00 | |
*** wuchunyang has joined #openstack-kolla | 04:06 | |
*** wuchunyang has quit IRC | 04:11 | |
*** wuchunyang has joined #openstack-kolla | 04:17 | |
*** wuchunyang has quit IRC | 04:22 | |
*** radeks has quit IRC | 04:35 | |
*** pcaruana has joined #openstack-kolla | 05:02 | |
*** wuchunyang has joined #openstack-kolla | 05:13 | |
*** radeks has joined #openstack-kolla | 05:17 | |
*** wuchunyang has quit IRC | 05:18 | |
*** Luzi has joined #openstack-kolla | 05:23 | |
*** wuchunyang has joined #openstack-kolla | 05:25 | |
*** wuchunyang has quit IRC | 05:29 | |
*** wuchunyang has joined #openstack-kolla | 05:31 | |
hrw | morning | 05:32 |
hrw | ppc64le situation looks just bad | 05:32 |
hrw | shit. I run out of space | 05:32 |
*** wuchunyang has quit IRC | 05:36 | |
*** cah_link has joined #openstack-kolla | 05:49 | |
*** rpittau|afk is now known as rpittau | 06:08 | |
hrw | restarted builds with 'docker image prune -a -f' after each distro | 06:09 |
*** henriqueof has joined #openstack-kolla | 06:27 | |
*** henriqueof1 has quit IRC | 06:28 | |
*** wuchunyang has joined #openstack-kolla | 07:06 | |
*** jbadiapa has joined #openstack-kolla | 07:06 | |
*** Florian has joined #openstack-kolla | 07:10 | |
*** wuchunyang has quit IRC | 07:10 | |
*** henriqueof has quit IRC | 07:12 | |
*** henriqueof has joined #openstack-kolla | 07:12 | |
mnasiadka | hrw: does anybody else build ppc64le images, or just you?:) | 07:21 |
hrw | mnasiadka: not even me | 07:22 |
hrw | mnasiadka: it was added as side effect of doing aarch64. | 07:22 |
hrw | from time to time someone appear on irc telling that they use kolla on ppc64le | 07:22 |
hrw | and I can spend a bit of time on doing build to check how situation looks | 07:23 |
hrw | UNBUILDABLE_IMAGES var helps | 07:24 |
openstackgerrit | Andreas Jaeger proposed openstack/kolla master: Remove unneeded Zuul branch matcher https://review.opendev.org/681975 | 07:27 |
*** gfidente has joined #openstack-kolla | 07:37 | |
*** priteau has joined #openstack-kolla | 07:57 | |
*** Tengu has quit IRC | 07:59 | |
*** ivve has joined #openstack-kolla | 08:00 | |
*** Tengu has joined #openstack-kolla | 08:03 | |
*** gfidente has quit IRC | 08:06 | |
*** k_mouza has joined #openstack-kolla | 08:24 | |
*** gfidente has joined #openstack-kolla | 08:25 | |
*** wuchunyang has joined #openstack-kolla | 08:30 | |
Blinkiz | Hello | 08:32 |
mgoddard | morning | 08:33 |
*** wuchunyang has quit IRC | 08:34 | |
Blinkiz | Am deploying without DNS for internal IP addresses. This means vip.example.com is not resolved correctly into 192.168.38.11 (in my case) from within containers. On baremetal I have modified /etc/hosts file so vip.example.com is known. I do not like that I need to keep high uptime for an internal dns only for vip.example.com address. Any suggestions how to solve this? | 08:35 |
Blinkiz | I would like to see kolla push out the kolla_internal_fqdn everywhere. It is hard coded in globals.yml so why not.. | 08:36 |
mgoddard | Blinkiz: if it is in /etc/hosts when the containers are created, then they should be able to see it | 08:38 |
Blinkiz | My problems begins at "TASK [mariadb : Waiting for MariaDB service to be ready through VIP]" because vip.example.com is not known. And kolla prechecks to not check if kolla_internal_fqdn is resolved into kolla_internal_vip_address | 08:38 |
Blinkiz | mgoddard, So containers is copying the baremetals /etc/hosts file? | 08:38 |
Blinkiz | Maybe I just need to remove previous created containers and it will pick it up.. | 08:39 |
mgoddard | Blinkiz: yes, try it | 08:39 |
*** gfidente has quit IRC | 08:39 | |
mgoddard | Blinkiz: try just running a test container | 08:40 |
Blinkiz | mgoddard, Is "kolla-ansible -i ./multinode destroy" enough? | 08:40 |
*** wuchunyang has joined #openstack-kolla | 08:41 | |
mgoddard | Blinkiz: --yes-i-really-really-meant-it | 08:41 |
Blinkiz | mgoddard, Thanks | 08:41 |
*** gfidente has joined #openstack-kolla | 08:43 | |
Blinkiz | I have a management server standing beside the OpenStack cluster that's running a few services inside LXD (LXC) containers. I would like to install centralized logging into on of these containers. | 08:50 |
Blinkiz | I have install docker (with kolla ansible bootstrap playbook) into a lxd container and it works great. But am having one problem. It fails at one task all the time. "common : Restart kolla-toolbox container". https://paste.ubuntu.com/p/PFqmf36gTS/ | 08:51 |
Blinkiz | This is not about Kolla but I thought I ask if anyone had an idea what the problem can be. Error message is "path /run is mounted on /run but it is not a shared mount" | 08:52 |
Blinkiz | Found some more information from journalctl. Apparently container kolla_toolbox fails to start because of "Error response from daemon: path /run is mounted on /run but it is not a shared mount" | 09:04 |
mgoddard | Blinkiz: why not just run docker on the host? | 09:14 |
Blinkiz | mgoddard, That is possible yes. Next to LXD. I tried it ones but got error about not finding my defined interface for api_interface. Yeah, it is different on management server. Maybe I should go that route.. Am guessing I can change api_interface on individual hosts.. Hmm | 09:16 |
mgoddard | yes, you can set host_vars | 09:16 |
mgoddard | but anything in globals.yml will override host_vars, so needs care | 09:17 |
Blinkiz | mgoddard, okay.. So where should I set my "*_interface:" options for my special "mgmt.example.com" host? | 09:18 |
Blinkiz | inventory file? :-O | 09:18 |
mgoddard | yes, or host_vars or group_vars directory next to it | 09:18 |
*** Florian has quit IRC | 09:19 | |
mgoddard | but then you have to put _interface variables for all hosts in there, and not in globals.yml | 09:19 |
*** FlorianFa has joined #openstack-kolla | 09:19 | |
Blinkiz | mgoddard, okay,. got it. globals.yml override everything in host_vars, group_vars. | 09:20 |
Blinkiz | mgoddard, Thanks for the guidance :) | 09:20 |
mgoddard | Blinkiz: np | 09:21 |
*** ivve has quit IRC | 09:32 | |
Blinkiz | mgoddard, I have tried a few times but all hosts fails at "TASK [baremetal : Generate /etc/hosts for all of the nodes". It tries to read "ansible_eth0" interface that do not exist. Am getting the feeling that group_vars/all.yml and host_vars/mgmt.example.com is never used. | 09:44 |
Blinkiz | I have inventory in /etc/kolla/multinode. I have group_vars at /etc/kolla/group_vars. I have host_vars at /etc/kolla/host_vars. I have not defined any of these paths in /etc/ansible/ansible.cfg | 09:45 |
*** wuchunyang has quit IRC | 09:49 | |
openstackgerrit | Mark Goddard proposed x/kayobe master: WIP: Fix kayobe-overcloud-centos CI job flakiness https://review.opendev.org/681700 | 09:51 |
mgoddard | Blinkiz: I'd try manually debugging with a playbook of your own and ansible-playbook and debug module | 09:53 |
Blinkiz | and now I have found out that host_vars/mgmt.lm100.se.yml is read correctly but not group_vars/all.yml | 09:53 |
*** wuchunyang has joined #openstack-kolla | 09:55 | |
openstackgerrit | Mark Goddard proposed x/kayobe master: WIP: Fix kayobe-overcloud-centos CI job flakiness https://review.opendev.org/681700 | 09:57 |
*** wuchunyang has quit IRC | 10:04 | |
*** ivve has joined #openstack-kolla | 10:05 | |
*** k_mouza has quit IRC | 10:09 | |
*** wuchunyang has joined #openstack-kolla | 10:11 | |
*** pcaruana has quit IRC | 10:11 | |
*** wuchunyang has quit IRC | 10:16 | |
*** wuchunyang has joined #openstack-kolla | 10:22 | |
*** wuchunyang has quit IRC | 10:26 | |
*** k_mouza has joined #openstack-kolla | 10:33 | |
*** luksky has joined #openstack-kolla | 10:36 | |
*** wuchunyang has joined #openstack-kolla | 10:39 | |
*** jbadiapa has quit IRC | 11:08 | |
*** luksky has quit IRC | 11:09 | |
*** k_mouza has quit IRC | 11:09 | |
*** k_mouza has joined #openstack-kolla | 11:09 | |
*** kplant has joined #openstack-kolla | 11:11 | |
*** cah_link has quit IRC | 11:12 | |
*** pcaruana has joined #openstack-kolla | 11:24 | |
*** luksky has joined #openstack-kolla | 11:26 | |
*** watersj has joined #openstack-kolla | 11:27 | |
*** luksky11 has joined #openstack-kolla | 11:28 | |
*** luksky has quit IRC | 11:31 | |
*** calbers has joined #openstack-kolla | 11:32 | |
*** calbers has quit IRC | 11:40 | |
*** luksky11 has quit IRC | 11:40 | |
hrw | yoctozepto, mnasiadka: https://review.opendev.org/#/c/681694/ - RP+2 to kill xtrabackup | 11:47 |
*** luksky11 has joined #openstack-kolla | 11:56 | |
*** wuchunyang has quit IRC | 12:02 | |
*** wuchunyang has joined #openstack-kolla | 12:07 | |
*** wuchunyang has quit IRC | 12:11 | |
*** goldyfruit has quit IRC | 12:12 | |
*** wuchunyang has joined #openstack-kolla | 12:18 | |
*** cah_link has joined #openstack-kolla | 12:19 | |
*** luksky11 has quit IRC | 12:22 | |
*** luksky11 has joined #openstack-kolla | 12:23 | |
*** wuchunyang has quit IRC | 12:23 | |
*** dave-mccowan has joined #openstack-kolla | 12:24 | |
mgoddard | hrw: approved it | 12:27 |
*** dave-mccowan has quit IRC | 12:28 | |
*** wuchunyang has joined #openstack-kolla | 12:29 | |
hrw | cool | 12:30 |
*** watersj has quit IRC | 12:33 | |
*** wuchunyang has quit IRC | 12:37 | |
*** dave-mccowan has joined #openstack-kolla | 12:43 | |
*** jbadiapa has joined #openstack-kolla | 12:44 | |
*** henriqueof1 has joined #openstack-kolla | 12:49 | |
*** henriqueof has quit IRC | 12:50 | |
*** EmilienM is now known as EvilienM | 12:55 | |
*** dave-mccowan has quit IRC | 12:58 | |
hrw | fsck. ubuntu broken python3 in repo | 13:03 |
hrw | INFO:kolla.common.utils.kolla-toolbox: python3-dev : Depends: libpython3-dev (= 3.6.7-1~18.04) but it is not going to be installed | 13:04 |
hrw | INFO:kolla.common.utils.kolla-toolbox: Depends: python3.6-dev (>= 3.6.7-1~) but it is not going to be installed | 13:04 |
mgoddard | yeah I've noticed that in a few places | 13:05 |
mgoddard | is that what's broken xtrabackup? | 13:05 |
hrw | no | 13:05 |
*** Luzi has quit IRC | 13:06 | |
*** luksky11 has quit IRC | 13:06 | |
openstackgerrit | Mark Goddard proposed x/kayobe master: WIP: Fix kayobe-overcloud-centos CI job flakiness https://review.opendev.org/681700 | 13:07 |
openstackgerrit | Mark Goddard proposed x/kayobe master: WIP: Fix kayobe-overcloud-centos CI job flakiness https://review.opendev.org/681700 | 13:09 |
*** vmixor has joined #openstack-kolla | 13:10 | |
*** Tengu has quit IRC | 13:11 | |
*** Tengu has joined #openstack-kolla | 13:11 | |
hrw | maybe CI mirrors are not up to date | 13:13 |
hrw | libexpat1 in ubuntu:bionic looks like it's newer than repo has | 13:16 |
hrw | no. OVH mirror is outdated | 13:17 |
hrw | we will need to recheck | 13:17 |
*** vmixor has quit IRC | 13:21 | |
Blinkiz | I have a new installation of OpenStack and I think that Horizon webgui loads slowly. Chrome says "Waiting (TTFB)" is between 500ms to 1.5 sec for all pages in Horizon. It feels slow. Is this normal? | 13:21 |
*** vmixor has joined #openstack-kolla | 13:21 | |
*** goldyfruit has joined #openstack-kolla | 13:28 | |
Blinkiz | It is not haproxy. Directly connecting to port 80 on a control node gives same slow feeling. | 13:46 |
*** cah_link has quit IRC | 13:53 | |
*** wuchunyang has joined #openstack-kolla | 13:57 | |
*** wuchunyang has quit IRC | 14:01 | |
*** wuchunyang has joined #openstack-kolla | 14:08 | |
*** wuchunyang has quit IRC | 14:12 | |
*** goldyfruit has quit IRC | 14:14 | |
*** JamesBenson has joined #openstack-kolla | 14:15 | |
*** wuchunyang has joined #openstack-kolla | 14:19 | |
*** radeks has quit IRC | 14:21 | |
*** wuchunyang has quit IRC | 14:24 | |
*** k_mouza has quit IRC | 14:31 | |
*** k_mouza_ has joined #openstack-kolla | 14:32 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: ppc64le: add UNBUILDABLE_IMAGES entries https://review.opendev.org/682068 | 14:34 |
*** goldyfruit has joined #openstack-kolla | 14:34 | |
hrw | work in progress as I just added Debian ones | 14:34 |
hrw | CentOS and Ubuntu have to build first | 14:34 |
hrw | mgoddard: Ubuntu failures will be fixed soon. Infra needs to restart mirroring | 14:35 |
mgoddard | hrw: thanks for following up | 14:36 |
hrw | next PTG someone from kolla needs to give them a bottle/hug/etc | 14:36 |
*** goldyfruit_ has joined #openstack-kolla | 14:42 | |
*** goldyfruit has quit IRC | 14:44 | |
*** noxoid has joined #openstack-kolla | 14:55 | |
*** vmixor has quit IRC | 15:00 | |
*** vmixor has joined #openstack-kolla | 15:00 | |
*** k_mouza_ has quit IRC | 15:17 | |
*** vmixor has quit IRC | 15:21 | |
*** vmixor has joined #openstack-kolla | 15:21 | |
*** k_mouza has joined #openstack-kolla | 15:24 | |
*** igordc has joined #openstack-kolla | 15:25 | |
*** igordc has quit IRC | 15:27 | |
*** igordc has joined #openstack-kolla | 15:27 | |
*** ivve has quit IRC | 15:29 | |
*** weshay|ruck has quit IRC | 15:31 | |
*** igordc has quit IRC | 15:32 | |
*** gfidente is now known as gfidente|afk | 15:50 | |
openstackgerrit | Joseph M proposed openstack/kolla-ansible master: [designate] Add coordination backend for designate workers https://review.opendev.org/682095 | 15:57 |
*** calbers has joined #openstack-kolla | 16:02 | |
*** owalsh has quit IRC | 16:11 | |
*** wuchunyang has joined #openstack-kolla | 16:21 | |
*** rpittau is now known as rpittau|afk | 16:22 | |
*** wuchunyang has quit IRC | 16:26 | |
*** owalsh has joined #openstack-kolla | 16:29 | |
*** owalsh has quit IRC | 16:34 | |
*** k_mouza has quit IRC | 16:42 | |
*** owalsh has joined #openstack-kolla | 16:54 | |
*** k_mouza has joined #openstack-kolla | 16:57 | |
*** k_mouza has quit IRC | 17:01 | |
yoctozepto | hrw: yup, infra guys are really nice and helpful to us | 17:18 |
yoctozepto | worth a hug | 17:18 |
*** luksky11 has joined #openstack-kolla | 17:25 | |
*** priteau has quit IRC | 17:28 | |
*** goldyfruit_ has quit IRC | 17:46 | |
*** goldyfruit_ has joined #openstack-kolla | 17:49 | |
openstackgerrit | Mark Flynn proposed openstack/kolla-ansible master: Fix prometheus-alertmanager cluster bug https://review.opendev.org/682132 | 18:21 |
*** wuchunyang has joined #openstack-kolla | 18:24 | |
*** wuchunyang has quit IRC | 18:29 | |
yoctozepto | mgoddard, hrw, mnasiadka: shameless plug: https://www.redhat.com/rhtapps/services/certifications/badge/verify/ZPKKI46PNM5OP2N6J3X5PIEDIYAEQU3CUPSQX2KSDXT6RW46LQ34UFHA6EGV4MX6OEQWWNEDUIWXWPUWTPNOZCAXTQD32BJ2PLFPHS3STVWDCMJUD3KGSZYJTPS2YGTCOKOWYMJRGQPNI2LHBGN6LLA2MI====== | 18:40 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: WIP: Use VXLAN overlay in CI https://review.opendev.org/670690 | 18:46 |
*** kplant has quit IRC | 18:49 | |
mnasiadka | yoctozepto: so now you do all ansible optimization work, good :) | 18:53 |
*** signed8bit has joined #openstack-kolla | 18:55 | |
yoctozepto | mnasiadka: or help you do it :-) | 18:59 |
*** goldyfruit___ has joined #openstack-kolla | 18:59 | |
yoctozepto | new cert, time to refresh linkedin profile | 18:59 |
yoctozepto | not looking for a job atm but it will probably trigger another wave of job proposals, sigh :/ | 19:00 |
*** vmixor has quit IRC | 19:01 | |
*** goldyfruit_ has quit IRC | 19:02 | |
yoctozepto | poor head hunters :-( | 19:05 |
mnasiadka | I have no certs, and get like 10 messages a week... | 19:07 |
yoctozepto | mnasiadka: I clicked through some popups | 19:08 |
yoctozepto | now it's telling me my profile will be visited 27x more | 19:08 |
yoctozepto | sheeet :D | 19:08 |
yoctozepto | ok, clicked through some options sounding like "I'm not looking for a job now", should help now | 19:13 |
*** noxoid has quit IRC | 19:38 | |
*** noxoid has joined #openstack-kolla | 19:38 | |
*** mflynn has joined #openstack-kolla | 19:52 | |
*** mflynn has quit IRC | 19:53 | |
*** igordc has joined #openstack-kolla | 20:10 | |
*** gfidente|afk has quit IRC | 20:11 | |
*** hjensas has quit IRC | 20:24 | |
*** hjensas has joined #openstack-kolla | 20:28 | |
*** vmixor has joined #openstack-kolla | 20:39 | |
*** jovial[m] has quit IRC | 20:41 | |
*** dannins has quit IRC | 20:44 | |
*** openstackgerrit has quit IRC | 20:51 | |
*** henriqueof1 has quit IRC | 20:54 | |
*** pcaruana has quit IRC | 21:03 | |
*** vmixor has quit IRC | 21:10 | |
*** luksky11 has quit IRC | 21:14 | |
*** KeithMnemonic has quit IRC | 21:19 | |
*** iniazi has quit IRC | 21:27 | |
*** jbadiapa has quit IRC | 21:37 | |
*** JamesBenson has quit IRC | 21:46 | |
*** iniazi has joined #openstack-kolla | 21:48 | |
*** EvilienM is now known as EmilienM | 21:52 | |
*** iniazi_ has joined #openstack-kolla | 21:59 | |
*** iniazi has quit IRC | 22:00 | |
*** noxoid has quit IRC | 22:01 | |
*** noxoid has joined #openstack-kolla | 22:01 | |
*** k_mouza has joined #openstack-kolla | 22:30 | |
*** goldyfruit___ has quit IRC | 22:49 | |
*** openstackgerrit has joined #openstack-kolla | 22:52 | |
openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: WIP: Refactor service, endpoint and user registration https://review.opendev.org/587590 | 22:52 |
openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: Add support for self-signed SSL certificates https://review.opendev.org/664517 | 23:09 |
*** wuchunyang has joined #openstack-kolla | 23:14 | |
*** wuchunyang has quit IRC | 23:19 | |
*** JamesBenson has joined #openstack-kolla | 23:23 | |
*** JamesBenson has quit IRC | 23:27 | |
*** k_mouza has quit IRC | 23:39 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!