After network checker is finished nodes must stay in discovery state

Nodes should not be moved to error or ready states, when network
checke process is finished.

Closes-bug: #1653292
Change-Id: I323efcea895f18206f8d8404aa3d870e3b1e7a51
This commit is contained in:
Evgeny L 2016-11-30 01:44:12 +00:00 committed by Evgeniy L
parent c201eaf73a
commit b35486880e
1 changed files with 8 additions and 0 deletions

View File

@ -2,3 +2,11 @@
#
node_filter: |
$.pending_addition
# Nodes must stay in discovered state
on_success:
node_attributes: {}
on_error:
node_attributes: {}
on_stop:
node_attributes: {}