Thursday, 2022-01-06

opendevreviewMerged openstack/devstack master: Install OVS from source when it was configured like that  https://review.opendev.org/c/openstack/devstack/+/79962100:39
opendevreviewMerged openstack/tempest master: Remove stable/train jobs from master gate  https://review.opendev.org/c/openstack/tempest/+/82205503:28
*** pojadhav- is now known as pojadhav05:02
opendevreviewjiang guodao proposed openstack/devstack master: [DNM] Fix the surrogatepass not allowed error  https://review.opendev.org/c/openstack/devstack/+/74122006:18
fricklerseems 60.3.0 broke even more things and has been deleted from pypi https://github.com/pypa/setuptools/issues/300206:23
frickleralso 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, too06:24
fricklerthere'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.1006:27
fricklerand the last thing to note is that the autogenerated u-c updates don't include setuptools, those pins are always added manually by prometheanfire06:28
*** akahat|out is now known as akahat|ruck08:27
opendevreviewMerged openstack/devstack stable/xena: Fix mysqladmin failure for Fedora 34 and mariadb  https://review.opendev.org/c/openstack/devstack/+/82346809:15
opendevreviewLajos Katona proposed openstack/devstack master: Deprecate lib/neutron  https://review.opendev.org/c/openstack/devstack/+/82365310:36
opendevreviewLajos Katona proposed openstack/devstack master: Deprecate lib/neutron  https://review.opendev.org/c/openstack/devstack/+/82365310:47
opendevreviewMerged openstack/devstack stable/wallaby: Fix tempest upper-constraints  https://review.opendev.org/c/openstack/devstack/+/82346210:56
*** pojadhav is now known as pojadhav|afk11:36
*** soniya29 is now known as soniya29|afk11:55
*** soniya29|afk is now known as soniya2912:57
*** pojadhav|afk is now known as pojadhav13:05
ecsantos[m]Hello folks14: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 problem14:28
ecsantos[m]* not sure on what could14:29
opendevreviewAde Lee proposed openstack/devstack master: Only set chap algorithms if not openeuler  https://review.opendev.org/c/openstack/devstack/+/82358014:57
opendevreviewSofia Enriquez proposed openstack/tempest master: DNM test snapshot deletion with deps on ceph  https://review.opendev.org/c/openstack/tempest/+/78239214:57
opendevreviewSofia Enriquez proposed openstack/devstack-plugin-ceph master: WIP Allow the usage of Clone v2 API  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/78262414:57
opendevreviewAde Lee proposed openstack/devstack master: Only set chap algorithms if not openeuler  https://review.opendev.org/c/openstack/devstack/+/82358014:58
*** arxcruz is now known as arxcruz|ruck15:21
*** akahat|ruck is now known as akahat15: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#L30815: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/+/79745015:37
ecsantos[m]If the `local.conf` doesn't have a `Q_FLOATING_ALLOCATION_POOL` option it shouldn't be a problem15: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.txt15:40
ecsantos[m]s/demo/admin/15:40
fricklerecsantos[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
fricklerecsantos[m]: I think this is easy enough to go with just the change16:43
opendevreviewEduardo Santos proposed openstack/devstack master: Fix public subnet creation command  https://review.opendev.org/c/openstack/devstack/+/82372017:03
opendevreviewSofia Enriquez proposed openstack/devstack-plugin-ceph master: Set Ceph min client version to Mimic  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/78262417:20
*** artom__ is now known as artom18:55
opendevreviewAde Lee proposed openstack/devstack master: Only set chap algorithms if not openeuler  https://review.opendev.org/c/openstack/devstack/+/82358020:20
clarkbmtreinish: 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
clarkbSeparately the software itself (the js web stuff in aprticular) needs maintenance21:34
clarkbIn 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/!