2015-01-09 21:50:23 +01:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
|
|
|
connection: local
|
|
|
|
gather_facts: false
|
|
|
|
tags:
|
|
|
|
- rackspace
|
|
|
|
roles:
|
2015-01-16 17:04:05 +01:00
|
|
|
- role: prepare_rax_tests
|
|
|
|
tags:
|
|
|
|
- prepare
|
|
|
|
- prepare_rax_tests
|
|
|
|
|
2015-01-09 21:50:23 +01:00
|
|
|
- role: test_rax
|
|
|
|
tags: test_rax
|
2015-01-15 18:38:20 +01:00
|
|
|
|
2015-01-16 17:04:28 +01:00
|
|
|
- role: test_rax_facts
|
|
|
|
tags: test_rax_facts
|
|
|
|
|
2015-01-16 21:11:50 +01:00
|
|
|
- role: test_rax_meta
|
|
|
|
tags: test_rax_meta
|
|
|
|
|
2015-01-16 21:54:28 +01:00
|
|
|
- role: test_rax_keypair
|
|
|
|
tags: test_rax_keypair
|
|
|
|
|
2015-01-15 18:38:20 +01:00
|
|
|
- role: test_rax_clb
|
|
|
|
tags: test_rax_clb
|
2015-01-16 02:41:02 +01:00
|
|
|
|
|
|
|
- role: test_rax_clb_nodes
|
|
|
|
tags: test_rax_clb_nodes
|
2015-01-16 22:25:32 +01:00
|
|
|
|
|
|
|
- role: test_rax_network
|
|
|
|
tags: test_rax_network
|