blob: 9b94d070228a8a66f9a7ae6726fd9b67eb55ac29 [file] [log] [blame]
---
# deploy-onos-playbook.yml
# Deploys ONOS in Docker containers on the CORD head node
- name: Include vars
hosts: head
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
- { role: onos-fabric-install, when: use_fabric | default(False) }