salt-ext-modules-vmware
salt-ext-modules-vmware copied to clipboard
Salt Extension Modules for VMware
I'm not sure if it's just trying to mirror the API but it's more typical for a `list` or `list_something` to be found in Salt, when lists of things are...
@waynew Integration tests are failing with the usage of pillars for confidential data. Need support in resolving them
I installed the module and did a restart and the UI does not list the modules. [root@ip-172-31-15-34 salt]# salt-call pip.install saltext.vmware [INFO ] Executing command /usr/bin/python3 in directory '/root' [INFO...
https://github.com/saltstack/salt/issues/60564 Like mentioned in that issue, when a device is created with disks we should increment. Alternatively if we really need random instead of sequential, we should just shuffle the...
For example, see Salt module - `file` is for managing _files_, `apache` is for managing apache servers. It recently came to my attention that some of our states/modules have plural...
What it says on the tin. There are some bits of information that we're only exposing via a `.get_info` or something to that effect, that really should be grains. I...
We need to extract the function arguments used for vmc connections from pretty much everywhere, and change them to be pulled exclusively from pillar data. Conveniently this will mostly be...
I could be wrong, but `src/saltext/vmware/modules/dvswitch.py` doesn't seem to have the ability to delete switches. This seems like a useful feature, even if it's just for testing.