blob: 420fde0523eb1bd18770bb68d40b97be6b5e02a1 [file] [log] [blame]
---
# Send some pings from compute nodes to head node over the fabri
# Mainly useful for CiaB right now
- name: Include vars
hosts: head
tasks:
- name: Include variables
include_vars: "{{ item }}"
with_items:
- vars/cord_defaults.yml
- vars/cord.yml
- vars/example_keystone.yml
- name: Fabric ping test to gateway
hosts: compute
remote_user: ubuntu
roles:
- fabric-pingtest