Andy Bavier | 2968291 | 2017-01-24 10:28:58 -0500 | [diff] [blame] | 1 | --- |
| 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 Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 11 | - profile_manifests/cord_defaults.yml |
| 12 | - profile_manifests/cord.yml |
| 13 | - profile_manifests/example_keystone.yml |
Andy Bavier | 2968291 | 2017-01-24 10:28:58 -0500 | [diff] [blame] | 14 | |
| 15 | - name: Fabric ping test to gateway |
| 16 | hosts: compute |
| 17 | remote_user: ubuntu |
| 18 | roles: |
| 19 | - fabric-pingtest |