blob: 90dcb4f5046c842ea5225efad7fb72a2adafee24 [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:
- profile_manifests/cord_defaults.yml
- profile_manifests/cord.yml
- profile_manifests/example_keystone.yml
- name: Fabric ping test to gateway
hosts: compute
remote_user: ubuntu
roles:
- fabric-pingtest