| BUNDLES = [ | |
| '//providers/tl1/device:onos-providers-tl1-device', | |
| '//protocols/tl1/api:onos-protocols-tl1-api', | |
| ] | |
| onos_app ( | |
| app_name = 'org.onosproject.tl1', | |
| title = 'TL1 Provider', | |
| category = 'Provider', | |
| url = 'https://wiki.onosproject.org/display/ONOS/TL1', | |
| included_bundles = BUNDLES, | |
| description = 'Provides means for ONOS to discover and trigger the initial handshake procedure ' + | |
| 'with TL1 enable devices from information given by network configuration.', | |
| ) |