opendevreview | James Kirsch proposed openstack/kolla-ansible master: Add support for LetsEncrypt-managed certs https://review.opendev.org/c/openstack/kolla-ansible/+/741340 | 00:15 |
---|---|---|
dardelean | Hi, does kolla-ansible upgrade also perform the bootstrap phase? | 06:45 |
dardelean | this would be problematic for the existing ceph containers, they may be wiped by bootstrap | 06:45 |
watz | dardelean: no, it doesn't | 07:02 |
dardelean | thanks | 07:03 |
watz | i just updated from pike to xena (going in steps of 2) | 07:03 |
watz | we also upgraded the base os (ubuntu) and installed the newest docker version from the docker repo | 07:04 |
watz | boostrap would try to install old docker-engine oder docker-ce packges from old, non-exising repos | 07:04 |
watz | we skipped that and made sure that basic docker functionality was available | 07:05 |
watz | so we totaly could skip the bootstrap process | 07:05 |
vbel | good morning/evening, trying to build base (ubuntu, centos): docker run -ti quay.io/centos/centos:stream8 sh | 07:28 |
vbel | sh-4.4# rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch | 07:28 |
vbel | curl: (22) The requested URL returned error: 403 | 07:28 |
vbel | error: https://artifacts.elastic.co/GPG-KEY-elasticsearch: import read failed(2). | 07:28 |
vbel | is the site over? | 07:29 |
mnasiadka | works on my end | 07:31 |
vbel | mnasiadka, thanks, looks my updated docker problem | 07:36 |
vbel | https://artifacts.elastic.co/GPG-KEY-elasticsearch - this site is forbidden for me :( | 07:42 |
vbel | i cannot download elastic search on any device | 07:46 |
vbel | will test in air :) | 07:46 |
dardelean | on the topic of upgrade. about globals.yaml, the docos say this "or globals.yml relevant changes should be merged into a copy of the new template, and then replace the file in /etc/kolla with the updated version. For passwords.yml, see the kolla-mergepwd instructions in Tips and Tricks." | 07:46 |
dardelean | this is not dome automatically, right? I have to manually config the new globals.yaml, right? | 07:46 |
mnasiadka | if you need any changes - yes | 07:48 |
opendevreview | Pierre Riteau proposed openstack/kayobe-config master: [release] Synchronise with latest kayobe changes for Yoga https://review.opendev.org/c/openstack/kayobe-config/+/839397 | 07:53 |
opendevreview | Vladislav Belogrudov proposed openstack/kolla master: Add multipath to cinder-volume https://review.opendev.org/c/openstack/kolla/+/839481 | 07:57 |
opendevreview | Pierre Riteau proposed openstack/kayobe master: Use rsync to update kayobe-config https://review.opendev.org/c/openstack/kayobe/+/839482 | 07:59 |
wuchunyang | Hi, How often do we push images to quay.io? | 08:00 |
opendevreview | Merged openstack/kayobe-config master: [release] Synchronise with latest kayobe changes for Yoga https://review.opendev.org/c/openstack/kayobe-config/+/839397 | 08:03 |
hrw | jamesbenson: each revision of change needs same change-id | 08:05 |
opendevreview | Pierre Riteau proposed openstack/kayobe-config stable/yoga: [release] Synchronise with latest kayobe changes for Yoga https://review.opendev.org/c/openstack/kayobe-config/+/839345 | 08:06 |
hrw | jamesbenson: "git review -d URL" will fetch change from gerrit and make a branch for it. edit, 'git commit --amend' changes and then send back with 'git review' | 08:06 |
mnasiadka | hrw, yoctozepto, mgoddard: anybody wants to run todays meeting? I'm still a bit sick and would prefer to rest at this time ;) | 08:10 |
watz | dardelean: yes, that's true .. we merged globals.yaml with the example one on each upgrade step | 08:19 |
hrw | mnasiadka: do not know yet will I be able to attend. | 08:24 |
opendevreview | lixuehai proposed openstack/kolla-ansible master: add path_grouping_policy, failback, no_path_retry default value https://review.opendev.org/c/openstack/kolla-ansible/+/839493 | 08:27 |
opendevreview | lixuehai proposed openstack/kolla-ansible master: add path_grouping_policy, failback, no_path_retry default value https://review.opendev.org/c/openstack/kolla-ansible/+/839493 | 08:31 |
dardelean | @watz thanks | 08:37 |
opendevreview | Pierre Riteau proposed openstack/kolla master: Use rsync to update kayobe-config https://review.opendev.org/c/openstack/kolla/+/839496 | 09:05 |
dardelean | is there a way for me to pin a specific docker image versiion? For example right now I am testing an upgrade to Xena, with images that were built 6 hours ago. Let's say that next week I'll do the upgrade in prod, is there a way to pin the same images? | 09:08 |
watz | in debian/ubuntu via apt pinning, yes | 09:09 |
watz | ah .. docker image .. not docker package .. sorry .. my fault | 09:10 |
dardelean | yes, I want to make sure I put in prod the same OS/docker version/images I tested in test env | 09:11 |
frickler | dardelean: don't use upstream images in production, run your own registry, build your own images, tag them as you need them | 09:11 |
watz | in that case, i would use a docker registry and pull from there | 09:11 |
dardelean | I see | 09:11 |
frickler | mnasiadka: if noone else comes along, I can give it a try. get some rest and get well soon | 09:14 |
mnasiadka | frickler: thanks | 09:22 |
hrw | dardelean: like frickler said - keep your own copy of images. This way when you want to add more machines you have exact same images available. | 09:26 |
dardelean | hrw thanks for the info | 09:26 |
dardelean | makes sense | 09:27 |
hrw | and saves lot of problems | 09:27 |
hrw | you can use own namespace, own tags | 09:27 |
hrw | production-xena/debian-source-nova-compute:20220427 shows exactly branch and build date | 09:28 |
hrw | or even production-xena-g2493257ae/debian-source-nova-compute:20220427 to keep git HEAD of used kolla code | 09:29 |
hrw | (id random) | 09:29 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: ovn: Change NB/SB connection setup to allow usage of inactivity probe https://review.opendev.org/c/openstack/kolla-ansible/+/839501 | 09:35 |
mnasiadka | congnt: ^^ | 09:35 |
opendevreview | Merged openstack/kayobe stable/yoga: Fix no_proxy configuration https://review.opendev.org/c/openstack/kayobe/+/839344 | 09:52 |
opendevreview | Merged openstack/kayobe-config stable/yoga: [release] Synchronise with latest kayobe changes for Yoga https://review.opendev.org/c/openstack/kayobe-config/+/839345 | 09:52 |
opendevreview | Rafael Weingartner proposed openstack/kolla-ansible master: Use 'cloudkitty_influxdb_use_ssl' when creatign InfluxDB database https://review.opendev.org/c/openstack/kolla-ansible/+/839393 | 10:01 |
dardelean | Also, for kolla-ansible upgrade, it's totally fine to do this process node by node, right? First update controller1, then controller2, etc | 10:22 |
dardelean | or does it have logic that required all nodes | 10:23 |
dardelean | I'm doing it with --limit controller1, etc | 10:23 |
opendevreview | Pierre Riteau proposed openstack/kayobe-config-dev master: [release] Synchronise with latest kayobe changes for Yoga https://review.opendev.org/c/openstack/kayobe-config-dev/+/839510 | 10:42 |
opendevreview | Pierre Riteau proposed openstack/kayobe-config-dev stable/yoga: [release] Synchronise with latest kayobe changes for Yoga https://review.opendev.org/c/openstack/kayobe-config-dev/+/839511 | 10:42 |
dardelean | seems like the controllers need to upgraded at the same time, not one by one | 10:58 |
mnasiadka | correct, basically due to databases | 10:59 |
mnasiadka | and if you're running OVN, the situation is a bit more complex. | 10:59 |
dardelean | also a nova check failed | 11:04 |
dardelean | but I guess that for the computes it can be done one by one | 11:04 |
jingvar | I've placed ovndb behind VIP | 11:27 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: ovn: Change NB/SB connection setup to allow usage of inactivity probe https://review.opendev.org/c/openstack/kolla-ansible/+/839501 | 11:29 |
opendevreview | Rafael Weingartner proposed openstack/kolla-ansible master: Use 'cloudkitty_influxdb_use_ssl' when creatign InfluxDB database https://review.opendev.org/c/openstack/kolla-ansible/+/839393 | 11:51 |
*** amoralej is now known as amoralej|lunch | 12:30 | |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: ovn: Change NB/SB connection setup to allow usage of inactivity probe https://review.opendev.org/c/openstack/kolla-ansible/+/839501 | 12:40 |
jamesbenson | hrw, should they all have the same change-id from the first commit or the last or doesn't matter? | 12:51 |
hrw | jamesbenson: same | 12:55 |
hrw | jamesbenson: you do a change. it gets change-id after you commit. then each new version is just revision of change. so keeping same changeid is needed | 12:56 |
mnasiadka | but it needs to be one commit, multiple commits - multiple changes :D | 12:56 |
hrw | ah, right. if you have series of changes | 12:57 |
opendevreview | James proposed openstack/kolla-ansible master: Add radosgw doc to enable ceph as swift backend https://review.opendev.org/c/openstack/kolla-ansible/+/839272 | 12:59 |
jamesbenson | hrw, do you mind if I pm you? | 13:00 |
jamesbenson | I'm not sure I'm doing this right. This is the final commit that I'm interested in. https://review.opendev.org/c/openstack/kolla-ansible/+/839418 | 13:04 |
hrw | jamesbenson: 'git review -d https://review.opendev.org/c/openstack/kolla-ansible/+/839418', do changes, 'git commit --amend', 'git review' | 13:05 |
hrw | jamesbenson: in other words: fetch, amend, resend | 13:05 |
jamesbenson | okay, so fetch the very first commit, update it to the latest version that I have and then git review it, right? | 13:07 |
hrw | it fetches latest revision of change | 13:07 |
jamesbenson | but only if it has the same change ID, in my case it doesn't. because I didn't use those commands. | 13:08 |
hrw | you can always just update change-id by hand. | 13:09 |
hrw | jamesbenson: fetching with git-review makes sure that you fetch latest revision of change - someone could update it in meantime | 13:09 |
hrw | jamesbenson: gerrit operates on changes. 839418 is a change. each revision of it is separate commit and all of those commits has the same change-id line in message. | 13:11 |
*** amoralej|lunch is now known as amoralej | 13:12 | |
opendevreview | James proposed openstack/kolla-ansible master: update external-ceph document with additional settings https://review.opendev.org/c/openstack/kolla-ansible/+/839269 | 13:15 |
hrw | jamesbenson: you can use 'git review -x ID' to fetch other patch on top of current branch. This way you can queue them as one set. | 13:18 |
dardelean | I've upgraded the controller nodes and lost connectivity to the VMs :( | 13:20 |
jamesbenson | hrw: I'm sorry, I just don't use gerrit/git enough to fully understand what is needed here. What, if anything, else do I need to do? | 13:35 |
hrw | jamesbenson: you are new to it. ignore my last line | 13:35 |
jamesbenson | hrw: sorry, my use of git is primarily me and my own projects, so this is beyond my typical use. And it's been several years since I've contributed to kolla, so I've forgotten the process a bit. | 13:36 |
hrw | jamesbenson: no problem. get familiar with tool by sending single patches | 13:37 |
jamesbenson | hrw: I know it's just a doc change, but it is it good order now to be reviewed properly? | 13:37 |
hrw | are users expected to set so many ceph options? | 13:45 |
hrw | can't it be done by kolla-ansible role/task? | 13:45 |
mnasiadka | we're not configuring Ceph anymore | 13:47 |
mnasiadka | we are just using it in Kolla-Ansible | 13:47 |
dardelean | @watz did you loose connectivity to the VMs during the upgrade, when controllers were on a different version than the computes? | 13:48 |
dardelean | after I upgraded the computes to xena, I got connectivity once more | 13:49 |
dardelean | but when controllers were on xena, computes on wallaby, VMs were not accessible | 13:49 |
frickler | meeting in 10 mgoddard mnasiadka hrw egonzalez yoctozepto rafaelweingartne cosmicsound osmanlicilegi bbezak parallax Fl1nt adrian-a | 13:50 |
frickler | #startmeeting kolla | 14:00 |
opendevmeet | Meeting started Wed Apr 27 14:00:21 2022 UTC and is due to finish in 60 minutes. The chair is frickler. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:00 |
opendevmeet | The meeting name has been set to 'kolla' | 14:00 |
frickler | #topic rollcall | 14:00 |
frickler | anyone up for a meeting? /me is doing this for the first time, so please bear with me | 14:01 |
hrw | o/ | 14:01 |
mgoddard | \o | 14:02 |
frickler | #topic agenda | 14:04 |
frickler | * Roll-call | 14:04 |
frickler | * Agenda | 14:04 |
frickler | * Announcements | 14:04 |
frickler | * Review action items from the last meeting | 14:04 |
frickler | * CI status | 14:04 |
frickler | * Release tasks | 14:04 |
frickler | * Current cycle planning | 14:04 |
frickler | * Additional agenda (from whiteboard) | 14:04 |
frickler | * Open discussion | 14:04 |
frickler | #topic Announcements | 14:04 |
frickler | nothing that I know about, anyone anything to mention? | 14:04 |
hrw | Ubuntu 22.04 released | 14:05 |
hrw | infra mirror exists, we lack external repos so k-a CI will not pass | 14:05 |
frickler | yes, image is available in infra (no arm yet) | 14:05 |
hrw | no fluentd, influxdb, mariadb | 14:06 |
frickler | I've started testing devstack, that also has some issues in neutron it seems | 14:06 |
frickler | hrw: can we use focal repos for those? | 14:07 |
hrw | no idea | 14:07 |
hrw | I left ubuntu update for someone else this time | 14:07 |
hrw | we have similar issues with cs9 update | 14:07 |
frickler | o.k., maybe just wait and see, then. I can look at it once I get devstack working | 14:08 |
hrw | next topic? | 14:08 |
frickler | #topic Review action items from the last meeting | 14:08 |
frickler | I didn't see any | 14:08 |
frickler | #topic CI status | 14:08 |
frickler | the grafana dashboard need updating | 14:09 |
frickler | #link https://grafana.opendev.org/d/c0d59dad13/kolla-failure-rate?orgId=1 | 14:09 |
frickler | lots of binary job references | 14:09 |
hrw | I wonder is anyone using it | 14:09 |
frickler | it would be a good view on CI status if it were up to date, I'll take an action to try and update it | 14:10 |
frickler | #action frickler update grafana dashboard | 14:10 |
frickler | anything else on CI things? | 14:11 |
hrw | frickler: we have new names in Zed so it would be nice to have | 14:11 |
hrw | https://review.opendev.org/c/openstack/kolla-ansible/+/839047 needs second check - adds binary->source upgrade job | 14:11 |
hrw | not remember other issue | 14:12 |
frickler | o.k., I'll look at that later | 14:12 |
frickler | #topic Release tasks | 14:12 |
frickler | I must admit I don't know where to look for these | 14:12 |
hrw | https://docs.openstack.org/kolla/latest/contributor/release-management.html iirc | 14:13 |
hrw | https://review.opendev.org/q/project:openstack%252Fkolla-ansible+branch:stable%252Fyoga lists 3 patches not merged yet | 14:14 |
frickler | seems we are at R-23 now https://docs.openstack.org/kolla/latest/contributor/release-management.html#r-23-development-begins | 14:14 |
hrw | kolla and kayobe are fine in stable/yoga | 14:14 |
frickler | [all] Communicate end of feature freeze via IRC meeting | 14:15 |
hrw | frickler: R-23 for Zed. But did we released Yoga? | 14:15 |
frickler | hrw: hmm, good point | 14:15 |
hrw | we need to review and merge/reject 3 k-a patches and do RC or release | 14:16 |
frickler | mgoddard: do you know how to proceed with that? otherwise I guess we'll need to wait for mnasiadka being well again | 14:16 |
frickler | I'll look at the open patches | 14:17 |
frickler | anyway, I guess let's move on, then | 14:18 |
mgoddard | I don't think any of the patches are critical - just bugfix backports | 14:18 |
mgoddard | so in theory we could release | 14:18 |
mgoddard | feels a bit too soon though. Where are the usual release blockers? | 14:19 |
mmalchuk | mgoddard 817076 is not bugfix | 14:19 |
mmalchuk | https://review.opendev.org/c/openstack/kolla-ansible/+/817076 | 14:19 |
hrw | mmalchuk: that's master. not stable/yoga | 14:20 |
mmalchuk | oops | 14:20 |
mmalchuk | sorry | 14:21 |
hrw | np | 14:21 |
frickler | #topic Current cycle planning | 14:22 |
hrw | now we talk Zed | 14:23 |
hrw | we need a task in k-a to cleanup old containers after upgrade | 14:23 |
frickler | hrw: containers or just images? | 14:23 |
hrw | https://review.opendev.org/c/openstack/kolla-ansible/+/839047 job shows old ubuntu-binary-* images on hosts | 14:24 |
hrw | frickler: images, right | 14:24 |
frickler | do you want to do that or do we need to find someone? | 14:25 |
hrw | I did not checked, maybe k-a has something for it already | 14:26 |
mgoddard | hrw: this is how it always is | 14:26 |
hrw | long time since my last deployment | 14:26 |
hrw | mgoddard: ok | 14:26 |
mgoddard | hrw: after wallaby -> xena upgrade you still have wallaby images | 14:26 |
mgoddard | they're just not running | 14:26 |
hrw | ok, so something for me in spare time ;D | 14:27 |
frickler | anything else or should we go to hrw's topic? | 14:28 |
hrw | frickler: the ones in whiteboard are for last week | 14:29 |
frickler | oh, so we can drop them? | 14:29 |
hrw | dropped all as we discussed them week ago | 14:30 |
frickler | then we'd just have ... | 14:30 |
frickler | #topic Open discussion | 14:30 |
hrw | RDO team just announced Yoga release | 14:30 |
hrw | for CS8 and CS9 | 14:30 |
jamesbenson | Q: Do we want to offer any support to ceph in ka or just purely the docs? | 14:32 |
jamesbenson | I know it used to be supported many moons ago, just a thought. | 14:32 |
frickler | jamesbenson: iiuc it was removed and assumed to be handled externally | 14:33 |
hrw | jamesbenson: ceph is only external. we dropped installing it and no way back | 14:33 |
mmalchuk | agree, there are more tools to deploy ceph, eg. cephadm, ceph-ansible, ceph-deploy... users should use any | 14:34 |
jamesbenson | okay, so no bringing it back then. thanks | 14:34 |
frickler | another note: nova dropped support for py36, so once we switch to zed/master, forced end of CS8 support I guess unless | 14:36 |
frickler | unless someone wants to bring in py38 there? | 14:36 |
hrw | we agreed on move to CS9 | 14:37 |
hrw | external repos are problem | 14:37 |
hrw | we have same issue with CS9 and ubuntu 22.04 - no external repos yet | 14:38 |
hrw | for fluentd image we need td-agent build with openssl 3 which also means ruby 3 so upstream has some stuff to handle | 14:39 |
hrw | https://github.com/fluent/fluentd/discussions/3704 for more | 14:39 |
frickler | yeah, seems we only can wait for that and maybe start testing initially with a reduced set of external stuff | 14:41 |
hrw | frickler: https://review.opendev.org/c/openstack/kolla/+/836664 moves to cs9 | 14:43 |
frickler | jammy comes with mariadb 10.6 at least natively | 14:43 |
hrw | added you | 14:43 |
frickler | hrw: do you mean to W-1 instead of review -1? | 14:44 |
frickler | but I'll have a look at that anyway | 14:44 |
hrw | effect is the same - ignore zuul, not ready for merge, ready for review | 14:44 |
hrw | w-1 is too much "work in progress, can ignore" | 14:45 |
hrw | r-1 is more 'I do not like it, review to check do you agree' | 14:45 |
frickler | hrw: review -1 isn't technically blocking, though, so if you want to avoid it getting merged, I'd prefer W-1 | 14:45 |
frickler | o.k., asking for more negative feedback is a valid use | 14:45 |
hrw | moved to w-1 | 14:46 |
hrw | will restore k-a job to make sure it does not pass zuul ;D | 14:46 |
frickler | after looking at the patch, I hope noone would approve something that removes so much testing | 14:47 |
frickler | but better be safe than sorry, yes | 14:48 |
frickler | anything else? otherwise we could end a bit early | 14:48 |
hrw | nothing more from my side | 14:49 |
frickler | o.k., thx everyone | 14:49 |
frickler | #endmeeting | 14:50 |
opendevmeet | Meeting ended Wed Apr 27 14:50:03 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:50 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/kolla/2022/kolla.2022-04-27-14.00.html | 14:50 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/kolla/2022/kolla.2022-04-27-14.00.txt | 14:50 |
opendevmeet | Log: https://meetings.opendev.org/meetings/kolla/2022/kolla.2022-04-27-14.00.log.html | 14:50 |
mmalchuk | mgoddard could you please take a look at https://review.opendev.org/c/openstack/kolla-ansible/+/817076 | 14:51 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: [WIP] Move to CentOS Stream 9 https://review.opendev.org/c/openstack/kolla/+/836664 | 14:52 |
hrw | now zuul should properly fail | 14:52 |
*** mat_fechner is now known as matfechner | 14:58 | |
mnasiadka | hrw: mariadb.com packages for jammy should show up in next iteration of versions, which means in around 2 days looking at their JIRA dashboard... | 15:02 |
mnasiadka | I started building that locally, will submit some very WIP patch tomorrow | 15:03 |
mnasiadka | but fluentd has the same problem | 15:03 |
jamesbenson | SvenKieske: I saw your comment about the 'rgw_verify_ssl' want me to just change that to true? Also, do you want me to add any notes about self-signed certs? | 15:03 |
SvenKieske | jamesbenson: yeah would set it to true, add a comment or if you have the time: the proper steps to add a correctly signed cert (lets encrypt?) and maybe a note about disabling this with self signed certs | 15:36 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: veryWIP: Move to Ubuntu Jammy (22.04) https://review.opendev.org/c/openstack/kolla/+/839585 | 15:48 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: veryWIP: Move to Ubuntu Jammy (22.04) https://review.opendev.org/c/openstack/kolla/+/839585 | 15:50 |
jamesbenson | SvenKieske: I can't test with correctly signed certs unfortunately, only self-signed. I'm doing some testing now though with enabling this for self signed and necessary steps. | 15:51 |
*** amoralej is now known as amoralej|off | 15:57 | |
opendevreview | Michal Nasiadka proposed openstack/kolla master: veryWIP: Move to Ubuntu Jammy (22.04) https://review.opendev.org/c/openstack/kolla/+/839585 | 15:58 |
opendevreview | Merged openstack/kayobe master: Bump stackhpc.drac role https://review.opendev.org/c/openstack/kayobe/+/839056 | 17:03 |
jamesbenson | SvenKieske: It looks like `rgw_verify_ssl true` works with self signed hosts as long as they are trusted by the hosts. I'll change to true and add a comment about trusting certs | 17:03 |
opendevreview | Merged openstack/kayobe-config-dev master: [release] Synchronise with latest kayobe changes for Yoga https://review.opendev.org/c/openstack/kayobe-config-dev/+/839510 | 17:31 |
opendevreview | Merged openstack/kayobe-config-dev stable/yoga: [release] Synchronise with latest kayobe changes for Yoga https://review.opendev.org/c/openstack/kayobe-config-dev/+/839511 | 17:41 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: veryWIP: Move to Ubuntu Jammy (22.04) https://review.opendev.org/c/openstack/kolla/+/839585 | 17:42 |
opendevreview | James proposed openstack/kolla-ansible master: Enable SSL settings and add description. https://review.opendev.org/c/openstack/kolla-ansible/+/839269 | 19:41 |
opendevreview | James proposed openstack/kolla-ansible master: enable SSL settings and add description https://review.opendev.org/c/openstack/kolla-ansible/+/839633 | 19:41 |
opendevreview | James proposed openstack/kolla-ansible master: add radosgw doc to enable ceph as swift backend using secure settings. https://review.opendev.org/c/openstack/kolla-ansible/+/839633 | 19:42 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible stable/yoga: [CI] Always use quay.io via infra's mirror https://review.opendev.org/c/openstack/kolla-ansible/+/839548 | 20:31 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible stable/xena: [CI] Always use quay.io via infra's mirror https://review.opendev.org/c/openstack/kolla-ansible/+/839549 | 20:31 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible stable/wallaby: [CI] Always use quay.io via infra's mirror https://review.opendev.org/c/openstack/kolla-ansible/+/839650 | 20:31 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/yoga: Bump stackhpc.drac role https://review.opendev.org/c/openstack/kayobe/+/839651 | 21:44 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/xena: Bump stackhpc.drac role https://review.opendev.org/c/openstack/kayobe/+/839652 | 21:44 |
opendevreview | James Kirsch proposed openstack/kolla-ansible master: Add support for LetsEncrypt-managed certs https://review.opendev.org/c/openstack/kolla-ansible/+/741340 | 22:41 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!