ansible/test/integration/cloudstack.yml

31 lines
1.6 KiB
YAML
Raw Normal View History

2015-05-03 16:06:30 +02:00
---
- hosts: localhost
connection: local
gather_facts: no
tags:
- cloudstack
2015-08-19 21:37:54 +02:00
vars:
2015-08-23 22:48:32 +02:00
cs_resource_prefix: "{{ resource_prefix | default('cs-') }}"
2015-05-03 16:06:30 +02:00
roles:
- { role: test_cs_user, tags: test_cs_user }
2015-08-23 22:48:32 +02:00
- { role: test_cs_project, tags: test_cs_project }
- { role: test_cs_iso, tags: test_cs_iso }
- { role: test_cs_domain, tags: test_cs_domain }
- { role: test_cs_vmsnapshot, tags: test_cs_vmsnapshot }
2015-05-03 16:06:30 +02:00
- { role: test_cs_sshkeypair, tags: test_cs_sshkeypair }
- { role: test_cs_affinitygroup, tags: test_cs_affinitygroup }
- { role: test_cs_securitygroup, tags: test_cs_securitygroup }
- { role: test_cs_securitygroup_rule, tags: test_cs_securitygroup_rule }
- { role: test_cs_instance, tags: test_cs_instance }
- { role: test_cs_instancegroup, tags: test_cs_instancegroup }
- { role: test_cs_portforward, tags: test_cs_portforward }
2015-05-11 17:37:35 +02:00
- { role: test_cs_account, tags: test_cs_account }
2015-05-18 22:44:29 +02:00
- { role: test_cs_firewall, tags: test_cs_firewall }
- { role: test_cs_loadbalancer_rule, tags: test_cs_loadbalancer_rule }
2015-11-16 18:38:27 +01:00
- { role: test_cs_volume, tags: test_cs_volume }
- { role: test_cs_instance_facts, tags: test_cs_instance_facts }
- { role: test_cs_configuration, tags: test_cs_configuration }
- { role: test_cs_pod, tags: test_cs_pod }
- { role: test_cs_cluster, tags: test_cs_cluster }
- { role: test_cs_resourcelimit, tags: test_cs_resourcelimit }