blob: 13bb813ba72c3587eabc82064a47a4116a6d59a2 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + [
2 "//incubator/api:onos-incubator-api",
3 "//core/store/serializers:onos-core-serializers",
4 "//apps/gluon:onos-apps-gluon",
5 "//apps/vtn/vtnrsc:onos-apps-vtn-vtnrsc",
6 "//apps/route-service/api:onos-apps-route-service-api",
7 "//apps/evpn-route-service/api:onos-apps-evpn-route-service-api",
8]
9
10osgi_jar_with_tests(
Ray Milkeyadeb1d32018-10-03 12:48:58 -070011 karaf_command_packages = ["org.onosproject.evpnopenflow.rsc.cli"],
Ray Milkey35ea5bf2018-07-17 15:28:44 -070012 deps = COMPILE_DEPS,
13)
14
15onos_app(
16 category = "Traffic Engineering",
17 description = "Ethernet VPN (EVPN) introduces a new model for Ethernet services delivery." +
18 "It enables integrated Layer 2 service over Ethernet with multihoming.",
19 required_apps = [
20 "org.onosproject.route-service",
21 "org.onosproject.evpn-route-service",
22 "org.onosproject.gluon",
23 "org.onosproject.vtn",
24 ],
25 title = "EVPN OpenFlow",
26 url = "http://onosproject.org",
27)