diff options
author | CNlucius <lukai1@huawei.com> | 2016-01-02 14:38:26 +0800 |
---|---|---|
committer | CNlucius <lukai1@huawei.com> | 2016-01-02 14:39:03 +0800 |
commit | 617877977bb49b9a97f24b0fee583d104ef68891 (patch) | |
tree | 0a18ef7d9df3e60442abcd170fe50e8213a5aa9d /deploy/adapters/ansible/roles/onos_cluster/tasks | |
parent | aab654ea84b2e844eb8842d94370edd801b74b10 (diff) |
ONOSFW-152
Onos Intergrates with compass
Change-Id: Ia96f17754c3aef0a0b2f2013d430cb288d2d237d
Signed-off-by: CNlucius <lukai1@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/onos_cluster/tasks')
-rwxr-xr-x | deploy/adapters/ansible/roles/onos_cluster/tasks/openvswitch.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/adapters/ansible/roles/onos_cluster/tasks/openvswitch.yml b/deploy/adapters/ansible/roles/onos_cluster/tasks/openvswitch.yml index ec299835..f8ed551f 100755 --- a/deploy/adapters/ansible/roles/onos_cluster/tasks/openvswitch.yml +++ b/deploy/adapters/ansible/roles/onos_cluster/tasks/openvswitch.yml @@ -78,6 +78,6 @@ - name: delete default gateway shell: > - route delete dufault; - when: inventory_hostname in groups['onos'] + route delete default; + when: inventory_hostname not in groups['onos'] ignore_errors: True |