Andy Bavier | 2c0ec05 | 2016-07-18 19:23:26 -0400 | [diff] [blame] | 1 | --- |
2 | # Tests single node cord-pod XOS configuration | ||||
3 | |||||
4 | - name: Include vars | ||||
5 | hosts: head | ||||
6 | tasks: | ||||
7 | - include_vars: vars/cord_single_defaults.yml | ||||
8 | - include_vars: vars/cord.yml | ||||
9 | - include_vars: vars/example_keystone.yml | ||||
10 | |||||
11 | - name: Run post-deploy test | ||||
12 | hosts: head | ||||
13 | become: no | ||||
14 | roles: | ||||
15 | - post-deploy-tests | ||||
16 |