Sean Condon | 3c31a5a | 2018-02-26 20:27:29 +0000 | [diff] [blame] | 1 | BUNDLES = [ |
Sean Condon | 6aad284 | 2018-02-26 23:16:36 +0000 | [diff] [blame] | 2 | '//apps/cfm/api:onos-apps-cfm-api', |
| 3 | '//apps/cfm/app:onos-apps-cfm-app', |
Sean Condon | 3c31a5a | 2018-02-26 20:27:29 +0000 | [diff] [blame] | 4 | '//apps/cfm/nbi:onos-apps-cfm-nbi', |
Sean Condon | 0e89bda | 2017-03-21 14:23:19 +0000 | [diff] [blame] | 5 | ] |
| 6 | |
Sean Condon | 0e89bda | 2017-03-21 14:23:19 +0000 | [diff] [blame] | 7 | onos_app ( |
| 8 | title = 'Layer 2 Monitoring CFM Application', |
Thomas Vachuska | ca0b5df | 2018-06-22 16:24:47 -0700 | [diff] [blame] | 9 | category = 'Monitoring', |
Sean Condon | 0e89bda | 2017-03-21 14:23:19 +0000 | [diff] [blame] | 10 | url = 'http://onosproject.org', |
| 11 | description = 'Layer 2 Monitoring Connectivity Fault Management App', |
Sean Condon | 3c31a5a | 2018-02-26 20:27:29 +0000 | [diff] [blame] | 12 | included_bundles = BUNDLES, |
Sean Condon | 0e89bda | 2017-03-21 14:23:19 +0000 | [diff] [blame] | 13 | ) |