Andy Bavier | 3a1d064 | 2016-07-01 14:11:39 -0400 | [diff] [blame] | 1 | --- |
| 2 | # xos-compute-setup/tasks/main.yml |
| 3 | # |
| 4 | # Tell XOS that a new compute node has been added |
| 5 | |
| 6 | - name: ssh to XOS VM and run 'make new-nodes' |
| 7 | command: ssh ubuntu@xos "cd {{ service_profile_repo_dest }}/{{ xos_configuration }}/; make new-nodes" |
Zack Williams | 3562456 | 2016-08-28 17:12:26 -0700 | [diff] [blame] | 8 | tags: |
| 9 | - skip_ansible_lint # running a sub-job |
Andy Bavier | 30d27c9 | 2016-09-15 15:59:17 -0400 | [diff] [blame] | 10 | |
| 11 | - name: Pause 5 seconds |
| 12 | pause: seconds=5 |
| 13 | |
| 14 | - name: ssh to XOS VM and run 'make vtn' |
| 15 | command: ssh ubuntu@xos "cd {{ service_profile_repo_dest }}/{{ xos_configuration }}/; rm -f vtn-external.yaml; make vtn" |
| 16 | tags: |
| 17 | - skip_ansible_lint # running a sub-job |