693 Commits

Author SHA1 Message Date
Yuta HIGUCHI
4a6852e9d9 Add option to print loaded driver name only
Change-Id: If4997ade96e26ad59944b5b27d41eeb2d402661d
2017-10-31 22:55:30 +00:00
slowr
370d9081e7 [ONOS-7144] Membership CLI Command
Change-Id: I7f36e288f3ff2ebb5a1df74123a8e1adb22cb769
2017-10-25 18:26:02 +00:00
Yuta HIGUCHI
0c47d5386e Deprecate joda-time
- ref:
  http://blog.joda.org/2014/11/converting-from-joda-time-to-javatime.html

Change-Id: I1115e8053f601e78cb933ccbfa664ff8787d2da1
2017-10-20 09:40:05 +00:00
Jordan Halterman
28183eea1d Replace Unified* services with MembershipService for subgroup membership
Change-Id: Iabff173ce3501d1ed300513cac445bb712614bd9
2017-10-19 23:45:32 +00:00
Claudine Chiu
579969d988 ONOS-7096 vCore suport VirtualPort enable/disable
Change-Id: Ifa004d47ecc66700f6e401f0c6a8ad242ca3f77a
2017-10-18 20:26:46 +00:00
Jordan Halterman
980a8c1566 [ONOS-7054] Implement prototype of ISSU protocol
Change-Id: Id543c0de9c97b68f977c824cbc987b35d81beb2d
2017-10-06 21:14:56 +00:00
Andreas Pantelopoulos
250ad71bb6 Auto complete when listing groups type. Fixed identation when listing buckets.
Change-Id: I10415fc0a9f0f2f75b287c49d315588869ca535b
2017-10-03 18:01:06 +00:00
Ray Milkey
dc48fb2c3b Starting snapshot 1.12.0-SNAPSHOT 2017-09-26 14:42:24 -07:00
Ray Milkey
eb3f6ef786 Tagging 1.12.0-b1 2017-09-26 14:40:44 -07:00
Yuta HIGUCHI
0ef3387f6c Add unique suffixes to app name completer candidates
- Add appname suffix acceptable as appname fragment
  app activate [appname fragment]
   e.g., app activate conf[tab]
    => config configsync configsync-netconf

Change-Id: Ibea0a3d3995f54001fbfd5015db8f3785c353e3d
2017-09-14 14:46:35 +00:00
Yuta HIGUCHI
de4b7e21c8 Add clusterId to summary command
Change-Id: Iff2bf108b88a5bb5b72da1e63b2214735bbaad44
2017-09-13 18:09:01 +00:00
Carmelo Cascone
868b1bc90f Fixed exception when using portstats -t -d command
+ minor styling of the printed stats table

Change-Id: I139cae73e618e719aa73be7514ee3dc4c4dd6640
2017-09-13 17:24:41 +00:00
Thomas Vachuska
08b4decc39 ONOS-6980 Adding support for download of application bits.
Change-Id: I742950690b50038cac0bb2ad2da4eaac5781da85
2017-09-06 17:37:43 +00:00
Yuta HIGUCHI
7d7d46eef0 CLI helper to pretty-print XML
Change-Id: Ib8012f1445e9e5d06eee13a5cfd0cb163e23e744
2017-08-30 16:33:04 +00:00
Frank Wang
d8ab0961cc Fixs some misspellings
Change-Id: I03d23d8acca8789b430f74fdac80d287f0fa59df
2017-08-25 16:34:57 +08:00
Carmelo Cascone
c9b39d61ea Fixed add-test-flows command to generate more realistic port numbers
Otherwise, the generated flow rules cannot be installed on some devices.

Change-Id: Id1dc8c8fc78f07071c39c2415815e09a5777bcc6
2017-08-24 16:49:44 +00:00
Ray Milkey
446f446a4f Refactor buck external dependencies
Change-Id: Ia4b99493407eb7d4e893804cba6b944f758f085e
2017-08-21 17:41:36 +00:00
Ray Milkey
aa279c014e Starting snapshot 1.12.0-SNAPSHOT
Change-Id: I92269af3b1103fc6622614a77681bd841438d050
2017-08-16 13:27:00 -07:00
Ray Milkey
d4ac0edb2f Starting snapshot 1.11.0-SNAPSHOT 2017-08-11 17:04:16 -07:00
Ray Milkey
6ecde1ff86 Tagging 1.11.0-b4 2017-08-11 17:02:33 -07:00
Ray Milkey
69ec87142c Move routing from incubator to a separate app
Change-Id: I961d10af99c572b1f8d9b3d37c6f52dd04422007
2017-08-10 10:55:01 -07:00
Ray Milkey
b65d7844e2 ONOS-6887 Move neighbour classes from incubator to core
Change-Id: I5fa70253b833838566a3527d8938e04be4274210
2017-08-06 19:46:25 -07:00
Ray Milkey
facf286f9c ONOS-6886 Move interface classes from incubator to core
Change-Id: Iaae4d98279e4b77fc3f0b5a63d547921f93aeb46
2017-08-06 16:38:19 -07:00
Brian O'Connor
a09fe5b0b7 Updating Copyright line to Open Networking Foundation
Change-Id: Icba96d7f39a065b53f34a6aeb71afd1f7d51f774
2017-08-03 21:12:30 -07:00
Charles Chan
a59f9b76c8 Introduce driver property to suppress meter feature
Piggybacked in this commit:
- Fix CLI output of driver properties
- Fix mfr matching pattern in onos-drivers.xml
- Add driver support for Accton OFDPA 3

