*** odyssey4me has quit IRC | 00:03 | |
*** odyssey4me has joined #openstack-ansible | 00:12 | |
*** spatel has joined #openstack-ansible | 01:42 | |
*** spatel has quit IRC | 03:00 | |
*** odyssey4me has quit IRC | 04:31 | |
*** b1tsh1ft3r has joined #openstack-ansible | 05:42 | |
*** b1tsh1ft3r has quit IRC | 05:50 | |
*** luksky has joined #openstack-ansible | 05:56 | |
noonedeadpunk | and do we really need 2 managers? | 06:13 |
---|---|---|
jrosser | i was wondering if that means its setup to bind to two ports, 127.0.0.1:6640 and 0.0.0.0:6640 | 06:16 |
noonedeadpunk | From what I got from the log - it probably is. But do we need to change ports or just make it listen only on one specific address we need rather then 0.0.0.0 | 06:21 |
jrosser | more likley change the binding i think | 06:21 |
jrosser | seems we're missing a diagram of all the parts here | 06:21 |
noonedeadpunk | yep :( | 06:22 |
jrosser | well theres one on here https://blog.russellbryant.net/2016/09/29/ovs-2-6-and-the-first-release-of-ovn/ | 06:23 |
jrosser | what made me wonder about needing different ports is that there seem to be 3 instances of ovsdb-server which will all be on the same host for metal | 06:24 |
jrosser | i'm not sure if they are listening servers or clients though | 06:24 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-openstack_hosts master: Use PKI role to install CA certificates https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/790431 | 06:28 |
noonedeadpunk | oh, so we can actually omit defining transport_url for OVN? | 06:30 |
noonedeadpunk | but I don't really see how we come up with 3 ovsdb on the same host from diagrams... | 06:32 |
noonedeadpunk | at least with server parts | 06:32 |
jrosser | dont we have the northbound, southbound and local db for an AIO metal? | 06:33 |
jrosser | though i've never looked at any detail of this | 06:33 |
noonedeadpunk | I guess you're right... | 06:33 |
noonedeadpunk | I actually also wasn't looking into ovn at all :( | 06:34 |
noonedeadpunk | though it's super interesting and worth doing one day... | 06:34 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: [doc] Add OS compatability matrix https://review.opendev.org/c/openstack/openstack-ansible/+/789376 | 06:36 |
jrosser | oh well actually its here https://github.com/openstack/openstack-ansible-os_neutron/blob/master/tasks/providers/setup_ovs_ovn.yml#L23-L36 | 06:38 |
noonedeadpunk | oh, yeah... but we deploy it on the same hosts anyway? | 06:38 |
noonedeadpunk | both Southbound and Northbound.. and local.. | 06:39 |
jrosser | right so specifically this line https://github.com/openstack/openstack-ansible-os_neutron/blob/master/tasks/providers/setup_ovs_ovn.yml#L24 | 06:41 |
jrosser | thats binding to 0.0.0.0 which collide with the haproxy? | 06:41 |
jrosser | yes https://github.com/openstack/openstack-ansible/blob/master/inventory/group_vars/haproxy/haproxy.yml#L422 | 06:42 |
jrosser | this code is 3 years old so is from before bind-to-mgmt and also from before we add haproxy to metal deployments | 06:46 |
*** odyssey4me has joined #openstack-ansible | 06:55 | |
noonedeadpunk | I wonder if we can set it to the ``ptcp:6641:{{ openstack_service_bind_address }} as well... | 07:01 |
noonedeadpunk | And wonder why it hasn't been covered with https://github.com/openstack/openstack-ansible-os_neutron/commit/69845d63a023f58beef172a03e48400ed3671742 | 07:02 |
noonedeadpunk | oh, btw... | 07:02 |
noonedeadpunk | I wonder if spatel might be missing this patch | 07:03 |
noonedeadpunk | as I think https://github.com/openstack/openstack-ansible-os_neutron/blob/master/tasks/providers/setup_ovs_ovn.yml#L24 might be binded to 127.0.0.1 | 07:03 |
noonedeadpunk | (not sure at all) | 07:04 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Implement uWSGI for neutron-api https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/486156 | 07:04 |
*** andrewbonney has joined #openstack-ansible | 07:16 | |
*** tosky has joined #openstack-ansible | 07:53 | |
opendevreview | Jonathan Herlin proposed openstack/openstack-ansible-os_cloudkitty master: Cloudkitty role cleanup and config updates https://review.opendev.org/c/openstack/openstack-ansible-os_cloudkitty/+/794199 | 08:05 |
jonher | ^ added back examples/playbook.yml | 08:08 |
noonedeadpunk | awesome, thanks! | 08:08 |
*** rpittau|afk is now known as rpittau | 09:22 | |
*** b1tsh1ft3r has joined #openstack-ansible | 09:44 | |
*** b1tsh1ft3r has quit IRC | 09:52 | |
mgariepy | spatel, jrosser : https://github.com/openstack/openstack-ansible-os_neutron/blob/master/tasks/providers/setup_ovs_ovn.yml#L24 | 12:10 |
mgariepy | this binds ovsdb to 0.0.0.0:6640 | 12:10 |
jrosser | yeah, is that deliberate? | 12:10 |
mgariepy | found it yesterday but had an emergency come up so i didn't had time to post it haha. | 12:10 |
jrosser | the lines further down are binding to the mgmt ip | 12:11 |
mgariepy | yep the deamon bind to both. | 12:11 |
jrosser | oh well i mean that for the north/south stuff the IP is specified | 12:11 |
jrosser | rather than unspecified | 12:11 |
mgariepy | http://paste.openstack.org/show/806487/ | 12:12 |
mgariepy | that's from `cat /etc/openvswitch/conf.db | 12:13 |
mgariepy | ` | 12:13 |
*** b1tsh1ft3r has joined #openstack-ansible | 12:15 | |
*** b1tsh1ft3r has quit IRC | 12:15 | |
jrosser | mgariepy: do you think we should change that to bind to the mgmt network ip? | 12:15 |
jrosser | it collides with haproxy for a metal deplotment | 12:15 |
mgariepy | it binds to .100 also. so i think we should just not bind to 0.0.0.0 | 12:16 |
mgariepy | i'll do a quick test. | 12:16 |
*** raildo has joined #openstack-ansible | 12:18 | |
mgariepy | the set-manager stuff is changed by spatel's patch. | 12:23 |
opendevreview | Marc Gariépy proposed openstack/openstack-ansible-os_neutron master: Add ovn clustering support https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/794266 | 12:30 |
opendevreview | Marc Gariépy proposed openstack/openstack-ansible-os_neutron master: quicktest https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/795528 | 12:30 |
mgariepy | https://github.com/openstack/openstack-ansible-os_neutron/blob/master/tasks/providers/setup_ovs_ovn.yml#L68 << this one is creating the bind to 127.0.0.1 | 12:34 |
admin1 | hi guys .. what would be the best way to do osa upgrade for a platform that is behind a lot of versions .. do the .0 ( start) and .end of each tag ? | 12:45 |
admin1 | each version i mean | 12:45 |
*** b1tsh1ft3r has joined #openstack-ansible | 12:45 | |
mgariepy | i would to the lastest for each. | 12:46 |
noonedeadpunk | You should jump only between major version | 12:46 |
noonedeadpunk | and pick latest of each, yeah | 12:46 |
*** spatel has joined #openstack-ansible | 12:46 | |
mgariepy | .0 are somewhat always a bit buggy, so i would assume that the latest should work a bit better. | 12:47 |
admin1 | so if i am on say 19.x , i first go to end of 19.x .. then 20.0 .. and then 20.latest .. or can i jump from the last of each tag .. like 18.last, 19.last, 20.last, 21.last etc ? | 12:47 |
mgariepy | if you are on 19.x, i would go to 20.last then 21.last etc.. | 12:48 |
admin1 | ok | 12:49 |
*** b1tsh1ft3r has quit IRC | 12:54 | |
*** b1tsh1ft3r has joined #openstack-ansible | 13:01 | |
*** raildo has quit IRC | 13:06 | |
*** gilou__ has quit IRC | 13:17 | |
*** b1tsh1ft3r has quit IRC | 13:17 | |
noonedeadpunk | jrosser: hm, pki patches started failing after integrated one landed during upgrade | 13:18 |
noonedeadpunk | https://zuul.opendev.org/t/openstack/build/01cbed83ca2f4075af83a39751684f08/log/job-output.txt#18384 | 13:18 |
noonedeadpunk | what's interesting is that /etc/openstack_deploy/pki/roots/ even doesn't exist | 13:19 |
noonedeadpunk | Oh, Create CA has been skipped because no hosts matched | 13:22 |
noonedeadpunk | https://zuul.opendev.org/t/openstack/build/01cbed83ca2f4075af83a39751684f08/log/job-output.txt#15574 | 13:24 |
noonedeadpunk | we don't have localhost? | 13:25 |
jrosser | oooh - localhost becomes aio1 maybe? | 13:31 |
jnamdar | it's called aio1 in ansible iirc | 13:32 |
noonedeadpunk | but isn't localhost smth really default that is always can be used... | 13:32 |
jrosser | i thought that localhost == deploy host | 13:32 |
noonedeadpunk | yeah, we intended to do that way | 13:32 |
jrosser | how is this working for the non upgrade cases them | 13:32 |
noonedeadpunk | https://docs.ansible.com/ansible/latest/inventory/implicit_localhost.html | 13:34 |
jrosser | https://github.com/openstack/openstack-ansible/blob/master/playbooks/certificate-authority.yml#L16 | 13:34 |
noonedeadpunk | yeah, I saw that and that `openstack_pki_setup_host` is not defined anywhere | 13:34 |
noonedeadpunk | I just wonder if that's some bug from 2.10.10.... | 13:36 |
noonedeadpunk | but again - it's working for non-upgrade... | 13:37 |
* noonedeadpunk tries to reproduce locally | 13:40 | |
*** Gues_____ is now known as jamesdenton | 13:40 | |
*** b1tsh1ft3r has joined #openstack-ansible | 13:48 | |
*** b1tsh1ft3r has quit IRC | 13:56 | |
*** b1tsh1ft3r has joined #openstack-ansible | 14:07 | |
*** b1tsh1ft3r has quit IRC | 14:08 | |
spatel | I am trying to delete vm and not able to delete it look like not action happening, this is just 1 bad VM | 14:14 |
spatel | look like a bug or something | 14:14 |
*** tosky has quit IRC | 14:16 | |
*** tosky has joined #openstack-ansible | 14:18 | |
jnamdar | I switched to stable/victoria to install masakari and senlin in AIO. I think there are some missing deps for masakari python dep builds | 14:22 |
jnamdar | I had to install pkg-config and libvirt-devel because libvirt-python wasn't building | 14:22 |
jnamdar | (I run debian 10.9) | 14:22 |
jonher | ^ yes, i think there is already a launchpad issues about that | 14:26 |
jnamdar | ah yes indeed https://bugs.launchpad.net/openstack-ansible/+bug/1886719 | 14:27 |
opendevmeet | Launchpad bug 1886719 in openstack-ansible "masakari-monitors wheel building failed for libvirt-python" [Undecided,New] | 14:27 |
jnamdar | is there any way I can tell I met the bug too or something on launchpad? I guess adding those apt dependencies would be fine to fix | 14:34 |
jnamdar | I think I saw an old release note mentioning libvirt-python as well | 14:34 |
jonher | when i brought it up in here last time i believe targeting was in questions and that on LXC AIO it tries to build in repo and not on host, in metal it should have the deps (but possibly from other roles) | 14:36 |
jonher | i don't have enough scrollback, but iirc that was the conclusion at the time | 14:36 |
jrosser | it would be nice to update the bug with this stuff rather than lose the scrollback | 14:39 |
jrosser | i don't know if it's right or not to be trying to build libvirt-python from source or if that package should be symlinked into the venv from the host python environment | 14:40 |
jrosser | with libraries like that which have tightly coupled C bindings to an underlying thing (like libvirt) it needs to be handled carefully | 14:41 |
jrosser | same happens with the ceph python bindings | 14:41 |
jrosser | building from source in the venv risks there being drift between the installed (and maybe upgraded) libvirt and the python binding | 14:42 |
jrosser | if both come from distro packages then they should stay in lockstep | 14:43 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Fix upgrade jobs out of CI https://review.opendev.org/c/openstack/openstack-ansible/+/795563 | 14:44 |
noonedeadpunk | jrosser: um... I was able to reproduce that... but... only when I'm inside run_upgrade.sh script | 14:48 |
noonedeadpunk | I guess because of the limits https://opendev.org/openstack/openstack-ansible/src/branch/master/scripts/run-upgrade.sh#L175-L179 | 14:49 |
noonedeadpunk | http://paste.openstack.org/show/806492/ | 14:50 |
noonedeadpunk | sounds familiar with https://github.com/ansible/ansible/issues/38221 | 14:51 |
noonedeadpunk | but not really... | 14:51 |
jonher | here's the irclog from the masakari issue: https://meetings.opendev.org/irclogs/%23openstack-ansible/%23openstack-ansible.2021-03-03.log.html#t2021-03-03T11:30:16 | 14:52 |
jonher | the log i pastebin'ed included the playbook run + some info from the wheels build log in repo container but that has expired now | 14:54 |
noonedeadpunk | well, this doesn't look related to what we see, but actually also an issue and good that you've reminded about it :) | 14:55 |
noonedeadpunk | but eventually masakari-monitors must be isntalled on the computes hosts, not LXC, so libvirt-python should be there at least for nova | 14:56 |
noonedeadpunk | but yeah, I think I saw smth like this on my own some time ago... | 14:57 |
noonedeadpunk | Will try to build another aio and check things out | 14:57 |
jrosser | we should already be installing the distro version of that i think https://github.com/openstack/openstack-ansible-os_nova/blob/master/vars/debian.yml#L73 | 14:58 |
jrosser | and then for nova they are symlinked into the venv https://github.com/openstack/openstack-ansible-os_nova/blob/master/vars/debian.yml#L83-L85 | 14:58 |
noonedeadpunk | and so for masakari https://opendev.org/openstack/openstack-ansible-os_masakari/src/branch/master/vars/debian.yml#L32 | 14:59 |
jrosser | maybe something goes wrong here https://opendev.org/openstack/openstack-ansible-os_masakari/src/branch/master/tasks/main.yml#L79 | 15:00 |
noonedeadpunk | might be... | 15:01 |
noonedeadpunk | but actually now I'm more concerned with localhost not being part of the limit | 15:01 |
noonedeadpunk | unless, we put localhost inside dynamic_inventory I guess | 15:02 |
jrosser | is it possible to add localhost to that limit? | 15:09 |
noonedeadpunk | nope | 15:09 |
noonedeadpunk | http://paste.openstack.org/show/806494/ | 15:09 |
*** miloa has joined #openstack-ansible | 15:10 | |
noonedeadpunk | and I even added localhost to dynamic_inventory... | 15:10 |
jrosser | how about calling the certificate_authority playbook seperatly in RUN_TASKS | 15:10 |
noonedeadpunk | yeah, that's possible. But I can imagine this to fail in case of regular haproxy run? | 15:11 |
noonedeadpunk | when you want to run it against single haproxy? | 15:11 |
*** ierdem has joined #openstack-ansible | 15:11 | |
ierdem | Hello everyone, I have Centos7 Cloud image on my OSA-Victoria env. When I try to launch VM with this image by using flavor which has 6TB disk, it only mount 2 TB to root partition. Is there a limit on Centos images? I tried to launch Ubuntu image with same flavor, it mounted all of 6TB to VM. can you help me please? Thanks | 15:12 |
opendevreview | Marc Gariépy proposed openstack/openstack-ansible-tests master: add openvswitch to the log collect https://review.opendev.org/c/openstack/openstack-ansible-tests/+/795568 | 15:12 |
mgariepy | this might be useful for debug ^^ | 15:12 |
mgariepy | ovn/ovs stuff. | 15:12 |
noonedeadpunk | ierdem: In case FS is in ext3 - it would be 2Tb max | 15:13 |
noonedeadpunk | https://wiki.centos.org/About/Product | 15:13 |
noonedeadpunk | (I guess I misread this) | 15:14 |
noonedeadpunk | mgariepy: we collect logs with https://opendev.org/openstack/openstack-ansible/src/branch/master/scripts/log-collect.sh | 15:14 |
noonedeadpunk | for integrated jobs | 15:15 |
mgariepy | lol | 15:15 |
mgariepy | arf what is the other used for ? | 15:15 |
noonedeadpunk | for functional ones | 15:16 |
noonedeadpunk | but almost none of them left | 15:16 |
opendevreview | Marc Gariépy proposed openstack/openstack-ansible master: add openvswitch to the log collect https://review.opendev.org/c/openstack/openstack-ansible/+/795572 | 15:17 |
mgariepy | abandoning the openstack-ansible-tests one . | 15:18 |
jrosser | noonedeadpunk: can you try putting RUN_TASKS+=("certificate-authority.yml") here https://opendev.org/openstack/openstack-ansible/src/branch/master/scripts/run-upgrade.sh#L174 | 15:21 |
jrosser | with no --limit | 15:21 |
noonedeadpunk | yes, it will worlk | 15:21 |
miloa | noonedeadpunk quick feedback about our yesterday problem on multiregion, adding region_name in section neutron of nova.conf.j2 and in nova section of neutron.conf.j2 solves all the problem we had, this "field" was present in rocky but disapear in train. | 15:21 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova stable/train: config: add region_name to neutron https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/795467 | 15:24 |
noonedeadpunk | miloa: uh, and it has been fixed in U... | 15:25 |
miloa | noonedeadpunk : ok thanks :) We are still in train :) | 15:26 |
noonedeadpunk | and you had to add it to neutron as well? | 15:26 |
miloa | yes | 15:26 |
noonedeadpunk | or you added as pre-cautious step? | 15:26 |
ierdem | noonedeadpunk, how can I set/change initial FS of Centos cloud image? Do you have any idea? | 15:27 |
jrosser | ierdem: it's an image of a block device, the filesystem is baked in from the moment the image is created by the centos people | 15:28 |
noonedeadpunk | um, iirc there's some file inside fs that's resposible of that... like /etc/mke2fs.conf | 15:28 |
jrosser | surely that cant be changed? | 15:28 |
miloa | in nova.conf.j2 it resolves an error of not finding "default security group" and on neutron.conf.j2 it solves a problem on cconecting instance to networks which was unable to find. | 15:29 |
noonedeadpunk | I think I was changing it for CentOS 7 by removing `extra_isize` for ext4 at least as it was failing otherwise.... | 15:29 |
noonedeadpunk | But looking into it now, I think I changed default FS some other way... | 15:29 |
noonedeadpunk | But I was repacking images, so yeah | 15:30 |
jonher | 7.1907 does xfs, might not be on older 7.x cloud images | 15:31 |
noonedeadpunk | oh, I even was removing `64bit` :) | 15:32 |
noonedeadpunk | and it was centos 6.5, so disregard :) | 15:33 |
jonher | 7.5 1804 is the oldest image i have of centos7, and that too did xfs | 15:33 |
noonedeadpunk | yeah, I have no idea, just assumed what it could be... | 15:34 |
jonher | ierdem how did you verify the block devices size inside the OS? what does lsblk or parted show? | 15:35 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron stable/train: config: add region_name to nova https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/795468 | 15:35 |
ierdem | jonher, lsblk shows /dev/vda as 6TB and under this /dev/vda1 is 2 TB | 15:37 |
noonedeadpunk | wonder if that might be some growpart thing | 15:37 |
noonedeadpunk | *growroot | 15:37 |
jonher | mount | grep '/ ' to check what fs is used, likely xfs then | 15:38 |
jonher | yeah cloud-init might not have handled grow correctly, possibly some trace of that in logs | 15:38 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Run certificate-authority independently during upgrade https://review.opendev.org/c/openstack/openstack-ansible/+/795579 | 15:44 |
jrosser | i wonder if we will come across other certificate related trouble with --limit as we start to use it more in the deployment | 15:51 |
*** ierdem has quit IRC | 15:53 | |
noonedeadpunk | yeah, that what I was afraid about | 15:54 |
jrosser | even if we make the deploy host actually be in the inventory to avoid relying on implicit localhost i think that wont help? | 15:56 |
jnamdar | zz I got an endpoint type problem again lol | 15:56 |
jnamdar | senlin seems to want to use keystone's public endpoint at all costs | 15:57 |
jrosser | though the tasks we care about are delegated to the deploy host, which is a little different to how things work in the certificate-authority.yml playbook | 15:57 |
jrosser | jnamdar: senlin needs fixing, unfortunately :( | 15:57 |
jnamdar | which doesn't work for some reason. i had to modify keystone's public endpoint with the internal url | 15:57 |
jonher | ierdem https://bugs.launchpad.net/ubuntu/+source/cloud-utils/+bug/1259703 it seems to be a bug, i tried latest growpart from centos7 package and that says "partition 1 is size 4294965248. it cannot be grown" so looks like you need to do some manual work there | 15:58 |
opendevmeet | Launchpad bug 1259703 in cloud-utils (Ubuntu Saucy) "growpart on disk larger than 2TB fails" [Medium,Fix released] - Assigned to Scott Moser (smoser) | 15:58 |
*** ierdem has joined #openstack-ansible | 15:58 | |
jonher | https://github.com/openstack/senlin/blob/3b0f21972be0bb067e8c4391a6b77aa8815a0ca2/senlin/tests/unit/drivers/test_keystone_v3.py#L190 looks like senlin overrides in tests | 16:00 |
jonher | https://review.opendev.org/c/openstack/senlin/+/749874 | 16:02 |
ierdem | jonher, it's xfs | 16:07 |
jonher | yeah i started a machine on my end and tested, the link to the bug is posted above with your name mentioned | 16:08 |
*** ioni has quit IRC | 16:13 | |
noonedeadpunk | jrosser: yeah, so issues might be if somebody decide to run setup-hosts.yml with limit, but once CA is there, it won't matter | 16:13 |
*** rpittau is now known as rpittau|afk | 16:16 | |
*** miloa has quit IRC | 16:39 | |
opendevreview | Merged openstack/openstack-ansible master: Add Debian Bullseye support https://review.opendev.org/c/openstack/openstack-ansible/+/783606 | 17:02 |
*** andrewbonney has quit IRC | 17:05 | |
opendevreview | Marc Gariépy proposed openstack/openstack-ansible-os_neutron master: quicktest https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/795528 | 17:51 |
*** jnamdar has quit IRC | 18:15 | |
noonedeadpunk | jrosser: mgariepy: what do you think about https://review.opendev.org/c/openstack/openstack-ansible/+/795579 ? To fix pki upgrades at least for CI? | 18:43 |
noonedeadpunk | we also need https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/795282 and https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/795283 for stable branches | 18:46 |
jrosser | I think it’s reasonable - do we need to add it to the manual upgrade documentation too? | 18:46 |
noonedeadpunk | good point | 18:47 |
jrosser | that can be a separate patch of course so we don’t have to run the other one again | 18:49 |
* noonedeadpunk writing | 18:50 | |
noonedeadpunk | might be follow-up will be good indeed so re-check could be issued faster for rabbit and haproxy roles | 18:51 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: [doc] Document CA generation upgrade step https://review.opendev.org/c/openstack/openstack-ansible/+/795665 | 19:02 |
noonedeadpunk | summoning spotz for checking my awful language ^ :) | 19:03 |
noonedeadpunk | and all previous patches as we ll :) | 19:03 |
noonedeadpunk | btw I believe https://review.opendev.org/c/openstack/openstack-ansible/+/789376 is also good to go... | 19:04 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-openstack_hosts master: Update distro mirrors to match release https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/795670 | 19:17 |
spotz | noonedeadpunk: OOn it | 19:30 |
opendevreview | Amy Marrich proposed openstack/openstack-ansible master: [doc] Add OS compatability matrix https://review.opendev.org/c/openstack/openstack-ansible/+/789376 | 19:33 |
spotz | Om https://review.opendev.org/c/openstack/openstack-ansible/+/789376 I just moved libvirt example up a line jrosser had already +2'd so if no one disagrees I'll speed it through if it passes the gate | 19:34 |
opendevreview | Amy Marrich proposed openstack/openstack-ansible master: [doc] Document CA generation upgrade step https://review.opendev.org/c/openstack/openstack-ansible/+/795665 | 19:38 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/ocata: Switch Ocata to EOL https://review.opendev.org/c/openstack/openstack-ansible/+/795690 | 20:15 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/ocata: Switch Ocata to EOL https://review.opendev.org/c/openstack/openstack-ansible/+/795690 | 20:21 |
opendevreview | Merged openstack/openstack-ansible-lxc_hosts stable/victoria: Add CentOS 8.4 support https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/795282 | 20:22 |
opendevreview | Merged openstack/openstack-ansible-lxc_hosts stable/ussuri: Add CentOS 8.4 support https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/795283 | 20:22 |
*** spatel has quit IRC | 20:42 | |
*** ierdem has quit IRC | 20:53 | |
*** luksky has quit IRC | 21:58 | |
*** luksky has joined #openstack-ansible | 22:00 | |
*** djhankb has quit IRC | 22:00 | |
*** djhankb has joined #openstack-ansible | 22:00 | |
opendevreview | Merged openstack/openstack-ansible master: Run certificate-authority independently during upgrade https://review.opendev.org/c/openstack/openstack-ansible/+/795579 | 22:02 |
*** tosky has quit IRC | 22:47 | |
*** luksky has quit IRC | 23:43 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!