blob: 08c4f73a96c9c6ca22350ef4e19fdf720c012e59 [file] [log] [blame]
---
# xos-compute-setup/tasks/main.yml
#
# Tell XOS that a new compute node has been added
- name: Build XOS containers
make:
chdir: "{{ service_profile_repo_dest }}/{{ xos_configuration }}"
target: new-nodes
- name: Pause 5 seconds
pause: seconds=5
- name: Remove vtn-external.yaml
file: path="{{ service_profile_repo_dest }}/{{ xos_configuration }}/vtn-external.yaml" state=absent
- name: Rebuild VTN configuration with new nodes block
make:
chdir: "{{ service_profile_repo_dest }}/{{ xos_configuration }}"
target: vtn