16:01:03 #startmeeting Ansible Network Working Group 16:01:03 Meeting started Wed Jun 12 16:01:03 2019 UTC. 16:01:03 This meeting is logged and archived in a public location. 16:01:03 The chair is Qalthos. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:01:03 Useful Commands: #action #agreed #halp #info #idea #link #topic. 16:01:03 The meeting name has been set to 'ansible_network_working_group' 16:01:40 #chair ganeshrn ikhan privateip trishnag pabelanger dmellado 16:01:40 Current chairs: Qalthos dmellado ganeshrn ikhan pabelanger privateip trishnag 16:02:15 #link https://github.com/ansible/community/labels/network is where the agenda for this meeting can always be found 16:02:21 * ganeshrn waves 16:02:24 #topic Core Updates 16:03:18 #info Ansible 2.8.1 should be coming very soon now 16:03:54 After which, 2.9 planning should start to formalize 16:05:15 The 2.9 roadmap dates are in the git repository, but I can't seem to find them on docs 16:05:38 It should eventually live at https://docs.ansible.com/ansible/latest/roadmap/ROADMAP_2_9.html 16:06:45 Let's get in to the agenda, then 16:06:58 #topic Meraki PRs 16:07:28 Good morning/afternoon. Lets start with https://github.com/ansible/ansible/pull/53891 which you commented on a few minutes ago. I responded to the comment. 16:08:14 I'm not seeing any response there? 16:08:26 Ugh there's a conflict too, 16:09:10 Yeah I don't know where the comment went. I'll add the comment. 16:10:08 Reload please. 16:12:40 That's not really answering my question. You've commented out a fail_json(), but have code doing something similar immediately after it. 16:12:50 Why is the fail_josn still there, commented? 16:13:23 Debugging during development. I can remove that as well. 16:13:55 Alright, that and fixing the conflict should be fine, then 16:13:56 It really came down to I wanted the whole playbook to fail during development instead of continuing on. 16:14:06 I'll @ you on the PR when I've made the changes? 16:14:11 mrproper: sure 16:14:19 Next is https://github.com/ansible/ansible/pull/57289 which is a new module. 16:15:04 As for the new module that's left, I haven't had a chance to go through that (or any of the new modules on the agenda) yet 16:15:20 Understood. I figured those take more time than patches. 16:15:28 mrproper: Anything in particular you want to mention about it? 16:15:46 No. It should be a relatively straight forward one, at least in my mind. 16:16:44 Alright, I should be going through them later today. You seem pretty on top of your PRs, so I'm sure you'll know if I have any concerns. 16:17:06 Thank you! Let me know if something jumps out. 16:17:12 I'm through with Meraki topics for this week then. 16:17:36 mrproper: thanks 16:18:22 #topic Avi PRs 16:18:53 chaitanyaavi: I see there's an update on 57531 16:19:51 Yes I have updated both the PRs and @grastogi have replied on your comments as well 16:27:38 Regarding 57116... there's a lot going on in there that seems unnecessarily tied to the specifics of the API 16:29:28 Determining that isn't helped when there is only one example, but in particular the parameters specified as paths when it seems they could be specified just as well as strings which are built in to paths in the module 16:30:19 is core of the debate about using syntax like "/api/tenant?name=admin"? 16:30:37 grastogi: That is a lot of it 16:32:48 Yes, having that syntax has allowed us to properly check against the reference. In a way your argument is that name should be enough for matching the reference. However, having it this way allowed us to pass hints to the module about type of the reference. This we used to then create a generic implementation to match against what is returned from the Avi controller and not having to pass UUIDs in the playbooks. 16:32:48 16:34:11 yes, there is a path but that is mostly a reference and always in the format of /api/?name= 16:35:59 Then surely the module could accept a name as a parameter and send the formatted path to the generic implementation 16:36:13 or a dictionary of name and type if name alone is insufficient 16:36:56 The user should not have to know or care how the paths are formatted, that is the point I am trying to make 16:39:22 yes, I completely agree with you. It was not our best option. We could not achieve the solution with just name. The other one is not as clean so didn't implement that. User does need to know the type of object as you can't put a name and not know whether it is a virtualservice or pool or tenant 16:41:17 still it is a bit ugly. we will honestly revisit if we can find a solution. However, customers are already using this in production. So, would request not hold the PR for just this ready 16:41:20 sorry reason 16:41:34 In that case, I would suggest adding suboptions to each of those parameters, which should allow you to be more explicit about what sorts of values are expected or appropriate 16:42:01 This is not going to get merged in its present condition 16:42:10 yes, we are already discussing use of suboptions more pervasively in our modules. thanks for bringing it up in the other PR 16:44:12 I'll copy the relevant bits of this discussion back to the PR, just so it doesn't get lost 16:44:57 grastogi: Anything else before we move on? 16:45:09 chaitanyaavi: ^? 16:45:11 Again, this is already in use in production. It is also consistent with other Avi modules. So, still request we don't hold this up while we look for solutions. 16:47:58 grastogi: I do apologise for the inconsistent application of this rule in the past, things do occasionally get lost. However, it seems to me that we have a solution, which should be more robust and expressive than passing paths around 16:49:41 And as-is, this does not meet the standards for inclusion that we try to keep to, for the reasons already discussed. 16:52:11 So unless there is something else, I am going to move on. 16:53:57 #topic CloudEngine 16:54:52 xuxiaowei0512: As I mentioned before, I haven't had a chance to look at new module PRs yet 16:55:11 Ok , I got it 16:58:46 The other PRs seem fine, I think they have all been merged now 16:59:37 xuxiaowei0512: If that doesn't seem correct, then let me know what I am missing, otherwise, I'm going to close the meeting 17:00:25 I also have updated PR 57264. 17:00:44 How about PR 57264? 17:01:15 Ah, that one failed to merge, let me try again 17:01:26 GitHub can be slow sometimes 17:02:15 Thanks. 17:02:46 Alright, thanks everyone for coming 17:02:50 #endmeeting