Ray Milkey | 6a638ba | 2016-04-20 09:52:01 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
Ray Milkey | 43702bf | 2016-05-04 10:40:55 -0700 | [diff] [blame] | 2 | '//providers/ovsdb/device:onos-providers-ovsdb-device', |
| 3 | '//providers/ovsdb/tunnel:onos-providers-ovsdb-tunnel', |
Ray Milkey | 6a638ba | 2016-04-20 09:52:01 -0700 | [diff] [blame] | 4 | ] |
| 5 | |
| 6 | APPS = [ |
| 7 | 'org.onosproject.ovsdb-base', |
| 8 | 'org.onosproject.ovsdbhostprovider', |
| 9 | ] |
| 10 | |
| 11 | onos_app ( |
| 12 | title = 'OVSDB Southbound Meta App', |
Ray Milkey | 43702bf | 2016-05-04 10:40:55 -0700 | [diff] [blame] | 13 | description = 'ONOS OVSDB southbound meta application', |
Ray Milkey | 6a638ba | 2016-04-20 09:52:01 -0700 | [diff] [blame] | 14 | category = 'Provider', |
Ray Milkey | 6a638ba | 2016-04-20 09:52:01 -0700 | [diff] [blame] | 15 | included_bundles = BUNDLES, |
| 16 | required_apps = APPS, |
| 17 | ) |