Change-Id: Ia350bd52f4e88e53565ff491d68bce5e4894bbb9
2017-08-03 11:29:40 -07:00
Charles Chan
4f365737b0 Implement route-store command
An easy way to quickly check the running route store implementation

Change-Id: I24830976ddbf772ba47eb4d322357909be6677fd
2017-08-01 22:27:38 +00:00
Ray Milkey
64677e99d9 Starting snapshot 1.11.0-SNAPSHOT 2017-08-01 10:48:08 -07:00
Ray Milkey
17463db855 Tagging 1.11.0-b3 2017-08-01 10:46:24 -07:00
Jordan Halterman
f70bf462f8 [ONOS-6756] Replicate node version information for ISSU
Change-Id: Ibd31c573990f2732b7abf8615ca914ffb77615ec
2017-08-01 16:03:57 +00:00
Jordan Halterman
7ff7fef133 [ONOS-6875] Fix broken 'partitions -c' command
Change-Id: If1041d29a085761d2af7956792094132729c0372
2017-07-31 23:59:05 +00:00
Charles Chan
4e55301dbc Show host provider in CLI
Change-Id: I2094197c3a684c67daa3801ac31680406abcb4c8
2017-07-25 19:04:11 +00:00
Ray Milkey
64313cbc83 Starting snapshot 1.11.0-SNAPSHOT 2017-07-20 15:46:52 -07:00
Ray Milkey
7e28519e5f Tagging 1.11.0-b2 2017-07-20 15:45:28 -07:00
Marc De Leenheer
adfeffdfac Add channel parameter to optical connectivity intent (ONOS-6670)
Change-Id: I3d61e28b82f845db025d21cc65e9240b6ee2b6cc
2017-07-20 19:10:41 +00:00
Jordan Halterman
2bf177cfa3 [ONOS-6594] Upgrade to Atomix 2.0.0
Change-Id: I6534bca1c8570b4e017f682953b876da29146675
2017-07-13 20:29:21 +00:00
Simon Hunt
23f9c7b2a9 ONOS-6725: UI-Lion: NavItems.
Change-Id: I5fc8dd5a0d93a4315dfc0d012a3875ee41c7da23
2017-07-11 16:04:18 +00:00
Yuta HIGUCHI
9892d1ab85 Add option to sort application by name
Change-Id: I81bac9d164a86ea218cf8ad0140fe6c422a45487
2017-07-07 23:55:27 +00:00
Ray Milkey
f14cc6d3c2 Fix SNAPSHOT version string
Change-Id: I090c1998e5a117c10263b7a6abbffc624beb4074
2017-06-28 16:36:27 +00:00
Yi Tseng
bbee6a6424 Fix hosts command typo
Change-Id: I90db53a7956da139a9202d66454ca6c41464298f
2017-06-27 20:44:48 +00:00
Ray Milkey
7463193198 Starting snapshot 1.11-SNAPSHOT 2017-06-23 16:46:27 -07:00
Jonathan Hart
89ef158917 Remove deprecated RouteService APIs.
The goal is to clean up the interfaces a little bit in preparation for
a major RouteService refactoring that is coming.

Change-Id: Ifbde9a507dd0dc3cddcd7fa1c02c426dad386e5f
2017-06-21 22:46:08 +00:00
Sivachidambaram Subramanian
9882abb648 ONOS-6654_Master - groups CLI command enhancement
Change-Id: I39d82a4ea9649b89cf39a2f6523fd9fbbb922bf5
2017-06-20 21:00:03 +00:00
Harold Huang
222c6ecc57 [ONOS-6549] (vNet) Balance role commands for virtual netwrok
Change-Id: Iadf22cd735bed0b055ada5542be8b1d2edb8188e
2017-06-16 15:01:54 +00:00
Yuta HIGUCHI
160732b85f minor fixes to add-test-flows
- Fix issue where each run keeps adding # of flows to add
- Ensure clean up is complete before next run starts

Change-Id: I58dc0eec8626f17aa8b81cc12a2a839444cd75f8
2017-06-15 17:16:19 +00:00
Yi Tseng
46f3edd013 Fix wipe out command for wiping out Intents
Improve speed of intent wipe out function

Change-Id: Ie3b3264886d4b4a70b782a9ad899e12921ac3a01
2017-06-15 16:45:10 +00:00
Yuta HIGUCHI
d1ce4bc801 Fix javadoc warnings
Change-Id: If195eb9be6264aeb0be7768eb10bd16670b6aad6
2017-06-05 16:39:11 +00:00
Ray Milkey
686fba0b67 Remove deprecated MPLS Intent classes
Change-Id: I6f4d6fd84ce41c26b8a30f5c0881c42c67a1f209
2017-06-02 23:40:46 +00:00
Charles Chan
cd06c69b69 Extend host structures to store multiple locations
Also update host location format in CLI and REST API

Change-Id: I0fbd655f642627dd3eb8a2925f83a3ee016fe4aa
2017-05-29 18:19:19 +00:00
Jonathan Hart
10dbafd9ca Carry information about source ONOS node in each route.
Change-Id: I4877a048771935e3dbe310272e0b82c77b8678af
2017-05-24 20:14:38 +00:00
HelloONOS
0b5b35ddc1 IntentCycleCommand fields not used latch and end. remove them(revise version)
Change-Id: Ia93be6108789e915679e0d2cee25732ed0119377
2017-05-24 17:03:42 +00:00