From cfd0fcc90fa3a3c67289ca4fba26e725f317e4c2 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sat, 14 Oct 2017 19:18:51 +0200 Subject: Drop infinite loops in favor of finite wait_for While at it, fix some shellcheck warnings, and s/fgrep/grep -F/g. Change-Id: I093b7b4c196731b1ecc0c27a4111955b2e412762 Signed-off-by: Alexandru Avadanii (cherry picked from commit 089585ad5370109d4c2a476b94b0017153d7713d) --- mcp/salt-formulas/opendaylight/client.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcp/salt-formulas') diff --git a/mcp/salt-formulas/opendaylight/client.sls b/mcp/salt-formulas/opendaylight/client.sls index 2a56d49dd..dbffc5709 100644 --- a/mcp/salt-formulas/opendaylight/client.sls +++ b/mcp/salt-formulas/opendaylight/client.sls @@ -9,7 +9,7 @@ opendaylight_client_packages: ovs_set_manager: cmd.run: - name: "ovs-vsctl set-manager {{ client.ovsdb_server_iface }} {{ client.ovsdb_odl_iface }}" - - unless: "ovs-vsctl get-manager | fgrep -x {{ client.ovsdb_odl_iface }}" + - unless: "ovs-vsctl get-manager | grep -Fx {{ client.ovsdb_odl_iface }}" ovs_set_tunnel_endpoint: cmd.run: -- cgit 1.2.3-korg