frickler | mnasiadka: mgoddard: it seems https://review.opendev.org/c/openstack/kolla-ansible/+/665643 can be abandoned now? (just stumpled about it because it has RP+1) | 06:19 |
---|---|---|
opendevreview | Pierre Riteau proposed openstack/kayobe master: [DNM] Test newest hacking https://review.opendev.org/c/openstack/kayobe/+/881167 | 06:28 |
opendevreview | wangxiyuan proposed openstack/kolla-ansible master: DNM: Debug openEuler CI https://review.opendev.org/c/openstack/kolla-ansible/+/877739 | 06:30 |
opendevreview | Pierre Riteau proposed openstack/kayobe master: Bump up Ansible supported versions to 6.x/7.x https://review.opendev.org/c/openstack/kayobe/+/878207 | 06:46 |
opendevreview | Merged openstack/kolla-ansible master: Add check_mode: false to Nova upgrade checks https://review.opendev.org/c/openstack/kolla-ansible/+/880860 | 07:39 |
opendevreview | Merged openstack/kayobe stable/zed: Revert back to MichaelRigart.interfaces https://review.opendev.org/c/openstack/kayobe/+/881015 | 07:47 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: docker: implement macros to alter upper-constraints.txt https://review.opendev.org/c/openstack/kolla/+/878649 | 08:03 |
hrw | kevko: thanks | 08:03 |
opendevreview | Merged openstack/kayobe stable/yoga: Revert back to MichaelRigart.interfaces https://review.opendev.org/c/openstack/kayobe/+/881016 | 08:37 |
SvenKieske | seems there is openeuler activity again | 08:46 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: docker: implement macros to alter upper-constraints.txt https://review.opendev.org/c/openstack/kolla/+/878649 | 08:55 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: docs: we moved UNBUILDABLE_IMAGES to separate file https://review.opendev.org/c/openstack/kolla/+/881199 | 08:57 |
frickler | SvenKieske: mnasiadka: yes, maybe we want to give it a couple of weeks and reevaluate then? | 08:59 |
SvenKieske | yeah, they said on the ML they intend to fix everything, so maybe don't make things harder for them? :) | 09:00 |
SvenKieske | ah interestingly they have the same problem with the hanging mariadb and want to debug it, maybe they find our common CI error? | 09:05 |
mnasiadka | let's see if they can make it work before we branch | 09:16 |
hrw | https://review.opendev.org/c/openstack/kolla/+/881199 anyone? trivial doc change | 09:35 |
kevko | hrw you're welcome | 09:44 |
frickler | commented, nothing is ever trivial | 09:47 |
SvenKieske | frickler: I remember vividly a math prof. disagreeing with you there :D | 09:56 |
SvenKieske | my prof used to say "the rest is trivial and is left as an excercise to the reader" | 09:57 |
SvenKieske | but I agree, it was never trivial :D | 09:57 |
frickler | that's kind of why I left university before becoming a professor ;) | 10:32 |
kevko | :D | 10:41 |
hrw | fsck. anyone know how do 'tox -e releasenotes' locally? | 11:57 |
hrw | ValueError: Unknown reference 'origin/stable/mitaka' | 11:57 |
hrw | (kolla) 13:58 marcin@puchatek:kolla$ rm releasenotes/source/liberty.rst releasenotes/source/mitaka.rst | 11:59 |
hrw | and now it works | 11:59 |
hrw | 'works' | 12:00 |
hrw | sphinx has terrible error reporting | 12:00 |
mmalchuk | have a link? | 12:13 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: docker: implement macros to alter upper-constraints.txt https://review.opendev.org/c/openstack/kolla/+/878649 | 12:13 |
mmalchuk | or localy? | 12:13 |
hrw | mmalchuk: releasenotes job works on CI. never had it worked locally | 12:13 |
hrw | so fixed reno blindly hoping it is ok now | 12:14 |
mmalchuk | pip dependency problem? | 12:14 |
hrw | mmalchuk: https://paste.centos.org/view/678df757 | 12:14 |
hrw | mmalchuk: I keep kolla venv in sync with openstack/requirements u-c | 12:14 |
mmalchuk | seems strange | 12:15 |
mmalchuk | broken sphinx? | 12:16 |
hrw | let me recreate venv | 12:16 |
hrw | (kolla) 14:17 marcin@puchatek:kolla$ pip install -U -r requirements.txt -r test-requirements.txt -r doc/requirements.txt -c ../../openstack/requirements/upper-constraints.txt -r ../kolla-ansible/requirements.txt -r ../kolla-ansible/doc/requirements.txt -r ../ansible-collection-kolla/requirements.txt -r ../ansible-collection-kolla/test-requirements.txt | 12:17 |
mmalchuk | everything work locally for me | 12:18 |
hrw | https://paste.centos.org/view/19f93987 is pip list output | 12:18 |
hrw | File "/home/marcin/.virtualenvs/kolla/lib/python3.11/site-packages/reno/scanner.py", line 583, in _get_ref | 12:19 |
hrw | raise ValueError('Unknown reference {!r}'.format(name)) | 12:19 |
mmalchuk | moment, will show my output | 12:19 |
hrw | ValueError: Unknown reference 'origin/stable/mitaka' | 12:19 |
mmalchuk | did you install deps globally or use venv? | 12:19 |
mmalchuk | releasenotes: commands succeeded | 12:20 |
mmalchuk | congratulations :) | 12:20 |
hrw | I use venv | 12:20 |
hrw | and "sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html" is the same what tox runs | 12:20 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add support for multiple ceph files https://review.opendev.org/c/openstack/kolla-ansible/+/877413 | 12:21 |
mmalchuk | https://paste.openstack.org/show/b7iolIhjLx0qX4RemYPU/ | 12:21 |
kevko | anyone ? :) ^^ ? | 12:21 |
hrw | mmalchuk: same without venv, with system installed tox | 12:22 |
mmalchuk | tox 3.24.4 | 12:23 |
mmalchuk | deps here: https://paste.openstack.org/show/b7iolIhjLx0qX4RemYPU/ | 12:23 |
hrw | 14:23 marcin@puchatek:kolla$ git branch -a|grep stable|sort | 12:23 |
hrw | remotes/gerrit/stable/newton | 12:23 |
hrw | so how it is supposed to find liberty or mitaka? | 12:24 |
hrw | anyway evenn if I remove liberty.rst and mitaka.rst then it fails later | 12:24 |
hrw | reno-- | 12:25 |
kevko | ls -la releasenotes/source/ | 12:25 |
hrw | kevko: https://paste.centos.org/view/aaf6766b | 12:26 |
hrw | anyway, releasenotes passed on CI | 12:27 |
hrw | hm. fresh checkout in test env works | 12:31 |
hrw | ok, time to erase ~/devel/linaro/kolla/kolla/ and clone it back | 12:32 |
mmalchuk | lol | 12:37 |
hrw | yeah | 12:38 |
SvenKieske | fwiw "tox -e releasenotes" should do all the setup in a venv and also install missing requirements there | 13:01 |
mmalchuk | cores please +w https://review.opendev.org/q/topic:glance-api-multipath | 13:11 |
kevko | mmalchuk: policy for merge is two +2 then +2 | 13:32 |
kevko | * +w | 13:32 |
mmalchuk | folks please +2 https://review.opendev.org/q/topic:glance-api-multipath | 13:32 |
opendevreview | Pierre Riteau proposed openstack/kolla master: Bump OpenSearch and OpenSearch Dashboards to 2.6.0 https://review.opendev.org/c/openstack/kolla/+/881216 | 14:04 |
opendevreview | Merged openstack/kolla-ansible stable/yoga: Fix create sasl account before config file is ready https://review.opendev.org/c/openstack/kolla-ansible/+/880777 | 14:39 |
opendevreview | Merged openstack/kolla-ansible stable/xena: Fix create sasl account before config file is ready https://review.opendev.org/c/openstack/kolla-ansible/+/880778 | 14:55 |
opendevreview | Maksim Malchuk proposed openstack/kolla stable/zed: https: remove dhparams.pem before running gencerts https://review.opendev.org/c/openstack/kolla/+/881236 | 15:26 |
opendevreview | Matt Crees proposed openstack/kolla-ansible master: Extend Octavia certificate lifetimes to 20 years https://review.opendev.org/c/openstack/kolla-ansible/+/881241 | 15:52 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!