Earlier  
Posted Nick Remark
#openstack-sdks - 2023-01-31
16:48:12 timburke it looks like the recently-merged-to-master https://review.opendev.org/c/openstack/openstacksdk/+/865045 is getting picked up on the old stable branch (presumably because of https://github.com/openstack/openstacksdk/blob/master/.zuul.yaml#L34-L42)
16:49:59 timburke which is causing import errors down in python-openstackclient (which *is* using stable/xena) because it picked up an undeclared dependency on munch in https://opendev.org/openstack/python-openstackclient/commit/8b7a2c8d5931f15b69d1ef6baad994f4b9904579
17:13:37 gmann yeah, I also noticed this in devstack fix on stable/wallaby and openstacksdk-functional-devstack job is failing 100% on <=stable/wallaby https://zuul.openstack.org/builds?job_name=openstacksdk-functional-devstack&branch=stable%2Fxena&branch=stable%2Fwallaby&skip=0
17:14:06 gmann but If I am not wrong sdk master supposed to work for all supported stable branch ?
17:23:44 gtema gmann, the issue is apparently not the SDK itself, but rather old OSC which doesn't want to work good with new SDK. This looks bit weird for me
17:27:56 gtema installing munch lib there (with 5.6.1) helps to solve this, so most likely we need to extend requirements in old branches
17:29:47 gmann ok, so osc was relying on the munch being installed from sdks requirements.txt and with that removal from sdks it broke osc
17:30:01 gmann we should have that here https://opendev.org/openstack/python-openstackclient/src/branch/master/requirements.txt
17:30:01 gtema yes, apparently
17:30:11 gmann let me push change
17:30:36 gtema but only for xena, this is not required anywhere else
17:34:01 gmann right
17:34:46 gtema and interestingly stephenfin just today made release of OSC for xena, what a facepalm on a R1.0 day
17:35:12 gmann humm it worked there?
17:35:43 gtema well, as usual it all depend on the constellation
17:40:34 opendevreview Ghanshyam proposed openstack/python-openstackclient stable/xena: [stable-only] Add munch in requirements.txt https://review.opendev.org/c/openstack/python-openstackclient/+/872340
17:40:56 gmann gtema: stephenfin: ^^
17:41:06 gtema yes, I see. Thanks a lot gmann
17:41:18 stephenfin thanks
17:44:48 opendevreview Ghanshyam proposed openstack/python-openstackclient stable/wallaby: [stable-only] Add munch in requirements.txt https://review.opendev.org/c/openstack/python-openstackclient/+/872341
18:51:23 opendevreview Jakob Meng proposed openstack/ansible-collections-openstack master: Added workaround for non-determinism in ansible-inventory output https://review.opendev.org/c/openstack/ansible-collections-openstack/+/872344
18:52:09 opendevreview Jakob Meng proposed openstack/ansible-collections-openstack master: Bump minimum required openstacksdk release to 1.0.0 https://review.opendev.org/c/openstack/ansible-collections-openstack/+/872066
18:52:27 opendevreview Jakob Meng proposed openstack/ansible-collections-openstack master: Refactored coe_cluster{,_template} modules again https://review.opendev.org/c/openstack/ansible-collections-openstack/+/872039
18:52:39 opendevreview Jakob Meng proposed openstack/ansible-collections-openstack master: Publish 2.0.0 release https://review.opendev.org/c/openstack/ansible-collections-openstack/+/872077
19:42:59 opendevreview Arvid Requate proposed openstack/keystoneauth master: New auth plugin v3oidcdeviceauthz https://review.opendev.org/c/openstack/keystoneauth/+/869876
20:30:58 opendevreview Merged openstack/python-openstackclient stable/xena: [stable-only] Add munch in requirements.txt https://review.opendev.org/c/openstack/python-openstackclient/+/872340
20:40:01 odyssey4me stephenfin when you have a moment, please take a look at https://review.opendev.org/c/openstack/python-openstackclient/+/872327 which helps to resolve some tests on CS9 for wallaby
21:39:10 opendevreview Merged openstack/ansible-collections-openstack master: Added workaround for non-determinism in ansible-inventory output https://review.opendev.org/c/openstack/ansible-collections-openstack/+/872344
21:45:26 opendevreview Merged openstack/ansible-collections-openstack master: Bump minimum required openstacksdk release to 1.0.0 https://review.opendev.org/c/openstack/ansible-collections-openstack/+/872066
22:03:03 opendevreview Merged openstack/ansible-collections-openstack master: Refactored coe_cluster{,_template} modules again https://review.opendev.org/c/openstack/ansible-collections-openstack/+/872039
22:03:04 opendevreview Merged openstack/ansible-collections-openstack master: Publish 2.0.0 release https://review.opendev.org/c/openstack/ansible-collections-openstack/+/872077
22:16:14 gmann stephenfin: please check sdks job fix for stable/wallaby also https://review.opendev.org/c/openstack/python-openstackclient/+/872341
23:59:02 opendevreview Merged openstack/python-openstackclient stable/wallaby: Replace assertItemsEqual with assertCountEqual https://review.opendev.org/c/openstack/python-openstackclient/+/872327
#openstack-sdks - 2023-02-01
00:03:56 timburke gmann, gtema, thanks for looking at the busted job -- unfortunately, looks like https://review.opendev.org/c/openstack/python-openstackclient/+/872340 wasn't sufficient. as best i can tell, the job is only installing python-openstackclient from a tagged release, not git?
00:04:41 timburke see https://zuul.opendev.org/t/openstack/build/4b92987487b44219953cbe90716f51c6/log/controller/logs/devstacklog.txt#10818 -- i'm assuming that the 5.6.0 (rather than recently-released 5.6.1) is just because of an out-of-date mirror
00:10:33 timburke i'm still trying to figure out just what the value is we're hoping to get out of the job -- do we actually expect anyone to ever run xena python-openstackclient with master openstacksdk?
00:55:34 gmann timburke: yeah, we need to wait until its released and upper constraints are updated.
00:56:10 gmann I think that is the goal of this job but gtema or stephenfin can correct
00:57:41 opendevreview suzhengwei proposed openstack/openstacksdk master: support notification vmoves for masakari https://review.opendev.org/c/openstack/openstacksdk/+/872080
01:10:16 timburke particularly given the infrequent releases on stable branches, i would've thought it'd make more sense to run those xena tests on openstacksdk's master branch then, no?
05:24:21 gtema timburke, this is alsoy assumption now. It does feel logical that both SDK and OSC are added explicitly though Zuul project requirements, and still released OSC is used
07:12:55 opendevreview Merged openstack/python-openstackclient stable/wallaby: [stable-only] Add munch in requirements.txt https://review.opendev.org/c/openstack/python-openstackclient/+/872341
08:25:22 opendevreview Artem Goncharov proposed openstack/openstacksdk master: Implement acceptance test job https://review.opendev.org/c/openstack/openstacksdk/+/860399
09:39:08 opendevreview Rajat Dhasmana proposed openstack/python-openstackclient master: Add block storage work cleanup command https://review.opendev.org/c/openstack/python-openstackclient/+/872390
10:03:51 opendevreview Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: Fix issue with multiple records in recordset https://review.opendev.org/c/openstack/ansible-collections-openstack/+/872392
10:04:34 opendevreview Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: Fix issue with multiple records in recordset https://review.opendev.org/c/openstack/ansible-collections-openstack/+/872392
15:23:47 opendevreview Artom Lifshitz proposed openstack/python-openstackclient master: Add func test for compute 2.94 https://review.opendev.org/c/openstack/python-openstackclient/+/872420
15:55:56 gmann gtema: as you know osc cannot be released in stable/wallaby https://review.opendev.org/c/openstack/releases/+/872382
15:56:13 gtema yes, I already figured this out
15:56:42 gtema don't know what to do though
15:56:42 gmann gtema: we have two option to unblock stable/wallaby gate 1. remove the sdk testing 2. test with old sdk removing master branch from here https://github.com/openstack/openstacksdk/blob/stable/wallaby/.zuul.yaml#L40
15:56:54 gmann 2nd one seems conflict with the notes there
15:59:04 gtema 1st option is not good. On the other side if we are not able to have any releases there I see honestly absolutely no reason to keep this testing
16:02:33 gmann gtema: humm, but testing with old sdk version does not make sense if I am not wrong
16:03:48 gtema it makes as much sense as it was 1 week ago till the change. But What I am saying is that if we can not even release any bugfix - what is the sense of testing?
16:07:06 gtema I mean I tend rather to option 1) and stop testing on wallaby completely
17:02:08 gmann gtema: I think I agree with you. let's go for that and stop testing. we do have same recommendation for any other testing on EM branch if they stop working then stop testing like grenade, tempest master etc
17:02:55 gtema Ok
19:26:35 opendevreview Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: Fix issue with multiple records in recordset https://review.opendev.org/c/openstack/ansible-collections-openstack/+/872392
19:42:34 opendevreview Rajat Dhasmana proposed openstack/python-openstackclient master: Add block storage log level {list, set} commands https://review.opendev.org/c/openstack/python-openstackclient/+/869811
20:00:43 opendevreview Rajat Dhasmana proposed openstack/python-openstackclient master: Add block storage log level {list, set} commands https://review.opendev.org/c/openstack/python-openstackclient/+/869811
20:08:07 opendevreview Rajat Dhasmana proposed openstack/python-openstackclient master: Add block storage work cleanup command https://review.opendev.org/c/openstack/python-openstackclient/+/872390
#openstack-sdks - 2023-02-02
09:08:18 opendevreview Polina Gubina proposed openstack/ansible-collections-openstack master: The following modules will be added: - vpn service - vpn ike policy - vpn ipsec policy https://review.opendev.org/c/openstack/ansible-collections-openstack/+/872516
16:28:57 eest just to report back for the people trying to help me with my openstacksdk code not doing version detection earlier, it turns out the servers were not patched for https://opendev.org/openstack/nova/commit/1e907602e37fb55bbe5a20164db6d074f87369af
16:29:20 eest so this explains why i got some things to work by configuring compute_api_version: "2.79" etc
16:29:32 eest but things seems to work well now
16:31:52 gtema eest - this is a great facepalm. I am through billions of similar things. I feel you ;-)
16:34:51 eest :)
17:09:07 umbSublime Question about `openstack.connect()`. I have a clouds.yaml file that defines a cloud names 'pci' in that cloud I have multiple regions(my_region1, my_region2. If I set my envvars to OS_CLOUD=pci OS_REGION_NAME=my_region2. And run openstack.connect(), it loads the cloud properly, but ignores my OS_REGION_NAME instead using the first from the clouds.yaml file. Is this expected
17:09:10 umbSublime behaviour? Should I explicitely connect(region_name='my_region2') ?
17:09:22 umbSublime For reference using those 2 envvars work as expected with using the openstackclient
17:11:17 gtema umbSublime: it is always recommended to be explicit. afair once sdk finds entry in clouds.yaml it does not merge env vars into it
17:12:52 umbSublime gtema: good to know, since the envvar OS_CLOUD would need to read the config, I was expecting OS_REGION_NAME to be merged after. This appears to be how the openstackclient works. Would there be additional logic in the osc to handle this ?
17:14:15 umbSublime gtema: I agree explicit is always better, but having openstack.connect() work as I was expecting saves me from adding logic to handle those from argparse (or other).
17:14:58 gtema yes, OSC is doing things bit differently
17:22:52 umbSublime gtema: thanks)
17:23:18 umbSublime Simple work around for my specific usecase: openstack.connect(region_name=os.environ.get('OS_REGION_NAME', None)); c.current_location.region_name
17:25:10 gtema or duplicating entry in clouds.yaml - afaik there are some clouds not really sharing identity between regions so you anyway need to use different user
17:25:52 umbSublime agreed, that's another solution. In my case however there are 25+ regions all with same auth.
17:26:06 gtema ok, convinced
#openstack-sdks - 2023-02-03
05:50:56 opendevreview Mridula Joshi proposed openstack/openstacksdk master: Add support for glance cache list https://review.opendev.org/c/openstack/openstacksdk/+/869710
19:27:57 opendevreview Rajat Dhasmana proposed openstack/python-openstackclient master: Add block storage manageable list commands https://review.opendev.org/c/openstack/python-openstackclient/+/872692
#openstack-sdks - 2023-02-06
17:40:48 opendevreview Rajat Dhasmana proposed openstack/python-openstackclient master: Add options to create volume group from source https://review.opendev.org/c/openstack/python-openstackclient/+/872798
#openstack-sdks - 2023-02-07
20:40:46 opendevreview Goutham Pacha Ravi proposed openstack/openstacksdk master: Add share access rules to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/784162
20:57:46 opendevreview Goutham Pacha Ravi proposed openstack/openstacksdk master: Add share types to shared file systems. https://review.opendev.org/c/openstack/openstacksdk/+/783123
#openstack-sdks - 2023-02-08
12:42:48 opendevreview Carlos Eduardo proposed openstack/openstacksdk master: Add share instances to shared file systems https://review.opendev.org/c/openstack/openstacksdk/+/873109
#openstack-sdks - 2023-02-09
12:01:12 opendevreview Johannes Beisiegel proposed openstack/openstacksdk master: fix docstrings refering to volume attachments instead of server migrations https://review.opendev.org/c/openstack/openstacksdk/+/873245
16:40:42 opendevreview Artom Lifshitz proposed openstack/python-openstackclient master: Support compute microversion 2.94 https://review.opendev.org/c/openstack/python-openstackclient/+/872420
16:51:20 opendevreview Artom Lifshitz proposed openstack/python-openstackclient master: Support compute microversion 2.94 https://review.opendev.org/c/openstack/python-openstackclient/+/872420
20:03:19 opendevreview Ashley Rodriguez proposed openstack/openstacksdk master: [WIP] add share replica export location to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873323
20:06:31 opendevreview Ashley Rodriguez proposed openstack/openstacksdk master: [WIP] add share replica export location to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873323
20:10:36 opendevreview Ashley Rodriguez proposed openstack/openstacksdk master: [WIP] Add share replica resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873324
20:20:01 opendevreview Ashley Rodriguez proposed openstack/openstacksdk master: [WIP] Add share instance export location resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873327
20:22:38 opendevreview Ashley Rodriguez proposed openstack/openstacksdk master: [WIP] Adds service resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873328
20:24:01 opendevreview Ashley Rodriguez proposed openstack/openstacksdk master: [WIP] Adds Security Service to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873329
#openstack-sdks - 2023-02-10
09:44:37 opendevreview Hiromu Asahina proposed openstack/keystoneauth master: OAuth 2.0 Mutual-TLS Support https://review.opendev.org/c/openstack/keystoneauth/+/860614
11:43:11 opendevreview Carlos Eduardo proposed openstack/openstacksdk master: Add share network resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873363
11:52:14 opendevreview Carlos Eduardo proposed openstack/openstacksdk master: Add share snapshot instance resource https://review.opendev.org/c/openstack/openstacksdk/+/873364
11:53:14 opendevreview Carlos Eduardo proposed openstack/openstacksdk master: Add share network subnet resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/873365
11:56:55 opendevreview Hiromu Asahina proposed openstack/keystoneauth master: OAuth 2.0 Mutual-TLS Support https://review.opendev.org/c/openstack/keystoneauth/+/860614

Earlier   Later