opendevreview | Merged openstack/devstack master: Install OVS from source when it was configured like that https://review.opendev.org/c/openstack/devstack/+/799621 | 00:39 |
---|---|---|
opendevreview | Merged openstack/tempest master: Remove stable/train jobs from master gate https://review.opendev.org/c/openstack/tempest/+/822055 | 03:28 |
*** pojadhav- is now known as pojadhav | 05:02 | |
opendevreview | jiang guodao proposed openstack/devstack master: [DNM] Fix the surrogatepass not allowed error https://review.opendev.org/c/openstack/devstack/+/741220 | 06:18 |
frickler | seems 60.3.0 broke even more things and has been deleted from pypi https://github.com/pypa/setuptools/issues/3002 | 06:23 |
frickler | also we don't see a lot of setuptools related issues in CI because of our prebuilt wheels repo. I have a job up in requirements to show that, maybe should do a variant for devstack, too | 06:24 |
frickler | there's also a possible issue that reqs only pin for 3.6+3.8, so there might be issues when running on 3.9 or 3.10 | 06:27 |
frickler | and the last thing to note is that the autogenerated u-c updates don't include setuptools, those pins are always added manually by prometheanfire | 06:28 |
*** akahat|out is now known as akahat|ruck | 08:27 | |
opendevreview | Merged openstack/devstack stable/xena: Fix mysqladmin failure for Fedora 34 and mariadb https://review.opendev.org/c/openstack/devstack/+/823468 | 09:15 |
opendevreview | Lajos Katona proposed openstack/devstack master: Deprecate lib/neutron https://review.opendev.org/c/openstack/devstack/+/823653 | 10:36 |
opendevreview | Lajos Katona proposed openstack/devstack master: Deprecate lib/neutron https://review.opendev.org/c/openstack/devstack/+/823653 | 10:47 |
opendevreview | Merged openstack/devstack stable/wallaby: Fix tempest upper-constraints https://review.opendev.org/c/openstack/devstack/+/823462 | 10:56 |
*** pojadhav is now known as pojadhav|afk | 11:36 | |
*** soniya29 is now known as soniya29|afk | 11:55 | |
*** soniya29|afk is now known as soniya29 | 12:57 | |
*** pojadhav|afk is now known as pojadhav | 13:05 | |
ecsantos[m] | Hello folks | 14:26 |
ecsantos[m] | When trying to deploy DevStack in the last couple of days, stack.sh tried to create the public subnet but failed with `openstack subnet create: error: unrecognized arguments: public-subnet` on [this command](https://opendev.org/openstack/devstack/src/branch/master/lib/neutron_plugins/services/l3#L316). My [local.conf](https://paste.opendev.org/show/811951/). | 14:26 |
ecsantos[m] | Has anyone observed the same issue lately? | 14:27 |
ecsantos[m] | The `manila-tempest-plugin-container` is [passing](https://zuul.opendev.org/t/openstack/build/7e0e97ab8c924ce297eed33288d1c085) in the check and gate pipelines for the master branch, so I'm not sure what could be the problem | 14:28 |
ecsantos[m] | * not sure on what could | 14:29 |
opendevreview | Ade Lee proposed openstack/devstack master: Only set chap algorithms if not openeuler https://review.opendev.org/c/openstack/devstack/+/823580 | 14:57 |
opendevreview | Sofia Enriquez proposed openstack/tempest master: DNM test snapshot deletion with deps on ceph https://review.opendev.org/c/openstack/tempest/+/782392 | 14:57 |
opendevreview | Sofia Enriquez proposed openstack/devstack-plugin-ceph master: WIP Allow the usage of Clone v2 API https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/782624 | 14:57 |
opendevreview | Ade Lee proposed openstack/devstack master: Only set chap algorithms if not openeuler https://review.opendev.org/c/openstack/devstack/+/823580 | 14:58 |
*** arxcruz is now known as arxcruz|ruck | 15:21 | |
*** akahat|ruck is now known as akahat | 15:22 | |
ecsantos[m] | The problem was right under my nose. The parsed command that DevStack tries to run is this: `oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --project 7a5953db8ffd430ea1495f33071b5d52--allocation-pool start=10.2.1.1,end=10.2.1.255 --gateway 10.2.1.0 --network e7b530b5-6e2b-4086-8987-0b604260cdb6 --subnet-range 10.0.0.0/8 --no-dhcp public-subnet` | 15:32 |
ecsantos[m] | After the value passed to the `--project` option (the demo project ID) there's no space, so the value is parsed as `<project ID>--allocation-pool` | 15:33 |
ecsantos[m] | Inspecting the code, it in fact has no space after the `$admin_project_id` variable, here: https://opendev.org/openstack/devstack/src/branch/master/lib/neutron_plugins/services/l3#L308 | 15:34 |
ecsantos[m] | Is this a bug? | 15:35 |
ecsantos[m] | If so, I believe it was introduced in this change: https://review.opendev.org/c/openstack/devstack/+/797450 | 15:37 |
ecsantos[m] | If the `local.conf` doesn't have a `Q_FLOATING_ALLOCATION_POOL` option it shouldn't be a problem | 15:39 |
ecsantos[m] | Since there's no such option in the CI, it passes, here: https://deba535c2dede05230b5-d3cfdbb649a7cfa2224aa6fbbdaeb477.ssl.cf5.rackcdn.com/823580/3/check/devstack/1780f50/controller/logs/local_conf.txt | 15:40 |
ecsantos[m] | s/demo/admin/ | 15:40 |
frickler | ecsantos[m]: yes, this is a bug, would you like to submit a fix yourself? | 16:32 |
ecsantos[m] | frickler: I would! Should I create a LP bug? Or just the change? | 16:33 |
frickler | ecsantos[m]: I think this is easy enough to go with just the change | 16:43 |
opendevreview | Eduardo Santos proposed openstack/devstack master: Fix public subnet creation command https://review.opendev.org/c/openstack/devstack/+/823720 | 17:03 |
opendevreview | Sofia Enriquez proposed openstack/devstack-plugin-ceph master: Set Ceph min client version to Mimic https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/782624 | 17:20 |
*** artom__ is now known as artom | 18:55 | |
opendevreview | Ade Lee proposed openstack/devstack master: Only set chap algorithms if not openeuler https://review.opendev.org/c/openstack/devstack/+/823580 | 20:20 |
clarkb | mtreinish: right the problem is running all of the software. Unforatunely the team has been whitteld down and we need to do completely new deployments with new configuration management and so on. Considering no one noticed it was broken since like july I feel that we should accept that it isn't being used anymore and turn it off. | 21:33 |
clarkb | Separately the software itself (the js web stuff in aprticular) needs maintenance | 21:34 |
clarkb | In the acse of the ELK stack tripleo/rdo are using it downstream and nova in particular has mentioned they actively use it. For this reason it made a lot more sense to figure out how to keep it running (and that is in progress) | 21:34 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!