blob: 9356ed3d85a7f066e18579a731e49fd474e08ba6 [file] [log] [blame]
Andrea Campanellabd56e782017-02-23 15:43:21 +01001---
2# pod-test-playbook.yml
3# Tests CiaB cord-pod XOS configuration
4
5- name: Include vars
6 hosts: all
7 tasks:
8 - name: Include variables
9 include_vars: "{{ item }}"
10 with_items:
11 - "profile_manifests/{{ cord_profile }}.yml"
12 - profile_manifests/local_vars.yml
13
14- name: Create test subscriber
15 hosts: head
16 roles:
17 - test-ecord-subscriber-config
18
19- include: add-onboard-containers-playbook.yml
20
21- name: Enable the test subscriber
22 hosts: xos_ui
23 connection: docker
24 roles:
25 - test-ecord-subscriber-enable
26
27