Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | osgi_jar_with_tests( |
2 | deps = CORE_DEPS, | ||||
3 | ) | ||||
4 | |||||
5 | onos_app( | ||||
6 | category = "Utility", | ||||
7 | description = "Monitors distribution of mastership of network devices between the ONOS cluster " + | ||||
8 | "nodes and periodically re-assigns the mastership to achieve balanced distribution when " + | ||||
9 | "necessary and possible.", | ||||
10 | title = "Mastership Load Balancer", | ||||
11 | url = "http://onosproject.org", | ||||
12 | ) |