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', |
| 6 | '//lib:commons-io', |
| 7 | '//lib:httpclient-osgi', |
| 8 | '//lib:httpcore-osgi', |
| 9 | ] |
| 10 | |
| 11 | onos_app ( |
Jonathan Hart | bbac354 | 2016-08-02 09:01:19 -0700 | [diff] [blame] | 12 | app_name = 'org.onosproject.restsb', |
| 13 | title = 'REST Provider', |
Ray Milkey | 12c1d51 | 2016-04-25 15:16:00 -0700 | [diff] [blame] | 14 | category = 'Provider', |
Thomas Vachuska | c98aa2a | 2017-08-28 10:47:48 -0700 | [diff] [blame] | 15 | url = 'https://wiki.onosproject.org/display/ONOS/REST', |
Ray Milkey | 12c1d51 | 2016-04-25 15:16:00 -0700 | [diff] [blame] | 16 | included_bundles = BUNDLES, |
Thomas Vachuska | c98aa2a | 2017-08-28 10:47:48 -0700 | [diff] [blame] | 17 | description = 'Provides means for ONOS to discover the existence of a REST API enabled device ' + |
| 18 | 'or proxy for multiple devices from information given by network configuration.', |
Ray Milkey | 12c1d51 | 2016-04-25 15:16:00 -0700 | [diff] [blame] | 19 | ) |
| 20 | |