mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
automated integration tests for cloudstack (#20552)
This commit is contained in:
parent
b58cf0d23a
commit
aaf4f04574
92 changed files with 1248 additions and 193 deletions
1
test/integration/targets/cs_common/aliases
Normal file
1
test/integration/targets/cs_common/aliases
Normal file
|
@ -0,0 +1 @@
|
|||
hidden
|
5
test/integration/targets/cs_common/defaults/main.yml
Normal file
5
test/integration/targets/cs_common/defaults/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
cs_resource_prefix: "cs-{{ (ansible_date_time.iso8601_micro | to_uuid).split('-')[0] }}"
|
||||
cs_common_template: CentOS 5.6 (64-bit) no GUI (Simulator)
|
||||
cs_common_service_offering: Small Instance
|
||||
cs_common_zone_adv: Sandbox-simulator-advanced
|
Loading…
Add table
Add a link
Reference in a new issue