blob: c1c23958769aaa0912547b626b34592b94bb5f7b [file] [log] [blame]
Andy Bavier2c0ec052016-07-18 19:23:26 -04001---
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