Alessandro Boch [Wed, 22 May 2013 00:54:03 +0000 (17:54 -0700)]
Enable multiple roles per user (backend)
Signed-off-by: Alessandro Boch <aboch@cisco.com>
Kalvin Hom [Tue, 21 May 2013 01:48:28 +0000 (18:48 -0700)]
Northbound IntegrationTest
Initial base for writing integration
tests for northbound bundles.
All northbound integration tests can be
done within this bundle. A full controller
using the stub protocol plugin will be started.
A test for getting all flow statistics is also
done.
Change-Id: Ife16e2fb81a2fe223813473fdd83402385fc59ba
Signed-off-by: Kalvin Hom <kahom@cisco.com>
Kalvin Hom [Mon, 20 May 2013 22:45:11 +0000 (15:45 -0700)]
plugin-stub: InventoryService to Stub
Changing the InventoryService to use the
node STUB type instead of OF. Changed the
SwitchManagerIntegrationTest to match the
stub type changes.
Change-Id: I1a508bb8893c0f7f655a0270234aeeb13cf644b3
Signed-off-by: Kalvin Hom <kahom@cisco.com>
Giovanni Meo [Wed, 22 May 2013 12:17:49 +0000 (12:17 +0000)]
Merge "- Respond to switch Echo Request immediately. It bypasses transmit queue and sends the message over the socket directly. - Send PACKET_OUT (lldp/arp etc) at high priority. When the controller sends down large amount of flowmod messages, the switch may take some time to install/update all the rules in HW. At high priority, the PACKET_OUT messages do not have to wait for the whole flowmod operation to be complete."
Giovanni Meo [Wed, 22 May 2013 10:41:27 +0000 (10:41 +0000)]
Merge "Added support for resolving augmentations."
Martin Vitez [Wed, 22 May 2013 08:14:47 +0000 (10:14 +0200)]
Refactored equals in AugmentationSchemaImpl.
Change-Id: Ib683418a3e2547845a71b721aea1090c2cf1ba40
Signed-off-by: Martin Vitez <mvitez@cisco.com>
Jason Ye [Tue, 21 May 2013 18:29:50 +0000 (11:29 -0700)]
- Respond to switch Echo Request immediately. It bypasses transmit queue and sends the message over the socket directly.
- Send PACKET_OUT (lldp/arp etc) at high priority. When the controller sends down large amount of flowmod messages, the switch may take some time to install/update all the rules in HW. At high priority, the PACKET_OUT messages do not have to wait for the whole flowmod operation to be complete.
Signed-off-by: Jason Ye <yisye@cisco.com>
Martin Vitez [Mon, 20 May 2013 11:20:54 +0000 (13:20 +0200)]
More javadocs added to yang-model-api.
Deleted not used KeyDefinition class.
Signed-off-by: Martin Vitez <mvitez@cisco.com>
lsedlak [Mon, 20 May 2013 16:35:22 +0000 (18:35 +0200)]
Added support for resolving augmentations.
Added implementation into BindingGeneratorImpl to support generation of augmentati statements from yang models.
Added AugmentedTypeTest and augmented-test-models for testing of agumentation functionality.
Added ability to generate Java Interfaces that extends generic types.
Added Augmentation and Augmentable interfaces into yang-binding project.
Fixed bug in bad equals resolving in AbstractBaseType in binding-generator-util;
Added ReferencedTypeImpl into binding-generator-util;
Added findParentModule static method into SchemaContextUtil for resolving Module from SchemaNode in Schema Tree;
Added DATA_OBJECT, augmentableTypeFor and augmentationTypeFor into Types for referencing of Augmentable<T>, Augmentation<T> and DataObject interfaces defined in yang-binding;
Fixed incorrect resolving of namespaces and package names during generation of interfaces from yang lists;
Fixed bug in TypeProvider in resolving of extended types extended from multiple extended types;
Added ControllerTest and controller-models as test resources;
Changed position of revision date during package generation -> Now revision date comes after namespace;
Change-Id: I687925a622853bb6c9a809f17efd980c2960ae39
Signed-off-by: Lukas Sedlak <lsedlak@cisco.com>
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
Giovanni Meo [Mon, 20 May 2013 16:53:58 +0000 (16:53 +0000)]
Merge "Updated SCM location"
David Erickson [Mon, 20 May 2013 16:35:55 +0000 (09:35 -0700)]
Updated SCM location
Change-Id: I6c59e59713366e77825270e4f0f5265a88ed628d
Signed-off-by: David Erickson <daviderickson@cs.stanford.edu>
Giovanni Meo [Mon, 20 May 2013 10:59:40 +0000 (10:59 +0000)]
Merge "Formatting cleanup of POM files"
Giovanni Meo [Mon, 20 May 2013 10:28:05 +0000 (10:28 +0000)]
Merge changes I02c2af4b,If6adaabc,I559b92ff
* changes:
Change generated MANIFEST.MF location
Remove superfluous groupId.
Add PDE OSGi launcher for the controller project
Giovanni Meo [Mon, 20 May 2013 09:59:51 +0000 (09:59 +0000)]
Merge "Fixed tests. Added javadocs to yang-model-api. Minor formatting changes performed in yang-model-parser-impl."
David Erickson [Sat, 18 May 2013 22:50:54 +0000 (15:50 -0700)]
Formatting cleanup of POM files
Replaced tabs with two spaces and removed
some extraneous lines and tail whitespace.
Change-Id: I3dbc766b3ffabf76a17a04454beb69933f67f8a0
Signed-off-by: David Erickson <daviderickson@cs.stanford.edu>
David Erickson [Sat, 18 May 2013 22:34:44 +0000 (15:34 -0700)]
Change generated MANIFEST.MF location
This patch moves the generated MANIFEST.MF for
OSGi from the target/classes/META-INF folder to
./META-INF for non-web bundles, and to
./src/main/resources/META-INF for web bundles.
This fixes a problem in Eclipse where it would
think that the project is always out of sync,
indicating this on the OSGi run configuration.
Change-Id: I02c2af4bf80a7f1fe66f53ddf3ae24232d8b83ec
Signed-off-by: David Erickson <daviderickson@cs.stanford.edu>
David Erickson [Sat, 18 May 2013 18:51:42 +0000 (11:51 -0700)]
Remove superfluous groupId.
The groupId is already specified in the
parent element, and the additional declaration
causes warnings in Eclipse.
Change-Id: If6adaabc4407a4ea5100ba8af666b05c333dae8d
Signed-off-by: David Erickson <daviderickson@cs.stanford.edu>
Martin Vitez [Fri, 17 May 2013 15:48:08 +0000 (17:48 +0200)]
Fixed tests. Added javadocs to yang-model-api.
Minor formatting changes performed in yang-model-parser-impl.
Signed-off-by: Martin Vitez <mvitez@cisco.com>
Giovanni Meo [Fri, 17 May 2013 11:34:50 +0000 (13:34 +0200)]
Add PDE OSGi launcher for the controller project
- Created a p2site distribution which will place in a p2 repository
all the artifacts that are part of the
opendaylight/commons/opendaylight/pom.xml parent pom. The p2site will
be built by the controller-merge job on jenkins and will be used as
update site for the "opendaylight" target platform.
- Created a target-platform "opendaylight" to be used by PDE when used
in eclipse, this target platform is supposed to fetch the artifact
from a remote P2 site that will be hosted on jenkins after this patch
will get in.
- Create an OSGi PDE launcher "opendaylight-osgi-launcher" to be able
to launch the controller without the assembly phase to be required,
this one works with the target-platform "opendaylight"
- Created a target-platform "opendaylight-local" to be used by PDE
with the assumptions that the p2 site reside local and has been built
in the p2site distribution.
All this enhancements are to address some of the eclipse usability
issues as documented in:
https://bugs.opendaylight.org/show_bug.cgi?id=21
Change-Id: I559b92ff52011cd69d306b43edd2531901aac85f
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
Pramila Singh [Thu, 16 May 2013 18:02:23 +0000 (11:02 -0700)]
Fix for exception seen on selecting device tab, after stopping switchmgr bundle.
Signed-off-by: Pramila Singh <pramisin@cisco.com>
Maros Marsalek [Thu, 16 May 2013 09:34:08 +0000 (11:34 +0200)]
Added support for Modules to ModuleDependencySort (beside ModuleBuilders).
ModuleDependencySort now provides only static methods.
Change-Id: Ia407c30f3a99ffd2b5bd7b726590132a71c4fc49
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Giovanni Meo [Thu, 16 May 2013 13:01:49 +0000 (13:01 +0000)]
Merge "Fixing minor build errors"
Giovanni Meo [Thu, 16 May 2013 13:01:00 +0000 (13:01 +0000)]
Merge "Five more Equals/HashCode/StringBuilder replacements"
Giovanni Meo [Thu, 16 May 2013 12:59:59 +0000 (12:59 +0000)]
Merge "Seven more Equals/HashCode/StringBuilder replacements"
Giovanni Meo [Thu, 16 May 2013 12:58:23 +0000 (12:58 +0000)]
Merge "Six more Equals/HashCode/StringBuilder replacements"
Giovanni Meo [Thu, 16 May 2013 12:57:22 +0000 (12:57 +0000)]
Merge "Five more Equals/HashCode/StringBuilder replacements"
Giovanni Meo [Thu, 16 May 2013 12:56:22 +0000 (12:56 +0000)]
Merge "Five more Equals/HashCode/StringBuilder replacements"
Giovanni Meo [Thu, 16 May 2013 12:54:10 +0000 (12:54 +0000)]
Merge "Five more Equals/HashCode/StringBuilder replacements"
Giovanni Meo [Thu, 16 May 2013 12:50:33 +0000 (12:50 +0000)]
Merge "Fixed YANG union type parsing. Changed module builders storing from HashMap to LinkedHashMap."
Giovanni Meo [Thu, 16 May 2013 12:49:16 +0000 (12:49 +0000)]
Merge "Added test to yang-maven-plugin-it."
David Erickson [Thu, 16 May 2013 09:12:13 +0000 (02:12 -0700)]
Fixing minor build errors
The POM of the northbound integration test was
referencing the onecontroller name instead of
opendaylight. And /logger/log/ in a test file.
Signed-off-by: David Erickson <daviderickson@cs.stanford.edu>
Ed Warnicke [Wed, 15 May 2013 16:36:18 +0000 (11:36 -0500)]
Five more Equals/HashCode/StringBuilder replacements
I'm intentionally breaking these up into small groups so they can
be reasonably reviewed, rather than one giant group that can't.
Contributes to fixing bug 20.
Sixth set.
Change-Id: Iddab53b9e960a416c1416415daa6c00ebb1bfc96
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Ed Warnicke [Wed, 15 May 2013 16:31:48 +0000 (11:31 -0500)]
Seven more Equals/HashCode/StringBuilder replacements
I'm intentionally breaking these up into small groups so they can
be reasonably reviewed, rather than one giant group that can't.
Contributes to fixing bug 20.
Fifth set.
Change-Id: I905753ad4b1c2f6947fae8c447de27e091aa7519
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Ed Warnicke [Wed, 15 May 2013 16:17:48 +0000 (11:17 -0500)]
Six more Equals/HashCode/StringBuilder replacements
I'm intentionally breaking these up into small groups so they can
be reasonably reviewed, rather than one giant group that can't.
Contributes to fixing bug 20.
Fourth in set.
Change-Id: Ic24cd900b1b88a1496c5f0a14f8f24650c00b297
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Ed Warnicke [Wed, 15 May 2013 16:14:48 +0000 (11:14 -0500)]
Five more Equals/HashCode/StringBuilder replacements
I'm intentionally breaking these up into small groups so they can
be reasonably reviewed, rather than one giant group that can't.
Contributes to fixing bug 20.
Third in the set.
Change-Id: If8008c7e9db88022edd50fbc36f82cd32cdb6bad
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Ed Warnicke [Wed, 15 May 2013 16:11:56 +0000 (11:11 -0500)]
Five more Equals/HashCode/StringBuilder replacements
I'm intentionally breaking these up into small groups so they can
be reasonably reviewed, rather than one giant group that can't.
Contributes to fixing bug 20.
Second in the set.
Change-Id: I5bf19c2bdf33bfde391f30867b27f433fc971a30
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Ed Warnicke [Wed, 15 May 2013 16:05:14 +0000 (11:05 -0500)]
Five more Equals/HashCode/StringBuilder replacements
I'm intentionally breaking these up into small groups so they can
be reasonably reviewed, rather than one giant group that can't.
Contributes to fixing bug 20.
Change-Id: I8fb7e4ce544a15fd0b819dcffe978e2af990fe52
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Ed Warnicke [Wed, 15 May 2013 15:55:16 +0000 (10:55 -0500)]
Replace EqualsBuilder and HashCodeBuilder in transient member case.
This partially addresses bug 20, and provides the example of the
case where we have transient member. I'm breaking it out
so that the transient member case can be reviewed simply.
Change-Id: Ic05c3d6daa7e9412e195578336ed95a5d71671d8
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Martin Vitez [Wed, 15 May 2013 15:44:29 +0000 (17:44 +0200)]
Fixed YANG union type parsing. Changed module builders storing from HashMap to LinkedHashMap.
Signed-off-by: Martin Vitez <mvitez@cisco.com>
Martin Vitez [Wed, 15 May 2013 14:30:42 +0000 (16:30 +0200)]
Added test to yang-maven-plugin-it.
Signed-off-by: Martin Vitez <mvitez@cisco.com>
Giovanni Meo [Wed, 15 May 2013 14:12:07 +0000 (14:12 +0000)]
Merge "Fixed generation of Transfer Objects;"
Giovanni Meo [Wed, 15 May 2013 13:59:25 +0000 (13:59 +0000)]
Merge "Removed unused private variable containerAwareRegistration and unused import "
Giovanni Meo [Wed, 15 May 2013 13:57:37 +0000 (13:57 +0000)]
Merge "Removed unused private variable containerAwareRegistration - please review this change"
lsedlak [Wed, 15 May 2013 10:56:08 +0000 (12:56 +0200)]
Fixed generation of Transfer Objects;
Fiexed bad generating of parametrized constructors when constructor had
more than two parameters;
Fixed generation of hashCode, equals and toString when
GeneratedTransferObject had not specified equals, hashCode and toString
properties;
Added capability to generate setters if property has flag isReadOnly set
to false.
Parameters which contains flag isReadOnly == false will not apear as
parameters in generated constructor;
Fixed generation of subdirs from package when used generateToFile with
File as parent directory;
Signed-off-by: Lukas Sedlak <lsedlak@cisco.com>
Natarajan P [Wed, 15 May 2013 07:18:02 +0000 (12:48 +0530)]
Removed unused private variable containerAwareRegistration and unused
import
Change-Id: I6b3bd2a85d66f73408a90a3adfe114216df94743
Signed-off-by: Natarajan P<natp@cisco.com>
Ed Warnicke [Wed, 15 May 2013 00:33:18 +0000 (19:33 -0500)]
Replace EqualsBuilder, HashBuilder, ReflectionToString
In one file, as a test case, replace the EqualsBuilder,
HashiCodeBuilder, and ReflectionToString
with code generated by Eclipse. This is a
very partial fix for bug 20 (more work to be done).
Change-Id: I21cbcb0abf1a22f6a644884e966af953a2a9da14
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Natarajan P [Tue, 14 May 2013 17:36:26 +0000 (23:06 +0530)]
Removed unused private variable containerAwareRegistration - please
review this change
Change-Id: I4c6e16dcc3fe08ff44f2ad225238391165b1fcd9
Signed-off-by: Natarajan P<natp@cisco.com>
Giovanni Meo [Tue, 14 May 2013 15:22:16 +0000 (15:22 +0000)]
Merge "Session invalidation is done after the custom error handling"
Madhu Venugopal [Tue, 14 May 2013 15:07:10 +0000 (08:07 -0700)]
Session invalidation is done after the custom error handling
Signed-off-by: Madhu Venugopal <vmadhu@cisco.com>
Martin Vitez [Tue, 14 May 2013 14:11:27 +0000 (16:11 +0200)]
Remove 'model' from package names in yang-model-parser-impl.
Signed-off-by: Martin Vitez <mvitez@cisco.com>
Martin Vitez [Tue, 14 May 2013 11:05:16 +0000 (13:05 +0200)]
Fixed relative/absolute yang files directory resolving.
Signed-off-by: Martin Vitez <mvitez@cisco.com>
Giovanni Meo [Tue, 14 May 2013 08:49:43 +0000 (08:49 +0000)]
Merge "Refactored yang-maven-plugin."
Ed Warnicke [Mon, 13 May 2013 22:16:39 +0000 (22:16 +0000)]
Merge "new LinkedList() mostly redundant with Arrays.asList()"
Alessandro Boch [Mon, 13 May 2013 21:46:42 +0000 (21:46 +0000)]
Merge "Logging improvements to improve efficiency - specifically in critical path. Signed-off-by: Madhavan Kasthurirangan <mkasthur@cisco.com>"
Madhavan Kasthurirangan [Mon, 13 May 2013 21:29:21 +0000 (14:29 -0700)]
Logging improvements to improve efficiency - specifically in critical path.
Signed-off-by: Madhavan Kasthurirangan <mkasthur@cisco.com>
Andrew Kim [Mon, 13 May 2013 19:14:03 +0000 (12:14 -0700)]
Fix single node in visual topology
When staging a node from the cache, forgot to update the adjacencies correctly.
Signed-off-by: Andrew Kim <andrekim@cisco.com>
Madhu Venugopal [Mon, 13 May 2013 18:17:50 +0000 (18:17 +0000)]
Merge "- Discard discovery packet if the ingress port is down - SwitchManager osgi cmds are useful tools for debugging. But the input node id currently has to be in long format. Change it to take node id string. Example: pncs "OF|00:01:44:03:a7:7a:54:e0" Signed-off-by: Jason Ye <yisye@cisco.com>"
Martin Vitez [Mon, 13 May 2013 15:11:53 +0000 (17:11 +0200)]
Refactored yang-maven-plugin.
Signed-off-by: Martin Vitez <mvitez@cisco.com>
Jason Ye [Sun, 12 May 2013 19:09:52 +0000 (12:09 -0700)]
- Discard discovery packet if the ingress port is down
- SwitchManager osgi cmds are useful tools for debugging. But the input node id currently has to be in long format. Change it to take node id string. Example: pncs "OF|00:01:44:03:a7:7a:54:e0"
Signed-off-by: Jason Ye <yisye@cisco.com>
Rob Sherwood [Sat, 11 May 2013 16:05:37 +0000 (09:05 -0700)]
new LinkedList() mostly redundant with Arrays.asList()
General code clean up.
You get a ArrayList by default and that's the right thing in most
places. This commit removes a bunch of missing Java generic warnings
and shouldn't affect any code.
Change-Id: I777cdf6a3fd1f2c883aac188d544ebc5a4420f55
Signed-off-by: Rob Sherwood <Rob.Sherwood@bigswitch.com>
Natarajan P [Fri, 10 May 2013 09:56:04 +0000 (15:26 +0530)]
Removed unused imports
Change-Id: Ief3f6879e3e4ed9cb743a699a8614fff4d5d9a59
Signed-off-by: Natarajan <natp@cisco.com>
Madhavan Kasthurirangan [Thu, 9 May 2013 16:40:39 +0000 (09:40 -0700)]
Correct NodeConnetor insertion for edgeMap.
Signed-off-by: Madhavan Kasthurirangan <mkasthur@cisco.com>
Sapan Shah [Thu, 9 May 2013 01:20:30 +0000 (18:20 -0700)]
Authorization fixes for Northbound bundles
Signed-off-by: Sapan Shah <sapshah@cisco.com>
Andrew Kim [Wed, 8 May 2013 22:57:51 +0000 (15:57 -0700)]
Fix user changing their password
Wrong user was being sent to change the password (it was the session user).
Signed-off-by: Andrew Kim <andrekim@cisco.com>
Kalvin Hom [Fri, 3 May 2013 22:33:06 +0000 (15:33 -0700)]
Adding plugin stub:
FlowProgrammerService
Change-Id: Ia5a09a1dfc1547b4016296473e7751f0a23ccf50
Signed-off-by: Kalvin Hom <kahom@cisco.com>
Giovanni Meo [Wed, 8 May 2013 10:29:57 +0000 (10:29 +0000)]
Merge "- Added osgi cmds to enable/disable LLDP snooping on each individual node connector - Fixed TopologyManager nodeConnectorsDB which should only contain ISL ports"
Giovanni Meo [Wed, 8 May 2013 10:28:52 +0000 (10:28 +0000)]
Merge "Fixed augment schema path resolving."
Giovanni Meo [Wed, 8 May 2013 10:26:23 +0000 (10:26 +0000)]
Merge "Fix NPE and enhance flows table"
Jason Ye [Wed, 8 May 2013 06:12:01 +0000 (23:12 -0700)]
- Added osgi cmds to enable/disable LLDP snooping on each individual node connector
- Fixed TopologyManager nodeConnectorsDB which should only contain ISL ports
Signed-off-by: Jason Ye <yisye@cisco.com>
Alessandro Boch [Wed, 8 May 2013 02:05:10 +0000 (19:05 -0700)]
Sanity check missing in Description Stats Converter constructor
Signed-off-by: Alessandro Boch <aboch@cisco.com>
Andrew Kim [Wed, 8 May 2013 01:37:45 +0000 (18:37 -0700)]
Fix NPE and enhance flows table
NPE in devices web caused loop in JS
Added ingress port to flows table
Signed-off-by: Andrew Kim <andrekim@cisco.com>
Kalvin Hom [Tue, 7 May 2013 17:58:49 +0000 (17:58 +0000)]
Merge "Prevent stub and integrationtest plugins to go into the distribution of opendaylight"
Martin Vitez [Tue, 7 May 2013 14:05:24 +0000 (16:05 +0200)]
Fixed augment schema path resolving.
Signed-off-by: Martin Vitez <mvitez@cisco.com>
lsedlak [Tue, 7 May 2013 11:11:59 +0000 (13:11 +0200)]
Added support for implements and extends of GeneratedType;
Added functionality to store List of implementing Generation Types into
GeneratedType and GeneratedTypeBuilder;
Added functionality to store Extending Transfer Object for
GeneratedTransferObject and GeneratedTOBuilder;
Fixed:
DataNodeIterator no longer returns augmented containers, lists, leafs
and leaflists - only non augmented module schema tree;
Added findDataSchemaNode for given SchemaPath into SchemaContextUtil;
Signed-off-by: Lukas Sedlak <lsedlak@cisco.com>
Giovanni Meo [Tue, 7 May 2013 10:36:37 +0000 (10:36 +0000)]
Merge "Primitive support to save the topology coordinates and cleanup of some unused tiering code"
Giovanni Meo [Tue, 7 May 2013 10:34:34 +0000 (10:34 +0000)]
Merge "Setting the auto refresh rate for flows and ports based on the number of flows and ports."
Madhu Venugopal [Tue, 7 May 2013 10:04:14 +0000 (03:04 -0700)]
Primitive support to save the topology coordinates and cleanup of some unused tiering code
Change-Id: Ibe9ae8ab560533cc7215f3d35b1875265fbe54a6
Signed-off-by: Madhu Venugopal <vmadhu@cisco.com>
Giovanni Meo [Tue, 7 May 2013 08:18:43 +0000 (08:18 +0000)]
Merge "protocol plugin stub node type changed to STUB Modified integration test to use STUB type nodes."
Alessandro Boch [Tue, 7 May 2013 05:57:10 +0000 (22:57 -0700)]
User manager to properly handle authenticated users with no authorization
Signed-off-by: Alessandro Boch <aboch@cisco.com>
lakshya [Tue, 7 May 2013 05:32:32 +0000 (22:32 -0700)]
Setting the auto refresh rate for flows and ports based on the number of flows and ports.
Change-Id: I5d52330405d4471b1177c104280aa5b7b5161ebf
Signed-off-by: lakshya <lakshya@cisco.com>
Giovanni Meo [Tue, 7 May 2013 01:40:06 +0000 (03:40 +0200)]
Prevent stub and integrationtest plugins to go into the distribution
of opendaylight
Fixed a spelling error in the switchmanager api bundle and provided a
logback.xml needed for integration test of switchmanager.
Change-Id: I370b3df056d3d178e1a58d14c8493b2fe527a702
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
Andrew Kim [Tue, 7 May 2013 01:21:11 +0000 (18:21 -0700)]
Add generic container logic to web bundles
Signed-off-by: Andrew Kim <andrekim@cisco.com>
Alessandro Boch [Tue, 7 May 2013 00:31:37 +0000 (00:31 +0000)]
Merge "Add LLDP retry count to config.ini"
Jason Ye [Tue, 7 May 2013 00:13:25 +0000 (17:13 -0700)]
Add LLDP retry count to config.ini
Signed-off-by: Jason Ye <yisye@cisco.com>
Kalvin Hom [Mon, 6 May 2013 23:11:01 +0000 (16:11 -0700)]
protocol plugin stub node type
changed to STUB
Modified integration test to use STUB type nodes.
Change-Id: Ic6c23457400f4bbf0b6898c5238a7580ffd649ee
Signed-off-by: Kalvin Hom <kahom@cisco.com>
Alessandro Boch [Mon, 6 May 2013 22:38:06 +0000 (15:38 -0700)]
Fix in ForwardingRulesManager async path
- Fix in modifyOrAddFlowEntryAsync() path
- Protecting concurrent modification to nodeFlows entries through synchronized methods for now
Signed-off-by: Alessandro Boch <aboch@cisco.com>
Alessandro Boch [Mon, 6 May 2013 19:42:24 +0000 (12:42 -0700)]
Change to update node properties
- inventoryServiceShim to trigger node description update
- Inventory Service to accept node properties updates for known nodes only
- Inventory Service to publish only effective node properties update and on default container only
- Minor changes to the Property classes toString() methods
- Removed toString() overridden method in UpdateType as default toString() which prints the enum name is self explicative and serves better in logs
Signed-off-by: Alessandro Boch <aboch@cisco.com>
Asad Ahmed [Mon, 6 May 2013 17:47:04 +0000 (10:47 -0700)]
Fixed problem with incorrect subnet validation with container flow
Also added unit test cases to verify the validation
Change-Id: Ica257f6065d1d4180fccf0e878f188e71dbc21e4
Signed-off-by: Asad Ahmed <asaahmed@cisco.com>
Madhu Venugopal [Mon, 6 May 2013 18:15:51 +0000 (11:15 -0700)]
Authorization failures return 403 with cookie populated. This forces the user to clear the cache
before reauthenticating. Added a custom 403 page with session invalidated.
Change-Id: I68d724a9ac9c6920f9d3eda5a54bba7d731542fc
Signed-off-by: Madhu Venugopal <vmadhu@cisco.com>
Madhavan Kasthurirangan [Mon, 6 May 2013 18:38:07 +0000 (11:38 -0700)]
Logging enhancement related to Packet
Signed-off-by: Madhavan Kasthurirangan <mkasthur@cisco.com>
Giovanni Meo [Mon, 6 May 2013 13:48:30 +0000 (13:48 +0000)]
Merge "API 2 Documentation for opendaylight.controller.usermanager"
Martin Vitez [Mon, 6 May 2013 07:12:46 +0000 (09:12 +0200)]
Added line number to error messages.
Change-Id: I180438f8e617ca910b16d524576e88650d966bbd
Signed-off-by: Martin Vitez <mvitez@cisco.com>
Giovanni Meo [Mon, 6 May 2013 12:40:44 +0000 (12:40 +0000)]
Merge "Updated POM files and versions to SNAPSHOT"
Maurice Qureshi [Mon, 6 May 2013 07:52:19 +0000 (00:52 -0700)]
API 2 Documentation for opendaylight.controller.usermanager
Signed-off-by: Maurice Qureshi <maquresh@cisco.com>
Madhu Venugopal [Mon, 6 May 2013 04:32:13 +0000 (04:32 +0000)]
Merge "Add password edit and verify"
Andrew Kim [Sat, 4 May 2013 00:01:26 +0000 (17:01 -0700)]
Add password edit and verify
Add feature to edit and verify password.
Minor fix in devices where NPE caused a JS infinite loop.
Signed-off-by: Andrew Kim <andrekim@cisco.com>
Jason Ye [Fri, 3 May 2013 22:51:45 +0000 (15:51 -0700)]
As part of performance enhancements, Topology updates are now batched as much as possible. This will effectively reduce the number of Routing updates to the listeners.
Signed-off-by: Jason Ye <yisye@cisco.com>
taochang [Thu, 2 May 2013 20:06:29 +0000 (13:06 -0700)]
Changed sal version to 0.5.0-SNAPSHOT
Moved switchmanager.integrationteststub into protoco_plugins.stub
Removed non-source code files.
Added integration test for switchmanager bundle
Change-Id: I2dd2cbffe9e30224dcf2e03b3f11da465baec09f
Signed-off-by: taochang <taochang@cisco.com>
Tony Tkacik [Fri, 3 May 2013 13:45:49 +0000 (15:45 +0200)]
Updated POM files and versions to SNAPSHOT
Change-Id: I28b16eb8811d928440a18eb2e16df9253cc92562
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
Giovanni Meo [Fri, 3 May 2013 15:20:42 +0000 (15:20 +0000)]
Merge "Adding integration tests for clustering service. Added to pom file for sonar integration."