salt-ext-modules-vmware
salt-ext-modules-vmware copied to clipboard
Salt Extension Modules for VMware
This includes modules, state and their corresponding unit tests for content libraries
That makes sense - I don't think it's worth blocking this PR over, but I'll go ahead and create an issue to track this. You can extend fixtures like: ```...
Should be pretty straightforward, Right now I think mock_with_name is the only thing that belongs in there. > I'm OK with not blocking the PR on this - but let's...
With the previous code, the tags did not appear when I did the `salt-call vmware_vm.info ` command. By adding the vSphere SDK Client, the tags are ok in the return...
Just noticed that this wasn't marked as an issue here yet, so... let's go ahead and create this as an issue! We took on the test_value_scraper.py debt to be able...
Hello everyone, first of all a description of my environment: ## Test environment ### OS ``` [root@getvlsalt02 srv]# cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux...
Fixes bad variable reference by either allowing you to specify `datacenter_name` or by calling `utils_datastore.get_datastores` without it. Fixes: #279
This state exists in salt cloud but no longer works with the newest version of pyvmomi. We need to create this functionality in the extension because we no longer plan...
Currently the implementation of ``esxi.get`` in #129 does not quite match up with the API in Salt's grains.core. For now this is fine but at some point in the future...