eugenmayer | Good morgnin :) | 05:42 |
---|---|---|
eugenmayer | When you initially deploy with kolla, do you keep the deployment machine arround or is kolla a once-task for each cluster and one does not rerune after changin / enabling service (and try to converge again)? | 05:42 |
jingvar | morning | 05:47 |
jingvar | eugenmayer: it depends on type of changes | 05:48 |
jingvar | for example - to change dns, you have to restart docker or restart node. because running containers don't get this change | 05:50 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible stable/xena: Use Xena images https://review.opendev.org/c/openstack/kolla-ansible/+/814856 | 05:52 |
opendevreview | Michal Nasiadka proposed openstack/kolla stable/xena: centos: switch to RDO final release of Xena https://review.opendev.org/c/openstack/kolla/+/814857 | 05:58 |
hrw | morning | 05:58 |
hrw | mnasiadka, yoctozepto: tacker does not install anyjson anymore ;D | 05:58 |
mnasiadka | that was fast | 05:58 |
hrw | mnasiadka: no code changes | 05:59 |
jingvar | Do you have an idea how to oveeride kolla templates | 06:05 |
mnasiadka | the docs have - https://docs.openstack.org/kolla/xena/admin/image-building.html#generic-customisation | 06:08 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible stable/xena: Use Xena images https://review.opendev.org/c/openstack/kolla-ansible/+/814856 | 06:16 |
hrw | mnasiadka: https://review.opendev.org/c/openstack/kolla/+/814779 | 06:17 |
hrw | https://review.opendev.org/c/openstack/kolla/+/814796 is simple too | 06:18 |
jingvar | mnasiadka: thanks, but it is not expected way | 06:22 |
hrw | jingvar: what do you mean? | 06:22 |
hrw | jingvar: and please describe in 2-3 sentences. | 06:23 |
hrw | I will be back in ~hour | 06:25 |
mnasiadka | centos-release-openstack-xena not on mirrors yet, ugh | 06:30 |
jingvar | I want an customization for a kolla template file via kayobe-config | 06:37 |
jingvar | I can customize an service config file via kayobe-config | 06:38 |
jingvar | roles/haproxy-config/defaults/main.yml:haproxy_service_template: "haproxy_single_service_split.cfg.j2" | 06:39 |
jingvar | roles/haproxy-config/tasks/main.yml: - "templates/{{ haproxy_service_template }}" | 06:39 |
jingvar | how to deliver via kayobe an teplate to kolla templates folder | 06:40 |
jingvar | for keepalived I have kayobe-config/etc/kayobe/kolla/config/keepalived/keepalived.conf | 06:41 |
opendevreview | Michal Nasiadka proposed openstack/kolla stable/xena: centos: switch to RDO final release of Xena https://review.opendev.org/c/openstack/kolla/+/814857 | 06:43 |
mnasiadka | jingvar: you said kolla, not kolla-ansible | 06:45 |
mnasiadka | jingvar: be specific in questions, then you'll probably get better suited answers | 06:45 |
jingvar | got it | 06:46 |
mnasiadka | jingvar: https://github.com/openstack/kolla-ansible/blob/7b8332e1aaac3548a68fc9d750f308fa14d764f1/ansible/roles/loadbalancer/tasks/config.yml#L60 - here's how we copy custom services into services.d | 06:47 |
mnasiadka | jingvar: just put your custom files in etc/kayobe/kolla/config/haproxy/services.d | 06:47 |
mnasiadka | keepalived in a similar fashion (just check path for keepalived.conf in tasks/config.yml) | 06:49 |
jingvar | it is not cutom config - it is template to build config files | 06:49 |
jingvar | keepalived works | 06:49 |
mnasiadka | I don't think there's a way to override whole template | 06:53 |
mnasiadka | jingvar: why would you want to override it? | 06:56 |
jingvar | I thought kayobe can override any kolla variable and any file Ж | 06:57 |
jingvar | :) | 06:57 |
mnasiadka | that magic is unavailable | 06:57 |
jingvar | I don't like downstream, but ... | 06:59 |
mnasiadka | jingvar: I think for us it would be nice to understand why do you want to override the template (e.g. what's missing in haproxy options) | 07:09 |
yoctozepto | hrw, mnasiadka: debian-ovn copy-paste following | 07:26 |
yoctozepto | 22:55:36 <zigo> yoctozepto: frickler: I've built OVN in the osbpo.debian.net repo. To install it in Bullseye: | 07:26 |
yoctozepto | 22:55:36 <zigo> apt-get install extrepo | 07:26 |
yoctozepto | 22:55:36 <zigo> extrepo enable openstack_xena | 07:26 |
yoctozepto | 22:55:36 <zigo> apt-get update | 07:26 |
yoctozepto | 22:55:36 <zigo> apt-get install ovn-central | 07:26 |
hrw | ok, so now I need to talk with some people to get aarch64 builder for zigo or sth | 07:28 |
jingvar | I want ot turn back basic Openstack feature - admin, internal, external newtorks and APIs | 07:29 |
jingvar | I don't see in the last Openstack released admin network is depricated or noticed as unnessary | 07:30 |
mnasiadka | jingvar: admin/internal/public endpoints in keystone? | 07:30 |
jingvar | yes, I have done it | 07:32 |
yoctozepto | I am busy for the time being, so please try ovn even for x86_64 | 07:32 |
yoctozepto | ;-) | 07:32 |
yoctozepto | you can test it with https://review.opendev.org/c/openstack/kolla-ansible/+/814610 | 07:32 |
yoctozepto | just drop some kolla patch and do depends-on, you know the drill :-) | 07:33 |
yoctozepto | ubuntu-ovn should then start passing | 07:33 |
mnasiadka | jingvar: I still don't understand | 07:35 |
jingvar | I need admin network- admin vip, admin fqdn, admin endpoints, | 07:36 |
jingvar | I have admin endponts generation for keystone (and i think for other services), keepoalived with admin_vip | 07:38 |
jingvar | keystone_admin_url: {% raw %} "{{ admin_protocol }}://{{ keystone_admin_fqdn | put_address_in_context('url') }}:{{ keystone_admin_port }}" {% endraw %} | 07:39 |
mnasiadka | So just add this additional network in kayobe as an extra network for the controllers and run host configure? | 07:42 |
mnasiadka | yoctozepto: ubuntu-ovn? | 07:43 |
opendevreview | Michal Arbet proposed openstack/kolla master: [DNM] Remove debian ovn-base from unbuildable images https://review.opendev.org/c/openstack/kolla/+/814860 | 07:45 |
jingvar | it to me ? mnasiadka: o just add this additional network in kayo | 07:46 |
mnasiadka | jingvar: yes, I assume you want admin endpoints to be on a separate network, right? | 07:49 |
jingvar | of course I have separated internal, admin and public networks | 07:51 |
opendevreview | Merged openstack/kolla master: openstack-base: drop anyjson https://review.opendev.org/c/openstack/kolla/+/814779 | 07:52 |
jingvar | i have custom keepalive config - that brings to me 3 VIPs | 07:52 |
mnasiadka | so just define a new network in Kayobe and have it configured on hosts, override keystone_admin_url/keystone_internal_url (and probably all the other dicts for services in catalog), add a new VIP to keepalived.conf | 07:52 |
mnasiadka | and I guess that should work | 07:53 |
jingvar | but now problem is haproxy config | 07:53 |
jingvar | I don't like ugly way to place custom haproxy config for each service | 07:54 |
mnasiadka | ah, you would need to override a whole dict of a service and add another endpoint in haproxy: part, e.g. keystone_services (https://github.com/openstack/kolla-ansible/blob/7b8332e1aaac3548a68fc9d750f308fa14d764f1/ansible/roles/keystone/defaults/main.yml#L13) | 07:55 |
dardelean_ | Hei. Is there a way from kolla-ansible to install a pip package upon deploy time? For example I need to install certain purestorage packets in cinder, can I do it without building my own images? | 07:55 |
jingvar | yep | 07:55 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: monasca: enable for Debian/aarch64 https://review.opendev.org/c/openstack/kolla/+/814796 | 07:55 |
hrw | updated support matrix | 07:56 |
kevko | morning \o/ | 07:56 |
jingvar | but haproxy template hardcoded with 2 front/backends | 07:58 |
jingvar | virtual_ipaddress if haproxy_enable_external_vip if haproxy_enable_external_vip | 07:59 |
frickler | yoctozepto: mnasiadka: I think that idea with a test patch is good, but I'll do it with devstack first, less moving parts and easier to have neutron folk debug it if needed ;) | 08:04 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/xena: docs: Improve info about neutron external interface https://review.opendev.org/c/openstack/kolla-ansible/+/814766 | 08:08 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/wallaby: docs: Improve info about neutron external interface https://review.opendev.org/c/openstack/kolla-ansible/+/814767 | 08:08 |
hrw | mnasiadka: during Yoga we should check which images are CentOS only (like qdrouterd) and deprecate/remove them. | 08:17 |
mnasiadka | hrw: thanks for reminding, added to the PTG etherpad | 08:18 |
mnasiadka | hrw: https://review.opendev.org/c/openstack/kolla/+/808165 - didn't we have an idea at some point to move it to Kolla codebase? | 08:19 |
hrw | mnasiadka: yes, we had. note that this is backport | 08:21 |
mnasiadka | kevko: do we have something that relies on it, that we want to backport as well? | 08:22 |
hrw | mnasiadka: I will abandon 'infra images' patchset. this would need rewrite anyway and we are moving into one type | 08:24 |
kevko | mnasiadka: do you mean https://review.opendev.org/c/openstack/kolla/+/808165 where I add you to reviewer ? | 08:24 |
mnasiadka | Yes, asked in a change | 08:24 |
mnasiadka | the master change did not have Backport-Candidate set and I don't see any reference to another change that would be backported that would rely on this change | 08:25 |
mnasiadka | So it seems we're backporting this for fun. | 08:25 |
kevko | answered (probably there should be needed-by ? ) | 08:27 |
kevko | nothing what i am pushing for review is for fun :D, it is just not merged like my other +/- 25 patches :( | 08:29 |
* hrw out | 08:30 | |
mnasiadka | I don't see the answer - and backporting something that is not a bugfix in Wallaby probably should be further discussed - previously we've been very picky on backporting features - but if it's healthchecks related - we could probably do it. | 08:31 |
mnasiadka | mgoddard: opinions? | 08:31 |
mgoddard | mgoddard: no opinion | 08:36 |
mgoddard | tbh I was a bit worried about the fernet healthchecks | 08:39 |
mgoddard | so maybe we should leave it for xena | 08:39 |
kevko | mnasiadka: sorry, didn't send reply in gerrit :F | 08:39 |
kevko | :D | 08:39 |
mnasiadka | kevko: well, neither of the patches has been merged in master, so I don't see why we would be doing the Kolla backport to Wallaby | 08:41 |
kevko | if no, then I am ok, but it will be fine to merge mariadb healthcheck as it is super usefull | 08:41 |
mnasiadka | once it's merged, then yes - we can think of backporting both | 08:41 |
kevko | mnasiadka: well, that one is already merged master .. k-a piece not .. | 08:42 |
mnasiadka | kevko: yes, but I think it doesn't make any sense to backport the Kolla piece, if nothing will use it. | 08:43 |
kevko | well, it's only movement from one layer to another layer, so basically it is used ..but nevermind .. so could you check that mariadb healthcheck k-a part ? | 08:44 |
mnasiadka | Will do, it's a bit misleading there are two patches :) | 08:45 |
mnasiadka | I mean conflicting. | 08:45 |
kevko | yeah, that is also reason why I'm asking.. , that healthcheck for mariadb is super useful to get quick overview of cluster health ..(both reviews) ... but mine patch[ is checking itself while Lin Peiwen's patch is checking clustercheck port , and there is no guarantee that clustercheck container is running | 08:48 |
kevko | and also, it's not adding any additional script, not repeadted logical lines of code in two scripts -> just move clustercheck script which is already adopted for a while (merged) and add ENV to container ..that's it | 08:50 |
mnasiadka | Sure, once the stable/xena patches will land and we can cut RC2 - we should try to review all of the unreviewed patches, just be a bit more patient. | 08:54 |
kevko | mnasiadka: yeah, sure, thank you Michal | 08:58 |
opendevreview | Merged openstack/kolla-ansible stable/wallaby: Update Manila deploy steps for Wallaby https://review.opendev.org/c/openstack/kolla-ansible/+/814666 | 09:13 |
eugenmayer | what i'am wondering about though is, why all docker-images of the controller point to :master as a tag in my case. This seems not really production ready - did i use a strange 'for devs' flag during deployment without noticing it? or is that because i use xena (which is yet not released officiall | 09:15 |
mnasiadka | eugenmayer: no, you used stable/xena which is release candidate - and we're in progress to switching it to use xena tagged container images | 09:23 |
mnasiadka | eugenmayer: https://review.opendev.org/c/openstack/kolla-ansible/+/814856 | 09:24 |
eugenmayer | thank you (once again!) | 09:29 |
eugenmayer | i have an opendev account, can i somehow subscribe to https://review.opendev.org/c/openstack/kolla-ansible/+/814856? | 09:30 |
opendevreview | Merged openstack/kolla-ansible stable/xena: mariadb: Remove wsrep-notify.sh https://review.opendev.org/c/openstack/kolla-ansible/+/814667 | 09:30 |
eugenmayer | (not yet known to opendev ) | 09:30 |
eugenmayer | 'add cc'? | 09:31 |
frickler | eugenmayer: either that or you just "star" the change (on the top left of the GUI) | 09:34 |
eugenmayer | frickler, holy cow..ok .. that is an interesting UX decision | 09:39 |
eugenmayer | Thank you | 09:39 |
jingvar | can I separete kayobe/kolla/globals.yaml into separate folders or files ? | 09:45 |
opendevreview | Pierre Riteau proposed openstack/kayobe master: Add the missing documentation for mariadb recovery https://review.opendev.org/c/openstack/kayobe/+/813781 | 09:47 |
opendevreview | Pierre Riteau proposed openstack/kayobe master: Add the missing documentation for mariadb recovery https://review.opendev.org/c/openstack/kayobe/+/813781 | 09:47 |
opendevreview | Pierre Riteau proposed openstack/kayobe master: Add the missing documentation for mariadb recovery https://review.opendev.org/c/openstack/kayobe/+/813781 | 09:48 |
eugenmayer | After setting up my entire openstack stack, i try to start an instance on one my of the computes. Creating the VM works, but when cirros boots, i see there is an early kernel panik | 10:15 |
eugenmayer | anybody aware what that might be cause by? | 10:15 |
eugenmayer | The compute nodes are vanilla debian11 boxes with https://github.com/EugenMayer/openstack-lab/blob/master/compute/1_prepare_os.sh and everything that kolla-ansible did on them (installing qemu). | 10:16 |
eugenmayer | https://gist.github.com/EugenMayer/f8b74f0ca5c470cd10f367ea06b2c5e3 | 10:20 |
eugenmayer | running 5.10 as a kernel on the hypervisor compute node | 10:22 |
opendevreview | Michal Nasiadka proposed openstack/kayobe master: WIP: disable-selinux: Set to permissive https://review.opendev.org/c/openstack/kayobe/+/813661 | 10:22 |
opendevreview | Merged openstack/kayobe stable/victoria: CI: enable DNF tests on CentOS Stream 8 https://review.opendev.org/c/openstack/kayobe/+/814753 | 10:26 |
opendevreview | Verification of a change to openstack/kayobe stable/wallaby failed: CI: enable DNF tests on CentOS Stream 8 https://review.opendev.org/c/openstack/kayobe/+/814752 | 10:26 |
jingvar | why services.d/rabbitmq.cfg consists bind x.x.x.x:15672 - usaly services use all rabbits ips | 10:32 |
opendevreview | Merged openstack/kayobe stable/wallaby: Make setup module arguments configurable https://review.opendev.org/c/openstack/kayobe/+/811782 | 11:08 |
opendevreview | Michal Nasiadka proposed openstack/kayobe-config-dev master: Sync kayobe-config-dev with kayobe changes https://review.opendev.org/c/openstack/kayobe-config-dev/+/814737 | 11:18 |
opendevreview | Michal Nasiadka proposed openstack/kayobe-config-dev master: Sync kayobe-config-dev with kayobe changes https://review.opendev.org/c/openstack/kayobe-config-dev/+/814737 | 11:19 |
opendevreview | Michal Nasiadka proposed openstack/kayobe-config-dev master: Sync kayobe-config-dev with kayobe changes https://review.opendev.org/c/openstack/kayobe-config-dev/+/814737 | 11:19 |
opendevreview | Michal Nasiadka proposed openstack/kayobe-config-dev master: Sync kayobe-config-dev with kayobe changes https://review.opendev.org/c/openstack/kayobe-config-dev/+/814737 | 11:20 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: ovn: Add Debian images https://review.opendev.org/c/openstack/kolla/+/814900 | 11:34 |
opendevreview | Mark Goddard proposed openstack/kayobe master: Support Ansible diff mode https://review.opendev.org/c/openstack/kayobe/+/800003 | 12:00 |
DK4 | im trying a multinode deploy of kolla-ansible and it says on deploy that my nodes are missing docker module "The error was: ModuleNotFoundError: No module named 'docker'" shouldnt it be installed on deploy? | 12:05 |
eugenmayer | DK4, it is yes - you do not need to install it on the target controller, it will be done by kolla-ansible | 12:09 |
eugenmayer | which OS are you using on your target nodes? | 12:09 |
eugenmayer | wait, no module, this rather sounds like python and thus rather smells like a wrong installation of kolla-ansible. Did you use virtenv? | 12:09 |
DK4 | no virtenv, im deploying on ubuntu 20 lts, i think i need to bootstrap-servers first in order to have dem configured properly before doing the deploy | 12:10 |
eugenmayer | DK4, you should read https://docs.openstack.org/kolla-ansible/latest/user/quickstart.html | 12:11 |
eugenmayer | your issue is not that a package called docker is missing on your target nodes | 12:12 |
eugenmayer | but rather that kolla-ansible on your deploy-host cannot find the python module 'docker' (i'am new here, so i could be totally wrong) | 12:12 |
yoctozepto | hrw: now that you have a patch merged to tacker, let's propose your candidacy as Tacker PTL for the Z cycle | 12:13 |
*** amoralej is now known as amoralej|lunch | 12:14 | |
eugenmayer | which qemu/kvm virtualization driver does kolla-ansible deploy on the compute nodes? | 12:16 |
hrw | yoctozepto: [...aj] | 13:06 |
hrw | ;P | 13:06 |
yoctozepto | xD | 13:07 |
*** amoralej|lunch is now known as amoralej | 13:12 | |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: Drop '--infra-rename' argument https://review.opendev.org/c/openstack/kolla/+/814915 | 13:16 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: sort unbuildable images https://review.opendev.org/c/openstack/kolla/+/814798 | 13:20 |
opendevreview | Merged openstack/kayobe stable/victoria: Set proxy option in early dnf invocation https://review.opendev.org/c/openstack/kayobe/+/814659 | 13:20 |
opendevreview | Verification of a change to openstack/kayobe stable/wallaby failed: Set proxy option in early dnf invocation https://review.opendev.org/c/openstack/kayobe/+/814658 | 13:20 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: sort unbuildable images https://review.opendev.org/c/openstack/kolla/+/814798 | 13:21 |
opendevreview | Pierre Riteau proposed openstack/kayobe master: Disable heat in upgrade jobs to save disk space https://review.opendev.org/c/openstack/kayobe/+/814920 | 13:51 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible master: [DNM] Test Debian all https://review.opendev.org/c/openstack/kolla-ansible/+/814610 | 13:59 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible master: [DNM] Test Debian all https://review.opendev.org/c/openstack/kolla-ansible/+/814610 | 13:59 |
opendevreview | Merged openstack/kolla master: monasca: enable for Debian/aarch64 https://review.opendev.org/c/openstack/kolla/+/814796 | 14:00 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/wallaby: Disable heat in upgrade jobs to save disk space https://review.opendev.org/c/openstack/kayobe/+/814932 | 14:08 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/wallaby: Disable heat in upgrade jobs to save disk space https://review.opendev.org/c/openstack/kayobe/+/814932 | 14:09 |
opendevreview | Merged openstack/kayobe stable/victoria: Prevent Bifrost from using firewalld https://review.opendev.org/c/openstack/kayobe/+/814705 | 14:21 |
opendevreview | Merged openstack/kayobe stable/wallaby: Prevent Bifrost from using firewalld https://review.opendev.org/c/openstack/kayobe/+/814704 | 14:21 |
opendevreview | Merged openstack/kayobe master: CI: add host configure tests for firewalld https://review.opendev.org/c/openstack/kayobe/+/812299 | 14:21 |
opendevreview | Merged openstack/kayobe master: Remove stale config dump from seed hypervisor host configure https://review.opendev.org/c/openstack/kayobe/+/813786 | 14:21 |
opendevreview | Merged openstack/kayobe master: Add missing hook support for environment-create https://review.opendev.org/c/openstack/kayobe/+/814576 | 14:21 |
yoctozepto | heads-up no 1: Debian an official testing platform of Yoga :-) | 15:32 |
yoctozepto | (and ovn works there) | 15:32 |
yoctozepto | heads-up no 2: https://review.rdoproject.org/r/c/rdo-website/+/36342 RDO no longer considers TripleO a production-ready deployment mechanism :/ | 15:37 |
opendevreview | Merged openstack/kayobe stable/ussuri: Make setup module arguments configurable https://review.opendev.org/c/openstack/kayobe/+/811784 | 15:47 |
opendevreview | Merged openstack/kayobe master: Infra VMs: follow up https://review.opendev.org/c/openstack/kayobe/+/812670 | 15:47 |
opendevreview | Merged openstack/kayobe master: Add the missing documentation for mariadb recovery https://review.opendev.org/c/openstack/kayobe/+/813781 | 15:47 |
jingvar | eugenmayer: etc/kayobe/kolla/globals.yml look at nova_compute_virt_type: | 15:51 |
*** amoralej is now known as amoralej|off | 15:56 | |
eugenmayer | jingvar, thank you. If found out that the actual virsh tools are inside the container, that was the issue i had understanding how the compute node was provisioned. Beside i found, i'am still not sure why nested virtualization is not working - it is enabled and it was working with the training lab. | 16:01 |
eugenmayer | Still, we decided we have been going far enough with the lab so we move on formalizing the deployer, it's config in chef for production, including the base node OS with tooling for production and the deploy into our DC next, and test all the VM / network options there (and maybe have to reset the nodes and cluster, but well, not a big issue with the automation i guess) | 16:03 |
eugenmayer | Maybe this is a virsh 6 / xena isue on the current virtualBox 6.1.x or what so ever, probably not worth digging into it at this momemnt | 16:03 |
eugenmayer | i will spin that thing up with qemu instead of kvm once, using your hint with nova_compute_virt_type - but i doubt that this is going to change anything | 16:05 |
jingvar | from the doc | 16:07 |
jingvar | Use QEMU as a lowest common | 16:07 |
jingvar | # denominator. | 16:07 |
jingvar | nova_compute_virt_type: qemu | 16:07 |
jingvar | As I understand this can help | 16:09 |
opendevreview | Merged openstack/kayobe master: Support Ansible diff mode https://review.opendev.org/c/openstack/kayobe/+/800003 | 16:31 |
adrian-a | Hey. I've hit a bump here, let me know if you have some suggestion https://bugs.launchpad.net/kolla-ansible/+bug/1844710/comments/5 | 17:07 |
opendevreview | Adrian Andreias proposed openstack/kolla-ansible master: docs: Parameterize kolla-ansible version and branch https://review.opendev.org/c/openstack/kolla-ansible/+/815043 | 17:56 |
mnasiadka | yoctozepto: does it mean tripleo goes stream?:) | 18:07 |
mnasiadka | yoctozepto: RDO will never update packages for Xena - that sounds like fun. | 18:30 |
mnasiadka | yoctozepto: I mean tripleo packages in Xena | 18:32 |
opendevreview | Radosław Piliszek proposed openstack/kolla stable/xena: openstack-base: drop anyjson https://review.opendev.org/c/openstack/kolla/+/814936 | 18:56 |
yoctozepto | mnasiadka: tripleo yeah, goes no releases | 19:03 |
opendevreview | Merged openstack/kolla-ansible stable/xena: Use Xena images https://review.opendev.org/c/openstack/kolla-ansible/+/814856 | 20:02 |
opendevreview | Merged openstack/kolla-ansible stable/wallaby: docs: Improve info about neutron external interface https://review.opendev.org/c/openstack/kolla-ansible/+/814767 | 20:02 |
opendevreview | Merged openstack/kolla-ansible stable/xena: docs: Improve info about neutron external interface https://review.opendev.org/c/openstack/kolla-ansible/+/814766 | 20:02 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/wallaby: Set proxy option in early dnf invocation https://review.opendev.org/c/openstack/kayobe/+/814658 | 20:53 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/wallaby: CI: enable DNF tests on CentOS Stream 8 https://review.opendev.org/c/openstack/kayobe/+/814752 | 20:53 |
opendevreview | Maksim Malchuk proposed openstack/kayobe stable/wallaby: Add the missing documentation for mariadb recovery https://review.opendev.org/c/openstack/kayobe/+/815074 | 21:08 |
opendevreview | Maksim Malchuk proposed openstack/kayobe stable/victoria: Add the missing documentation for mariadb recovery https://review.opendev.org/c/openstack/kayobe/+/815075 | 21:08 |
opendevreview | Maksim Malchuk proposed openstack/kayobe stable/ussuri: Add the missing documentation for mariadb recovery https://review.opendev.org/c/openstack/kayobe/+/815076 | 21:09 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!