blob: eec3405cb97c65a18350f358f246a4a70bdebcab [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
4
Ray Milkeyf9a76972016-04-12 09:47:12 -07005osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08006 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007)
8
Ray Milkeyf9a76972016-04-12 09:47:12 -07009onos_app (
Thomas Vachuskab0029682017-08-23 17:55:53 -070010 title = 'Mastership Load Balancer',
Ray Milkeyf9a76972016-04-12 09:47:12 -070011 category = 'Utility',
12 url = 'http://onosproject.org',
Thomas Vachuskab0029682017-08-23 17:55:53 -070013 description = 'Monitors distribution of mastership of network devices between the ONOS cluster ' +
14 'nodes and periodically re-assigns the mastership to achieve balanced distribution when ' +
15 'necessary and possible.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080016)