Friday, 2020-06-05

*** rouk has quit IRC00:05
*** factor has joined #openstack-kolla00:44
*** kklimonda has quit IRC00:55
*** kklimonda has joined #openstack-kolla00:57
*** diurnalist has quit IRC01:10
*** wuchunyang has quit IRC01:11
*** jcmdln has quit IRC01:21
*** Tony31 has quit IRC01:36
*** diurnalist has joined #openstack-kolla01:50
*** seco has joined #openstack-kolla01:54
*** seco has quit IRC02:00
*** Torel has quit IRC02:37
*** Torel has joined #openstack-kolla02:39
*** wuchunyang has joined #openstack-kolla02:50
*** kevinz has joined #openstack-kolla02:51
*** ricolin has joined #openstack-kolla02:54
*** k_mouza has joined #openstack-kolla03:06
*** k_mouza has quit IRC03:10
*** Torel has quit IRC03:34
*** Torel has joined #openstack-kolla03:36
*** priteau has joined #openstack-kolla03:40
*** Torel has quit IRC03:41
*** priteau has quit IRC03:46
*** wuchunyang has quit IRC04:03
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Generate Root CA for Self-Signed Certificates  https://review.opendev.org/73134404:03
*** skramaja has joined #openstack-kolla04:08
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Generate Root CA for Self-Signed Certificates  https://review.opendev.org/73134404:27
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Replace internal and external VIP CA with root CA  https://review.opendev.org/73374304:27
*** evrardjp has quit IRC04:33
*** evrardjp has joined #openstack-kolla04:33
*** ykarel|away is now known as ykarel04:38
*** wuchunyang has joined #openstack-kolla04:43
*** cah_link has joined #openstack-kolla04:45
*** skramaja has quit IRC05:02
*** skramaja has joined #openstack-kolla05:02
*** cah_link has quit IRC05:14
*** also_stingrayza has joined #openstack-kolla05:21
*** stingrayza has quit IRC05:23
*** wuchunyang has quit IRC05:27
*** diurnalist has quit IRC05:43
*** cah_link has joined #openstack-kolla05:44
*** seco has joined #openstack-kolla05:45
*** Tony31 has joined #openstack-kolla06:39
*** dcapone2004 has quit IRC06:42
Tony31Good morning06:42
Tony31I'm trying to do a fresh deployment and getting fail on docker during "kayobe overcloud service deploy"06:42
Tony31Initially the error is "ImportError: No module named docker", so I done some digging and then installed "sudo yum install python-docker-py"06:43
Tony31Now I still get a failure but it fails with: "fatal: [juc-kocon1-prd]: FAILED! => {"changed": false, "cmd": ["/usr/bin/python", "-c", "import docker; print(docker.__version__)"], "delta": "0:00:00.320583", "end": "2020-06-05 14:41:18.054775", "failed_when_result": true, "rc": 0, "start": "2020-06-05 14:41:17.734192", "stderr": "", "stderr_lines": [], "stdout": "1.10.6", "stdout_lines": ["1.10.6"]}"06:44
Tony31Do you know how I can work through it? Is it a bug?06:45
zijlboot@Tony31 do you by any chance also have a pip module for docker? My experience on RH is that you have to be sure you either have the yum installed python module or from pip but if you by any chance have them installed "on top" of each other it will not work06:52
*** jbadiapa has quit IRC06:52
zijlbootIf so, uninstall using pip, then yum remove it again and re-install it using Yum; the preferred way on RH06:53
*** nathharp has joined #openstack-kolla06:56
*** nathharp has joined #openstack-kolla06:56
*** dougsz has joined #openstack-kolla06:57
Tony31hi @ziljlboot - thank you for the tip. I'm not sure about it, I'll need to check. These systems were installed by me as a base install and kayobe done the rest in terms of installing packages.07:02
*** rpittau|afk is now known as rpittau07:04
*** zijlboot has quit IRC07:04
*** bengates has joined #openstack-kolla07:08
*** bengates has quit IRC07:10
*** bengates has joined #openstack-kolla07:10
*** priteau has joined #openstack-kolla07:11
*** amoralej|off is now known as amoralej07:24
mgoddardhi Tony31. Kayobe should install the docker python module for kolla-ansible in a virtualenv under /opt/kayobe/venvs/kolla-ansible/07:24
mgoddardTony31: it then sets ansible_python_interpreter to use that virtualenv on remote hosts. It looks like that isn't working for you, since it's using /usr/bin/python to check if docker is installed07:25
mgoddardI would suggest not using yum to install the package. Kayobe will handle it for you07:26
*** vishalmanchanda has joined #openstack-kolla07:28
Tony31Thank you Mark - I'll check those out now07:29
*** e0ne has joined #openstack-kolla07:34
*** priteau has quit IRC07:35
Tony31@mgoddard I do have "/opt/kayobe/venvs/kolla-ansible/".07:36
Tony31I notice I have this under "overcloud" group_vars: https://opendev.org/openstack/kayobe-config/src/branch/stable/train/etc/kayobe/inventory/group_vars/overcloud/ansible-python-interpreter07:36
Tony31BTW this is a new (fresh) deployment with new Ansible host. This is the first time trying to deploy for production use. Possibly I've missed something?07:37
Tony31Aside from configuring the .yaml files for the config I need, I've done 3 things: ansible host bootstrap, overcloud host configure and now I am attempting "deploy" where it fails on this. Does anything stand out to you that I may have done wrong?07:38
mgoddardTony31: are you using fact caching?07:49
mgoddardhrw, yoctozepto: morning07:50
mgoddardlooks like we broke tripleo: https://review.opendev.org/#/c/731798/1007:50
patchbotpatch 731798 - kolla (stable/ussuri) - Switch to RDO Ussuri release on CentOS (MERGED) - 10 patch sets07:50
mgoddardI'm busy this morning, could one of you take a look?07:50
Tony31@mgoddard - I made some changes to ansible.cfg as per the docs. One of them was fact-checking. Let me check that, thank you.07:51
mgoddardTony31: be careful only to use the train docs, not latest. Fact caching won't work on Train07:51
openstackgerritMark Goddard proposed openstack/kayobe stable/train: docs: fix route configuration example syntax  https://review.opendev.org/73376007:51
openstackgerritMark Goddard proposed openstack/kayobe stable/stein: docs: fix route configuration example syntax  https://review.opendev.org/73376107:51
Tony31@mgoddard - thank you!07:51
*** also_stingrayza is now known as stingrayza07:52
mgoddardTony31: in the docs: "Fact caching will not work correctly in Kayobe prior to the Ussuri release."07:53
Tony31I remember it now you mention it 🙈 I was planning on installing Ussuri on CentOS 8 but I got to the point of pulling the kayobe-config git repo and found that Train was the latest. Michael helped me with that the other day.07:54
Tony31... looks like I did forget to undo the ansible config changes. Thank you for the help on this.07:56
*** priteau has joined #openstack-kolla08:02
*** zijlboot has joined #openstack-kolla08:09
*** zijlboot has quit IRC08:09
*** zijlboot has joined #openstack-kolla08:09
mgoddardTony31: no problem08:14
*** witek has joined #openstack-kolla08:17
*** priteau has quit IRC08:22
maharg101I think there is a mistake in the documentation about openstack_cacert - https://github.com/openstack/kolla-ansible/blame/master/doc/source/admin/advanced-configuration.rst#L198 - the example is purportedly for ubuntu, but gives the centos/rh path. Am I mis-reading it ?08:22
*** priteau has joined #openstack-kolla08:24
*** witek has quit IRC08:25
*** e0ne has quit IRC08:30
openstackgerritMichal Arbet proposed openstack/kolla-ansible master: Fix STATIC_ROOT for Debian, Ubuntu  https://review.opendev.org/73361208:30
*** witek has joined #openstack-kolla08:35
*** witek has quit IRC08:37
openstackgerritChristian Berendt proposed openstack/kolla-ansible master: Use no content for DUMMY_ENVIRONMENT  https://review.opendev.org/73271008:40
*** gfidente|afk is now known as gfidente08:40
openstackgerritMerged openstack/kolla master: [docs] Ussuri - Ubuntu has Ceph Octopus  https://review.opendev.org/73361008:52
*** wuchunyang has joined #openstack-kolla08:56
*** born2bake has joined #openstack-kolla08:58
*** Tony31 has quit IRC09:06
yoctozeptomgoddard: morning09:06
yoctozeptomgoddard: aye, that should be voting on stable09:07
*** jbadiapa has joined #openstack-kolla09:07
*** e0ne has joined #openstack-kolla09:22
mnasiadkayoctozepto: I don't want to say how many times they broke not because of us, and we were happy it's not voting :)09:25
mnasiadkabut I understand they want to build their own images from Victoria...09:26
mnasiadkayoctozepto: maybe we could get comments on what failed to build in a similar way that Zuul notifies about pep8 errors - then no need to spend X minutes to look inside...09:27
hrwmgoddard: remote:   https://review.opendev.org/733790 Sync template overrides with Kolla09:28
patchbotpatch 733790 - tripleo-common (stable/ussuri) - Sync template overrides with Kolla - 1 patch set09:28
hrwmgoddard: should fix the issue09:28
*** Torel has joined #openstack-kolla09:29
*** also_stingrayza has joined #openstack-kolla09:32
*** Torel has quit IRC09:33
*** stingrayza has quit IRC09:36
*** also_stingrayza has quit IRC09:37
*** Torel has joined #openstack-kolla09:45
openstackgerritPierre Riteau proposed openstack/kayobe stable/train: Remove newline from default public_net_name  https://review.opendev.org/72685309:56
*** wuchunyang has quit IRC10:01
*** k_mouza has joined #openstack-kolla10:03
*** rpittau is now known as rpittau|bbl10:08
openstackgerritMerged openstack/kolla-ansible master: barbican: Use python3 plugin in uwsgi config  https://review.opendev.org/73356210:13
*** wuchunyang has joined #openstack-kolla10:15
hrwhttps://review.opendev.org/#/c/731487/ https://review.opendev.org/#/c/730331/ anyone?10:22
patchbotpatch 731487 - kolla-ansible - CI: drop pre-ussuri upgrade support - 3 patch sets10:22
patchbotpatch 730331 - kolla - CI: use wheels from infra mirror - 6 patch sets10:22
*** nikparasyr has joined #openstack-kolla10:24
*** k_mouza has quit IRC10:24
*** k_mouza has joined #openstack-kolla10:25
*** k_mouza has quit IRC10:29
*** stingrayza has joined #openstack-kolla10:34
*** diurnalist has joined #openstack-kolla10:34
*** Torel has quit IRC10:36
*** bengates has quit IRC10:37
*** bengates has joined #openstack-kolla10:38
*** diurnalist has quit IRC10:39
*** e0ne has quit IRC10:40
*** e0ne has joined #openstack-kolla10:40
*** wuchunyang has quit IRC10:41
*** k_mouza has joined #openstack-kolla10:43
openstackgerritMerged openstack/kayobe stable/train: Add note about hardware package dropping python 2 support  https://review.opendev.org/73364610:57
openstackgerritPierre Riteau proposed openstack/kayobe master: Update openrc files after overcloud service upgrade  https://review.opendev.org/73364910:58
*** e0ne has quit IRC10:58
*** e0ne has joined #openstack-kolla10:59
openstackgerritMark Goddard proposed openstack/kolla-ansible stable/ussuri: barbican: Use python3 plugin in uwsgi config  https://review.opendev.org/73380411:00
openstackgerritMark Goddard proposed openstack/kolla-ansible stable/train: barbican: Use python3 plugin in uwsgi config  https://review.opendev.org/73380511:00
openstackgerritMark Goddard proposed openstack/kolla-ansible stable/train: barbican: Use python3 plugin in uwsgi config  https://review.opendev.org/73380511:01
*** k_mouza has quit IRC11:04
*** k_mouza has joined #openstack-kolla11:05
*** wuchunyang has joined #openstack-kolla11:15
*** e0ne has quit IRC11:18
*** cah_link has quit IRC11:25
*** cah_link1 has joined #openstack-kolla11:25
*** cah_link1 is now known as cah_link11:27
*** bsanjeewa has joined #openstack-kolla11:29
*** zijlboot has quit IRC11:31
*** zijlboot has joined #openstack-kolla11:33
*** zijlboot has quit IRC11:39
*** k_mouza has quit IRC11:43
*** k_mouza has joined #openstack-kolla11:46
*** bsanjeewa_ has joined #openstack-kolla11:50
*** bsanjeewa has quit IRC11:54
*** jonaspaulo has joined #openstack-kolla11:56
*** rpittau|bbl is now known as rpittau11:59
*** e0ne has joined #openstack-kolla12:04
*** dougsz has quit IRC12:04
*** k_mouza has quit IRC12:13
*** k_mouza has joined #openstack-kolla12:14
*** wuchunyang has quit IRC12:28
*** also_stingrayza has joined #openstack-kolla12:33
*** stingrayza has quit IRC12:37
*** stingrayza has joined #openstack-kolla12:43
*** also_stingrayza has quit IRC12:45
openstackgerritMerged openstack/kayobe master: Fix external API interface with out an IP address  https://review.opendev.org/73175412:47
openstackgerritMark Goddard proposed openstack/kolla-ansible master: keepalived: support virtual rules and routes  https://review.opendev.org/73382612:55
*** also_stingrayza has joined #openstack-kolla12:57
*** stingrayza has quit IRC13:00
*** amoralej is now known as amoralej|lunch13:09
*** also_stingrayza is now known as stingrayza13:11
openstackgerritMerged openstack/kayobe master: CI: mark pytest results as a Zuul artifact  https://review.opendev.org/72301513:19
openstackgerritRadosÅ‚aw Piliszek proposed openstack/kolla stable/ussuri: [docs] Ussuri - Ubuntu has Ceph Octopus  https://review.opendev.org/73383013:21
openstackgerritPierre Riteau proposed openstack/kayobe master: [Community goal] Update the contributor guide  https://review.opendev.org/72989613:25
*** jonaspaulo has quit IRC13:32
openstackgerritMerged openstack/kayobe stable/train: CI: Encrypt passwords.yml in overcloud host configure job  https://review.opendev.org/73159013:39
openstackgerritMerged openstack/kayobe master: Make the root disk image build command more visible  https://review.opendev.org/72959713:40
openstackgerritMerged openstack/kayobe master: Remove newline from default public_net_name  https://review.opendev.org/72685513:41
openstackgerritPierre Riteau proposed openstack/kayobe stable/stein: Remove newline from default public_net_name  https://review.opendev.org/73383313:43
*** TrevorV has joined #openstack-kolla13:43
openstackgerritPierre Riteau proposed openstack/kayobe stable/rocky: Remove newline from default public_net_name  https://review.opendev.org/73383413:44
*** jcmdln has joined #openstack-kolla13:49
openstackgerritMerged openstack/kayobe master: Fix concurrency issues while adding SSH keys to known_hosts  https://review.opendev.org/72588213:49
openstackgerritMerged openstack/kayobe master: Add ussuri prelude to release notes  https://review.opendev.org/72924613:49
openstackgerritMerged openstack/kayobe master: Use Ansible connection reset support in docker role  https://review.opendev.org/71733213:49
openstackgerritMark Goddard proposed openstack/kayobe stable/train: Fix external API interface with out an IP address  https://review.opendev.org/73383713:50
openstackgerritMark Goddard proposed openstack/kayobe stable/train: CI: mark pytest results as a Zuul artifact  https://review.opendev.org/73383813:50
openstackgerritMark Goddard proposed openstack/kayobe stable/train: Make the root disk image build command more visible  https://review.opendev.org/73383913:50
openstackgerritMark Goddard proposed openstack/kayobe stable/train: Fix concurrency issues while adding SSH keys to known_hosts  https://review.opendev.org/73384013:51
openstackgerritMark Goddard proposed openstack/kayobe stable/stein: Fix concurrency issues while adding SSH keys to known_hosts  https://review.opendev.org/73384113:51
openstackgerritMark Goddard proposed openstack/kayobe stable/rocky: Fix concurrency issues while adding SSH keys to known_hosts  https://review.opendev.org/73384213:51
openstackgerritMark Goddard proposed openstack/kayobe stable/train: Use Ansible connection reset support in docker role  https://review.opendev.org/73384413:53
openstackgerritWill Szumski proposed openstack/kolla-ansible stable/train: Disable Fluentd Monasca plugin retry limit  https://review.opendev.org/73384513:53
*** sorin-mihai has joined #openstack-kolla13:53
openstackgerritMark Goddard proposed openstack/kayobe stable/stein: Use Ansible connection reset support in docker role  https://review.opendev.org/73384613:53
openstackgerritWill Szumski proposed openstack/kolla-ansible stable/train: Disable Fluentd Monasca plugin retry limit  https://review.opendev.org/73384513:55
openstackgerritPierre Riteau proposed openstack/kayobe master: [Community goal] Update the contributor guide  https://review.opendev.org/72989613:58
*** amoralej|lunch is now known as amoralej14:00
*** jonaspaulo has joined #openstack-kolla14:14
*** jonaspaulo has quit IRC14:17
*** ricolin_ has joined #openstack-kolla14:26
*** ricolin has quit IRC14:29
*** zijlboot has joined #openstack-kolla14:36
openstackgerritMerged openstack/kayobe stable/train: Install libselinux-python on Ansible control host  https://review.opendev.org/73159514:37
openstackgerritMerged openstack/kayobe stable/train: docs: fix route configuration example syntax  https://review.opendev.org/73376014:37
openstackgerritMerged openstack/kayobe stable/stein: docs: fix route configuration example syntax  https://review.opendev.org/73376114:37
*** zijlboot has quit IRC14:41
*** seco has quit IRC14:44
*** bjoernt has quit IRC14:45
*** bjoernt has joined #openstack-kolla14:45
openstackgerritMerged openstack/kolla stable/ussuri: Remove centos-nfs-ganesha28 from repos.yaml  https://review.opendev.org/73362614:47
*** nikparasyr has quit IRC14:48
*** bjoernt has quit IRC14:48
*** bjoernt has joined #openstack-kolla14:50
*** diurnalist has joined #openstack-kolla14:52
*** bjoernt has quit IRC14:52
*** bjoernt has joined #openstack-kolla14:52
*** bjoernt has quit IRC14:53
*** bjoernt has joined #openstack-kolla14:53
*** e0ne has quit IRC14:55
*** e0ne has joined #openstack-kolla14:55
*** skramaja has quit IRC14:58
openstackgerritMerged openstack/kayobe master: Enable 'data' LVM group only for Docker devicemapper  https://review.opendev.org/72231615:22
*** ykarel is now known as ykarel|away15:23
*** JamesBenson has joined #openstack-kolla15:24
JamesBensonThoughts on adding a kolla-ansible destroy node command as a "day 2" operations?15:27
hrwtripleo-build-containers-centos-8 success15:27
hrwJamesBenson: as 'destroy that one node'?15:27
JamesBensonyep15:28
hrwJamesBenson: iirc we have limit and tag for it15:28
hrw    --limit <host>                     Specify host to run plays15:29
hrwkolla-ansible destroy --limit that-one-node15:29
JamesBensonawesome, wasn't aware of the --limit on there.  Does it migrate anything that's there as well?15:31
*** kevko_ has quit IRC15:34
JamesBensonSo I just issued that command, in Openstack it now shows status: enabled, state: Down for the L3, metadata, and open vswitch agent for the node I removed.  I expected that it would be completely removed.  This is for Queens, has the command been updated for Train/Ussuri?15:38
JamesBenson@hrw --^15:38
openstackgerritXiaojueGuan proposed openstack/kolla-ansible master: Fix bug in deploying monasca_agent_forwarder  https://review.opendev.org/73387115:39
hrwJamesBenson: queens was eons ago.15:43
JamesBenson:-(. I know, need to physically move servers around, then going to kick off a fresh install of ussuri15:43
JamesBensonhopefully this month, maybe next at latest.15:44
JamesBensonfunny how 2 years is eons ^_^15:45
hrwJamesBenson: you can also play with upgrades. q->r->s->t->u15:45
hrwqueens is not supported anymore so could be week or millenium ago. does not matter15:46
JamesBensontrue, but some things weren't working properly anyway, so fresh is good :-)15:46
hrw;)15:46
JamesBensontrue15:46
*** e0ne has quit IRC15:47
*** Torel has joined #openstack-kolla16:01
JamesBensonhrw, so the newer versions of kolla it removes everything appropriately?16:01
hrwno idea. I mostly work on kolla and if use k-a then for all-in-one only16:05
*** rpittau is now known as rpittau|afk16:10
*** cah_link has quit IRC16:14
openstackgerritPierre Riteau proposed openstack/kolla-ansible stable/queens: CI: Fix installation of legacy Docker packages  https://review.opendev.org/73388216:22
*** gfidente is now known as gfidente|afk16:29
*** jonaspaulo has joined #openstack-kolla16:38
mgoddardJamesBenson: destroy is not per-host, it destroys all hosts. It removes containers, images and volumes16:50
mgoddardIt's not really a decommision16:50
mgoddardmore of a start from scratch16:50
JamesBensonso, would this day-2 like command be good addition then?  decommision-migrate-destroy16:51
JamesBensonor at least a decommision-destroy?16:52
mgoddardJamesBenson: yes please :)16:52
JamesBensonwhich one?16:52
mgoddardJamesBenson: well we have a patch up for per-host destroy. It's quite old16:52
mgoddardDecommision I found a bit hard to automate in a generic way. If we can do it then great, but failing that docs would be a good start16:53
mgoddardmoving routers and DHCP agents around is a bit fiddly and config-dependent16:53
openstackgerritpatricio tula proposed openstack/kolla-ansible master: Add missing become to some VMWare tasks  https://review.opendev.org/73389316:55
JamesBensonhmmm, true.  Perhaps docs would be the best solution then.16:55
JamesBensonor you could assume that migration to other hosts in inventory section might work for the services?16:55
*** nathharp_ has joined #openstack-kolla16:57
openstackgerritPierre Riteau proposed openstack/kolla-ansible stable/queens: CI: Fix installation of legacy Docker packages on CentOS  https://review.opendev.org/73388216:59
*** nathharp has quit IRC17:00
*** kevko_ has joined #openstack-kolla17:04
*** amoralej is now known as amoralej|off17:05
*** kevko_ has quit IRC17:09
*** bengates_ has joined #openstack-kolla17:11
*** ricolin_ has quit IRC17:11
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Generate Root CA for Self-Signed Certificates  https://review.opendev.org/73134417:13
*** bengates has quit IRC17:14
*** kevko_ has joined #openstack-kolla17:16
*** priteau has quit IRC17:21
*** vishalmanchanda has quit IRC17:34
*** bsanjeewa_ has quit IRC17:37
*** bengates_ has quit IRC17:39
*** e0ne has joined #openstack-kolla17:39
*** bengates has joined #openstack-kolla17:40
*** kevko_ has quit IRC17:40
*** bsanjeewa_ has joined #openstack-kolla17:42
*** e0ne_ has joined #openstack-kolla17:44
*** e0ne has quit IRC17:44
*** Torel has quit IRC17:44
*** Torel has joined #openstack-kolla17:45
sorin-mihaii think i i broke my deployment quite bad this time... if i keep database_address: "{{ kolla_internal_fqdn }}", as it is in master, with TLS enabled on backend/internal/external, any deploy/reconfigure/upgrade will fail waiting for MariaDB to be available via HAProxy17:51
sorin-mihaiif i change database_address to api_interface, mariadb will not fail, but will still not be usable by nova, in the mean time, regardless if i change database_address or not, horizon will timeout with 504 gateway time-out17:55
openstackgerritMerged openstack/kayobe master: Don't disable SELinux if it is not installed  https://review.opendev.org/72992317:58
*** e0ne_ has quit IRC18:09
*** e0ne has joined #openstack-kolla18:11
*** bsanjeewa_ has quit IRC18:14
*** e0ne has quit IRC18:16
*** bsanjeewa has joined #openstack-kolla18:16
*** e0ne has joined #openstack-kolla18:16
*** zijlboot has joined #openstack-kolla18:25
*** zijlboot has quit IRC18:30
*** kevko_ has joined #openstack-kolla18:33
*** k_mouza has quit IRC18:35
*** e0ne has quit IRC18:44
dmsimardout of curiosity (and ignorance), has it ever come up to launch services using uwsgi or some other wsgi application server instead of eventlet ?18:45
dmsimardwould allow for tuning of processes/worker/threads and stuff like that18:45
dmsimardI didn't mention mod_wsgi because it's probably not realistic to have in all containers but there's others ?18:46
dmsimardnot realistic to have apache in all containers*18:46
*** dougsz has joined #openstack-kolla19:16
*** kevko_ has quit IRC19:27
*** TrevorV has quit IRC19:30
*** dougsz has quit IRC19:58
openstackgerritMerged openstack/kayobe stable/train: CI: mark pytest results as a Zuul artifact  https://review.opendev.org/73383820:26
*** bengates has quit IRC20:37
*** bengates_ has joined #openstack-kolla20:37
*** gfidente|afk has quit IRC20:39
*** Limech_ has quit IRC20:39
*** Limech has joined #openstack-kolla20:48
*** bsanjeewa has quit IRC20:55
openstackgerritMerged openstack/kayobe master: CentOS 8: separate kolla build tag from deploy tag  https://review.opendev.org/71213421:13
*** JamesBenson has quit IRC21:25
openstackgerritPedro Henrique Pereira Martins proposed openstack/kolla-ansible master: Add suport to OpenID Connect Authentication flow  https://review.opendev.org/69543221:33
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Generate Root CA for Self-Signed Certificates  https://review.opendev.org/73134421:33
*** bengates_ has quit IRC21:34
*** KeithMnemonic has quit IRC21:41
*** Torel has quit IRC21:45
*** Torel has joined #openstack-kolla21:47
*** jbadiapa has quit IRC22:11
*** born2bake has quit IRC22:17
dmsimardMy bad, I wasn't looking at the right place at all, found https://github.com/openstack/kolla/blob/master/docker/base/httpd_setup.sh and learning :p22:39
openstackgerritPierre Riteau proposed openstack/kayobe stable/queens: Remove newline from default public_net_name  https://review.opendev.org/73393122:42
openstackgerritPierre Riteau proposed openstack/kayobe stable/queens: Remove newline from default public_net_name  https://review.opendev.org/73393122:44
*** zijlboot has joined #openstack-kolla23:12
*** zijlboot has quit IRC23:17
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Generate Root CA for Self-Signed Certificates  https://review.opendev.org/73134423:42
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Replace internal and external VIP CA with root CA  https://review.opendev.org/73374323:42
*** jonaspaulo has quit IRC23:53

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!