mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Cloudscale volume (#49887)
* Cloudscale integration test setup CloudProvider and CloudEnvironment classes for Cloudscale integration tests. This also contains a cloudscale_common role with common variables for all tests. * cloudscale_volume module New cloud module to manage volumes on the cloudscale.ch IaaS service.
This commit is contained in:
committed by
René Moser
parent
48ffe2f3b2
commit
35f17bf4c2
8
test/integration/cloud-config-cloudscale.ini.template
Normal file
8
test/integration/cloud-config-cloudscale.ini.template
Normal file
@@ -0,0 +1,8 @@
|
||||
# This is the configuration template for ansible-test cloudscale integration tests.
|
||||
#
|
||||
# You do not need this template if you are:
|
||||
#
|
||||
# 1) Running integration tests without using ansible-test.
|
||||
#
|
||||
[default]
|
||||
cloudscale_api_token = @API_TOKEN
|
||||
Reference in New Issue
Block a user