Mohammad Shahid | 4c30ea3 | 2017-08-09 18:02:10 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
| 4 | '//lib:KRYO', |
Mohammad Shahid | 4c30ea3 | 2017-08-09 18:02:10 +0530 | [diff] [blame] | 5 | '//lib:org.apache.karaf.shell.console', |
| 6 | '//cli:onos-cli', |
| 7 | '//incubator/api:onos-incubator-api', |
| 8 | '//core/store/serializers:onos-core-serializers', |
| 9 | '//apps/gluon:onos-apps-gluon', |
| 10 | '//apps/vtn/vtnrsc:onos-apps-vtn-vtnrsc', |
Ray Milkey | 69ec871 | 2017-08-08 13:00:43 -0700 | [diff] [blame] | 11 | '//apps/route-service/api:onos-apps-route-service-api', |
Ray Milkey | a95193c | 2017-08-10 15:35:36 -0700 | [diff] [blame] | 12 | '//apps/evpn-route-service/api:onos-apps-evpn-route-service-api', |
Mohammad Shahid | 4c30ea3 | 2017-08-09 18:02:10 +0530 | [diff] [blame] | 13 | ] |
| 14 | |
| 15 | TEST_DEPS = [ |
| 16 | '//lib:TEST_ADAPTERS', |
| 17 | '//lib:TEST', |
| 18 | ] |
| 19 | |
| 20 | osgi_jar_with_tests( |
| 21 | deps = COMPILE_DEPS, |
| 22 | test_deps = TEST_DEPS, |
| 23 | ) |
| 24 | |
| 25 | onos_app( |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 26 | title = 'EVPN OpenFlow', |
Mohammad Shahid | 4c30ea3 | 2017-08-09 18:02:10 +0530 | [diff] [blame] | 27 | category = 'Traffic Steering', |
| 28 | url = 'http://onosproject.org', |
| 29 | description = 'Ethernet VPN (EVPN) introduces a new model for Ethernet services delivery.' + |
| 30 | 'It enables integrated Layer 2 service over Ethernet with multihoming.', |
Thomas Vachuska | bf152d7 | 2017-08-16 12:43:54 -0700 | [diff] [blame] | 31 | required_apps = [ 'org.onosproject.route-service', 'org.onosproject.evpn-route-service', |
Ray Milkey | a95193c | 2017-08-10 15:35:36 -0700 | [diff] [blame] | 32 | 'org.onosproject.gluon', 'org.onosproject.vtn' ], |
Mohammad Shahid | 4c30ea3 | 2017-08-09 18:02:10 +0530 | [diff] [blame] | 33 | ) |