blob: 343fd98b75e1b1cde477a52811f1bc5efbd2b5de [file] [log] [blame]
Andy Baviera27effe2016-07-18 19:23:26 -04001---
2# Tests single node cord-pod XOS configuration
3
4- name: Include vars
Zack Williams35624562016-08-28 17:12:26 -07005 hosts: all
Andy Baviera27effe2016-07-18 19:23:26 -04006 tasks:
Zack Williams35624562016-08-28 17:12:26 -07007 - name: Include variables
8 include_vars: "{{ item }}"
9 with_items:
10 - vars/cord_defaults.yml
11 - vars/cord.yml
12 - vars/example_keystone.yml
Andy Baviera27effe2016-07-18 19:23:26 -040013
Andy Bavier8cdaa5f2016-12-07 12:32:16 -050014- name: Run platform checks
15 hosts: head
16 become: no
17 roles:
18 - platform-check
19
Andy Bavierbef56282016-11-14 08:22:43 -080020- name: Create test client
21 hosts: head
22 become: yes
23 roles:
24 - maas-test-client-install
25
Andy Bavier8a7b8b62016-07-26 18:35:06 -040026- name: Run post-deploy tests
Andy Baviera27effe2016-07-18 19:23:26 -040027 hosts: head
28 become: no
29 roles:
Andy Bavier8a7b8b62016-07-26 18:35:06 -040030 - test-vsg
31 - test-exampleservice