| --- | |
| # pod-test-playbook.yml | |
| # Tests CiaB cord-pod XOS configuration | |
| - name: Include vars | |
| hosts: all | |
| tasks: | |
| - name: Include variables | |
| include_vars: "{{ item }}" | |
| with_items: | |
| - "profile_manifests/{{ cord_profile }}.yml" | |
| - profile_manifests/local_vars.yml | |
| - name: Create test subscriber | |
| hosts: head | |
| roles: | |
| - test-ecord-subscriber-config | |
| - include: add-onboard-containers-playbook.yml | |
| - name: Enable the test subscriber | |
| hosts: xos_ui | |
| connection: docker | |
| roles: | |
| - test-ecord-subscriber-enable | |