summaryrefslogtreecommitdiff
path: root/test/integration/targets/cloudscale_server
Commit message (Collapse)AuthorAgeFilesLines
* cloudscale_server: add tags support (#60396)René Moser2019-08-141-0/+137
|
* cloudscale_server: implement param server_groups (#54868)René Moser2019-04-113-4/+96
|
* Cloudscale server password (#53701)Gaudenz Steinlin2019-03-121-1/+46
| | | | | | | | | | | | | | * cloudscale_server: remove required parameter check The valid parameter combinations are already checked by the API. There is no need to check a subset of this in the Ansible module as well. This makes it more likely that future changes in the API won't require changes in the Ansible module. * cloudscale_server: add password parameter Recent revisions of the cloudscale.ch API allow setting a password for a server. Add this option to the cloudscale_server module.
* Integration test cleanup for cloudscale modules (#53629)Gaudenz Steinlin2019-03-122-446/+453
| | | | | | | | | | | | | | | | | * Integration test cleanup for cloudscale modules This refactors the cleanup procedure for the integration tests of the cloudscale_server and cloudscale_volume modules to use an "always" section for cleanup. The cleanup code also deletes all resources which contain the test run prefix. This ensures that all resources are cleaned up regardless of the actual test result which is a prerequisite for running these tests in CI. * Move cloudscale_floating_ip tests from legacy to integration This also adds code to make sure that floating IPs are deleted even if a test run fails. This is unfortunately not possible for floatint IPv6 networks.
* cloudscale_server: fix missing param use_private_network (#53381)René Moser2019-03-061-6/+23
|
* cloudscale_server: refactor to implement update (#52683)René Moser2019-03-052-4/+206
|
* tests: cloudscale_server: convert legacy to target tests (#52576)René Moser2019-02-203-0/+235
|
* Test placement (#21801)Matt Clay2017-02-224-145/+0
| | | | | * Fix test placement and update messaging. * Add note about group selection.
* new module cloudscale_server (#20175)gaudenz2017-01-174-0/+145