blob: 0a6f93f3967ab7e23cb35dcf328df2f7043c8033 [file] [log] [blame]
- name: Remove old ONOS fabric configuration file
file:
path: "{{ service_profile_repo_dest }}/{{ xos_configuration }}/network-cfg-quickstart.json"
state: absent
- name: Rebuild and reinstall ONOS fabric configuration
make:
chdir: "{{ service_profile_repo_dest }}/{{ xos_configuration }}"
target: "{{ item }}"
with_items:
- network-cfg-quickstart.json
- delete_fabric_config
- fabric
- reactivate_fabric_apps