jrosser | noonedeadpunk: should we merge https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/798881 even though theres no tests | 05:27 |
---|---|---|
jrosser | it fails on master due to OVN - metadata agent is somehow broken | 05:28 |
*** chandankumar is now known as chkumar|rover | 05:31 | |
noonedeadpunk | jrosser: first of all that's not needed on master | 07:02 |
jrosser | yeah, i know | 07:03 |
jrosser | was trying to have something in place for when we branch X | 07:03 |
noonedeadpunk | and I think we should just generally filter all u-c now since they're unreliable anymore | 07:04 |
noonedeadpunk | for now I set sha for requirements repo prior to adding neutron there | 07:05 |
jrosser | ah ok | 07:05 |
noonedeadpunk | prometheanfire: well I actually thought, that u-c are named that way to define a dependencies for the projects, and not include projects themselves. | 07:08 |
noonedeadpunk | now they make less sense to me and can't be thought as external dependencies anymore | 07:09 |
noonedeadpunk | so we're kind of removed lower constraints and messed up upper ones... | 07:09 |
noonedeadpunk | which is weird imo | 07:10 |
prometheanfire | noonedeadpunk: it's to lock all librarys used by openstack | 07:12 |
prometheanfire | unfortunately some openstack projects use other service projects as libraries | 07:12 |
prometheanfire | (neutron-plugins and horizon plugins I think) | 07:12 |
jrosser | it seems to me that we ar using u-c now as a sticking plaster for problems in projects | 07:13 |
noonedeadpunk | I mean if you want to install openstack - you can't use u-c as it would mess up all things | 07:13 |
jrosser | the bar used to (imho) be much higer than this for what was acceptable for u-c | 07:13 |
prometheanfire | is the problem mainly neutron or something else more systemic? | 07:14 |
noonedeadpunk | I agree, instead of doing that kind of things, lets revive lower constraints then | 07:14 |
jrosser | the systemic problem is that we allow top level projects into u-c at all | 07:14 |
noonedeadpunk | neutron, horizon, tempest, etc | 07:14 |
jrosser | when there already exists neutron-lib for exactly the thing they need | 07:14 |
prometheanfire | jrosser: I don't think I had much of a choice :| | 07:14 |
prometheanfire | neutron-lib came after projects used neutron as a lib | 07:14 |
noonedeadpunk | the problem is that we also don't have a choice then use u-c, which now tends to become more and more wierd... | 07:15 |
prometheanfire | UC should be a thing that provides a single co-installable openstack that passes tests | 07:16 |
prometheanfire | iirc that's the only target it's ever been stated to be | 07:16 |
jrosser | prometheanfire: it's setting a big precedent, and there was not obvious discussion in the patch adding neutron to u-c, (nor a related bug?) | 07:16 |
prometheanfire | asperationally I've always wanted it to be more (for packagers, lower-constaints, etc), but always work (for downstream projects too) | 07:17 |
prometheanfire | neutron has been in UC for stable branches for at least two years iirc | 07:17 |
prometheanfire | process has been, soon after stable release, it gets added to UC of that branch | 07:17 |
jrosser | well, the new pip resolver has new opinions about this unfortunatley | 07:18 |
prometheanfire | it's left out of master as master is dev | 07:18 |
noonedeadpunk | well, I mean we have close to no choice now except to maintain own copy of uc that will be filtered from all nasty stuff put there | 07:18 |
prometheanfire | noonedeadpunk: do you have a list (non-exhaustive) of the 'nasty stuff'? | 07:18 |
noonedeadpunk | which I the way I don't want to go | 07:18 |
noonedeadpunk | all openstack projects | 07:19 |
prometheanfire | I feel like the pip resolver issue is more pushing the original issue of using service projects as libs | 07:19 |
prometheanfire | noonedeadpunk: oslo included? | 07:19 |
noonedeadpunk | nope | 07:19 |
noonedeadpunk | sorry, I meant more like services I guess | 07:19 |
noonedeadpunk | oslo is really a dependency | 07:20 |
prometheanfire | ok, so far I think that should only be neutron and horizon | 07:20 |
noonedeadpunk | like neutron-lib | 07:20 |
prometheanfire | and ya, neutron plugins should be using neutron-lib | 07:20 |
jrosser | ceilometer is there too i think | 07:20 |
prometheanfire | is that still technically openstack? :P | 07:20 |
prometheanfire | but ya, point taken | 07:20 |
prometheanfire | this is poking at a wound that openstack has had for 3-4 years at least | 07:21 |
prometheanfire | I'd say every 2-3 cycles I try and bring it up that plugins need to stop depending on service projects as libs, then get a 'ya, ok, we'll get to it' then it's another few cycles | 07:22 |
prometheanfire | maybe I should have picked that rather than lower constraints last time | 07:22 |
prometheanfire | well, now pip resolver has come along and kicked over our sandcastle | 07:23 |
jrosser | perhaps we need an auto generated “clean” version of the u-c file in the same repo | 07:23 |
noonedeadpunk | return these to some another "blacklist" and filter out? | 07:24 |
prometheanfire | I thought OSA had a way to sed out a list of constraints? | 07:24 |
noonedeadpunk | new resolver doesn't allow to place constraints like we used to do | 07:24 |
prometheanfire | the constraints are needed for gate to function | 07:24 |
noonedeadpunk | so these things need to be in requirements now | 07:24 |
noonedeadpunk | which conflict with constraints | 07:25 |
prometheanfire | ok, I don't understand | 07:25 |
* noonedeadpunk dropped test bed with sample.... | 07:25 | |
prometheanfire | removing neutron and the rest from upper-constraints isn't enough? | 07:25 |
noonedeadpunk | it is | 07:25 |
prometheanfire | and OSA doesn't have the ability to do that (I thought it has had that for a couple of years)? | 07:26 |
noonedeadpunk | but I mean we're continue adding projects and that filtering is kind of nasty and we're continue adding new services to uc | 07:26 |
noonedeadpunk | like https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/798960/1/tasks/neutron_install.yml | 07:27 |
noonedeadpunk | but it means we need to start maintaining the list of things that shouldn't be in u-c at the first place | 07:28 |
prometheanfire | hmm, I thought there was a centralized list or something | 07:28 |
noonedeadpunk | nope not yet | 07:28 |
noonedeadpunk | as it was limited only to just specific things | 07:29 |
noonedeadpunk | but feels like it's more practise now rather then exceptions | 07:29 |
prometheanfire | ok, so, this sucks, but.... requirements as a project exists for openstack gate as the 'client' packaging and deployment support is a happy accident | 07:29 |
prometheanfire | that said, mailing list, maybe more pressure can cause others to stop using neutron as a lib | 07:30 |
prometheanfire | as far as I know, only neutron ceilometer and horizon are used this way | 07:30 |
prometheanfire | nothing new has been added in years | 07:30 |
prometheanfire | (as in at least 2) | 07:31 |
noonedeadpunk | neutron has been added month ago? | 07:31 |
prometheanfire | to a NEW stable branch | 07:31 |
prometheanfire | when the next stable branch comes it, it will be added AFTER the branch, not to master before the branch | 07:31 |
noonedeadpunk | ah, well, maybe we didn't saw that because used older resolver... | 07:31 |
prometheanfire | or it was added a bit later than normal | 07:31 |
prometheanfire | (maybe a month rather than a week after branching | 07:32 |
prometheanfire | really though, I should 'forget' to add it more often, causing pain for those that use service projects as libs is a good thing (change that behavior) | 07:32 |
*** sshnaidm is now known as sshnaidm|afk | 09:24 | |
noonedeadpunk | jrosser: let's merge https://review.opendev.org/c/openstack/openstack-ansible/+/798901 ? | 09:57 |
jrosser | yes - thats with u-c pinned back? | 09:58 |
noonedeadpunk | yep | 09:58 |
jrosser | cool | 09:58 |
noonedeadpunk | let's solve u-c thing when we will have CI in place? | 09:58 |
noonedeadpunk | also we have so much s**t on master to cover... | 09:59 |
*** sshnaidm|afk is now known as sshnaidm | 10:47 | |
opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-systemd_mount master: Add integrated linters test https://review.opendev.org/c/openstack/ansible-role-systemd_mount/+/799036 | 11:22 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-systemd_service master: Add integrated linters test https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/799037 | 11:24 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-systemd_networkd master: Add integrated linters test https://review.opendev.org/c/openstack/ansible-role-systemd_networkd/+/799038 | 11:25 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-apt_package_pinning master: Add integrated linters test https://review.opendev.org/c/openstack/openstack-ansible-apt_package_pinning/+/799039 | 11:27 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-rsyslog_server master: Add integrated linters test https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_server/+/799041 | 11:42 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Start Xena cycle https://review.opendev.org/c/openstack/openstack-ansible/+/798920 | 11:57 |
opendevreview | Merged openstack/openstack-ansible master: Create stable/wallaby branch https://review.opendev.org/c/openstack/openstack-ansible/+/798901 | 12:13 |
opendevreview | OpenStack Release Bot proposed openstack/openstack-ansible stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible/+/799076 | 12:55 |
opendevreview | OpenStack Release Bot proposed openstack/openstack-ansible stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible/+/799077 | 12:55 |
opendevreview | OpenStack Release Bot proposed openstack/openstack-ansible master: Update master for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible/+/799078 | 12:55 |
opendevreview | Merged openstack/openstack-ansible master: Update master for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible/+/799078 | 13:30 |
opendevreview | Merged openstack/openstack-ansible stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible/+/799076 | 13:39 |
opendevreview | Merged openstack/openstack-ansible stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible/+/799077 | 13:39 |
opendevreview | Georgina Shippey proposed openstack/openstack-ansible-os_keystone master: Improvements to federation packaging https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/798911 | 14:22 |
noonedeadpunk | jrosser: do you remeber what was the issue when we had in /openstack/venvs/nova-23.0.0.0b2.dev31/constraints.txt just argument instead of actually constraints? | 15:02 |
noonedeadpunk | I can recall you was patching it one day | 15:03 |
jrosser | do you have an example? | 15:04 |
opendevreview | Merged openstack/openstack-ansible-tests stable/wallaby: Fix repo passing CI https://review.opendev.org/c/openstack/openstack-ansible-tests/+/798664 | 15:04 |
noonedeadpunk | yeah, it's all https://review.opendev.org/c/openstack/openstack-ansible/+/798920 | 15:05 |
noonedeadpunk | have an aio though | 15:05 |
opendevreview | Merged openstack/openstack-ansible-galera_server master: Improve support for tags https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/798853 | 15:06 |
noonedeadpunk | with exact same IP as all previous ones :) | 15:07 |
noonedeadpunk | http://paste.openstack.org/show/807108/ | 15:08 |
noonedeadpunk | eventually if I do `curl http://172.29.236.101:8181/constraints/upper_constraints_98091329cf49a3abc4840343401711bdb4f05bd3.txt > /openstack/venvs/nova-23.0.0.0b2.dev31/constraints.txt` it will work | 15:10 |
jrosser | well, is this lxc or metal? | 15:11 |
noonedeadpunk | metal | 15:11 |
jrosser | so theres no repo server | 15:11 |
jrosser | the constraints file gets populated with the wheels that get built | 15:12 |
noonedeadpunk | no dedicated one, but `http://172.29.236.101:8181/constraints/upper_constraints_98091329cf49a3abc4840343401711bdb4f05bd3.txt` works as a link | 15:12 |
jrosser | oh right - so u-c as a URL in constraints.txt doesnt work, but curl the contents and into constraints.txt and it does?? | 15:13 |
noonedeadpunk | yep | 15:13 |
noonedeadpunk | I think instead of `/openstack/venvs/nova-23.0.0.0b2.dev31/constraints.txt` it should be `http://172.29.236.101:8181/constraints/upper_constraints_98091329cf49a3abc4840343401711bdb4f05bd3.txt` | 15:14 |
noonedeadpunk | and I recall us patching it... | 15:14 |
noonedeadpunk | but can't recall how/where | 15:14 |
jrosser | well this is wierd https://github.com/openstack/requirements/blob/stable/wallaby/upper-constraints.txt#L390 | 15:15 |
jrosser | vs. ERROR: Could not find a version that satisfies the requirement oslo.config>=8.6.0 (from nova) | 15:15 |
jrosser | oh | 15:16 |
noonedeadpunk | um, it's patch switching from W to master | 15:16 |
jrosser | doh this is master isnt it | 15:16 |
noonedeadpunk | it is :( | 15:16 |
jrosser | whats the requiements SHA pointing to here https://review.opendev.org/c/openstack/openstack-ansible/+/798920/4/playbooks/defaults/repo_packages/openstack_services.yml | 15:19 |
noonedeadpunk | doh | 15:19 |
noonedeadpunk | sorry for taking your time | 15:20 |
noonedeadpunk | I bet I was checking that | 15:20 |
jrosser | np :) | 15:20 |
*** sshnaidm is now known as sshnaidm|afk | 15:46 | |
opendevreview | Merged openstack/openstack-ansible-plugins stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/798596 | 15:56 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/798465 | 16:02 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-tests master: Add ansible-role-pki to required_projects https://review.opendev.org/c/openstack/openstack-ansible-tests/+/799104 | 16:38 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-tests master: Add ansible-role-pki to required-projects https://review.opendev.org/c/openstack/openstack-ansible-tests/+/799104 | 16:38 |
noonedeadpunk | well, ansible lint is not going to pass anyway.... | 17:02 |
noonedeadpunk | for https://review.opendev.org/q/topic:%22create-wallaby%22+(status:open) | 17:02 |
noonedeadpunk | next plan - merge https://review.opendev.org/q/topic:%22integrated_linters%22+(status:open) and backport :( | 17:03 |
noonedeadpunk | wworth starting from https://review.opendev.org/c/openstack/openstack-ansible-tests/+/798814 | 17:05 |
jrosser | linter passes on master for 799104 | 17:08 |
jrosser | whats up with -w role-name not seeming to be working | 17:11 |
noonedeadpunk | it's not that | 17:11 |
noonedeadpunk | it's about ansible-lint changes | 17:11 |
noonedeadpunk | so, when ansible-lint is run, it symlinks current repo to the `/root/.cache/ansible-lint/603ce4/roles` | 17:12 |
noonedeadpunk | but seems with 5.0.0 regexp is failing for us | 17:12 |
noonedeadpunk | http://paste.openstack.org/show/807115/ | 17:12 |
jrosser | oh i didnt spot the internal error | 17:14 |
noonedeadpunk | for `ansible-role-qdrouterd` it symlinks to role-qdrouterd | 17:14 |
noonedeadpunk | which is stupid kind of but probably works for somebody | 17:16 |
noonedeadpunk | and no idea how to fix that except finishing transfer to integrated linters | 17:16 |
noonedeadpunk | well - i have idea - fix ansible-lint regexp, but meh | 17:18 |
noonedeadpunk | oh, wait | 17:29 |
noonedeadpunk | we can workaround by adding role_name to meta | 17:30 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-rsyslog_server stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_server/+/798609 | 17:32 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-tests stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-tests/+/798613 | 17:33 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-rsyslog_server stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_server/+/798610 | 17:34 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-systemd_service stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/798453 | 17:35 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-apt_package_pinning stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-apt_package_pinning/+/798460 | 17:36 |
jrosser | so we merge and backport https://review.opendev.org/c/openstack/openstack-ansible-tests/+/799104 ? | 17:36 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-systemd_networkd stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/ansible-role-systemd_networkd/+/798450 | 17:37 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/798463 | 17:37 |
noonedeadpunk | um, yes, but I don't think it's that required once pki is in tests/a-r-r | 17:39 |
noonedeadpunk | for these roles | 17:39 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-rsyslog_server stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_server/+/798610 | 17:40 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-rsyslog_server stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_server/+/798610 | 17:40 |
noonedeadpunk | damn, why I haven't spotted that before branching integrated role... | 17:41 |
noonedeadpunk | while there were no tests to run | 17:41 |
noonedeadpunk | damn.... bump tool got broken 2 weeks ago :( | 17:45 |
ThiagoCMC | Hey guys! How to deal with RabbitMQ consuming all CPU cores? | 17:48 |
ThiagoCMC | Is there any alternative? I mean, is it possible to deploy OSA with something else entirely? This RabbitMQ thing sucks. | 17:49 |
noonedeadpunk | the question should be is it possible to deploy openstack with smth other the rabbitmq | 17:49 |
noonedeadpunk | answer is - partially. | 17:49 |
noonedeadpunk | smth can be covered with qrouterd | 17:49 |
noonedeadpunk | and, we have a role for it - not sure it has been used by anybody though | 17:50 |
noonedeadpunk | and we not payed any attention to it for years | 17:50 |
noonedeadpunk | but you can try:) | 17:50 |
noonedeadpunk | ah, seems you can use kafka as well nowadays | 17:52 |
noonedeadpunk | https://docs.openstack.org/oslo.messaging/latest/admin/drivers.html | 17:52 |
noonedeadpunk | so instead of rabbit you can deploy technically qrouterd and kafka | 17:53 |
noonedeadpunk | doh, time to move aways from travis :( | 18:12 |
noonedeadpunk | and learn more about github actions | 18:15 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-apt_package_pinning stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-apt_package_pinning/+/798460 | 18:28 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-apt_package_pinning stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-apt_package_pinning/+/798461 | 18:28 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-rsyslog_server stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_server/+/798609 | 18:29 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-rsyslog_server stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_server/+/798610 | 18:30 |
opendevreview | Merged openstack/openstack-ansible-apt_package_pinning stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-apt_package_pinning/+/798460 | 19:03 |
opendevreview | Merged openstack/openstack-ansible-tests stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-tests/+/798613 | 19:13 |
opendevreview | Merged openstack/openstack-ansible-apt_package_pinning stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-apt_package_pinning/+/798461 | 19:16 |
ThiagoCMC | It would be really nice to be able to at least try something else! I'm really tired of dealing with RabbitMQ issues. | 19:40 |
ThiagoCMC | I tried that hybrid approach few months ago, it failed. | 19:41 |
noonedeadpunk | ThiagoCMC: there was some talk recently about scaling rabbitmq... | 20:44 |
noonedeadpunk | http://lists.openstack.org/pipermail/openstack-discuss/2021-March/021121.html | 20:46 |
noonedeadpunk | I bet there was follow up email with recording of it | 20:47 |
noonedeadpunk | but eventually it was all coming down to disabling ha queues and adding dedicated hosts for rabbit | 20:48 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/798463 | 20:49 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/798465 | 20:49 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-systemd_networkd stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/ansible-role-systemd_networkd/+/798450 | 20:50 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-systemd_networkd stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/ansible-role-systemd_networkd/+/798451 | 20:50 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-systemd_service stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/798453 | 20:51 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-systemd_service stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/798454 | 20:51 |
noonedeadpunk | ThiagoCMC: also - maybe you have some queues that are not read? Ie notification ones? | 20:53 |
noonedeadpunk | as it may bring huge troubles, when some queues have hundreds of thousands unread messages | 20:53 |
ThiagoCMC | noonedeadpunk, that might be it! I just don't know exactly how to clean it up. | 21:12 |
opendevreview | Merged openstack/openstack-ansible-rsyslog_server stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_server/+/798609 | 22:08 |
opendevreview | Merged openstack/openstack-ansible-rsyslog_server stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_server/+/798610 | 22:08 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!