Ray Milkey | 12c1d51 | 2016-04-25 15:16:00 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | '//providers/rest/device:onos-providers-rest-device', |
| 3 | '//protocols/rest/api:onos-protocols-rest-api', |
| 4 | '//protocols/rest/ctl:onos-protocols-rest-ctl', |
| 5 | '//lib:jersey-client', |
fahadnaeemkhan | 02ffa71 | 2017-12-01 19:49:45 -0800 | [diff] [blame] | 6 | '//lib:jersey-security', |
Ray Milkey | 12c1d51 | 2016-04-25 15:16:00 -0700 | [diff] [blame] | 7 | '//lib:commons-io', |
| 8 | '//lib:httpclient-osgi', |
| 9 | '//lib:httpcore-osgi', |
| 10 | ] |
| 11 | |
| 12 | onos_app ( |
Jonathan Hart | bbac354 | 2016-08-02 09:01:19 -0700 | [diff] [blame] | 13 | app_name = 'org.onosproject.restsb', |
| 14 | title = 'REST Provider', |
Ray Milkey | 12c1d51 | 2016-04-25 15:16:00 -0700 | [diff] [blame] | 15 | category = 'Provider', |
Thomas Vachuska | c98aa2a | 2017-08-28 10:47:48 -0700 | [diff] [blame] | 16 | url = 'https://wiki.onosproject.org/display/ONOS/REST', |
Ray Milkey | 12c1d51 | 2016-04-25 15:16:00 -0700 | [diff] [blame] | 17 | included_bundles = BUNDLES, |
Thomas Vachuska | c98aa2a | 2017-08-28 10:47:48 -0700 | [diff] [blame] | 18 | description = 'Provides means for ONOS to discover the existence of a REST API enabled device ' + |
| 19 | 'or proxy for multiple devices from information given by network configuration.', |
Ray Milkey | 12c1d51 | 2016-04-25 15:16:00 -0700 | [diff] [blame] | 20 | ) |
| 21 | |