rdogerrit | rdo-trunk proposed rdoinfo master: Bump rdoinfo antelope-uc tags to latest upper-constraints https://review.rdoproject.org/r/c/rdoinfo/+/47178 | 00:04 |
---|---|---|
rdogerrit | Amol Kahat proposed rdo-infra/ci-config master: Added molecule tests for users, groups, nginx https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/46693 | 05:53 |
rdogerrit | Merged config master: Add openstack ci promote playbooks and base defns https://review.rdoproject.org/r/c/config/+/47175 | 08:17 |
rdogerrit | Jiří Podivín proposed openstack/tripleo-validations-distgit rpm-master: DNM testing build for ansible 2.14.2-4 errors https://review.rdoproject.org/r/c/openstack/tripleo-validations-distgit/+/47179 | 08:21 |
rdogerrit | Alfredo Moralejo proposed config master: Remove third-party job from openstack/rpm-packaging https://review.rdoproject.org/r/c/config/+/47170 | 08:24 |
*** jpena|off is now known as jpena | 08:26 | |
opendevreview | Joel Capitao proposed x/packstack master: Replace deprecated defined resource type of Manila https://review.opendev.org/c/x/packstack/+/874728 | 08:28 |
*** amoralej|off is now known as amoralej | 08:29 | |
opendevreview | Joel Capitao proposed x/packstack master: Replace deprecated defined resource type of Manila https://review.opendev.org/c/x/packstack/+/874728 | 08:43 |
opendevreview | Joel Capitao proposed x/packstack master: Remove use of 'use_guestagent_template' https://review.opendev.org/c/x/packstack/+/874751 | 09:08 |
rdogerrit | Jiří Podivín proposed openstack/tripleo-validations-distgit rpm-master: DNM testing build for ansible 2.14.2-4 errors https://review.rdoproject.org/r/c/openstack/tripleo-validations-distgit/+/47179 | 09:18 |
*** jpena is now known as jpena|off | 09:35 | |
*** jpena|off is now known as jpena | 09:44 | |
rdogerrit | Alfredo Moralejo proposed openstack/tripleo-validations-distgit rpm-master: DNM testing build for ansible 2.14.2-4 errors https://review.rdoproject.org/r/c/openstack/tripleo-validations-distgit/+/47179 | 10:00 |
opendevreview | Joel Capitao proposed x/packstack master: Replace deprecated defined resource type of Manila https://review.opendev.org/c/x/packstack/+/874751 | 10:03 |
rdogerrit | Chandan Kumar proposed rdoinfo master: Add new package tcib https://review.rdoproject.org/r/c/rdoinfo/+/47169 | 10:16 |
rdogerrit | Chandan Kumar proposed rdoinfo master: Add new package tcib https://review.rdoproject.org/r/c/rdoinfo/+/47169 | 10:19 |
amoralej | hi chandankumar, wrt https://review.rdoproject.org/r/c/rdoinfo/+/47169 | 10:47 |
amoralej | wdy me by "disabling the new component"? | 10:47 |
chandankumar | amoralej: hello | 10:56 |
chandankumar | amoralej: When new component repo is available, it will be pulled down with dlrn.repo in the job | 10:57 |
chandankumar | in order to avoid pulling the same package from this new component repo, we can disable it | 10:58 |
amoralej | yes | 10:58 |
chandankumar | it can be easily done via release file | 10:58 |
amoralej | you mean disable it in the repo configh | 10:58 |
amoralej | i got it now | 10:58 |
amoralej | but it we move existing packages *now* you'll need to get it from there, not from tripleo one, that's what i meant | 10:59 |
chandankumar | yup, diabling it in the repo config | 10:59 |
chandankumar | amoralej: ok | 11:00 |
amoralej | i'd add new packages to the new component | 11:00 |
chandankumar | then I think we donot need to disable till we remove a new component | 11:00 |
chandankumar | for timebeing can we put only tcib in the new component | 11:00 |
amoralej | but wouldn't move existing ones until we do the whole reorganization after tripleo removal | 11:00 |
amoralej | yeah | 11:01 |
chandankumar | cool then | 11:01 |
rdogerrit | Jiří Podivín proposed openstack/validations-common-distgit rpm-master: DNM testing build with new ansible https://review.rdoproject.org/r/c/openstack/validations-common-distgit/+/47182 | 11:11 |
opendevreview | Joel Capitao proposed x/packstack master: Replace deprecated defined resource type of Manila https://review.opendev.org/c/x/packstack/+/874751 | 11:36 |
jpodivin | amoralej: hi | 11:38 |
amoralej | hi jpodivin | 11:38 |
jpodivin | I've been looking at those failures since morning. I'm not really sure where to go from here. | 11:38 |
amoralej | failing unit tests, :) | 11:38 |
jpodivin | We can't really cut ansible out of this :/ | 11:38 |
amoralej | i guess skipping them is the only solution | 11:38 |
amoralej | but lemme test a weird idea | 11:39 |
amoralej | gimme a while | 11:39 |
jpodivin | Sure. | 11:39 |
jpodivin | but I'm not really comfortable with skipping the build tests. | 11:39 |
amoralej | jpodivin, iiuc, when we run that modules or roles or whatever ansible content we'll do actually in python3.9, right? | 11:43 |
jpodivin | yeah, technically it should work even with 3.11. But we are not building for 3.11 in master ... that's really the only problem here. | 11:44 |
rdogerrit | Ronelle Landy proposed rdo-jobs master: WIP: Add container build, test, promote line - ZED https://review.rdoproject.org/r/c/rdo-jobs/+/47155 | 11:49 |
amoralej | jpodivin, all i can think of is very hacky | 12:03 |
amoralej | quick and dirty :) | 12:03 |
amoralej | PYTHON=%{__python3} PYTHONPATH=$PYTHONPATH:/usr/lib/python3.11/site-packages %{__python3} setup.py testr | 12:03 |
jpodivin | that could work ... otoh maybe I can get away with capping the dependency | 12:04 |
amoralej | to py39 build? | 12:05 |
jpodivin | no, in general. So that it only uses <2.14.2 | 12:05 |
amoralej | that will not work in some build envs | 12:05 |
jpodivin | after all, we aren | 12:05 |
jpodivin | why not? | 12:05 |
amoralej | well, at some point we will be consuming latest build | 12:05 |
amoralej | i mean, we will not be capping it in the repos | 12:06 |
amoralej | hopefully ... | 12:06 |
* amoralej goes for lunch, we can continue later | 12:06 | |
jpodivin | right | 12:06 |
amoralej | some build environments will have only the last build of ansible-core, not previous ones | 12:07 |
amoralej | so in that case capping will fail to install BRs | 12:07 |
*** amoralej is now known as amoralej|lunch | 12:07 | |
jpodivin | :/ | 12:07 |
rdogerrit | Jiří Podivín proposed openstack/tripleo-validations-distgit rpm-master: DNM testing build for ansible 2.14.2-4 errors https://review.rdoproject.org/r/c/openstack/tripleo-validations-distgit/+/47179 | 12:19 |
jpodivin | I've checked one of the other packages that should be affected by this (tripleo-ansible) that one doesn't run tests at build at all. That makes me a bit more comfortable with removing them . | 12:22 |
rdogerrit | Amol Kahat proposed rdo-infra/ci-config master: Added molecule tests for users, groups, nginx https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/46693 | 12:54 |
rdogerrit | Joel Capitao proposed rdoinfo master: Retire Glare https://review.rdoproject.org/r/c/rdoinfo/+/47036 | 13:06 |
*** amoralej|lunch is now known as amoralej | 13:42 | |
amoralej | jpodivin, yeah, i think in this case it makes sense to skip the tests. Said this, the PYTHONPATH hack will also work if you prefer | 13:45 |
jpodivin | amoralej: I may be true. I'm going to put this forward as path to our team. | 13:46 |
amoralej | jpodivin, so you have an list of the required changes to make it work with ansible-core/python3.11 ? | 13:48 |
amoralej | is there something we can help with from RDO side ? | 13:48 |
jcapitao[m] | amoralej: https://review.opendev.org/c/x/packstack/+/874751 it's ready to merge I think | 13:50 |
jpodivin | Right now I can see an option with aggressive rewrite of the relevant test modules, so that the imports are mocked. We could also change the build process so that it's using 3.11, but that's much harder to justify since Openstack isn't going to use 3.11 for while yet .. | 13:50 |
jpodivin | apart from that ? Drop testing and hope for the best? | 13:51 |
amoralej | ok, sounds good :) | 13:52 |
jpodivin | It's really question of balance, and commitment. As I've said we need to discuss this in our team. | 13:52 |
spotz | Meeting in 8 minutes here!:) | 13:53 |
jcapitao[m] | indeed ! Feel free to add your topics in the pad https://etherpad.opendev.org/p/RDO-Meeting | 13:56 |
jcapitao[m] | #startmeeting RDO meeting - 2023-02-22 | 14:01 |
opendevmeet | Meeting started Wed Feb 22 14:01:41 2023 UTC and is due to finish in 60 minutes. The chair is jcapitao[m]. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:01 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:01 |
opendevmeet | The meeting name has been set to 'rdo_meeting___2023_02_22' | 14:01 |
jcapitao[m] | it's meeting time ! | 14:01 |
jcapitao[m] | #topic roll call | 14:01 |
spotz | o/ | 14:02 |
jcapitao[m] | who's there ? | 14:02 |
karolinku[m] | o/ | 14:02 |
jcapitao[m] | #chair spotz karolinku | 14:02 |
opendevmeet | Warning: Nick not in channel: karolinku | 14:02 |
opendevmeet | Current chairs: jcapitao[m] karolinku spotz | 14:02 |
amoralej | o/ | 14:02 |
jcapitao[m] | #chair amoralej | 14:03 |
opendevmeet | Current chairs: amoralej jcapitao[m] karolinku spotz | 14:03 |
jcapitao[m] | let's start with the first topic of the agenda today | 14:07 |
jcapitao[m] | #topic Retiring glare | 14:07 |
jcapitao[m] | #link https://lists.rdoproject.org/archives/list/dev@lists.rdoproject.org/thread/PVXIRURCMONAWLNSUN2PP6FDOROCDURQ/ | 14:07 |
jcapitao[m] | #link https://review.rdoproject.org/r/c/rdoinfo/+/47036 | 14:07 |
jcapitao[m] | we proposed a week ago to retire Glare on its client in RDO | 14:08 |
jcapitao[m] | we haven't received feedback for now | 14:09 |
jcapitao[m] | I think we can give a few more days | 14:10 |
amoralej | i think it has been enough :) | 14:10 |
amoralej | also, the upstream repo really looks unmaintained | 14:10 |
amoralej | so, let's just remove it | 14:10 |
jcapitao[m] | yeah actually, we can revert the patch if someone shows up later | 14:11 |
spotz | Sounds good | 14:11 |
jcapitao[m] | ok | 14:11 |
amoralej | see https://lists.openstack.org/pipermail/openstack-discuss/2021-May/022192.html has almost two years | 14:11 |
amoralej | so, seems pretty clear the project is inactive | 14:11 |
amoralej | i just +2+W the rdoinfo patch right before the mtg | 14:12 |
spotz | Yeah 2 years is safe to say they're inactive | 14:12 |
amoralej | also, we didn't get any reply in the review from the old maintainers nor in ML | 14:13 |
jcapitao[m] | I didn't notice it x) | 14:13 |
jcapitao[m] | okk | 14:13 |
jcapitao[m] | #info Glare project and client have been retired during Antelope release preparation | 14:13 |
jcapitao[m] | let's move to the next topic | 14:14 |
jcapitao[m] | #topic Update about Antelope status | 14:14 |
jcapitao[m] | #link https://issues.redhat.com/browse/RDO-84 | 14:14 |
jcapitao[m] | #link https://review.rdoproject.org/etherpad/p/antelope-release-preparation | 14:15 |
jcapitao[m] | #undo | 14:15 |
opendevmeet | Removing item from minutes: #link https://issues.redhat.com/browse/RDO-84 | 14:15 |
jcapitao[m] | #link https://issues.redhat.com/browse/RDO-84 | 14:15 |
jcapitao[m] | #link https://review.rdoproject.org/etherpad/p/antelope-release-preparation | 14:16 |
jcapitao[m] | we reqchecked clients and libs projects | 14:16 |
jcapitao[m] | #info libs and clients projects are reqchecked | 14:16 |
jcapitao[m] | but our Trunk builder is not yet up | 14:17 |
jcapitao[m] | we are dealing with some infra issues | 14:17 |
rdogerrit | Sean Mooney proposed config master: add openstack-k8s-operators/nova-operator https://review.rdoproject.org/r/c/config/+/47183 | 14:17 |
amoralej | hopefully https://softwarefactory-project.io/r/c/software-factory/sf-infra/+/27565 will fix it | 14:18 |
jcapitao[m] | hopefully we'll be able to start bootstrapping tomorrow fingers crossed | 14:18 |
amoralej | i hope so | 14:19 |
jcapitao[m] | #info Antelope Trunk builder creation is still WIP, the bootstrapping process will start afterward | 14:19 |
jcapitao[m] | maybe we could start reqchecking core projects | 14:20 |
jcapitao[m] | RC1 target week is next week | 14:21 |
amoralej | yes, i'd wait for rc1, just in case | 14:21 |
jcapitao[m] | yeah I think we have enough velocity to catch up the delay | 14:22 |
jcapitao[m] | let's wait then | 14:23 |
jcapitao[m] | that's all for this topic | 14:23 |
amoralej | yep, i think the important now is to get the builder up and running | 14:23 |
amoralej | and start with the bootstrap | 14:23 |
jcapitao[m] | yes | 14:24 |
jcapitao[m] | #topic Plan for TripleO deprecation | 14:25 |
jcapitao[m] | it's related to previous topic | 14:25 |
jcapitao[m] | bug big enough to have dedicated topic | 14:25 |
jcapitao[m] | #link https://lists.rdoproject.org/archives/list/dev@lists.rdoproject.org/thread/TCLLGNXWWPBV3JJKP77XBV2W6K4TP7S4/ | 14:25 |
jcapitao[m] | a thread on ML have been initiated by amoralej | 14:26 |
amoralej | I think most of the information is in the ML | 14:26 |
amoralej | main points are | 14:26 |
amoralej | #info RDO will not include TripleO in CloudSIG Antelope repo | 14:27 |
amoralej | #info we will continue shipping tripleo packages in RDO Trunk in master and zed while the upstream branches exist in EM, we'll remove once they are removed or EOLed | 14:27 |
amoralej | #info For antelope we will keep them also building from master branches until removed | 14:28 |
amoralej | timing is not very clear | 14:28 |
amoralej | we can keep the packages in rdo trunk while tripleo or tripleo-ci teams are willing to run jobs | 14:29 |
amoralej | #info once we retire tripleo packages we need to reorganize packages and components | 14:30 |
amoralej | #link https://review.rdoproject.org/etherpad/p/post-tripleo-proposal | 14:30 |
amoralej | note the packages we will retire from the list, point 5 and 5.1 | 14:31 |
amoralej | we don't need to branch antelope-rdo for those | 14:31 |
jcapitao[m] | ack | 14:32 |
amoralej | we still need to clarify some packages with barbican team | 14:32 |
amoralej | ansible-role-*-hsm | 14:32 |
jcapitao[m] | and what about task-core and directord ? | 14:33 |
amoralej | other than that, i'd say the path to follow is clear, the timing is not | 14:33 |
amoralej | those can be removed now jcapitao[m] | 14:33 |
amoralej | actually, i was waiting for other reviews in rdoinfo to be merged | 14:33 |
amoralej | to avoid rebases, but it can be done | 14:34 |
jcapitao[m] | okk | 14:34 |
amoralej | also, somehow related to tripleo removal, is some getting new packages related to running openstack podified | 14:35 |
amoralej | #info a new package tcib has been requested for https://github.com/openstack-k8s-operators/tcib | 14:36 |
amoralej | this is the part of tripleo-common related to building container images | 14:37 |
jcapitao[m] | could we wait post Antelope before creating this component ? | 14:37 |
amoralej | i'd say we can create the new component only for tcib now | 14:38 |
amoralej | it shouldn't have any impact | 14:38 |
amoralej | are you figuring out any issue related with the new component? | 14:38 |
jcapitao[m] | after really thinking I'd say no | 14:39 |
jcapitao[m] | it was more a "just in case" | 14:40 |
amoralej | i'd say risk is low | 14:41 |
amoralej | #info the proposed name for the new component is "podified", still open to discussion | 14:41 |
amoralej | so packages in this new component will be related to running openstack under k8s using https://github.com/openstack-k8s-operators/ | 14:42 |
amoralej | #link https://review.rdoproject.org/r/c/rdoinfo/+/47169 | 14:44 |
amoralej | feel free to comment there if you have any doubt or suggestion | 14:44 |
jcapitao[m] | the first stone | 14:45 |
amoralej | yep :) | 14:46 |
amoralej | so, i think that's mostly it wrt tripleo deprecation | 14:48 |
jcapitao[m] | yes | 14:49 |
jcapitao[m] | let's move on | 14:49 |
jcapitao[m] | #topic Next chair | 14:50 |
jcapitao[m] | who's willing to chair next week ? | 14:50 |
jcapitao[m] | actually it'll be video mtg | 14:50 |
jcapitao[m] | as Feb ends day 28 this year | 14:50 |
amoralej | i can take it | 14:51 |
jcapitao[m] | action amoralej to chair next week | 14:52 |
jcapitao[m] | thank you | 14:52 |
jcapitao[m] | annnnnd | 14:52 |
jcapitao[m] | #topic Open Floor | 14:52 |
spotz | Nothing from me but we've had some really great conversations the last few meetings! | 14:55 |
amoralej | yep, things are moving | 14:55 |
amoralej | :) | 14:55 |
amoralej | someone mentioned documenting the release process during antelope prep :) | 14:56 |
amoralej | are you planning to create some doc or blog post? | 14:56 |
amoralej | btw, i need to write something about the new definition of done for antelope | 14:56 |
jcapitao[m] | ah good point | 14:57 |
karolinku[m] | I still want to write it! (the release procedure) | 14:57 |
amoralej | ah, good :) | 14:57 |
karolinku[m] | but I think after this release | 14:57 |
amoralej | ok, good | 14:57 |
karolinku[m] | too many technical stuff it going on now | 14:57 |
jcapitao[m] | yes let's take notes on what we're doing during this release preparation, in order to simplify the writing part | 14:58 |
amoralej | btw, we will also need to remove of modify the info about tripleo we have in rdoproject.org | 14:59 |
spotz | Sounds like a really good idea | 15:00 |
jcapitao[m] | right! | 15:00 |
jcapitao[m] | let's close the mtg for today | 15:01 |
jcapitao[m] | #endmeeting | 15:01 |
opendevmeet | Meeting ended Wed Feb 22 15:01:20 2023 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:01 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/rdo_meeting___2023_02_22/2023/rdo_meeting___2023_02_22.2023-02-22-14.01.html | 15:01 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/rdo_meeting___2023_02_22/2023/rdo_meeting___2023_02_22.2023-02-22-14.01.txt | 15:01 |
opendevmeet | Log: https://meetings.opendev.org/meetings/rdo_meeting___2023_02_22/2023/rdo_meeting___2023_02_22.2023-02-22-14.01.log.html | 15:01 |
jcapitao[m] | thank you all for joining | 15:01 |
spotz | thanks jcapitao[m] for leading and amoralej and karolinku[m] for attending! | 15:01 |
amoralej | thanks jcapitao[m] ! | 15:02 |
rdogerrit | Joel Capitao proposed rdo-website master: Add meetings 02/15 and 02/22 https://review.rdoproject.org/r/c/rdo-website/+/47184 | 15:06 |
rdogerrit | Chandan Kumar proposed config master: Drop github-ro projects https://review.rdoproject.org/r/c/config/+/47185 | 15:12 |
rdogerrit | Software Factory Administrator proposed config master: Drop github-ro projects https://review.rdoproject.org/r/c/config/+/47185 | 15:19 |
rdogerrit | Merged config master: Drop github-ro projects https://review.rdoproject.org/r/c/config/+/47185 | 15:19 |
rdogerrit | Sean Mooney proposed config master: add openstack-k8s-operators/nova-operator https://review.rdoproject.org/r/c/config/+/47183 | 15:23 |
rdogerrit | Alfredo Moralejo proposed rdo-website master: Adjusto Definition of Done for RDO Antelope https://review.rdoproject.org/r/c/rdo-website/+/47186 | 15:31 |
rdogerrit | Alfredo Moralejo proposed rdo-website master: Adjust the Definition of Done for RDO Antelope https://review.rdoproject.org/r/c/rdo-website/+/47186 | 15:32 |
rdogerrit | Merged rdoinfo master: Retire Glare https://review.rdoproject.org/r/c/rdoinfo/+/47036 | 15:32 |
rdogerrit | Alfredo Moralejo proposed rdo-website master: Fix the release checklist https://review.rdoproject.org/r/c/rdo-website/+/47187 | 15:37 |
rdogerrit | Nicolas HICHER proposed config master: Remove third-party job from openstack/rpm-packaging https://review.rdoproject.org/r/c/config/+/47170 | 15:39 |
spotz | nice catch on the mailing lists amoralej! | 15:40 |
rdogerrit | Jiří Podivín proposed openstack/tripleo-validations-distgit rpm-master: DNM testing build for ansible 2.14.2-4 errors https://review.rdoproject.org/r/c/openstack/tripleo-validations-distgit/+/47179 | 15:40 |
amoralej | yep :) | 15:40 |
spotz | Mind if I fix grammar on the other one? | 15:40 |
rdogerrit | Jiří Podivín proposed openstack/validations-common-distgit rpm-master: DNM testing build with new ansible https://review.rdoproject.org/r/c/openstack/validations-common-distgit/+/47182 | 15:41 |
amoralej | spotz, sure, go ahead | 15:42 |
rdogerrit | Amy Marrich (spotz) proposed rdo-website master: Adjust the Definition of Done for RDO Antelope https://review.rdoproject.org/r/c/rdo-website/+/47186 | 15:42 |
spotz | :) | 15:42 |
amoralej | thanks! | 15:43 |
amoralej | much better now :) | 15:43 |
spotz | It's how I contribute:) | 15:45 |
rdogerrit | Merged config master: Remove third-party job from openstack/rpm-packaging https://review.rdoproject.org/r/c/config/+/47170 | 15:45 |
amoralej | jcapitao[m], karolinku[m] we have https://trunk.rdoproject.org/centos9-antelope/ up | 15:57 |
amoralej | next step is to create the db | 15:57 |
jcapitao[m] | cool ! | 15:58 |
rdogerrit | Bogdan Dobrelya proposed rdo-infra/ansible-role-tripleo-ci-reproducer master: Add retries when scanning ssh keys https://review.rdoproject.org/r/c/rdo-infra/ansible-role-tripleo-ci-reproducer/+/43985 | 16:02 |
rdogerrit | Bogdan Dobrelya proposed rdo-infra/ansible-role-tripleo-ci-reproducer master: Add retries when scanning ssh keys https://review.rdoproject.org/r/c/rdo-infra/ansible-role-tripleo-ci-reproducer/+/43985 | 16:03 |
rdogerrit | Bogdan Dobrelya proposed rdo-infra/ansible-role-tripleo-ci-reproducer master: Add retries when scanning ssh keys https://review.rdoproject.org/r/c/rdo-infra/ansible-role-tripleo-ci-reproducer/+/43985 | 16:11 |
rdogerrit | Bogdan Dobrelya proposed rdo-infra/ansible-role-tripleo-ci-reproducer master: Switch to user_priv_key instead of id_rsa https://review.rdoproject.org/r/c/rdo-infra/ansible-role-tripleo-ci-reproducer/+/47188 | 16:11 |
rdogerrit | Bogdan Dobrelya proposed rdo-infra/ansible-role-tripleo-ci-reproducer master: Fix prepare and snapshot nodes block execution https://review.rdoproject.org/r/c/rdo-infra/ansible-role-tripleo-ci-reproducer/+/47189 | 16:11 |
*** blarnath is now known as d34dh0r53 | 16:11 | |
rdogerrit | Alfredo Moralejo proposed rdo-infra/ansible-role-dlrn master: Create antelope directory under /var/www/html/ https://review.rdoproject.org/r/c/rdo-infra/ansible-role-dlrn/+/47190 | 16:13 |
rdogerrit | Bogdan Dobrelya proposed rdo-infra/ansible-role-tripleo-ci-reproducer master: Fix prepare and snapshot nodes block execution https://review.rdoproject.org/r/c/rdo-infra/ansible-role-tripleo-ci-reproducer/+/47189 | 16:16 |
rdogerrit | Sean Mooney proposed config master: add openstack-k8s-operators/nova-operator https://review.rdoproject.org/r/c/config/+/47183 | 16:19 |
rdogerrit | Bogdan Dobrelya proposed rdo-infra/ansible-role-tripleo-ci-reproducer master: Switch to user_priv_key instead of id_rsa https://review.rdoproject.org/r/c/rdo-infra/ansible-role-tripleo-ci-reproducer/+/47188 | 16:28 |
rdogerrit | Bogdan Dobrelya proposed rdo-infra/ansible-role-tripleo-ci-reproducer master: Switch to user_priv_key instead of id_rsa https://review.rdoproject.org/r/c/rdo-infra/ansible-role-tripleo-ci-reproducer/+/47188 | 16:31 |
*** jpena is now known as jpena|off | 17:35 | |
opendevreview | Merged x/packstack master: Replace deprecated defined resource type of Manila https://review.opendev.org/c/x/packstack/+/874751 | 17:56 |
rdogerrit | Merged config master: add openstack-k8s-operators/nova-operator https://review.rdoproject.org/r/c/config/+/47183 | 18:00 |
*** amoralej is now known as amoralej|off | 18:07 | |
rdogerrit | Merged rdo-infra/ansible-role-dlrn master: Create antelope directory under /var/www/html/ https://review.rdoproject.org/r/c/rdo-infra/ansible-role-dlrn/+/47190 | 18:55 |
rdogerrit | Nicolas HICHER proposed config master: remove deprecated github-ro pipelines https://review.rdoproject.org/r/c/config/+/47191 | 18:58 |
rdogerrit | Ronelle Landy proposed rdo-jobs master: Add container build, test, promote line - ZED https://review.rdoproject.org/r/c/rdo-jobs/+/47155 | 19:47 |
rdogerrit | Ronelle Landy proposed config master: Add pipeline/template definitions - container line https://review.rdoproject.org/r/c/config/+/47192 | 19:47 |
rdogerrit | Ronelle Landy proposed config master: Add pipeline/template definitions - container line https://review.rdoproject.org/r/c/config/+/47192 | 19:56 |
rdogerrit | Ronelle Landy proposed config master: Add missing untructed project to rdo https://review.rdoproject.org/r/c/config/+/47193 | 20:03 |
rdogerrit | Ronelle Landy proposed rdo-jobs master: Add container build, test, promote line - ZED https://review.rdoproject.org/r/c/rdo-jobs/+/47155 | 20:03 |
rdogerrit | Ronelle Landy proposed rdo-jobs master: Add container build/test/promote line: zed/master https://review.rdoproject.org/r/c/rdo-jobs/+/47155 | 20:09 |
rdogerrit | Merged config master: Add missing untructed project to rdo https://review.rdoproject.org/r/c/config/+/47193 | 20:27 |
rdogerrit | Ronelle Landy proposed rdo-jobs master: Removing tripleo-collection-integration jobs https://review.rdoproject.org/r/c/rdo-jobs/+/47194 | 20:58 |
rdogerrit | Ronelle Landy proposed rdo-jobs master: Add container build/test/promote line: zed/master https://review.rdoproject.org/r/c/rdo-jobs/+/47155 | 21:01 |
rdogerrit | Ronelle Landy proposed config master: Add pipeline/template definitions - container line https://review.rdoproject.org/r/c/config/+/47192 | 21:07 |
rdogerrit | Ronelle Landy proposed rdo-jobs master: Add container build/test/promote line: zed/master https://review.rdoproject.org/r/c/rdo-jobs/+/47155 | 21:39 |
rdogerrit | Ronelle Landy proposed rdo-jobs master: Add container build/test/promote line: zed/master https://review.rdoproject.org/r/c/rdo-jobs/+/47155 | 21:50 |
rdogerrit | Ronelle Landy proposed config master: Add pipeline/template definitions - container line https://review.rdoproject.org/r/c/config/+/47192 | 22:13 |
rdogerrit | Ronelle Landy proposed config master: Add pipeline/template definitions - container line https://review.rdoproject.org/r/c/config/+/47192 | 22:14 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!