blob: 90dcb4f5046c842ea5225efad7fb72a2adafee24 [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:
Zack Williamsa2763112017-01-03 11:38:38 -070011 - profile_manifests/cord_defaults.yml
12 - profile_manifests/cord.yml
13 - profile_manifests/example_keystone.yml
Andy Bavier29682912017-01-24 10:28:58 -050014
15- name: Fabric ping test to gateway
16 hosts: compute
17 remote_user: ubuntu
18 roles:
19 - fabric-pingtest