Ray Milkey
85267006aa
checkstyle rule to check copyrights
...
Change-Id: Ia9bab40b5fe64fca539058a4316371f7acc0f387
2016-11-18 18:40:44 +00:00
Simon Hunt
d0fa284190
Layout and Region configs.
...
- Listen for topo-layout config changes.
- Augmenting UiTopoLayout to include fields for geomap/sprite, scale/offset
Change-Id: I2b1f747f41d39b64b0a1a53946c4cbd5750db9e5
2016-11-17 18:02:35 +00:00
Andreas Pantelopoulos
b6a2f78c05
Fixed issue ONOS-5263
...
Change-Id: I8c852e4d36b1daccaecfa17bca9f7e6e75a82e9c
2016-11-16 19:03:01 +00:00
Carolina Fernandez
fa56d1429f
Adds loose filtering capability (-f) to cli commands (intents, flows)
...
- Multi-valued filtering
- Two search strategies (and/or) [defaults to add]
Change-Id: Ia9ad9233b65209b20550ba699c238b88ffb43f8d
2016-11-16 17:00:44 +00:00
Charles Chan
c78a0987ef
Carry more information in NextHop
...
Also update the next-hop CLI to show more information
Change-Id: Ia0f2c7b4a40b75513a4ecb4cc022e580e590d9f3
2016-11-10 23:19:57 +00:00
Saurav Das
1ce0a7b8b5
CORD-414 Editing hash groups buckets in the OF-DPA driver instead of
...
creating new groups.
Also in this commit - fix for NPE in groups cli, and removal of unnecessary
cpqd-ofdpa3 driver.
Change-Id: I2a5dd183cb38ed901caa5a806791b77e9d92d93c
2016-10-25 12:47:23 +00:00
Charles Chan
1778b520a0
Improve the argument description in RouteRemoveCommand
...
such that it is consistent with RouteAddCommand
Change-Id: Iecabcb5391f68b2a293b6a36dc1cbe8d9e1030c7
2016-10-24 15:10:04 -07:00
Luca Prete
6c0ed24ee7
ONOS-5479 - Clarify description of push-random-intents command
...
Change-Id: I98d08d3f5cd462c483730bc4bf23ba40f638e9de
2016-10-24 21:23:09 +00:00
Sangsik Yoon
f0b3ad8447
[OpenTAM_DPIS] DPI Statistics Manager & dpis CLI
...
- Fixed Thomas Vachuska's comment
.Removed DpiStatisticsJson.java and related codes for avoiding confusion within package because this does not need anymore.
.Simplified execute() code and fixed comments in DpiListCommand
.Added javadocs for public methods and fixed typos
- Rebased from master 1.8.0-SNAPSHOT, 2016.10.14
- Upgraded the function and performance.
.changed List<DpiStatistics> to SortedMap<DpiStatistics>
.added DpiStatisticsService interfaces to get DpiStatistics by receivedTime
.added more options of dpis CLI: displays indivisual category by topn
.and some bug fix
- Fix javadocs and ONOS style method name.
- Fix javadocs error.
Change-Id: I07a058e04f63bd9c547a5d605975b214eec0ce1f
2016-10-17 17:59:33 +00:00
Yoonseon Han
6c60389e14
In vnet CLI, separates virutal port creation and binding operations.
...
Original usage with specifiying a phyiscal port is also in supporting.
Changes.
1. vnet-create-port allow to create virtual port
without a specific virtual port
2. vnet-bind-port command is added to newly bind or to update
3. Virtual binding point is changed from Port to ConnectPoint.
Change-Id: I4c8f9a2b9b2786ba519ead3559d7f005390fee86
2016-10-13 18:38:44 +00:00
sdn
5e935458fe
Fix for ONOS-5033 hosts - dynamic or static
...
Change-Id: I3791370db0037968003abc23c918c63119d2dba2
2016-09-27 17:18:48 +00:00
Yuta HIGUCHI
f5908c9d12
resources cmd: option to show only available resource
...
Change-Id: I75fd80c2d3258b76ca1b99581b0b5ada8e203f11
2016-09-23 23:22:38 +00:00
Yuta HIGUCHI
b2ba8abb37
Print Port allocations
...
Change-Id: I590cdcef5d338294e6468e2c4bceb8fa2614b3ab
2016-09-23 23:20:45 +00:00
Yuta HIGUCHI
dd19371d6d
Revise resouces command descripton to reflect actual behavior.
...
Change-Id: I5a0ccbfb857c957918697fb32d0bcceef556e67c
2016-09-21 11:36:09 -07:00
Brian O'Connor
bfc02ecd22
Bumping snapshot version to 1.8.0-SNAPSHOT
...
Change-Id: I4ca57b277d8ac814b8a10b107d995cb1cc4d499d
2016-09-16 17:41:55 +00:00
Brian O'Connor
b19fc86f82
Bumping version back to 1.7.0-SNAPSHOT
...
Change-Id: I1df9d0f12cd7ec7597499d41cacebdbe75899556
2016-09-16 00:12:21 -07:00
Brian O'Connor
338bc0cf19
Bumping pom versions to 1.7.0-rc2 and fixing some maven issues
...
Change-Id: I6169420328333d0916452aa92efbfa961d72e9c4
2016-09-16 00:11:45 -07:00
Brian O'Connor
0a4e6742b8
Copyright update
...
Change-Id: I534d938da3820f6fb814aed3bb4a0855fa41ddd5
2016-09-16 06:48:34 +00:00
Jonathan Hart
c4f681c776
Reimplemented the ProxyArp app on top of the NeighbourResolutionService.
...
Also some small API changes to track app ID of handler registrations, and
improved interface matching in NeighbourPacketManager.
Added CLI to view handler registrations.
Change-Id: I8cd0b91a16d9ec60287b65f9d8fc5e3cd87560e8
2016-09-14 15:31:25 +00:00
Jonathan Hart
6ff6ffe4c0
Move EdgeService back to Link/Device services rather than TopologyService.
...
I think the EdgeService has to use one or the other, because the
TopologyService is not in sync with the Link/Device services. The problem
with using the TopologyService is that it does not handle Port events,
only Device and Link, so it is not suitable for building an inventory of
edge ports.
Change-Id: If31d6d7013985da3e03f8c83f2f2eb2957deffe1
2016-09-12 17:02:42 +00:00
Yuta HIGUCHI
23547b3814
Minor changes around ProtectionConstraint
...
- use factory
- implement toString
Change-Id: Ic30b2d3a7c2f6c65fac9b0971291d82af8ec23d7
2016-09-06 20:57:10 +00:00
Yuta HIGUCHI
cd3185076b
Add P2PIntent CLI fix
...
Easier bugfix part of ONOS-5183
- "-p" used by multiple options
- fix completer definition
Change-Id: I1cb97b93ad9143c7a025813628077e5a6cde2bc5
2016-09-01 23:08:55 +00:00
Madan Jampani
aac5888bdd
CLI command to display the value of a atomic counter
...
Change-Id: Ib37ea4d4949dc40a43ddea1b071692783751a101
2016-08-31 21:43:29 +00:00
Jonathan Hart
38feb6eddc
Revert "Fix for ONOS-5032 and ONOS-5034"
...
This reverts commit 50ad080683317df192a0f7159d9902dc1c403ed2.
Change-Id: Id2f9924a28c18686b4be30200244dbd0c975e90a
2016-08-29 23:16:45 +00:00
Deepa Vaddireddy
50ad080683
Fix for ONOS-5032 and ONOS-5034
...
Change-Id: Ib964252dd05754ce7069a7a82ccb1d1c29bfa978
2016-08-26 03:22:47 -07:00
Ray Milkey
ab87ac444f
Prevent wipeout command from failing STC runs
...
Change-Id: I07ec96d408732fbd9e9e47ffcdc22b7bf850227e
2016-08-26 20:48:52 +00:00
helenyrwu
2a67490040
Implement path protection for point to point intents
...
Change-Id: I3f3627e7c2a7e3ab017e46655692ab70fdeae413
2016-08-15 21:26:41 +00:00
Sho SHIMIZU
a09e1bbdbd
Use Collection#forEach() instead of Stream#forEach() for simplicity
...
Change-Id: I0a1aea4bdb5d305c50273e6ff749fe71bd2a295a
2016-08-09 17:44:13 +00:00
Yuta HIGUCHI
385db9a136
Use not available by default on annotate device command.
...
Change-Id: I07fc70e43d2b90861a06ca67f23c7d1f1ff4e0aa
2016-08-08 23:45:01 +00:00
Kavitha Alagesan
c69c66ae54
Merged master fixed conflict.
...
Change-Id: I1260048f4cc90c422ce6033d506c25ec38d6cc3a
2016-08-08 17:56:09 +00:00
Yuta HIGUCHI
1d547bf406
[ONOS-4513] decouple optical-model from CLI
...
- core/cli is now optical-model clean
- Add command for pretty printing optical-ports
Change-Id: I2926ef6d52971d1a7f6642dfe4098d7ed2422363
2016-08-03 18:54:55 +00:00
HIGUCHI Yuta
f3ead25267
[ONOS-4513] Slice optical-model into separate bundle (1/3)
...
- net and cli bundle has dependency to optical-model bundle,
which should be removed in the longer run. (ONOS-4626)
Change-Id: Ieff43ef2002ee21f4578a6e2a729cd35ce3eae3d
2016-08-03 18:54:13 +00:00
Akihiro Yamanouchi
54f28e23ac
[ONOS-4747] NETCONF function for FUJITSU OLT #2
...
- Enhanced device-setcontrollers command to apply additional key-value pair.
e.g. onos> device-setcontrollers netconf:10.10.1.11:830 tcp:10.10.1.11:6630,ofconfig-id=1
Change-Id: I2cb5941dbd9829ade6fa89d5546bbc6aab44f83f
2016-08-02 21:08:15 +00:00
Andreas Papazois
25a98e7045
Command using VlanQuery behavior on device.
...
Change-Id: Ifef86810d1f8bf8b59a1e9ba2735cd79bfb890f7
2016-08-01 18:28:53 +00:00
Simon Hunt
b1ce2609cb
ONOS-4326: Working on topology topo2start processing.
...
- Added getPeers() to UiTopoLayoutService.
- Fixed wipe-out command to leave the default layout alone.
- Fixed handling of null-region (associated with default layout).
- Added refresh() method to model cache.
- Fixed regions-topo-2 device IDs
Change-Id: Iee49b47ff6702bed9751be7b63392577422d4763
2016-07-25 17:20:07 +00:00
Thomas Vachuska
eb851cdefd
Adding commands for managing layouts.
...
Adding support for wiping out regions and layouts.
Refactored UI layout manager to allow public knowledge of default layout id.
Enhanced test topo for layout hierarchy.
Change-Id: I254fd494175e753f542f12a664618c1a83f72127
2016-07-21 15:50:36 -07:00
Thomas Vachuska
3ce80f72f5
Fixing regions command to list devices that are currently in the region.
...
Change-Id: I52098fb613844b786827f7bc97e7ecec581397ba
2016-07-21 22:17:24 +00:00
Madan Jampani
35708a94b7
Distributed work queue primitive
...
Change-Id: Ia8e531e6611ec502399edec376ccc00522e47994
2016-07-12 02:00:47 +00:00
Brian O'Connor
406e264c5c
ONOS-4383 Updating traffic selector for {MP2SP,SP2MP}IntentCompilers
...
Apply egress action to ingress selector for non-ingress devices
Change-Id: I98b4c591d09cc4b5d0e0ff89eaeac44ba07e6326
2016-07-06 19:05:09 +00:00
Brian Stanke
11f6d53693
ONOS-2184 - Initial implementation of Virtual network Intent service.
...
Change-Id: I03103b4eca797cd32480fbd0e3b4cf0385b50ef2
2016-07-06 17:28:30 +00:00
Claudine Chiu
25f07bea59
ONOS-2184 VirtualHost CLI and REST api's
...
Change-Id: If0ebe4268f3161a34223eca58e3f1bdbb8d0c9be
2016-07-05 20:49:38 +00:00
Andreas Papazois
34a82cfae2
[GEANT] Rate limit on port via NetConf and refactoring.
...
Change-Id: Id5b5a196bed3b28159160b94bc5ae838d00cb765
2016-07-01 18:30:30 +00:00
Deepa Vaddireddy
2f4883d75b
Fix for ONOS-2567. Restricting the max out port to 65279
...
Change-Id: Ic5184d8a389ab5eb4fbe83300764fc39773995cf
2016-06-16 13:39:12 -07:00
Brian O'Connor
1b2aea88c0
Removing gratuitous relativePath from pom.xmls
...
The default value for relativePath is: ../pom.xml
Change-Id: I1f5e5e6bfa1e91fcddae4f8cb8ab0c00c276e6b0
2016-06-16 07:05:31 +00:00
Saurav Das
b5c236e2eb
In this commit:
...
Bug fix when optimized SR re-routing fails, do full re-route
Bug fix filtering objectives should be called for new device even if there is an existing grouphandler
Bug fix NPE in ofdpa driver due to null check on the wrong variable
New cli command for debugging flow-objectives for pending next-objectives
Flow objective cli commands now start with "obj-"
Change-Id: I819f82d1d67769cb9fbbde60f099d29b8e7f7c9e
2016-06-14 21:08:22 +00:00
sangyun-han
483731ce6a
Rename Meter,AddMeter,GetFlowStatistics,GetStatistics
...
Change-Id: Ifdc7fb422f7e2bb4135ab24bae0f8d9541432e0c
2016-06-06 15:27:36 +00:00
Brian O'Connor
e642f7cf7b
Bumping version to 1.7.0-SNAPSHOT
...
Change-Id: Id105bf08ecbdac6d4e214ae035b4220aea90f29f
2016-05-23 18:35:29 -07:00
Brian Stanke
612cebf3cc
ONOS-3633 - Adding intent event listener to PointToPointIntent virtual network
...
provider. Intent events will either set the virtual link state to ACTIVE or
INACTIVE.
Change-Id: I34b65b2bfff29b791e7b2eb4d7cefb2ec4e88672
2016-05-19 21:14:05 +00:00
Naoki Shiota
bd1974c6d2
Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406)
...
Change-Id: If41564824770c2a8b78237a206c036df94141117
2016-05-13 14:43:52 -07:00
HIGUCHI Yuta
5be3e820cf
ONOS-4417 Remove OtuPort out of core.
...
Change-Id: Ibc72ee617b238005585f0bcd873b9123e48ee7fc
2016-05-09 23:39:00 +00:00