blob: eef5ab4509b63bc847b0cdfd006d5530222ae82f [file] [log] [blame]
---
# Deploys ONOS in Docker containers on the CORD head node
- name: Include vars
hosts: all
tasks:
- name: Include variables
include_vars: "{{ item }}"
with_items:
- vars/cord_defaults.yml
- vars/cord.yml
- vars/example_keystone.yml
- name: Deploy and start ONOS containers
hosts: head
roles:
- onos-cord-install
- onos-fabric-install