mirror of
				https://github.com/opennetworkinglab/onos.git
				synced 2025-10-31 16:21:00 +01:00 
			
		
		
		
	- refactored to follow the api & app structure
- added buck files
- builds and loads
- cleaned-up and fixed number of pom files to function as expected
      (meaning "mvn clean install" actually works)
Change-Id: Ib896269c4986f6ee5cd6bae7cf508f71b64f59f9
		
	
			
		
			
				
	
	
		
			18 lines
		
	
	
		
			667 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			667 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| BUNDLES = [
 | |
|     '//lib:kafka-clients',
 | |
|     '//lib:protobuf-java-3.2.0',
 | |
|     '//incubator/protobuf/models:onos-incubator-protobuf-models',
 | |
|     '//incubator/protobuf/models:onos-incubator-protobuf-models-proto',
 | |
|     '//apps/kafka-integration/api:onos-apps-kafka-integration-api',
 | |
|     '//apps/kafka-integration/app:onos-apps-kafka-integration-app',
 | |
| ]
 | |
| 
 | |
| onos_app (
 | |
|   title = 'Kafka Integration',
 | |
|   category = 'Integration',
 | |
|   url = 'http://onosproject.org',
 | |
|   description = 'Provides integration of ONOS and Kafka message bus so that internal ONOS events ' +
 | |
|     'can be broadcast over the Kafka message bus to off-platform applications.',
 | |
|   included_bundles = BUNDLES,
 | |
| )
 |