Ray Milkey
f72cedbdc7
Refactor module lists in BUCK
...
- removed unused Android defs file
- module lists moved to default.defs
- removed redundant APPS list
Change-Id: I464cfc51c56641b3a3810509ab3e238a5f9e62a6
2016-07-27 23:16:45 +00:00
Daniel Park
531fb4844a
[ONOS-4797] Implement the Driver for handling Arista switch
...
Arista switch with its recent network OS, EOS, supports remote configuration & control. The protocol for this is Arista's proprietary but REST style.
Since ONOS has already REST southbound protocol, the control of Arista switch can be easily done by using this.
- Implemnted driver Loader for Arista switch
- Implemented DeviceDescriptionDiscovery for Arista switch
- [Deleted] Implemented the method sending post to Arista switch and return the result as a String
Change-Id: I9d4b8f0d707361949ff530ff414adb0437ae87d9
2016-07-20 19:18:00 +00:00
Hyunsun Moon
b974fcacf0
Refactored OpenstackSwitching app
...
[DONE]
- Restructured to activate or deactivate switching and routing app separately
- Fixed to add or remove host when port is detected or vanished
- Use openstack node service to get integration bridges and data IP
[TODO]
- Remove use of OpenstackPortInfo
- Support installing flow rules for exising VMs
- Call security group update method when port update triggered from OpenStack
Change-Id: Ic0b2ac3f7ab07f0e20c97c6edfdd1928b9767baf
2016-07-12 00:06:20 +00:00
Hyunsun Moon
1424ac93ef
Added scalable gateway app to BUCK app list
...
And fixed maven artifact ID to follow the convention
Change-Id: I700c93516d4c79a3b5b93e99138a593a569e52a1
2016-07-11 12:45:33 +00:00
Hyunsun Moon
df6372b604
Chagned drivers/ovsdb app name to avoid conflict with providers/ovsdb
...
And added drivers/ovsdb to application list
Change-Id: I073d73823d045b003cc79bbc41b6c67272bb5f19
2016-07-08 17:38:36 +00:00
Yuta HIGUCHI
62f3f9975d
Fixing ISIS problem
...
- `buck targets` was failing due to this
Change-Id: I0f35abdcaad2900cd4616d494f6d4f4c1e9c1b81
2016-06-27 19:32:02 -07:00
gaurav
f08845687c
DHCP Relay Application, addressed the review comments for patch-2.
...
Change-Id: If447f3786c661c667460f43fc659ea71dd198be7
2016-06-22 18:52:01 +00:00
alshabib
c1782cc177
removing cord-related applications
...
Change-Id: Ia232adeecf0f5ea17061b3fb7ca851b6a00e0f99
2016-06-03 04:29:54 +00:00
HIGUCHI Yuta
07a9e563da
[ONOS-4588] Separate optical driver from "default" driver bundle
...
Note: If you're using optical devices currently in "default" driver bundle,
(LINC-OE, Calient fiber switch, ECI devices, OpLink ROADM)
you'll need to load the driver/app "drivers.optical" in adition to default drivers
e.g.,
a) Add to cell definition
export ONOS_APPS=${ONOS_APPS},drivers.optical
b) Activate after starting ONOS
onos> app activate org.onosproject.drivers.optical
Change-Id: I126c09bebc816d11b4700a80e7a36a8e6c3e1b49
2016-05-27 16:43:20 +00:00
Naoki Shiota
5a05606af8
Moved ecord.metro app to onos repo. (ONOS-4441)
...
Change-Id: I9a5d2935012eee433a4f63c672c16bdcb8d6b6b8
2016-05-17 00:00:29 +00:00
Ray Milkey
4abe844367
STC drivers test now uses a driver that is always present; added buck build for corsa driver
...
Change-Id: I5310c54bb295f86a6f384a0f4bf18ed75cda1ef5
2016-05-05 19:10:19 +00:00
Ray Milkey
43702bf481
Fix up buck build for OVSDB apps
...
Change-Id: I57b69574ad7989795ba81fbeecb7e084c3165203
2016-05-04 22:14:43 +00:00
Thomas Vachuska
777dbd7fdc
Adding buck build of the meta openflow app.
...
Change-Id: I56f0ed3776c958680fd046295d0fbd6f18a32c56
2016-05-04 17:31:29 +00:00
Ray Milkey
1aaffb7559
Remove all references to java_library in the source BUCK build.
...
Change-Id: Ie0e8753b62aeff9c4b5476b0108d05e92e3decdb
2016-05-02 15:52:04 -07:00
Thomas Vachuska
703f96dc42
Fixing a few buck files.
...
Change-Id: I4087204743eadee57fcd018bcaf6c759a26c1e77
2016-05-02 18:45:32 +00:00
Brian O'Connor
be27bb3da3
Updating BUCK files
...
Change-Id: I24f279b42a270e59cf4bf4564e2aa4d81459c8e2
2016-04-29 18:23:19 -07:00
Ray Milkey
8dac818d23
Refactor protocol BUCK files to use more modern rules and format
...
Change-Id: I9262fdeef12cfd098afefc711d995ffc76b9efb1
2016-04-29 17:33:12 -07:00
Ray Milkey
61403ed21d
Appify BUCK builds for drivers
...
Change-Id: I94a44950ce793008ff2a3b2105207a9fff9a53ed
2016-04-28 21:56:55 +00:00
Ray Milkey
12c1d51c93
Buckify remaining providers
...
Change-Id: Ide265b68d809ccea2ea8900993999bf8ae3184fc
2016-04-27 15:19:33 -07:00
Ray Milkey
d2d3e15cff
BUCKify XosClient app to fix buck build
...
Change-Id: I5c9e6127ef3c00b79d12163fc82d4137ad00b407
2016-04-25 10:09:10 -07:00
Ray Milkey
aeb0079719
Refactoring of provider buck builds.
...
Change-Id: I9b5e2566b83c13a8b7b086005a08a8182305ffdb
2016-04-25 17:03:49 +00:00
Ray Milkey
6a638ba928
Appify fault management and open stack node BUCK files
...
Change-Id: I9c1574a8360c377bdc1b52e30f136a46cded0abc
2016-04-21 05:49:26 +00:00
Ray Milkey
a5ff8a7e50
Appify buck build for openstack and VTN apps
...
Change-Id: I6cc23cd567954daaee59271123a07040853e695b
2016-04-19 19:56:21 +00:00
Ray Milkey
f9a76971be
More app BUCK file refactoring
...
Change-Id: I97506033c4c0cf145c558df7d4f86f37c7fe8332
2016-04-16 01:28:08 +00:00
Ray Milkey
820d633b9f
Start refactoring of app BUCK files
...
- Brian added maven coordinates to the maven JAR short path
- refactored segment routing and ganglia metrics apps
Change-Id: I7b8110e07a474d256d4821c1a9d083c9c8c11e2e
2016-04-11 20:26:29 +00:00
Andrea Campanella
e72ac5590d
[ONOS-4260]Alarm and fault managment application refactoring according to ONOS architecture
...
Change-Id: I47e9db37eb5fc27ac19db2e4cb87774736b44685
2016-04-11 18:02:27 +00:00
Ray Milkey
24439fe26d
app buck refactor for apps: aaa, acl, bgprouter
...
Change-Id: Iaa970e3a937cc1df0aff29cc45f4c08c2d79cd13
2016-04-09 02:55:18 -07:00
Brian O'Connor
e4da59d8aa
Simplifying rules and providing sensible defaults
...
Updated cordvtn, dhcp, fwd, onos-api, of-api, onlab-rest, onos-rest, onos-gui
Also, fixed checkstyle error print
Change-Id: I9d6ab76791e8603678079067a3b4e007ca7c4667
2016-04-08 18:43:36 -07:00
Andrea Campanella
7bf2b693a5
Fixing SNMP buck dependecies and build
...
Change-Id: I974fd09c39a2fecdddd1d9b3ed7a5b47951745d4
2016-04-08 17:15:34 +00:00
Ray Milkey
7c25182db9
Fix buck tests
...
Change-Id: I3d681e6e5c1d3e98c87ccb3d20a619b216ae6133
2016-04-06 19:04:52 -07:00
Brian O'Connor
b86c920526
Updating Buck files to build OSGi jars
...
- Using osgi_jar for all modules except apps
- Adding target for installation of core modules to .m2 repo
Change-Id: I65d9e3a9567918e275191724842d7d9b1f485128
2016-04-06 18:17:37 +00:00
Ray Milkey
ddec794e1c
Fixes for buck regressions
...
Change-Id: I40e6a68392d229bf2827e115a54c0d66fd39b2d4
2016-04-05 20:48:54 +00:00
Jian Li
b8ea0b5e8c
Add BUCK build script for graphitemetrics application
...
Change-Id: I9819eb183175b701aa7974a1d29be3cd62ff0be5
2016-03-31 16:58:59 +00:00
Jian Li
eea6861530
Change the application name of gangliametrics to correct buck build
...
Change-Id: Ife274a99e9d24ad34128236e644b2bae73f35e5d
2016-03-29 22:37:06 +00:00
Ray Milkey
f80bbb22c2
Initial BUCK build
...
Change-Id: I64e8a979301989062f4545a4841b06c15a372049
2016-03-29 21:39:14 +00:00