*** bhagyashris is now known as bhagyashris|ruck | 05:02 | |
*** arxcruz|rover is now known as arxcruz | 07:18 | |
*** jpena|off is now known as jpena | 07:39 | |
*** elodille1 is now known as elodilles | 08:44 | |
opendevreview | Martin Kopec proposed openstack/tempest master: DNM Test tempest with enforce scope https://review.opendev.org/c/openstack/tempest/+/847760 | 08:46 |
---|---|---|
frickler | kopecmartin: do you know anyone whom you could ask to make the ceph plugin work with jammy? seems noonedeadpunk has taken over pushing a fix for swift | 08:49 |
noonedeadpunk | actually ceph with jammy is tricky as there's still no packages on download.ceph.com | 08:53 |
noonedeadpunk | no idea though what devstack does use as package source | 08:54 |
noonedeadpunk | Eventualy there was ML where they said to buld packages "soon": https://lists.ceph.io/hyperkitty/list/dev@ceph.io/message/KSHR4QS5X6EMC5V4DTJUJJ4464LX5BPV/ | 08:55 |
noonedeadpunk | But they're still not there | 08:55 |
kopecmartin | gouthamr: hi, any chance you have more info about devstack-plugin-ceph on ubuntu jammy? ^ | 08:57 |
frickler | hmm, a) there are distro pkgs, b) we are using ceph-ansible on jammy and it works just fine | 09:10 |
frickler | (we = downstream in that case) | 09:10 |
frickler | ah, you were talking about quincy specifically I guess. not sure whether I would want that bleeding edge yet. but even those seem to be in place since two weeks https://download.ceph.com/debian-quincy/ | 09:11 |
frickler | at least that's what the ML msg is about. plus dropping older distros for reef. | 09:13 |
*** lpiwowar8 is now known as lpiwowar | 09:27 | |
noonedeadpunk | frickler: well, ceph-ansible actually doesn't if you set `ceph_origin: repository` | 09:31 |
noonedeadpunk | So it really depends on what you provide to ceph-ansible | 09:31 |
noonedeadpunk | and if you set it to distro - you will get kind of what will be in uca or in default repos | 09:32 |
noonedeadpunk | so you can't actually control version of ceph that will be isntalled | 09:32 |
noonedeadpunk | Also if talking about quincy - there's still no jammy https://download.ceph.com/debian-quincy/dists/ | 09:32 |
noonedeadpunk | and ofc no for any prior ceph release | 09:34 |
noonedeadpunk | So there is way to get ceph isntalled with ceph-ansible but it might get a bit unpredicatable as there's no control about release that you install. And IIRC uca does provide quincy | 09:35 |
opendevreview | Merged openstack/devstack master: Adding devstack support for Rocky Linux 9 https://review.opendev.org/c/openstack/devstack/+/855393 | 09:53 |
opendevreview | Martin Kopec proposed openstack/tempest master: DNM Test tempest with enforce scope https://review.opendev.org/c/openstack/tempest/+/847760 | 09:59 |
frickler | there's a nice table on https://wiki.ubuntu.com/OpenStack/CloudArchive, jammy has quincy natively, UCA focal-yoga has it, too. not too surprising that redhat didn't care much about Ubuntu pkgs, and I don't really expect that to change with the move to IBM. the version on Jammy will not change unless using UCA, so that should give a stable platform for the next cycles | 10:00 |
frickler | at least as far as devstack is concerned, I understand that the situation may be different for osa | 10:00 |
frickler | with blue onyx just merged, some peeps may want to look into the ceph situation there as an alternative | 10:01 |
opendevreview | Martin Kopec proposed openstack/tempest master: DNM Test tempest with enforce scope https://review.opendev.org/c/openstack/tempest/+/847760 | 10:03 |
noonedeadpunk | yeah, I agree here. Just for osa we prefer way to say - I want pacific and not quincy. Doesn't matter much for devstack I guess | 10:35 |
*** pojadhav is now known as pojadhav|afk | 12:36 | |
opendevreview | Dan Smith proposed openstack/tempest master: Add tests for image location manipulation https://review.opendev.org/c/openstack/tempest/+/860722 | 13:51 |
opendevreview | Dan Smith proposed openstack/tempest master: WIP: Add replace location test https://review.opendev.org/c/openstack/tempest/+/861390 | 13:51 |
opendevreview | Dan Smith proposed openstack/tempest master: Add tests for image location manipulation https://review.opendev.org/c/openstack/tempest/+/860722 | 14:21 |
opendevreview | Dan Smith proposed openstack/tempest master: WIP: Add replace location test https://review.opendev.org/c/openstack/tempest/+/861390 | 14:21 |
opendevreview | Dr. Jens Harbott proposed openstack/devstack master: Switch devstack nodeset to Ubuntu 22.04 (jammy) https://review.opendev.org/c/openstack/devstack/+/860795 | 14:43 |
clarkb | noonedeadpunk: with devstack the goal is probably more "does openstack have basic compatbility withceph and can we prevent that from regressing" With OSA you intend to be a production deployment so the needs are different | 15:11 |
clarkb | I agree devstack probabl doesn't care too much about versions as long as they are reasonably up to date and reliably present | 15:11 |
noonedeadpunk | yeah, I was just not sure how devstack does install ceph, thus desicded to say what possible things can prevent it from passing | 15:13 |
*** jpena is now known as jpena|off | 16:34 | |
gmann | gouthamr: vkmc: ^^ if you can help on ceph plugin on Jammy issue | 18:47 |
gouthamr | hey gmann noonedeadpunk, in devstack-plugin-ceph, we don't consume packages from the ubuntu repos - we hit ceph's repositories: https://github.com/openstack/devstack-plugin-ceph/blob/19db7b46ab643e510e827959c3a7d80083e48a61/devstack/lib/ceph#L996-L1011 | 19:26 |
gouthamr | we've had issues with distro packages on ubuntu where bugfixes didn't make it downstream fast enough, and so we decided to test with what the ceph community tests/releases | 19:28 |
gouthamr | we are able to select the release we want via the ceph repos on download.ceph.com | 19:29 |
gouthamr | we'll be in a soup for packages if jammy ones don't show up here: http://download.ceph.com/debian-quincy/dists/ -- but, we're also actively trying to mainstream cephadm in the plugin | 19:32 |
gouthamr | if we stabilize cephadm based jobs, we'll stop using the package based install we currently do -- cephadm pulls container images from quay | 19:34 |
opendevreview | Ghanshyam proposed openstack/tempest master: Migrate tempest jobs to Ubuntu Jammy (22.04) https://review.opendev.org/c/openstack/tempest/+/861110 | 20:29 |
opendevreview | Merged openstack/tempest master: Fix image import tests for read-only stores https://review.opendev.org/c/openstack/tempest/+/860881 | 20:34 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!