15:59:36 #startmeeting Ansible Network Working Group 15:59:36 Meeting started Wed Aug 7 15:59:36 2019 UTC. 15:59:36 This meeting is logged and archived in a public location. 15:59:36 The chair is Qalthos. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:59:36 Useful Commands: #action #agreed #halp #info #idea #link #topic. 15:59:36 The meeting name has been set to 'ansible_network_working_group' 16:00:12 #chair ganeshrn ikhan nilashishc privateip trishnag pabelanger dmellado 16:00:12 Current chairs: Qalthos dmellado ganeshrn ikhan nilashishc pabelanger privateip trishnag 16:00:22 #topic Core Updates 16:00:26 o/ 16:02:01 #info AnsibleFest is still Sept. 24-26 in Atlana, GA 16:02:11 #link https://www.ansible.com/ansiblefest for details 16:03:32 #info Feature freeze for Ansible 2.9 is also quickly approaching, at 2019-08-29 16:03:49 #link https://docs.ansible.com/ansible/latest/roadmap/ROADMAP_2_9.html for up-to-date info on that 16:05:33 #link https://github.com/ansible/community/labels/network is where the agenda for this meeting can always be found 16:06:03 I think that's it from us, so let's get into it 16:06:26 #topic Configurable terminal plugins #60086 16:08:04 This is something ganeshrn has put together to solve a number of problems with initial device setup 16:09:06 #info If you maintain a platform that has a terminal plugin, you are affected. Take a look at ansible/ansible#60086 and make sure everything looks right. 16:10:15 There shouldn't be any issues, but as with any change of this size, we can't keep an eye on everything. 16:11:09 I don't think ganeshrn is available to add anything more, so I'm going to move on. 16:11:45 #topic Meraki bugfix #59395 16:12:34 #59395 was submitted as a PR last week and I'm happy with it. I'd like to get it into devel so I can backport as well. The submitter hasn't submitted a changelog fragment so I'm looking for advice on how I should best move this forward. 16:14:08 mrproper: You are listed as a maintainer for meraki, right? 16:14:16 I should be. Yes. 16:17:46 mrproper: My suggestion would be to submit a review as 'request changes' detailing what you want, which should cause the bot to start bugging the submitter to resove it. 16:17:47 If that doesn't work for people without commit access, as a maintainer you should be able to use one of https://github.com/ansible/ansibullbot/blob/master/ISSUE_HELP.md#commands to create the same outcome 16:18:30 Excellent. 16:21:28 My next topic is about PR #55251 (https://github.com/ansible/ansible/pull/55251). This is the base PR for my unit tests against the Meraki module utility. It's failing CI and I need to look into that a little more. But I'd like to get this merged as I have a feature for 2.9 which depends on this. 16:21:47 mrproper: After that, give it a shipit and it should merge quickly 16:21:53 Thanks. 16:22:39 #topic Meraki unit tests #55251 16:23:47 The PR is failing CI because the import isn't working in Python 2.7 and probably 2.6. 16:24:13 pabelanger: Do you know anything about this? 16:24:33 no, first I am hearing of it. do you have a log? 16:24:45 https://app.shippable.com/github/ansible/ansible/runs/136026/5/tests 16:24:53 looking 16:25:13 make this is fall out of recent ansible-test changes? 16:25:26 we should ask mattclay to look 16:25:56 He's been reviewing the PR so far 16:26:01 did python 2.6 ship with mock? 16:26:13 or do we need python-mock installed vi pip 16:27:10 If mock is implemented different in 2.x, let me know and I'll look into existing examples of how to use it. But I didn't see anything obviously different. 16:27:53 yah, I think mock is not in python 2.6 16:28:01 so we need to switch or pip install it 16:28:20 I honestly don't know. I just `ansible-test --requirements` and don't really pay attention to what it installs 16:29:04 yah, lets check with core and see 16:29:13 been so long since I did 2.6 things 16:29:20 And while I see some more changes have come out while I was on PTO, I haven't dug into what they were yet 16:31:49 Are one of you two going to talk to core about it? If so, let me know and I can make required changes. 16:36:22 mrproper: My guess is you need to change `from unittest import mock` to `from units.compat import mock` 16:38:53 If that isn't the issue, I can get mattclay to give it another look 16:40:47 I'll give it a try tonight. 16:40:50 Thank you. 16:47:17 #topic Open Floor 16:47:35 Anyone else want to discuss anything in the last few minutes? 16:51:10 Alright, then, have a good week everyone 16:51:14 #endmeeting