blob: eef5ab4509b63bc847b0cdfd006d5530222ae82f [file] [log] [blame]
Andy Bavier12262e72016-12-02 11:36:57 -05001---
2# Deploys ONOS in Docker containers on the CORD head node
3
4- name: Include vars
5 hosts: all
6 tasks:
7 - name: Include variables
8 include_vars: "{{ item }}"
9 with_items:
10 - vars/cord_defaults.yml
11 - vars/cord.yml
12 - vars/example_keystone.yml
13
14- name: Deploy and start ONOS containers
15 hosts: head
16 roles:
17 - onos-cord-install
18 - onos-fabric-install