Earlier  
Posted Nick Remark
#openstack-sdks - 2021-02-17
13:17:07 gtema I will try to implement some safeguarding for that
13:17:25 tobiash in a different cloud using the same version it works normally
13:18:03 tobiash I would guess maybe towards some inconsistent data due to earlier failures (had some rabbitmq issues in the past)
13:18:41 gtema tja, looks really more a nova issue, than SDK
13:19:52 tobiash I guess so, thanks for confirming
13:20:17 gtema wlcm, will anyway have a look whether we can protect from that
13:31:24 tobiash I think we might have been hit by https://bugs.launchpad.net/nova/+bug/1721791
13:31:26 openstack Launchpad bug 1721791 in OpenStack Compute (nova) "Pagination of instances works incorrect" [High,Fix released] - Assigned to Dan Smith (danms)
13:32:23 gtema ok. Any chance to get fix done on the cloud or we really need to have local fix for that?
13:33:07 gtema at least we can prevent ourselves querying with the same marker and aborting
13:34:20 tobiash we have a local workaround by config fix and my cloud guys are already in contact with our vendor to check if we can get a backport of the fix (we're still on 16.1.x)
13:34:45 tobiash so I think we don't need to workaround that in openstacksdk
13:35:24 tobiash however it was hard to find that issue since we got no exception anywhere, just stuck services
13:35:58 tobiash so I think an abort with an error when we get repeatedly the same marker might be useful for others to spot such issues easier
13:36:33 gtema sure
14:12:48 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Prevent the endless loop in resource listing https://review.opendev.org/c/openstack/openstacksdk/+/776203
14:25:53 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Set resource URI properties in listing method https://review.opendev.org/c/openstack/openstacksdk/+/776205
15:00:12 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Switch cloud.networking.qos* operations to rely on proxy layer https://review.opendev.org/c/openstack/openstacksdk/+/770945
15:48:28 openstackgerrit Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: Add Octavia job for testing LB https://review.opendev.org/c/openstack/ansible-collections-openstack/+/772613
16:51:43 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Set resource URI properties in listing method https://review.opendev.org/c/openstack/openstacksdk/+/776205
16:52:04 openstackgerrit Tosin Farai proposed openstack/ansible-collections-openstack master: Add support for node VIFs https://review.opendev.org/c/openstack/ansible-collections-openstack/+/774635
17:08:14 openstackgerrit Yadnesh Kulkarni proposed openstack/python-openstackclient master: Make instance reset-state an interactive operation https://review.opendev.org/c/openstack/python-openstackclient/+/776242
17:59:13 openstackgerrit Merged openstack/openstacksdk master: Add ALPN support to load balancer pools https://review.opendev.org/c/openstack/openstacksdk/+/752097
18:33:39 diablo_rojo stephenfin, around?
18:34:37 stephenfin yes, but I'm about to head off. What's up?
18:35:00 diablo_rojo stephenfin, loooks like all the glance stuff is already in the sdk
18:35:23 stephenfin everything?
18:35:33 diablo_rojo So we could try to do the OSC stuff or we can have zimmerry work on another service in the SDK
18:35:36 diablo_rojo Lol
18:35:40 diablo_rojo Yeah that was my reaction too
18:37:50 stephenfin oh, wow
18:37:52 stephenfin okay then
18:38:19 stephenfin I'm good with either OSC or SDK. I personally know more about the former, but I'm sure we could wrangle something up with the latter
18:38:32 stephenfin I know nova definitely has gaps. gtema has been working on fixing them
18:39:16 diablo_rojo I wonder if he has a list of whats missing somewhere
18:39:22 diablo_rojo I know I had asked him for that before
18:39:29 diablo_rojo but I think he said it was just all in his head
18:41:52 mordred diablo_rojo, stephenfin: I can also try to help come up with some lists of things to do
18:41:58 diablo_rojo stephenfin, if you know of something specific that needs to happen zimmerry could work on that and then in the interim I could catch gtema and see if he wants additional help.
18:42:04 diablo_rojo mordred, sure!
18:42:09 diablo_rojo Hit me with a list :)
18:42:15 stephenfin noice
18:42:28 stephenfin I can take a look too (tomorrow), but mordred would be much faster, heh
18:42:35 mordred one of the things that might be useful (but might be too much as a beginning task) realted to compute would be to walk through each of the nova microversions and make sure we have sdk level support for whatever the microversion is
18:42:59 mordred a lot of time it just means adding some field
18:43:16 mordred but ... that also might be mind-melting
18:43:54 diablo_rojo mordred, doable, but something a little less.. like pulling out ones fingernails would be better lol
18:44:03 diablo_rojo but also can do that if thats where the need is lol
18:44:07 mordred :)
18:46:47 diablo_rojo stephenfin, maybe tomorrow we could find a time to do a quick meeting to talk about what would be involved in the OSC for getting glance stuff implemented
18:47:50 stephenfin sure, sounds good to me
18:47:55 stephenfin stick something in my calendar
18:48:04 diablo_rojo stephenfin, time preference?
18:48:12 stephenfin probably before or after the other meeting?
18:49:12 diablo_rojo stephenfin, need an hour? or 30 min?
18:49:25 stephenfin 30 should be good
18:49:30 stephenfin I think
18:49:40 diablo_rojo ..how about we do the meetings in parallel? lol
18:50:29 diablo_rojo How about 14:30 UTC
18:50:45 diablo_rojo stephenfin, ^
18:54:29 diablo_rojo mordred, if you come up with something later on today, let me & zimmerry know as well.
18:56:00 mordred diablo_rojo: will do!
19:00:35 diablo_rojo mordred, do you have an example patch we could look at?
19:00:43 diablo_rojo (I am looking but you might be faster)
19:10:08 openstackgerrit Thiago Paiva Brito proposed openstack/openstacksdk master: Adding resize_volume to BlockStorageCloudMixin https://review.opendev.org/c/openstack/openstacksdk/+/776255
19:15:37 openstackgerrit Thiago Paiva Brito proposed openstack/openstacksdk master: Adding resize_volume to BlockStorageCloudMixin https://review.opendev.org/c/openstack/openstacksdk/+/776255
19:16:04 diablo_rojo zimmerry, I found one! https://review.opendev.org/c/openstack/openstacksdk/+/750200
19:17:02 diablo_rojo zimmerry, and another! https://review.opendev.org/c/openstack/openstacksdk/+/741674
19:32:08 openstackgerrit Anuradha proposed openstack/openstacksdk master: Improve Ironic API on OpenStack SDK https://review.opendev.org/c/openstack/openstacksdk/+/766531
20:14:15 openstackgerrit Thiago Paiva Brito proposed openstack/openstacksdk master: Add set_readonly_volume to BlockStorageCloudMixin https://review.opendev.org/c/openstack/openstacksdk/+/776266
20:50:30 openstackgerrit James Palmer proposed openstack/openstacksdk master: WIP Add support for Resource Filters https://review.opendev.org/c/openstack/openstacksdk/+/776271
20:56:09 openstackgerrit James Palmer proposed openstack/openstacksdk master: WIP Add support for Resource Filters https://review.opendev.org/c/openstack/openstacksdk/+/776271
20:57:06 openstackgerrit James Palmer proposed openstack/openstacksdk master: WIP Add support for Resource Filters https://review.opendev.org/c/openstack/openstacksdk/+/776271
21:06:25 openstackgerrit Thiago Paiva Brito proposed openstack/openstacksdk master: Adding retype_volume to BlockStorageCloudMixin https://review.opendev.org/c/openstack/openstacksdk/+/776272
21:07:51 openstackgerrit Thiago Paiva Brito proposed openstack/openstacksdk master: Add set_readonly_volume to BlockStorageCloudMixin https://review.opendev.org/c/openstack/openstacksdk/+/776266
21:40:18 openstackgerrit Ade Lee proposed openstack/openstacksdk master: Add TODO to remove md5 wrapper https://review.opendev.org/c/openstack/openstacksdk/+/776281
21:40:43 ade_lee fungi, stephenfin ^^
21:56:58 fungi thanks
#openstack-sdks - 2021-02-18
05:23:51 openstackgerrit Goutham Pacha Ravi proposed openstack/openstacksdk master: Add shared file systems support https://review.opendev.org/c/openstack/openstacksdk/+/773556
05:34:22 openstackgerrit Goutham Pacha Ravi proposed openstack/openstacksdk master: Add a manila functional check job https://review.opendev.org/c/openstack/openstacksdk/+/776312
06:16:58 openstackgerrit Dylan Zapzalka proposed openstack/openstacksdk master: WIP Added support for the Limits resource https://review.opendev.org/c/openstack/openstacksdk/+/776318
06:19:51 openstackgerrit Alexander Wilcox proposed openstack/openstacksdk master: This is the Host Extension Resource, for capstone. https://review.opendev.org/c/openstack/openstacksdk/+/776320
07:28:53 openstackgerrit Ryan Zimmerman proposed openstack/openstacksdk master: Add compute microversion 2.70 https://review.opendev.org/c/openstack/openstacksdk/+/776330
12:03:12 openstackgerrit Will Tome proposed openstack/ansible-collections-openstack master: add option to exclude legacy groups https://review.opendev.org/c/openstack/ansible-collections-openstack/+/766047
12:14:40 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Switch cloud.networking.qos* operations to rely on proxy layer https://review.opendev.org/c/openstack/openstacksdk/+/770945
12:17:54 openstackgerrit Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: Add Octavia job for testing LB https://review.opendev.org/c/openstack/ansible-collections-openstack/+/772613
12:19:48 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Switch cloud.networking.qos* operations to rely on proxy layer https://review.opendev.org/c/openstack/openstacksdk/+/770945
12:22:15 openstackgerrit Merged openstack/openstacksdk master: Add TODO to remove md5 wrapper https://review.opendev.org/c/openstack/openstacksdk/+/776281
14:02:35 diablo_rojo Meeting today gtema and stephenfin?
14:03:00 gouthamr o/
14:03:26 diablo_rojo Oh and gouthamr :)
14:03:36 gtema I'm available
14:04:15 diablo_rojo I didn't build an agenda but we can throw one together?
14:04:24 diablo_rojo gouthamr, did you have topics?
14:04:27 gtema yupp, can be done
14:04:53 gouthamr diablo_rojo: yes
14:05:07 gouthamr sorry, i meant to add them - can we wing it?
14:05:09 diablo_rojo gouthamr, feel free to add it: https://etherpad.opendev.org/p/openstacksdk-meeting-agenda
14:05:41 gtema #startmeeting sdk_osc
14:05:42 openstack Meeting started Thu Feb 18 14:05:41 2021 UTC and is due to finish in 60 minutes. The chair is gtema. Information about MeetBot at http://wiki.debian.org/MeetBot.

Earlier   Later