Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | '//providers/tl1/device:onos-providers-tl1-device', |
| 3 | '//protocols/tl1/api:onos-protocols-tl1-api', |
Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 4 | ] |
| 5 | |
| 6 | onos_app ( |
| 7 | app_name = 'org.onosproject.tl1', |
| 8 | title = 'TL1 Provider', |
| 9 | category = 'Provider', |
Thomas Vachuska | c98aa2a | 2017-08-28 10:47:48 -0700 | [diff] [blame] | 10 | url = 'https://wiki.onosproject.org/display/ONOS/TL1', |
Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 11 | included_bundles = BUNDLES, |
Thomas Vachuska | c98aa2a | 2017-08-28 10:47:48 -0700 | [diff] [blame] | 12 | description = 'Provides means for ONOS to discover and trigger the initial handshake procedure ' + |
| 13 | 'with TL1 enable devices from information given by network configuration.', |
Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 14 | ) |