opendevreview | Harsh Mutha proposed openstack/python-openstackclient master: Fixing Review Comments for Host List and Host Show Commands# https://review.opendev.org/c/openstack/python-openstackclient/+/867317 | 00:58 |
---|---|---|
opendevreview | Harsh Mutha proposed openstack/python-openstackclient master: Update Host List and Host Show command to use OpenStackSDK. https://review.opendev.org/c/openstack/python-openstackclient/+/866818 | 02:08 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Refactored coe_cluster{,_template} modules https://review.opendev.org/c/openstack/ansible-collections-openstack/+/866796 | 08:08 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack stable/1.0.0: Allow external commands in tox and use non-master branches on older releases https://review.opendev.org/c/openstack/ansible-collections-openstack/+/867204 | 08:09 |
*** sfinucan is now known as stephenfin | 12:04 | |
jm1 | stephenfin, gtema: hello :) we have devstack ci jobs in ansible openstack collection which use stable/yoga branch of openstacksdk. with devstack's change to ubuntu-jammy, those jobs are broken and i cannot get them working https://review.opendev.org/c/openstack/ansible-collections-openstack/+/867204 | 13:29 |
jm1 | stephenfin, gtema: openstacksdk's stable/yoga branch wants to install python-dev which is not available on ubuntu jammy | 13:29 |
jm1 | stephenfin, gtema: python-dev comes from https://opendev.org/openstack/openstacksdk/src/branch/stable/yoga/bindep.txt | 13:30 |
jm1 | stephenfin, gtema: with "nodeset: ubuntu-bionic" those jobs fail in "TASK [write-devstack-local-conf : Write a job-specific local_conf file]" with "hostvars['controller']\" is undefined" https://5b1f19b050590724e14e-a478df4e06fea242eac8452441f6d28b.ssl.cf5.rackcdn.com/867204/5/check/ansible-collections-openstack-functional-devstack-ansible-2.9/a2e58fb/job-output.txt | 13:31 |
jm1 | stephenfin, gtema: did you run any ci jobs for openstacksdk on stable/yoga recently? any idea how to solve this issue? | 13:32 |
jm1 | stephenfin, gtema: maybe i should ping folks in #openstack-qa ?! | 13:51 |
gmann | jm1: stable/yoga jobs need to keep running on ubuntu focal. you can pin the nodeset if they are running on jammy | 15:02 |
eest | stephenfin: i tried your code, just modifying it to fit my available flavors etc and it breaks the same way (i also printed openstack.__path__ as requested and it points to venv). something i notice when i compare our output is that your server creation directly results in a single POST at https://paste.opendev.org/show/bA6QDIFI1ztr2IpLU2hW/ (-X POST http://10.0.109.180/compute/v2.1/servers) while | 15:04 |
eest | mine first does a bunch of what looks like authorization requests, and then eventually POSTs towards https://example.com/v2.1/<project id>/servers, so the insertion of a project id is different, as well as the initial auth dance (i am using auth_type: "v3applicationcredential") | 15:05 |
eest | sorry for the late callback, noticed you had dropped from the channel for a while | 15:05 |
jm1 | gmann: with both nodeset: bionic and nodeset: focal the stable/yoga devstack jobs fail in "TASK [write-devstack-local-conf : Write a job-specific local_conf file]" with "hostvars['controller']\" is undefined". e.g. nodeset: ubuntu-focal: https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_c97/867204/2/check/ansible-collections-openstack-functional-devstack-ansible-2.9/c97001b/job-output.txt | 15:06 |
eest | i guess it is possible that either the usage of projects, or the different auth setup can be interfering with the api version stuff | 15:07 |
gmann | jm1: patch link? i can take a look today | 15:08 |
jm1 | gmann: tried several different approaches in https://review.opendev.org/c/openstack/ansible-collections-openstack/+/867204/ | 15:09 |
jm1 | gmann: ^ interesting jobs are e.g. ansible-collections-openstack-functional-devstack-ansible-2.9 and ansible-collections-openstack-functional-devstack-ansible-2.12 | 15:10 |
gmann | ok | 15:10 |
gmann | jm1: commented https://review.opendev.org/c/openstack/ansible-collections-openstack/+/867204/5/.zuul.yaml#138 | 15:38 |
gmann | jm1: try focal and devstack checkout to stable/yoga whihc you are already doiung | 15:38 |
stephenfin | eest: Can you give me your (scrubbed!) debug output from running that script? | 15:41 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack stable/1.0.0: Allow external commands in tox and use non-master branches on older releases https://review.opendev.org/c/openstack/ansible-collections-openstack/+/867204 | 15:41 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack stable/1.0.0: Allow external commands in tox and use non-master branches on older releases https://review.opendev.org/c/openstack/ansible-collections-openstack/+/867204 | 15:48 |
gmann | jm1: let's use openstack-single-node-focal I missed to see it is devstack based job | 15:49 |
gmann | that should fix the error you were seeing about [write-devstack-local-conf | 15:50 |
jm1 | gmann: omg of course! | 15:51 |
jm1 | gmann: that will solve it, thank you very much! | 15:52 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack stable/1.0.0: Allow external commands in tox and use non-master branches on older releases https://review.opendev.org/c/openstack/ansible-collections-openstack/+/867530 | 15:55 |
eest | stephenfin: sorry i dont feel comfortable scrubbing that log, quite a few opaque values all over the place that i cant reliably determine what could be senstive and not (other than the apparant auth tokens) | 16:12 |
eest | i realize that probably ends the debugging session, thanks for the time thus far | 16:13 |
opendevreview | Artom Lifshitz proposed openstack/python-openstackclient stable/wallaby: compute: Note that '--password' is deployment-specific https://review.opendev.org/c/openstack/python-openstackclient/+/867300 | 16:15 |
stephenfin | eest: That's fair. Not a problem | 16:16 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack stable/1.0.0: Allow external commands in tox and use non-master branches on older releases https://review.opendev.org/c/openstack/ansible-collections-openstack/+/867204 | 17:04 |
opendevreview | Merged openstack/cliff master: Strip trailing periods when getting description https://review.opendev.org/c/openstack/cliff/+/867274 | 17:21 |
opendevreview | Merged openstack/ansible-collections-openstack master: Moved Octavia image upload and CirrOS image identification to Ansible https://review.opendev.org/c/openstack/ansible-collections-openstack/+/866795 | 17:37 |
opendevreview | Merged openstack/python-openstackclient stable/wallaby: compute: Note that '--password' is deployment-specific https://review.opendev.org/c/openstack/python-openstackclient/+/867300 | 18:08 |
opendevreview | Artom Lifshitz proposed openstack/python-openstackclient stable/train: compute: Note that '--password' is deployment-specific https://review.opendev.org/c/openstack/python-openstackclient/+/867557 | 18:23 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Refactored loadbalancer module breaking backward compatibility https://review.opendev.org/c/openstack/ansible-collections-openstack/+/867558 | 18:41 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack stable/1.0.0: Allow external commands in tox and use non-master branches on older releases https://review.opendev.org/c/openstack/ansible-collections-openstack/+/867204 | 19:06 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Refactored coe_cluster{,_template} modules https://review.opendev.org/c/openstack/ansible-collections-openstack/+/866796 | 19:07 |
opendevreview | Ariel Berkowicz proposed openstack/python-openstackclient master: Create a functional test case for hyper list and show https://review.opendev.org/c/openstack/python-openstackclient/+/866634 | 19:12 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: [DNM] Refactored lb_{member,pool} modules https://review.opendev.org/c/openstack/ansible-collections-openstack/+/867560 | 19:14 |
opendevreview | Ariel Berkowicz proposed openstack/python-openstackclient master: Create a functional test case for hyper list and show https://review.opendev.org/c/openstack/python-openstackclient/+/866634 | 19:16 |
opendevreview | Ariel Berkowicz proposed openstack/python-openstackclient master: Create a functional test case for hypervisor list and show https://review.opendev.org/c/openstack/python-openstackclient/+/866634 | 19:24 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack stable/1.0.0: Renamed image->image_name and flavor->flavor_name to avoid collisions https://review.opendev.org/c/openstack/ansible-collections-openstack/+/867205 | 19:30 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!