*** markvoelker has joined #openstack-sdks | 00:41 | |
*** markvoelker has quit IRC | 00:45 | |
*** ttsiouts has quit IRC | 01:00 | |
*** ttsiouts has joined #openstack-sdks | 01:15 | |
*** ttsiouts has quit IRC | 01:20 | |
openstackgerrit | Merged openstack/api-sig master: Update liaison for keystone https://review.opendev.org/659613 | 01:21 |
---|---|---|
*** ttsiouts has joined #openstack-sdks | 01:49 | |
*** ttsiouts has quit IRC | 01:54 | |
*** whoami-rajat has joined #openstack-sdks | 02:00 | |
*** ttsiouts has joined #openstack-sdks | 02:27 | |
*** ricolin has joined #openstack-sdks | 02:44 | |
*** dave-mccowan has quit IRC | 02:55 | |
*** ttsiouts has quit IRC | 03:01 | |
*** yolanda_ has quit IRC | 03:49 | |
*** ttsiouts has joined #openstack-sdks | 04:03 | |
*** ttsiouts has quit IRC | 04:36 | |
*** slaweq has joined #openstack-sdks | 04:49 | |
*** slaweq has quit IRC | 04:59 | |
*** slaweq has joined #openstack-sdks | 05:15 | |
*** slaweq has quit IRC | 05:20 | |
*** e0ne has joined #openstack-sdks | 05:23 | |
*** e0ne has quit IRC | 05:24 | |
*** ttsiouts has joined #openstack-sdks | 05:39 | |
*** Luzi has joined #openstack-sdks | 05:43 | |
*** zbr_ has quit IRC | 06:05 | |
*** slaweq has joined #openstack-sdks | 06:12 | |
*** ttsiouts has quit IRC | 06:12 | |
*** cshen has joined #openstack-sdks | 06:32 | |
*** holser_ has joined #openstack-sdks | 06:33 | |
*** markvoelker has joined #openstack-sdks | 06:36 | |
*** gtema has joined #openstack-sdks | 07:00 | |
*** markvoelker has quit IRC | 07:09 | |
openstackgerrit | Artem Goncharov proposed openstack/openstacksdk master: WIP rework statistics reporting https://review.opendev.org/659841 | 07:16 |
*** ralonsoh has joined #openstack-sdks | 07:19 | |
*** ttsiouts has joined #openstack-sdks | 07:27 | |
*** tosky has joined #openstack-sdks | 07:41 | |
*** e0ne has joined #openstack-sdks | 07:42 | |
*** jangutter has joined #openstack-sdks | 07:44 | |
*** jpena|off is now known as jpena | 07:56 | |
*** e0ne has quit IRC | 07:57 | |
*** e0ne has joined #openstack-sdks | 08:01 | |
*** markvoelker has joined #openstack-sdks | 08:06 | |
*** dtantsur|afk is now known as dtantsur | 08:20 | |
*** markvoelker has quit IRC | 08:39 | |
*** ttsiouts has quit IRC | 08:48 | |
*** dtantsur is now known as dtantsur|brb | 09:06 | |
*** openstackstatus has quit IRC | 09:13 | |
*** openstackstatus has joined #openstack-sdks | 09:15 | |
*** ChanServ sets mode: +v openstackstatus | 09:15 | |
*** ttsiouts has joined #openstack-sdks | 09:18 | |
*** cdent has joined #openstack-sdks | 09:29 | |
*** markvoelker has joined #openstack-sdks | 09:35 | |
*** holser_ is now known as holser|lunch | 09:49 | |
*** ttsiouts has quit IRC | 09:50 | |
*** markvoelker has quit IRC | 10:09 | |
*** ITD27M01 has joined #openstack-sdks | 10:20 | |
ITD27M01 | gtema: Hope you have a fruitfull day! I have a question about this: https://opendev.org/openstack/openstacksdk/src/branch/master/openstack/cloud/_dns.py#L169 | 10:23 |
ITD27M01 | gtema: If I understand this correctly there is no pagination logic and only one page will be returned regardless of recordsets in designate ? | 10:24 |
gtema | well, cloud/_dns is quite an old implementation | 10:25 |
gtema | so it really depends on the designate how it will treat absense of limit | 10:26 |
ITD27M01 | gtema: The default is 20 recordsets per page :( | 10:26 |
gtema | hmm, than yeah, something might be lost | 10:28 |
gtema | it would be a bug in Designate thou | 10:29 |
*** dtantsur|brb is now known as dtantsur | 10:30 | |
gtema | basically the cloud/_dns should be switched to use proxy | 10:30 |
gtema | ITD27M01: what I mean is that sometimes I have seen bugs, that services might return only i.e. default 20 results if `limit` is not passed | 10:31 |
gtema | this would be clearly a bug. If that is not the case - list_recordsets will return all results in one page | 10:32 |
ITD27M01 | gtema: We found a problem through ansible. The cloud.list_recordsets returns only one page. | 10:38 |
ITD27M01 | gtema: And there no way to specify the limit. We have increased the limit on server side from 20 to more. | 10:39 |
gtema | ok, than basically sdk use dns proxy in the cloud layer should resolve the situation | 10:40 |
ITD27M01 | gtema: Ok, Can you please explain me the logic of the "proxy" in sdk, I have heard from you many times, but did not understand. | 10:42 |
gtema | see example in https://opendev.org/openstack/openstacksdk/src/branch/master/openstack/cloud/_image.py#L75 | 10:43 |
gtema | cloud/_dns.py:list_recordsets should use self.dns.recordsets function instead of doing request itself | 10:44 |
gtema | unfortunately I do not have today to fix this. But all of the functions in the cloud/_dns should use methods defined in openstack/dns/v2/_proxy.py instead of manual requests | 10:45 |
gtema | this is however also a "bigger" change with respect to adapting tests properly | 10:45 |
ITD27M01 | gtema: Ok, I will create bug request for it so we don't lose it. | 10:51 |
gtema | great | 10:52 |
*** holser|lunch is now known as holser_ | 10:55 | |
*** ttsiouts has joined #openstack-sdks | 11:02 | |
*** gtema has quit IRC | 11:03 | |
*** gtema has joined #openstack-sdks | 11:03 | |
*** markvoelker has joined #openstack-sdks | 11:06 | |
*** dave-mccowan has joined #openstack-sdks | 11:28 | |
brtknr | Hello | 11:29 |
brtknr | Whats the protocol for backporting changes in ansible | 11:29 |
brtknr | I have these two backports from dev branch to 2.8 and 2.7: https://github.com/ansible/ansible/pull/56708 https://github.com/ansible/ansible/pull/56709 | 11:30 |
gtema | brtknr: https://docs.ansible.com/ansible/latest/community/development_process.html | 11:30 |
*** ttsiouts has quit IRC | 11:36 | |
brtknr | I have followed the protocol here: | 11:36 |
brtknr | https://github.com/ansible/ansible/pull/56710 | 11:36 |
*** markvoelker has quit IRC | 11:39 | |
brtknr | And here: https://github.com/ansible/ansible/pull/56711 | 11:40 |
*** cshen has quit IRC | 11:44 | |
*** bobh has joined #openstack-sdks | 11:45 | |
*** bobh has quit IRC | 11:46 | |
*** cshen has joined #openstack-sdks | 11:50 | |
*** jpena is now known as jpena|lunch | 12:00 | |
*** ttsiouts has joined #openstack-sdks | 12:06 | |
*** markvoelker has joined #openstack-sdks | 12:08 | |
*** ttsiouts has quit IRC | 12:10 | |
*** ttsiouts has joined #openstack-sdks | 12:12 | |
*** ttsiouts has quit IRC | 12:32 | |
*** jpena|lunch is now known as jpena | 12:52 | |
*** ttsiouts has joined #openstack-sdks | 13:34 | |
mordred | gtema: I look forward to getting that "use proxy layer in cloud layer" project done | 13:42 |
mordred | having proper pagination support everywhere will be nice | 13:42 |
gtema | hehehe | 13:42 |
gtema | can be done soon | 13:42 |
gtema | would appreciate your thoughts on vendor_hook and rework of stat reporting | 13:43 |
gtema | and then can go for "use proxy" | 13:43 |
mordred | yes! they are on my review-today list | 13:43 |
gtema | great | 13:43 |
*** holser__ has joined #openstack-sdks | 13:56 | |
*** ttsiouts has quit IRC | 13:57 | |
*** jangutter_ has joined #openstack-sdks | 13:57 | |
*** cdent_ has joined #openstack-sdks | 13:57 | |
*** ITD27M01 has quit IRC | 13:59 | |
*** lifeless_ has joined #openstack-sdks | 14:01 | |
*** tobiash_ has joined #openstack-sdks | 14:01 | |
*** tosky__ has joined #openstack-sdks | 14:05 | |
*** jangutter has quit IRC | 14:06 | |
*** tosky has quit IRC | 14:06 | |
*** holser_ has quit IRC | 14:06 | |
*** olaph has quit IRC | 14:06 | |
*** lifeless has quit IRC | 14:06 | |
*** markvoelker has quit IRC | 14:06 | |
*** cdent has quit IRC | 14:06 | |
*** ralonsoh has quit IRC | 14:06 | |
*** dayou_ has quit IRC | 14:06 | |
*** aspiers has quit IRC | 14:06 | |
*** dtruong has quit IRC | 14:06 | |
*** tobiash has quit IRC | 14:06 | |
*** cdent_ is now known as cdent | 14:06 | |
*** dtruong has joined #openstack-sdks | 14:08 | |
*** Luzi has quit IRC | 14:09 | |
*** ralonsoh has joined #openstack-sdks | 14:12 | |
*** dayou_ has joined #openstack-sdks | 14:13 | |
*** aspiers has joined #openstack-sdks | 14:23 | |
*** tosky__ is now known as tosky | 14:59 | |
*** ITD27M01 has joined #openstack-sdks | 15:04 | |
ITD27M01 | gtema: https://storyboard.openstack.org/#!/story/2005749 | 15:04 |
gtema | ITD27M01: taken. | 15:06 |
gtema | thanks | 15:06 |
ITD27M01 | gtema: I have also another proposal for you today. What do you think about filtering feature in Ansible openstack inventory plugin? | 15:20 |
ITD27M01 | gtema: https://github.com/ansible/ansible/pull/51401 | 15:20 |
ITD27M01 | In some cases, the host patterns cannot help to split infrastructure into small pieces. For example when openstack project/tenant contains | 15:21 |
ITD27M01 | thousands of instances. And a lot of users works with such a project. | 15:21 |
ITD27M01 | The aws inventory plugin is an example of such filtering: | 15:21 |
ITD27M01 | https://docs.ansible.com/ansible/latest/plugins/inventory/aws_ec2.html | 15:21 |
ITD27M01 | In the case of server-side filtering, we can get a significant performance gain. | 15:21 |
*** gtema has quit IRC | 15:22 | |
*** cshen has quit IRC | 15:27 | |
*** ITD27M01 has quit IRC | 15:36 | |
*** ITD27M01_ has joined #openstack-sdks | 15:41 | |
*** e0ne has quit IRC | 15:55 | |
*** holser__ has quit IRC | 16:09 | |
*** holser_ has joined #openstack-sdks | 16:11 | |
*** ricolin has quit IRC | 16:27 | |
*** holser__ has joined #openstack-sdks | 16:29 | |
*** holser_ has quit IRC | 16:30 | |
*** holser__ has quit IRC | 16:30 | |
*** holser_ has joined #openstack-sdks | 16:31 | |
*** dtantsur is now known as dtantsur|afk | 16:48 | |
*** whoami-rajat has quit IRC | 16:49 | |
*** jangutter_ has quit IRC | 17:14 | |
*** whoami-rajat has joined #openstack-sdks | 17:15 | |
*** jpena is now known as jpena|off | 17:24 | |
openstackgerrit | sean mooney proposed openstack/python-openstackclient master: add openstack server resurrect command https://review.opendev.org/643578 | 17:28 |
*** tobiash_ is now known as tobiash | 17:34 | |
*** ralonsoh has quit IRC | 17:37 | |
*** cdent has quit IRC | 17:43 | |
*** holser_ has quit IRC | 18:16 | |
*** whoami-rajat has quit IRC | 19:29 | |
*** e0ne has joined #openstack-sdks | 20:39 | |
*** dave-mccowan has quit IRC | 20:50 | |
*** e0ne has quit IRC | 20:56 | |
*** dave-mccowan has joined #openstack-sdks | 20:56 | |
*** slaweq has quit IRC | 21:27 | |
*** dave-mccowan has quit IRC | 21:40 | |
*** slaweq has joined #openstack-sdks | 21:43 | |
*** slaweq has quit IRC | 21:48 | |
*** ttsiouts has joined #openstack-sdks | 22:15 | |
*** ttsiouts has quit IRC | 22:40 | |
*** tosky has quit IRC | 22:42 | |
*** ttsiouts has joined #openstack-sdks | 22:56 | |
*** ttsiouts has quit IRC | 23:01 | |
*** ttsiouts has joined #openstack-sdks | 23:05 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!