blob: 1df82043bb6ad047c7d643e4160f9c50ddc6c5b4 [file] [log] [blame]
Andy Bavier3a1d0642016-07-01 14:11:39 -04001---
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 Williams35624562016-08-28 17:12:26 -07008 tags:
9 - skip_ansible_lint # running a sub-job
Andy Bavier30d27c92016-09-15 15:59:17 -040010
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