blob: c99af4696aa861d5c300483242c22244a0dfb18a [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001osgi_jar_with_tests(
2 deps = CORE_DEPS,
3)
4
5onos_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)