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
Gaudenz Steinlin 4c94c6f9ba cloudscale_server: add timeout param and increase default timeout (#33088)
* Improve error message in cloudscale_server module

Fix punctuation and add the full contents of "info" to the output in
case of failed API calls. This is useful in case of connection timeouts
and other error conditions where there is no response body available.

* Increase timeouts in cloudscale_server module

Increase the timeouts to not fail in case the API calls take a bit
longer than usual. The default timeout of fetch_url is 10s which is
quite short. Increase it to 30s. The timeout for waiting for a server
change is increased as well as it calls the API in a loop. Therefore
this value should be larger than the API timeout.

* Send API parameters as JSON in cloudscale_server module

Use JSON to send the POST data to the API instead of an urlencoded
string. Urlencoding is not really a good match for some Python
datatypes.

This fixes an issue when submitting a list of SSH keys which did not get
translated properly.

* Fix typo in cloudscale_server documentation

* cloudscale_sever: Replace timeout const by api_timeout param

Replace the static TIMEOUT_API constant by a user configurable
api_timeout parameter. Also eliminate the TIMEOUT_WAIT constant by
2*api_timeout. This means that the timeout to wait for server changes is
always double the timeout for API calls.

* Use Debian 9 image for cloudscale_server tests
7 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
compile Enable Python 3.7 in ansible-test. 7 years ago
integration Fixes #30863: support update source_address_prefix in azure_rm_securitygroup (#32614) 7 years ago
legacy cloudscale_server: add timeout param and increase default timeout (#33088) 7 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Force all tests to run on docker image updates. 7 years ago
sanity Fix anomalous backslashes and enable pylint test. 7 years ago
units jsonify inventory (#32990) 7 years ago
utils Improve zypper refresh/clean for opensuse images. 7 years ago