summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/vmware_vmkernel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migrated to community.vmwareAnsible Core Team2020-03-232-69/+0
|
* Expand Shippable test matrix. (#66912)Matt Clay2020-01-291-1/+1
| | | | | | | * Add 2 CI groups for AWS. * Add 1 CI group for vmware. * Add 1 CI group for CS. * Add 1 CI group for posix.
* prepare_vmware_tests: add scenario with one ESXiGonéri Le Bouder2019-12-191-0/+1
| | | | | Add the ability to test with just one vcenter instance and a single ESXi. This allow us to cover 90 modules.
* vmware: use hostname in esxi_hostnameGonéri Le Bouder2019-05-131-2/+2
| | | | | | | | | | The use of the `hostvars[esxi1].ansible_host` was attempt to use different hostname and IP address. But it's actually the source of more problems. VMware expects to be able to resolvable the host name. This means, that if someone wants to run the test-suite, s/he needs to use a DNS or update the `/etc/hosts` files on the different hosts.
* vmware: refactoring of vmware test roles -- part7 (#55732)Gonéri Le Bouder2019-05-032-135/+63
| | | | | | | | | | | | | | | | | | | | | | Refactoring of the following roles to make use of the new `prepare_vmware_tests` role. - `vmware_resource_pool` - `vmware_resource_pool_facts` - `vmware_target_canonical_facts` - `vmware_vcenter_settings` - `vmware_vcenter_statistics` - `vmware_vm_facts` - `vmware_vm_host_drs_rule` - `vmware_vm_vm_drs_rule` - `vmware_vmkernel` - `vmware_vmkernel_facts` - `vmware_vspan_session` - `vmware_vswitch` - `vmware_vswitch_facts` This patch depends on: https://github.com/ansible/ansible/pull/55719 Original PR: https://github.com/ansible/ansible/pull/54882
* Reduce vcenter integration test boilerplate.Matt Clay2019-02-261-6/+0
|
* Improve vmware_vmkernel module (#47270)Christian Kotte2019-02-202-0/+146
* update description and examples * show updated settings * add check mode support * Remove unused option `vlan_id` * add vDS support * add TCP/IP stack support