16:02:28 #startmeeting Ansible VMware Working Group Meeting 16:02:28 Meeting started Mon Aug 12 16:02:28 2019 UTC. 16:02:28 This meeting is logged and archived in a public location. 16:02:28 The chair is akasurde. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:02:28 Useful Commands: #action #agreed #halp #info #idea #link #topic. 16:02:28 The meeting name has been set to 'ansible_vmware_working_group_meeting' 16:06:09 Hello everyone 16:06:57 Hello 16:07:03 #chair enrh 16:07:03 Current chairs: akasurde enrh 16:07:10 enrh, hello 16:24:17 It's quiet today! 16:33:38 yup 16:33:53 enrh, Do you have anything to discuss in VMware Ansible Space? 16:35:33 Not necessarily. I'm curious about the trajectory of the vsphere_ modules 16:35:45 Specifically the vsphere_copy module 16:35:59 Do we need someone to just simply rename it and touch it up a bit? 16:36:50 vmware_copy and kind of model after copy/win_copy? 16:37:04 Except you're uploading via the API rather than SSH/WinRM 16:37:37 I use that module a lot and could see myself contributing some in a few weeks to tackel that- if y'all would be interested. I've built some custom modules recently and see how easy it is. 16:38:03 PRs are always welcome 16:38:23 Author of vsphere_copy wanted to keep this name so never changed to vmware_copy 16:39:10 You can always contribute custom modules, community can take advantage of that and also contribute back 16:40:07 Yeah I've built 11, 4 for working with Splunk KV Stores and 7 for working with AWS Glacier Vaults 16:40:26 I do anticipate puting a PR in after we are done with our project, but that isn't related for here. 16:42:04 OK, even if they are not related to VMware, you can contribute back to ansible/ansible repo 16:42:12 I see dag is in here; he authored vsphere_copy. M yes, that just stand for vsphere_guest 16:42:54 Ah yes, I must have gotten my wires crossed. 16:43:09 vsphere_guest is based upon a deprecated Python bindings of VMware 16:43:12 OK so maybe nothing to do with vsphere_copy afterall, my bad. 16:43:20 so we have to deprecate that module 16:43:39 vmware_guest is replacement and main module of VMware 16:43:41 right now 16:43:49 Yeah that's what I've been using, it works great 16:44:05 Really the VMware modules have been vastly improved in the last couple of major versions 16:44:14 Oh one more idea/thing and I'll shut up 16:45:07 We have been constantly working on improving the vmware_* modules 16:45:15 Yes, sure go on 16:46:12 I was poking around pysphere and didn't notice anything to simply attach the hosts version of the guest tools to a guest like you can in the UI, but if that were supported I would be interested in creating a quick PR for that sooner rather than later... but not seeing it yet 16:49:31 I'll just be looking into that some more, maybe get somewhere with it next week and can put in a PR. 16:49:36 That's all I have :) 16:50:37 pysphere is deprecated library 16:51:24 I afraid - we don't accept PRs for deprecated library, since there is overhead of maintaining for both modules and library 16:51:39 Oh derp, pyVmomi 16:51:52 now we are talking business 16:52:19 OK I'll look in there and see if there exists code to do what I want and can leverage for a simple module 16:52:37 Yes sure 16:53:21 you can always raise feature request PR, some one might find it useful and might submit PR 16:53:39 also raising an issue keeps it to the record 16:54:59 Sounds good, I'll probably do that if I don't see anything obvious in pyVmomi 16:55:37 For now I'm win_copy'ing an installer and using win_package to install it, would like to replace win_copy step with vmware_guest_tools_attach or something 16:57:33 enrh, check vmware_guest_tools_upgrade.py 16:57:48 I think it will have same codebase 16:59:13 It bails if tools aren't running, then calls a UpgradeTools() method on the vm object.. 16:59:27 However yeah, I've got some research to do- thanks 17:02:39 yup 17:02:56 Sure, please raise an issue and PR as well 17:09:58 Closing the meeting since we are little over time 17:10:07 enrh, thanks for join-in 17:10:11 #endmeeting