blob: 420fde0523eb1bd18770bb68d40b97be6b5e02a1 [file] [log] [blame]
Andy Bavier29682912017-01-24 10:28:58 -05001---
2# Send some pings from compute nodes to head node over the fabri
3# Mainly useful for CiaB right now
4
5- name: Include vars
6 hosts: head
7 tasks:
8 - name: Include variables
9 include_vars: "{{ item }}"
10 with_items:
11 - vars/cord_defaults.yml
12 - vars/cord.yml
13 - vars/example_keystone.yml
14
15- name: Fabric ping test to gateway
16 hosts: compute
17 remote_user: ubuntu
18 roles:
19 - fabric-pingtest