salt-ext-modules-vmware icon indicating copy to clipboard operation
salt-ext-modules-vmware copied to clipboard

Salt Extension Modules for VMware

Results 92 salt-ext-modules-vmware issues
Sort by recently updated
recently updated
newest added

The current implementation only returned basic nics information. However, in most cases this is not enough to run automation as we need to know how the VM is connected to...

I am trying to setup a dev environment but I do not really understand the install instructions. I think I did all the necessary stuff, but it does not explain...

**Description** Wnen the saltext.vmware extension is installed, the `disk` module in Salt cannot be loaded: ``` # salt-call disk.blkid -l trace ... [TRACE ] Loaded disk as virtual vmware_disk [DEBUG...

David Fidler reports on Slack: For this topic: https://docs.saltproject.io/salt/extensions/salt-ext-modules-vmware/en/latest/vmc.html#modules-and-states-for-controlling-vmc-sddc The new docs format is not readable. ![left-nav-bar-wrap](https://user-images.githubusercontent.com/43180546/224187203-28cf934d-af8b-4ff8-9089-a6af5f6a7fb4.png) This is readable: ![core-module-index](https://user-images.githubusercontent.com/43180546/224187285-9b38c275-4d4b-4f1b-abff-0380f530378a.png) For the new theme, the problem is a whitespace...

See #351 for more info, but generally speaking there are two behaviors when using profiles that are just terrible. ``` File "/home/wayne/mine/review-saltext/src/saltext/vmware/utils/connect.py", line 45, in get_config credentials = conf[profile] KeyError:...

bug

When using nsxt_policy_segment state getting binary not found on system error. The import model name is not correct on the python file site-packages/saltext/vmware/states/nsxt_policy_segment.py from saltext.nsxt.modules import nsxt_policy_segmenta Looks like this...

I'm unable to get sub-folders / nested folders to work using the vmware_folder.manage state. Names are not being parsed and are sent directly to the /vm/{datacenter}/ root folder. There is...