openstackgerrit | Merged openstack/kayobe master: CI: Add overcloud host configure job https://review.opendev.org/710277 | 00:03 |
---|---|---|
openstackgerrit | Merged openstack/kayobe stable/train: Add support for stopping overcloud services https://review.opendev.org/721982 | 00:08 |
*** wuchunyang has joined #openstack-kolla | 01:01 | |
*** zhanglong has joined #openstack-kolla | 01:06 | |
*** happyhemant has quit IRC | 01:11 | |
*** wuchunyang has quit IRC | 01:24 | |
*** wuchunyang has joined #openstack-kolla | 01:38 | |
*** zhanglong has quit IRC | 01:47 | |
*** zhanglong has joined #openstack-kolla | 01:50 | |
*** kevinz has joined #openstack-kolla | 02:06 | |
*** wuchunyang has quit IRC | 02:23 | |
*** wuchunyang has joined #openstack-kolla | 02:37 | |
*** zhanglong has quit IRC | 03:04 | |
*** zhanglong has joined #openstack-kolla | 03:06 | |
*** zhanglong has quit IRC | 03:45 | |
*** wuchunyang has quit IRC | 03:51 | |
*** ykarel|away is now known as ykarel | 04:13 | |
*** evrardjp has quit IRC | 04:35 | |
*** evrardjp has joined #openstack-kolla | 04:35 | |
*** wuchunyang has joined #openstack-kolla | 04:51 | |
*** wuchunyang has quit IRC | 04:52 | |
*** seco has joined #openstack-kolla | 04:52 | |
*** zhanglong has joined #openstack-kolla | 05:32 | |
*** nikparasyr has joined #openstack-kolla | 05:41 | |
sri_ | morning | 05:43 |
*** cah_link has joined #openstack-kolla | 05:49 | |
mnasiadka | morning | 06:13 |
*** vishalmanchanda has joined #openstack-kolla | 06:28 | |
*** JangwonLee__ has joined #openstack-kolla | 06:30 | |
mnasiadka | morning | 06:32 |
*** dcapone2004 has quit IRC | 06:32 | |
*** JangwonLee_ has quit IRC | 06:34 | |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible master: WIP: Ansible lint related fixes https://review.opendev.org/721191 | 06:38 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible master: WIP: Ansible lint related fixes https://review.opendev.org/721191 | 06:38 |
*** suff1 has joined #openstack-kolla | 06:45 | |
*** skramaja has joined #openstack-kolla | 06:57 | |
*** wuchunyang has joined #openstack-kolla | 07:02 | |
*** dougsz has joined #openstack-kolla | 07:08 | |
*** bengates has joined #openstack-kolla | 07:13 | |
*** suff2 has joined #openstack-kolla | 07:13 | |
*** bengates has quit IRC | 07:13 | |
*** bengates has joined #openstack-kolla | 07:13 | |
*** suff1 has quit IRC | 07:15 | |
*** rpittau|afk is now known as rpittau | 07:17 | |
*** born2bake has joined #openstack-kolla | 07:25 | |
hrw | hola | 07:49 |
*** suff2 has quit IRC | 07:55 | |
wuchunyang | hi guys; What is the lowest version of centos that kolla now supports | 08:05 |
*** zhanglong has quit IRC | 08:07 | |
*** zhanglong has joined #openstack-kolla | 08:08 | |
hrw | wuchunyang: 8 | 08:12 |
hrw | wuchunyang: if you want 7 then train was the last release | 08:14 |
wuchunyang | ok, when i flow the quick start step by step ,i had some trouble | 08:15 |
hrw | can you expand? | 08:15 |
hrw | more details please I mean | 08:16 |
wuchunyang | ok,, wait a moment | 08:16 |
wuchunyang | when i install kolla-ansible use virtulenv, then kolla-ansible prechecks will failed. | 08:20 |
wuchunyang | kolla-ansible/ansible/roles/prechecks | 08:21 |
wuchunyang | command: "{{ ansible_python.executable }} -c \"import docker; print(docker.__version__)\" | 08:21 |
wuchunyang | this command this failed due to no package docker | 08:21 |
hrw | centos on hosts? | 08:22 |
wuchunyang | yes,, centos 7.6 | 08:22 |
wuchunyang | should we add system requirement in quick start documents ? | 08:24 |
hrw | mnasiadka: you are more familiar with deployments | 08:24 |
hrw | wuchunyang: I am more kolla than kolla-ansible so can't help much | 08:24 |
wuchunyang | ok, thanks | 08:25 |
wuchunyang | kolla has a question too. | 08:26 |
mnasiadka | wuchunyang: you can install the dependencies by yourself - or use kolla-ansible bootstrap-servers | 08:28 |
wuchunyang | when i build neutron which i have added some code , it reinstalled because i have not set neutron tag. | 08:29 |
stingrayza | morning folks | 08:32 |
wuchunyang | the value of ansible_python.executable is "/usr/bin/python" .Is this correct ? | 08:32 |
stingrayza | that centos support - is that _inside_ kolla, or as the _host_ OS? | 08:32 |
hrw | stingrayza: for kolla project it is 'inside' for k-a it is 'as host' | 08:33 |
hrw | stingrayza: you can run kolla on any sensible distro host and build any of supported 'inside' distros | 08:33 |
stingrayza | hrw: cool. what container runtime is being used on rhel8/centos8 hosts? | 08:34 |
hrw | stingrayza: when you want to deploy kolla images using kolla-ansible then the list of supported host distros is short | 08:34 |
hrw | stingrayza: docker. | 08:34 |
hrw | stingrayza: we are open for patches adding podman support | 08:34 |
stingrayza | hrw: nice. how? (docker CE doesn't support rhel/centos 8) | 08:35 |
hrw | stingrayza: docker ce for c7 works | 08:35 |
stingrayza | hrw: (I'm currently fighting this fight internally - so its good to get outsider's opinions) | 08:36 |
hrw | stingrayza: https://linuxconfig.org/how-to-install-docker-in-rhel-8 | 08:36 |
hrw | stingrayza: not nice but working. | 08:37 |
hrw | stingrayza: but use 'kolla-ansible bootstrap-servers' and you will get it done in better way | 08:37 |
stingrayza | hrw: yeah. I've seen this and other permutations. | 08:38 |
* stingrayza goes to look at bootstrap code | 08:38 | |
hrw | stingrayza: with size of kolla team we lack manpower to add podman | 08:38 |
*** e0ne has joined #openstack-kolla | 08:38 | |
wuchunyang | will we add podman to kolla ? | 08:39 |
*** ricolin has quit IRC | 08:39 | |
hrw | wuchunyang: if someone provide patches | 08:40 |
wuchunyang | emm..... | 08:40 |
hrw | we deal with 3 distros, 2 archs (no one does ppc64le), two install types. with 4 active core devs | 08:41 |
hrw | when something breaks on CI we often have week of firefighting to get CI back into green | 08:41 |
wuchunyang | em.. it is very hard for you | 08:44 |
*** maharg101 has joined #openstack-kolla | 08:44 | |
hrw | maintaining is never an easy task | 08:46 |
wuchunyang | yes...There is no end to this work | 08:48 |
hrw | wuchunyang: join us! | 08:49 |
wuchunyang | ok, I will have a lot of time to do this next | 08:50 |
*** e0ne has quit IRC | 08:50 | |
*** e0ne has joined #openstack-kolla | 08:51 | |
*** k_mouza has joined #openstack-kolla | 08:57 | |
*** ykarel is now known as ykarel|lunch | 09:05 | |
wuchunyang | hrw hi,kolla master branch will only support python3 ? | 09:07 |
hrw | yes | 09:07 |
hrw | wuchunyang: there is no python <3.6 anyway | 09:07 |
wuchunyang | the last version of kolla that support python2 is train ? | 09:08 |
hrw | more or less yes | 09:08 |
hrw | we moved images from py2 to py3 since stein | 09:09 |
hrw | but kolla itself was usable with py2 in train | 09:09 |
*** dking has quit IRC | 09:10 | |
wuchunyang | yep,I am testing kolla with python2 | 09:12 |
wuchunyang | maybe i need change to python3 ... | 09:12 |
yoctozepto | oh, you definitely must | 09:13 |
yoctozepto | py2 is gone | 09:13 |
yoctozepto | with 2020 | 09:13 |
wuchunyang | only for testing .... | 09:14 |
hrw | 11:07 < hrw> wuchunyang: there is no python <3.6 anyway | 09:14 |
wuchunyang | yes, there are many projects need to change it | 09:15 |
maharg101 | is it possible to deploy a custom horizon theme with kolla-ansible ? I haven't found any documentation beyond how to extend the default local_settings. | 09:15 |
hrw | I do not care about projects which are not maintained properly | 09:15 |
wuchunyang | 17:14 (hrw) 11:07 < hrw> wuchunyang: there is no python <3.6 anyway how can i remind others like this ? | 09:15 |
hrw | maharg101: I do it with own image | 09:15 |
hrw | maharg101: https://git.linaro.org/leg/sdi/kolla/ldc-overlay.git/tree/linaro-override-train.j2 is used as template override during build so our horizon has our theme in it | 09:16 |
hrw | wuchunyang: for me py2 landed in same trashcan as linux 2.4 - things I do not care and do not plan to use | 09:17 |
wuchunyang | i had used py2 before. | 09:19 |
maharg101 | hrw: thanks, so using kolla to build custom container images - thanks ! | 09:19 |
hrw | wuchunyang: I had used py1.5 before | 09:20 |
hrw | do I care about it? not at all | 09:20 |
mnasiadka | hrw: 2.4 is dead? oh boy, I have a host with 2.0 :) | 09:21 |
hrw | mnasiadka: lovely | 09:21 |
wuchunyang | I even haven't seen anyone else use py1.5 .. | 09:22 |
wuchunyang | maybe i am a newer for python | 09:22 |
*** gfidente|afk is now known as gfidente | 09:22 | |
hrw | wuchunyang: it was previous millenium iirc | 09:22 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible master: CI: Add ansible-lint to tox https://review.opendev.org/694779 | 09:22 |
wuchunyang | I think this irc is also antique. | 09:23 |
hrw | wuchunyang: still not obsoleted by anything better | 09:25 |
wuchunyang | yeap... | 09:28 |
wuchunyang | but This design style is really ugly | 09:29 |
hrw | wuchunyang: you mean? | 09:31 |
wuchunyang | Just complaining.... | 09:32 |
oklhost | mgoddard: Regarding to https://bugs.launchpad.net/kolla-ansible/+bug/1855877/comments/4, maybe I miss something, in my environment the id is identical after running deployment, they exactly the same in /etc/designate/pools.yaml and passwords.yaml. | 09:53 |
openstack | Launchpad bug 1855877 in kolla-ansible "Kolla-ansible can't create default server pool for Designate " [Medium,Triaged] | 09:53 |
yoctozepto | wuchunyang: I am using thelounge which makes irc look good | 09:55 |
yoctozepto | but one needs to find hosting for it to use it | 09:55 |
wuchunyang | ths, i will try it later | 09:56 |
*** k_mouza has quit IRC | 10:05 | |
*** k_mouza has joined #openstack-kolla | 10:05 | |
*** zhanglong has quit IRC | 10:08 | |
*** yoctozepto has quit IRC | 10:09 | |
*** k_mouza has quit IRC | 10:10 | |
*** e0ne has quit IRC | 10:11 | |
*** e0ne has joined #openstack-kolla | 10:11 | |
oklhost | mgoddard: never mind, my fault. | 10:11 |
*** rpittau is now known as rpittau|bbl | 10:12 | |
*** k_mouza has joined #openstack-kolla | 10:15 | |
*** yoctozepto has joined #openstack-kolla | 10:17 | |
*** JangwonLee_ has joined #openstack-kolla | 10:20 | |
*** jbadiapa has joined #openstack-kolla | 10:23 | |
*** JangwonLee__ has quit IRC | 10:23 | |
openstackgerrit | Merged openstack/kolla stable/train: Add nfs dependencies to glance container https://review.opendev.org/722406 | 10:26 |
openstackgerrit | Merged openstack/kolla-ansible master: CI: Test ironic on nova-cell change https://review.opendev.org/719552 | 10:26 |
*** ykarel|lunch is now known as ykarel | 10:32 | |
*** wuchunyang has quit IRC | 10:38 | |
*** wuchunyang has joined #openstack-kolla | 10:39 | |
*** wuchunyang has quit IRC | 10:43 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe stable/train: CI: Add overcloud host configure jobs https://review.opendev.org/722661 | 10:50 |
*** wuchunyang has joined #openstack-kolla | 11:09 | |
*** wuchunyang has quit IRC | 11:10 | |
*** nikparasyr has quit IRC | 11:17 | |
maharg101 | using an external ceph, with multiple cinder pools / multiple volume types - is there a way to express this in globals.yml ? | 11:24 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Add support for encrypting heat api https://review.opendev.org/722355 | 11:24 |
*** dougsz has quit IRC | 11:38 | |
maharg101 | doesn't look like from looking at the code | 11:48 |
*** rpittau|bbl is now known as rpittau | 12:13 | |
openstackgerrit | Alfredo Moralejo proposed openstack/kolla master: DNM Test new deps based on final CBS builds https://review.opendev.org/710240 | 12:26 |
maharg101 | ah ! looks like ceph_cinder_pool_name is used only for the ceph build (deprecated; not required for external ceph) and the necessary configuration can be made in ./config/cinder | 12:30 |
*** cosmicsound8 has quit IRC | 12:40 | |
*** bengates has quit IRC | 12:49 | |
*** bengates has joined #openstack-kolla | 12:49 | |
*** ykarel is now known as ykarel|afk | 13:14 | |
*** jonaspaulo has joined #openstack-kolla | 13:19 | |
*** skramaja has quit IRC | 13:20 | |
*** dcapone2004 has joined #openstack-kolla | 13:34 | |
*** TrevorV has joined #openstack-kolla | 13:38 | |
*** wuchunyang has joined #openstack-kolla | 13:40 | |
mgoddard | anyone for k-a centos8 docs? https://review.opendev.org/721632 https://review.opendev.org/722328 | 13:43 |
patchbot | patch 721632 - kolla-ansible - Add docs and release note for CentOS 8 - 1 patch set | 13:43 |
patchbot | patch 722328 - kolla-ansible (stable/train) - Add docs and release note for CentOS 8 - 1 patch set | 13:43 |
*** jimcrowleyibm has joined #openstack-kolla | 13:46 | |
*** zhanglong has joined #openstack-kolla | 13:48 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: CI: Make bashate happy https://review.opendev.org/722791 | 14:02 |
*** ykarel|afk is now known as ykarel | 14:07 | |
yoctozepto | mgoddard: overally good, but kolla link broken ;/ | 14:10 |
mgoddard | yoctozepto: did you fix it in master? | 14:10 |
mgoddard | guess not from your comment | 14:11 |
mgoddard | yoctozepto: ah, user/support-matrix | 14:12 |
yoctozepto | mgoddard: ++ | 14:13 |
mgoddard | oh no | 14:13 |
mgoddard | support_matrix | 14:13 |
yoctozepto | ah, I would miss that too | 14:13 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Add docs and release note for CentOS 8 https://review.opendev.org/721632 | 14:13 |
mgoddard | yoctozepto: also linked renos together | 14:13 |
mgoddard | (will be broken until kolla branches) | 14:14 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: CI: Test Swift upgrades https://review.opendev.org/722798 | 14:16 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: Add docs and release note for CentOS 8 https://review.opendev.org/722328 | 14:17 |
yoctozepto | mgoddard: I guess you forgot the user/ part? | 14:18 |
mgoddard | yoctozepto: nope | 14:18 |
mgoddard | https://docs.openstack.org/kolla/latest/support_matrix.html | 14:18 |
yoctozepto | ah, true, mind away | 14:19 |
yoctozepto | let it render and I will approve | 14:19 |
*** seco has quit IRC | 14:19 | |
yoctozepto | hmm, it seems we did not backport the deploy guide coverage fix to train as it does not try to update it... | 14:20 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/train: CI: Ignore zuul.d https://review.opendev.org/722800 | 14:23 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/train: CI: Fix deploy guide jobs https://review.opendev.org/722802 | 14:26 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/train: Add docs and release note for CentOS 8 https://review.opendev.org/722328 | 14:27 |
*** zhanglong has quit IRC | 14:27 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: CI: Test Swift upgrades https://review.opendev.org/722798 | 14:28 |
yoctozepto | mgoddard: never ending dance with those docs, I told you to merge the two instances | 14:47 |
mgoddard | damn deploy guide | 14:48 |
mgoddard | why they won't accept a link to our docs is beyond me | 14:49 |
mgoddard | instead we cut it down to something useless | 14:49 |
yoctozepto | mgoddard: osa links to the same I thing | 14:50 |
yoctozepto | I suggest we review our decision | 14:50 |
mgoddard | osa has a separate deploy guide doc | 14:50 |
yoctozepto | ah | 14:51 |
*** schwicht has joined #openstack-kolla | 14:51 | |
yoctozepto | yeah, they link from docs to deploy guide | 14:52 |
yoctozepto | that was what I meant | 14:52 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Add docs and release note for CentOS 8 https://review.opendev.org/721632 | 14:52 |
yoctozepto | bad news, searching google for openstack deployment guide shows links only to osa :< | 14:52 |
yoctozepto | google, you bad | 14:53 |
dmsimard | gotta work on that SEO | 14:53 |
yoctozepto | now /me duckduckgo | 14:53 |
* dmsimard goes back into hiding | 14:53 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: Add docs and release note for CentOS 8 https://review.opendev.org/722328 | 14:55 |
openstackgerrit | Merged openstack/kayobe stable/train: Fix passwords.yml generation with vault encryption on Python 3 https://review.opendev.org/722236 | 14:55 |
openstackgerrit | Merged openstack/kolla-ansible stable/train: CI: Ignore zuul.d https://review.opendev.org/722800 | 15:14 |
*** bengates has quit IRC | 15:16 | |
*** bengates has joined #openstack-kolla | 15:16 | |
openstackgerrit | Merged openstack/kolla-ansible stable/train: CI: Fix deploy guide jobs https://review.opendev.org/722802 | 15:19 |
*** k_mouza has quit IRC | 15:22 | |
*** vishalmanchanda has quit IRC | 15:34 | |
*** k_mouza has joined #openstack-kolla | 15:59 | |
*** oncall-pokemon has joined #openstack-kolla | 15:59 | |
*** dking has joined #openstack-kolla | 16:07 | |
*** ricolin has joined #openstack-kolla | 16:17 | |
*** e0ne has quit IRC | 16:23 | |
*** bengates has quit IRC | 16:24 | |
*** k_mouza has quit IRC | 16:25 | |
dking | Is the file referenced at kolla_bifrost_inspector_deploy_kernel the one downloaded by ipa_kernel_upstream_url? | 16:25 |
*** dcapone2004 has quit IRC | 16:27 | |
*** k_mouza has joined #openstack-kolla | 16:33 | |
*** ykarel is now known as ykarel|away | 16:33 | |
*** dcapone2004 has joined #openstack-kolla | 16:34 | |
*** evrardjp has quit IRC | 16:35 | |
*** evrardjp has joined #openstack-kolla | 16:35 | |
*** rpittau is now known as rpittau|afk | 16:41 | |
*** k_mouza has quit IRC | 16:48 | |
*** k_mouza has joined #openstack-kolla | 16:51 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Remove support for CentOS 7 and Python 2 https://review.opendev.org/720818 | 16:57 |
mgoddard | dking: kolla_bifrost_inspector_deploy_kernel is the url passed to iPXE | 16:58 |
dking | Thanks. I found that in the code. Also, I noticed that it looks like it doesn't update if there's a file already there. So, I'm moving them out of the way and trying again. | 16:59 |
*** k_mouza has quit IRC | 17:01 | |
kplant | any danger in changing kolla_external_fqdn if the new A record is already valid and resolves to the same ip address? | 17:04 |
*** logan- has quit IRC | 17:30 | |
*** logan- has joined #openstack-kolla | 17:42 | |
*** k_mouza has joined #openstack-kolla | 17:58 | |
*** alanmeadows has quit IRC | 18:03 | |
*** alanmeadows has joined #openstack-kolla | 18:03 | |
*** gfidente has quit IRC | 18:16 | |
openstackgerrit | Merged openstack/kolla-ansible master: CI: Make bashate happy https://review.opendev.org/722791 | 18:22 |
*** k_mouza has quit IRC | 18:26 | |
*** k_mouza has joined #openstack-kolla | 18:26 | |
*** k_mouza has quit IRC | 18:36 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: CI: mark pytest results as a Zuul artifact https://review.opendev.org/723015 | 19:12 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Remove support for CentOS 7 and Python 2 https://review.opendev.org/720818 | 19:20 |
*** JangwonLee_ has quit IRC | 19:24 | |
*** KeithMnemonic has quit IRC | 19:24 | |
*** JangwonLee_ has joined #openstack-kolla | 19:24 | |
*** KeithMnemonic has joined #openstack-kolla | 19:25 | |
*** ricolin has quit IRC | 19:26 | |
*** vesper has quit IRC | 19:27 | |
*** vesper11 has joined #openstack-kolla | 19:27 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: [skydive] fix: Use Keystone backend to authenticate API users https://review.opendev.org/717596 | 19:32 |
*** k_mouza has joined #openstack-kolla | 19:37 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: Check that used Ansible can see Kolla Ansible https://review.opendev.org/723021 | 19:42 |
*** k_mouza has quit IRC | 19:42 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: Check that used Ansible can see Kolla Ansible https://review.opendev.org/723021 | 19:46 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: Check that used Ansible can see Kolla Ansible https://review.opendev.org/723021 | 19:53 |
*** k_mouza has joined #openstack-kolla | 19:57 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: Check that used Ansible can see Kolla Ansible https://review.opendev.org/723021 | 19:59 |
*** k_mouza has quit IRC | 20:01 | |
*** jimcrowleyibm has quit IRC | 20:04 | |
*** jimcrowleyibm has joined #openstack-kolla | 20:05 | |
-openstackstatus- NOTICE: The Zuul project gating service is reporting new patches in merge conflict erroneously due to a configuration error, fix in progress | 20:20 | |
openstackgerrit | Dincer Celik proposed openstack/kolla-ansible stable/stein: Introduce /etc/timezone to Debian/Ubuntu containers https://review.opendev.org/723031 | 20:21 |
*** zhanglong has joined #openstack-kolla | 20:28 | |
*** TrevorV has quit IRC | 20:29 | |
*** jbadiapa has quit IRC | 20:32 | |
openstackgerrit | Dincer Celik proposed openstack/kolla-ansible stable/stein: Introduce /etc/timezone to Debian/Ubuntu containers https://review.opendev.org/723031 | 20:47 |
openstackgerrit | Dincer Celik proposed openstack/kolla-ansible stable/stein: Introduce /etc/timezone to Debian/Ubuntu containers https://review.opendev.org/723031 | 20:55 |
*** KeithMnemonic has quit IRC | 21:03 | |
*** cdearborn has joined #openstack-kolla | 21:39 | |
*** e0ne has joined #openstack-kolla | 21:41 | |
*** e0ne has quit IRC | 21:50 | |
*** zhanglong has quit IRC | 22:04 | |
*** born2bake has quit IRC | 22:11 | |
*** jimcrowleyibm has quit IRC | 22:25 | |
-openstackstatus- NOTICE: the This Zuul outage was taken as an opportunity to perform an impromptu maintenance for changing our service deployment model; any merge failures received from Zuul between 19:40 and 20:20 UTC were likely in error and those changes should be rechecked; any patches uploaded between 20:55 and 22:45 UTC were missed entirely by Zuul and should also be rechecked to get fresh test results | 22:57 | |
openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: Add support for encrypting Glance api https://review.opendev.org/723051 | 23:01 |
*** oncall-pokemon has quit IRC | 23:19 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!