mirror of https://github.com/ansible/ansible.git
ansible-test - Deprecate the govcsim container.
Also remove the integration tests for the `vcenter` test plugin, since the tests relied on using the simulator.pull/79801/head
parent
f2707d1fbc
commit
29b20f68e6
@ -0,0 +1,8 @@
|
|||||||
|
breaking_changes:
|
||||||
|
- ansible-test - The ``vcenter`` test plugin now defaults to using a user-provided static configuration instead of the ``govcsim`` simulator.
|
||||||
|
Set the ``ANSIBLE_VCSIM_CONTAINER`` environment variable to ``govcsim`` to use the simulator.
|
||||||
|
Keep in mind that the simulator is deprecated and will be removed in a future release.
|
||||||
|
deprecated_features:
|
||||||
|
- ansible-test - The ``govcsim`` simulator in the ``vcenter`` test plugin is now deprecated.
|
||||||
|
It will be removed in a future release.
|
||||||
|
Users should switch to providing their own test environment through a static configuration file.
|
||||||
@ -1,3 +0,0 @@
|
|||||||
cloud/vcenter
|
|
||||||
shippable/generic/group1
|
|
||||||
context/controller
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
- name: Verify endpoints respond
|
|
||||||
uri:
|
|
||||||
url: "{{ item }}"
|
|
||||||
validate_certs: no
|
|
||||||
with_items:
|
|
||||||
- http://{{ vcenter_hostname }}:5000/ # control endpoint for the simulator
|
|
||||||
Loading…
Reference in New Issue