commit | 86940d91aeb896be85fe40305df8ee976b443a06 | [log] [tgz] |
---|---|---|
author | Madan Jampani <madan@onlab.us> | Wed May 06 11:47:57 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu May 07 00:41:03 2015 +0000 |
tree | dc0f1707d64b0aabe537429c51d6ebc0ca7e08e6 | |
parent | 9467a2393a85a2555f64c83423dfc391d1883141 [diff] |
New flowrule store that utilizes a simple mechanism to periodically backsup its flowentries. For efficiency reasons backups are only run for those devices whose flow entries are updated (since last backup) or if the device master/backup has changed. This backup mechanism will be a short term solution until we get to a more close to real-time backup approach. This change also disables the flowrule store based on hazelcast. Change-Id: Iaae08852edee20b999ff97c60ca8bc6576e645f6
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.