diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-04-26 13:18:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-26 13:18:48 +0000 |
commit | cfba3e9da448ebf47b7cea77d3335277d9b3c96b (patch) | |
tree | 5958eda33acb47caa9454615b5220cef91e78dcb /mcp/config/states/opendaylight | |
parent | 90d927d6b480d7169fe328a137b9f62bb2348db7 (diff) | |
parent | b59c1fd569da12119613baa9f1e7b8c7db00507f (diff) |
Merge "[states] Catch more transient 'no response' resp" into stable/fraser
Diffstat (limited to 'mcp/config/states/opendaylight')
-rwxr-xr-x | mcp/config/states/opendaylight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/config/states/opendaylight b/mcp/config/states/opendaylight index 1dd220e89..de15d0cef 100755 --- a/mcp/config/states/opendaylight +++ b/mcp/config/states/opendaylight @@ -17,5 +17,5 @@ function odl() { salt --out txt -I 'opendaylight:server' pillar.get "opendaylight:server:odl_$1" | cut -d ' ' -f2 } -salt -I 'opendaylight:server' state.sls opendaylight +wait_for 5.0 "salt -I 'opendaylight:server' state.sls opendaylight" wait_for 20 "salt --out yaml -C 'I@neutron:server and *01*' network.connect $(odl bind_ip) $(odl rest_port) | fgrep -q 'result: true'" |