*** slaweq has joined #openstack-sdks | 00:11 | |
*** slaweq has quit IRC | 00:16 | |
*** ricolin has joined #openstack-sdks | 01:14 | |
*** ricolin has quit IRC | 01:17 | |
*** ricolin_ is now known as ricolin | 01:18 | |
*** goldyfruit_ has quit IRC | 01:43 | |
openstackgerrit | Shogo Saito proposed openstack/openstacksdk master: Adding basic implementation for Accelerator(Cyborg) https://review.opendev.org/679914 | 01:43 |
---|---|---|
*** slaweq has joined #openstack-sdks | 02:11 | |
*** __ministry has joined #openstack-sdks | 02:13 | |
*** slaweq has quit IRC | 02:16 | |
*** iokiwi has quit IRC | 03:26 | |
*** adriant has quit IRC | 03:26 | |
*** slaweq has joined #openstack-sdks | 04:11 | |
*** slaweq has quit IRC | 04:16 | |
*** ricolin has quit IRC | 04:42 | |
*** adriant has joined #openstack-sdks | 05:06 | |
*** iokiwi has joined #openstack-sdks | 05:06 | |
*** adriant has quit IRC | 05:09 | |
*** iokiwi has quit IRC | 05:09 | |
*** iokiwi has joined #openstack-sdks | 05:10 | |
*** adriant has joined #openstack-sdks | 05:10 | |
*** slaweq has joined #openstack-sdks | 06:11 | |
*** slaweq has quit IRC | 06:16 | |
*** slaweq has joined #openstack-sdks | 07:05 | |
*** jawad_axd has joined #openstack-sdks | 07:26 | |
*** ralonsoh has joined #openstack-sdks | 07:31 | |
*** yolanda has quit IRC | 07:32 | |
*** jpena|off is now known as jpena | 08:10 | |
*** sshnaidm|afk is now known as sshnaidm | 08:12 | |
*** gtema has joined #openstack-sdks | 08:28 | |
*** tosky has joined #openstack-sdks | 08:46 | |
*** jpena is now known as jpena|off | 09:00 | |
*** jpich has joined #openstack-sdks | 09:12 | |
*** dtantsur|afk is now known as dtantsur | 09:29 | |
*** gtema has quit IRC | 10:39 | |
*** gtema has joined #openstack-sdks | 10:39 | |
openstackgerrit | Shilpa Devharakar proposed openstack/openstacksdk master: Added new filter `host_name` to segment list https://review.opendev.org/704814 | 11:58 |
*** gtema_ has joined #openstack-sdks | 12:07 | |
*** gtema has quit IRC | 12:10 | |
*** jpich has quit IRC | 12:27 | |
*** jpich has joined #openstack-sdks | 12:28 | |
*** iokiwi2 has joined #openstack-sdks | 12:30 | |
*** iokiwi has quit IRC | 12:30 | |
*** iokiwi2 is now known as iokiwi | 12:30 | |
odyssey4me | hey folks - what do we think is the best way to resolve https://github.com/ansible/ansible/issues/64495 / https://github.com/ansible/ansible/issues/64841 / https://bugs.launchpad.net/tripleo/+bug/1860810 | 12:37 |
openstack | Launchpad bug 1860810 in tripleo "os_ansible_tempest fails w/ create_network() got an unexpected keyword argument 'dns_domain'" [High,Triaged] | 12:37 |
odyssey4me | sshnaidm: ^ any thoughts? | 12:40 |
sshnaidm | odyssey4me, seems like need to bump openstacksdk version? | 12:42 |
odyssey4me | sshnaidm: sure, I'm pushing up a patch to do that, but changing upper-constraints in openstack for a break in ansible/openstacksdk seems a bit odd | 12:43 |
openstackgerrit | Michał Dulko proposed openstack/openstacksdk master: Fix error handling on add/remove router iface calls https://review.opendev.org/704998 | 12:43 |
sshnaidm | odyssey4me, yeah, need to look how we can protect.. | 12:44 |
odyssey4me | It looks to me like the module code just takes the lead from openstacksdk, unless I'm misreading it or missing something... so it seems odd that suddenly the module behaviour changes with the same version of openstacksdk being used. | 12:44 |
sshnaidm | odyssey4me, from my brief look seems like openstacksdk version is not compatible with openstack api, and os_network just pass everything as is | 12:47 |
odyssey4me | sshnaidm: so you're thinking that the sdk is passing something to the API and the API is the one returning the fail? | 12:48 |
sshnaidm | odyssey4me, hmm.. or not: https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/openstack/os_network.py#L229-L237 | 12:50 |
sshnaidm | odyssey4me, so that sdk doesn't have this option | 12:50 |
odyssey4me | sshnaidm: yes, that makes more sense | 12:51 |
sshnaidm | https://github.com/ansible/ansible/commit/6c74e29618a6872bc0da66e4992cfcd9cebf6acc | 12:51 |
sshnaidm | it was something new ^ | 12:52 |
odyssey4me | yeah, and with that the sdk minimum version should have been updated | 12:52 |
odyssey4me | odd, though is that we're getting this error from ansible2.8 | 12:52 |
odyssey4me | lemme see if I can find abackport | 12:52 |
odyssey4me | no, this has not been ported back | 12:53 |
odyssey4me | ok - so that means that whatever we're getting that back from is actually running ansible 2.9 - not 2.8 | 12:54 |
odyssey4me | I'll push a patch up to ansible to update the minimum SDK version... thanks for the help! | 12:54 |
sshnaidm | all version: devel (#56453) v2.9.4 v2.9.3 v2.9.2 v2.9.1 v2.9.0 v2.9.0rc5 v2.9.0rc4 v2.9.0rc3 v2.9.0rc2 v2.9.0rc1 v2.9.0b1 stable-2.9-branchpoint | 12:54 |
sshnaidm | it's good point to think how can we avoid such failures, maybe all new sdk features should come with version check | 12:55 |
sshnaidm | when they're used in ansible module | 12:55 |
*** goldyfruit_ has joined #openstack-sdks | 12:59 | |
*** enriquetaso has joined #openstack-sdks | 13:27 | |
odyssey4me | sshnaidm: ok, fixes to upstream modules are frozen, right? so I should submit this fix to the collection and directly to stable-2.9? | 13:29 |
sshnaidm | odyssey4me, well, it could be a problem.. I think we set ci job for modules to fail, so not sure we can merge even to 2.9.. | 13:32 |
sshnaidm | odyssey4me, maybe we need to enabled it for 2.9 | 13:33 |
sshnaidm | odyssey4me, what could be a fix? The revert? | 13:33 |
odyssey4me | sshnaidm: let me push up patches to ansible and into tyhe collection, then we figure out how to get the fix merged in all the places :) | 13:36 |
sshnaidm | odyssey4me, ack, thanks | 13:37 |
odyssey4me | sshnaidm: https://github.com/ansible/ansible/pull/66944 pushed upstream, let me know if you find any other places where the openstacksdk is set | 13:47 |
odyssey4me | I'm hoping that all the docs key off that, but I couldn't find a doc ref. | 13:47 |
sshnaidm | odyssey4me, that will fail module if using lower openstacksdk version, right? | 13:50 |
odyssey4me | sshnaidm: yep | 13:51 |
odyssey4me | sshnaidm: I suppose an alternative approach would be, in the os_network module, to warn that a newer openstacksdk is required if the current version does not meet the minimum to support that parameter | 13:52 |
sshnaidm | odyssey4me, I wonder if we can check sdk version and use or not to use dns_* parameter | 13:52 |
odyssey4me | that's probably nicer than an outright fail | 13:52 |
sshnaidm | I mean to fail only if this parameter set explicitly | 13:54 |
odyssey4me | yeah, that'd be a much nicer approach | 13:54 |
odyssey4me | ok, let me see if I can work that out | 13:55 |
odyssey4me | hmm, another option is to only fail it for os_network | 13:58 |
odyssey4me | sshnaidm: do you know where the openstack documentation fragment comes from - I see references to it, but can't find 'it' | 14:04 |
odyssey4me | sshnaidm: never mind: https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_documenting.html#documentation-fragments | 14:05 |
*** sshnaidm is now known as sshnaidm|afk | 14:07 | |
*** dtantsur is now known as dtantsur|brb | 14:18 | |
*** sshnaidm|afk is now known as sshnaidm | 14:32 | |
*** jawad_axd has quit IRC | 14:50 | |
*** jawad_axd has joined #openstack-sdks | 14:50 | |
*** jawad_ax_ has joined #openstack-sdks | 14:54 | |
*** jawad_a__ has joined #openstack-sdks | 14:55 | |
*** jawad_axd has quit IRC | 14:55 | |
*** ricolin has joined #openstack-sdks | 14:58 | |
*** jawad_ax_ has quit IRC | 14:58 | |
*** gtema_ has quit IRC | 14:59 | |
*** jawad_a__ has quit IRC | 15:00 | |
openstackgerrit | Pedro Henrique Pereira Martins proposed openstack/openstacksdk master: Add description field to portforwarding NAT rules https://review.opendev.org/705038 | 15:02 |
*** gtema has joined #openstack-sdks | 15:41 | |
*** ricolin has quit IRC | 15:45 | |
*** camelCaser has quit IRC | 15:49 | |
*** camelCaser has joined #openstack-sdks | 15:53 | |
*** gtema_ has joined #openstack-sdks | 15:58 | |
sshnaidm | who is available for openstack ansible modules meeting? | 16:00 |
elmiko | API SIG office hour now open | 16:00 |
sshnaidm | I know I had to create a doodle about a new time, my bad | 16:01 |
sshnaidm | will do this today.. | 16:01 |
*** gtema has quit IRC | 16:01 | |
sshnaidm | #startmeeting api-sig | 16:01 |
openstack | Meeting started Thu Jan 30 16:01:53 2020 UTC and is due to finish in 60 minutes. The chair is sshnaidm. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:01 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:01 |
*** openstack changes topic to " (Meeting topic: api-sig)" | 16:01 | |
openstack | The meeting name has been set to 'api_sig' | 16:01 |
sshnaidm | anybody here to talk | 16:02 |
sshnaidm | to complain | 16:02 |
elmiko | lol | 16:04 |
sshnaidm | to tell success stories | 16:04 |
sshnaidm | mordred, can we be in touch next week for collection pushing? | 16:05 |
sshnaidm | we need your superpower for submitting a collection to galaxy | 16:05 |
*** dtantsur|brb is now known as dtantsur | 16:06 | |
sshnaidm | ok, seems like the business is as usual | 16:07 |
sshnaidm | please do reviews in your time: https://review.opendev.org/#/q/project:openstack/ansible-collections-openstack | 16:08 |
sshnaidm | #endmeeting | 16:08 |
*** openstack changes topic to "Bug tracker for SDK and OSC is now at https://storyboard.openstack.org" | 16:08 | |
openstack | Meeting ended Thu Jan 30 16:08:18 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:08 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/api_sig/2020/api_sig.2020-01-30-16.01.html | 16:08 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/api_sig/2020/api_sig.2020-01-30-16.01.txt | 16:08 |
openstack | Log: http://eavesdrop.openstack.org/meetings/api_sig/2020/api_sig.2020-01-30-16.01.log.html | 16:08 |
odyssey4me | heh, wow - that went quickly :p | 16:12 |
odyssey4me | sshnaidm: we don't have documentation fragments in the collection, do we? how do I submit something for the change log | 16:13 |
sshnaidm | odyssey4me, we should have | 16:13 |
sshnaidm | this one? ./plugins/doc_fragments/openstack.py | 16:14 |
odyssey4me | sshnaidm: right, but I need at add a changelog fragment for the bug fix - should I just make a directory called changelogs/fragments ? | 16:15 |
sshnaidm | odyssey4me, I think it contains all changelogs, not only for openstack? | 16:16 |
sshnaidm | odyssey4me, well, we don't have policy to make changelogs right now, so not must I think | 16:17 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/ansible-collections-openstack master: Bump minimum openstacksdk version when using os_network/dns_domain https://review.opendev.org/705054 | 16:18 |
odyssey4me | sshnaidm: well, there we go - let's figure it out in review :) | 16:18 |
*** gtema_ has quit IRC | 16:20 | |
*** gtema has joined #openstack-sdks | 16:21 | |
sshnaidm | odyssey4me, cool, thanks | 16:22 |
sshnaidm | odyssey4me, I wonder if we can use it asap.. | 16:22 |
odyssey4me | sshnaidm: I did a brief test locally and it worked for me (adding the dns_domain arg made it fail with the older sdk) | 16:22 |
sshnaidm | odyssey4me, great | 16:23 |
*** jawad_axd has joined #openstack-sdks | 16:23 | |
*** jawad_axd has quit IRC | 16:27 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/ansible-collections-openstack master: Bump minimum openstacksdk version when using os_network/dns_domain https://review.opendev.org/705054 | 16:31 |
odyssey4me | sshnaidm: nice to see tests/unit/modules/cloud/openstack/test_os_server.py there - I was thinking that we should do unit testing... so assuming that works, it'd be nice to expand on those | 16:38 |
sshnaidm | odyssey4me, actually I don't think we execute them currently :) but it's good to have it, yes | 16:40 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/ansible-collections-openstack master: Bump minimum openstacksdk version when using os_network/dns_domain https://review.opendev.org/705054 | 16:41 |
*** jawad_axd has joined #openstack-sdks | 16:43 | |
*** gtema_ has joined #openstack-sdks | 16:48 | |
*** jawad_axd has quit IRC | 16:48 | |
*** gtema has quit IRC | 16:50 | |
*** jawad_axd has joined #openstack-sdks | 17:04 | |
*** factor has quit IRC | 17:08 | |
*** jawad_axd has quit IRC | 17:08 | |
*** gtema_ has quit IRC | 17:09 | |
*** gtema has joined #openstack-sdks | 17:10 | |
*** gtema has quit IRC | 17:24 | |
*** jawad_axd has joined #openstack-sdks | 17:25 | |
*** jawad_axd has quit IRC | 17:29 | |
*** evrardjp has joined #openstack-sdks | 17:33 | |
openstackgerrit | Michał Dulko proposed openstack/openstacksdk master: Fix error handling in network trunks operations https://review.opendev.org/705073 | 17:38 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/ansible-collections-openstack master: Bump minimum openstacksdk version when using os_network/dns_domain https://review.opendev.org/705054 | 17:40 |
*** jawad_axd has joined #openstack-sdks | 17:45 | |
*** jawad_axd has quit IRC | 17:50 | |
*** jpich has quit IRC | 17:52 | |
*** dtantsur is now known as dtantsur|afk | 17:52 | |
*** jawad_axd has joined #openstack-sdks | 18:06 | |
*** ralonsoh has quit IRC | 18:11 | |
*** jawad_axd has quit IRC | 18:11 | |
*** sshnaidm is now known as sshnaidm|afk | 18:20 | |
*** jawad_axd has joined #openstack-sdks | 18:27 | |
*** jawad_axd has quit IRC | 18:31 | |
*** jawad_axd has joined #openstack-sdks | 18:47 | |
*** jawad_axd has quit IRC | 18:52 | |
*** sshnaidm|afk is now known as sshnaidm|off | 18:53 | |
*** gtema has joined #openstack-sdks | 19:10 | |
*** gtema has quit IRC | 19:11 | |
*** jawad_axd has joined #openstack-sdks | 20:31 | |
*** jawad_axd has quit IRC | 20:35 | |
*** jawad_axd has joined #openstack-sdks | 20:51 | |
*** jawad_axd has quit IRC | 20:56 | |
*** jawad_axd has joined #openstack-sdks | 21:12 | |
*** jawad_axd has quit IRC | 21:16 | |
*** jawad_axd has joined #openstack-sdks | 21:32 | |
*** enriquetaso has quit IRC | 21:33 | |
*** jawad_axd has quit IRC | 21:37 | |
*** slaweq has quit IRC | 21:43 | |
*** slaweq has joined #openstack-sdks | 21:45 | |
*** jawad_axd has joined #openstack-sdks | 21:53 | |
*** slaweq has quit IRC | 21:55 | |
*** jawad_axd has quit IRC | 21:57 | |
*** jawad_axd has joined #openstack-sdks | 22:21 | |
*** efried has quit IRC | 22:24 | |
*** jawad_axd has quit IRC | 22:25 | |
*** efried has joined #openstack-sdks | 22:25 | |
*** jawad_axd has joined #openstack-sdks | 22:42 | |
*** jawad_axd has quit IRC | 22:47 | |
*** jawad_axd has joined #openstack-sdks | 23:23 | |
*** jawad_axd has quit IRC | 23:28 | |
*** jawad_axd has joined #openstack-sdks | 23:44 | |
*** jawad_axd has quit IRC | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!