Andy Bavier | 2968291 | 2017-01-24 10:28:58 -0500 | [diff] [blame] | 1 | - 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 |