| # deploy-xos-playbook.yml |
| # This playbook is used for development. It walks through CORD's |
| # fetch -> build -> deploy container pipeline for XOS. |
| - name: Include variables |
| include_vars: "{{ item }}" |
| - "profile_manifests/{{ cord_profile }}.yml" |
| - profile_manifests/local_vars.yml |
| # for docker, docker-compose |
| - include: devel-tools-playbook.yml |
| # pull / build base XOS images |
| - include: ../../orchestration/xos/pull-xos-playbook.yml |
| - include: ../../orchestration/xos/build-xos-playbook.yml |
| - include: build-platform-install-playbook.yml |
| - include: cord-config-playbook.yml |
| - name: Pull other docker images if not present |
| - include: launch-xos-playbook.yml |