2015-01-09 20:50:23 +00:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
|
|
|
connection: local
|
|
|
|
gather_facts: false
|
|
|
|
tags:
|
|
|
|
- rackspace
|
|
|
|
roles:
|
2015-01-16 16:04:05 +00:00
|
|
|
- role: prepare_rax_tests
|
|
|
|
tags:
|
|
|
|
- prepare
|
|
|
|
- prepare_rax_tests
|
|
|
|
|
2015-01-09 20:50:23 +00:00
|
|
|
- role: test_rax
|
|
|
|
tags: test_rax
|
2015-01-15 17:38:20 +00:00
|
|
|
|
2015-01-16 16:04:28 +00:00
|
|
|
- role: test_rax_facts
|
|
|
|
tags: test_rax_facts
|
|
|
|
|
2015-01-15 17:38:20 +00:00
|
|
|
- role: test_rax_clb
|
|
|
|
tags: test_rax_clb
|
2015-01-16 01:41:02 +00:00
|
|
|
|
|
|
|
- role: test_rax_clb_nodes
|
|
|
|
tags: test_rax_clb_nodes
|