blob: 0a6f93f3967ab7e23cb35dcf328df2f7043c8033 [file] [log] [blame]
Andy Bavier29682912017-01-24 10:28:58 -05001- name: Remove old ONOS fabric configuration file
2 file:
3 path: "{{ service_profile_repo_dest }}/{{ xos_configuration }}/network-cfg-quickstart.json"
4 state: absent
5
6- name: Rebuild and reinstall ONOS fabric configuration
7 make:
8 chdir: "{{ service_profile_repo_dest }}/{{ xos_configuration }}"
9 target: "{{ item }}"
10 with_items:
11 - network-cfg-quickstart.json
12 - delete_fabric_config
13 - fabric
14 - reactivate_fabric_apps