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

Using a sample (new style) config: ``` saltext.vmware: host: host.example.com user: fnord password: my voice is my passport, verify me esxi_host: esxi.example.com: user: some_esxi_dude password: a totally different password ```...

salt's biggest market value lies in the fact that it can do declarative config management across a wide variety of IT asset types. A fundamental requirement to declarative configuration management,...

`vmware_vm.info` should return allocated vCPUs, memory, and total storage as part of the basic information

In several places, the code breaks due to issues with serialization. My setup utilizes `salt-api` which returns the data as a JSON object. Most functions are unable to serialize the...

A method is needed that queries the list of distributed switches on a data center. Maybe this can simply be added to the `vmware_datacenter.get` method.

`vmware_dvswitch.get` is needed to query the basic information about the switch including the associated port groups

`vmware_vm.info` provides very basic information and is not enough. For example, nic adapters attached are not returned which are needed to know where and how the network connectivity is provided...

- Initial IPv6 support for esxi vmkernel execution and state modules - Tiny docs cleanup Resolves #265

needs-testcase