commit | 51590ff58cb6928bdbb773dc586c80b90cf1a31a | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@ak.jp.nec.com> | Fri Jan 27 18:39:12 2017 -0800 |
committer | Ray Milkey <ray@onlab.us> | Tue Jan 31 17:20:29 2017 +0000 |
tree | 119b37a06d8f7362c85331e88ceb33259fe8e729 | |
parent | c5489c917892839989ecdc8685d683e85318243b [diff] |
Ensure all Intents reaches installable state. Previousely, there was an implicit assumption that all Intent will reach installable state at same # of compilation steps. ONOS-5855 opened a possibility for an Intent to be compiled down to multiple kind of installables. As a result, assumption that all Intents will reach installable state after same # of compilation steps is likely to break. This patch will wait for all compilation result to reach installable. Change-Id: I307f39b660b586fc4cd98be9d1212c32163f0a90
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.