blob: 67ff1b4bf3d9cc589feffacab12b74141d7e0096 [file] [log] [blame]
---
# deploy-onos-playbook.yml
# Deploys ONOS in Docker containers on the CORD head node
- 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: Deploy and start ONOS containers
hosts: head
roles:
- onos-cord-install
- onos-fabric-install