You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/lib/ansible_test/_internal/cloud
Gonéri Le Bouder 5ecbe9cbbb vcenter provider: Only rely on VMWARE_TEST_PLATFORM
Until now, the vcenter provider was switching between `static` and
`govcsim` depending on the presence of the following configuration file:
`test/integration/cloud-config-vcenter.ini`.

This was not consistent with Worldstream, which we enable with the
`VMWARE_TEST_PLATFORM` environment variable.

We now only rely on `VMWARE_TEST_PLATFORM` to know which platform should be
used. `govcsim` is still the default, this to preserve the original
behaviour.

This commit also rename the following variables to be consistent with the rest
of the code base. It also ensures they are alway defined, even with `govcsim`:

- `VCENTER_HOSTNAME`
- `VCENTER_USERNAME`
- `VCENTER_PASSWORD`
5 years ago
..
__init__.py Overhaul ansible-test test path handling. (#61416) 5 years ago
acme.py Bump acme-test-container version. (#62381) 5 years ago
aws.py Mark AWS credentials in ansible-test as sensitive. 5 years ago
azure.py Mark ansible-test cloud credentials as sensitive. 5 years ago
cloudscale.py Mark ansible-test cloud credentials as sensitive. 5 years ago
cs.py Mark ansible-test cloud credentials as sensitive. 5 years ago
foreman.py Relocate ansible-test code. (#60147) 5 years ago
gcp.py Relocate ansible-test code. (#60147) 5 years ago
hcloud.py Mark ansible-test cloud credentials as sensitive. 5 years ago
nios.py Relocate ansible-test code. (#60147) 5 years ago
opennebula.py Mark ansible-test cloud credentials as sensitive. 5 years ago
openshift.py Relocate ansible-test code. (#60147) 5 years ago
scaleway.py Mark ansible-test cloud credentials as sensitive. 5 years ago
tower.py Mark ansible-test cloud credentials as sensitive. 5 years ago
vcenter.py vcenter provider: Only rely on VMWARE_TEST_PLATFORM 5 years ago
vultr.py Mark ansible-test cloud credentials as sensitive. 5 years ago