Prasanth Pallamreddy [Fri, 22 Nov 2013 00:01:59 +0000 (16:01 -0800)]
Bug 116 - Revisit SanityTest
- Sanity test is now an integration test
- Introduce maven-controller-plugin to handle startup & shutdown
of controller process and run away processes
- Fix run.bat issue with -start option
Change-Id: I4489f2f581561377da8afe103291fbc9f1bdf6f0
Signed-off-by: Prasanth Pallamreddy <ppallamr@cisco.com>
Ed Warnicke [Tue, 10 Dec 2013 19:40:02 +0000 (19:40 +0000)]
Merge "Bug 211 - Fixed codec generation when transitive dependencies (parents) are not available"
Tony Tkacik [Tue, 10 Dec 2013 14:21:07 +0000 (15:21 +0100)]
Bug 211 - Fixed codec generation when transitive dependencies (parents) are not available
- Classloader for each encountered generated class is added to javassist ClassPool
if not already there, to make sure we have full visibility into supertype hierarchy
of class
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
Change-Id: I760b6d53df2e07a9ed5e73fecd655999061cc3be
Giovanni Meo [Tue, 10 Dec 2013 12:51:18 +0000 (12:51 +0000)]
Merge "Controller ignores switch, if no ports are present"
Giovanni Meo [Tue, 10 Dec 2013 12:48:51 +0000 (12:48 +0000)]
Merge "Fixing a recent breakage in Flow programmer introduced by https://git.opendaylight.org/gerrit/#/c/3493/"
Madhu Venugopal [Tue, 10 Dec 2013 11:57:39 +0000 (03:57 -0800)]
Fixing a recent breakage in Flow programmer introduced by https://git.opendaylight.org/gerrit/#/c/3493/
Change-Id: Ib93dc934ac1af7072bfd8db1a3bd51e01fcd8d73
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
Alessandro Boch [Thu, 5 Dec 2013 06:49:45 +0000 (22:49 -0800)]
User manager to hash with SHA-384
- When strong password check is enabled, hash the
users password with SHA-384 instead of SHA-1.
(Password salting will be considered in future)
- Other minor changes: organize parameters, remove
printStackTrace()
Change-Id: I7675db48a3685c546ec544ff3cf38ab53e9f6cde
Signed-off-by: Alessandro Boch <aboch@cisco.com>
Alessandro Boch [Thu, 5 Dec 2013 06:15:53 +0000 (22:15 -0800)]
Deleting the Default subnet gateway returns success
- Need to let caller know this operation is not allowed
Change-Id: I7ad0f9e4874491bd15fa558248e5742f7aa466d5
Signed-off-by: Alessandro Boch <aboch@cisco.com>
Alessandro Boch [Thu, 5 Dec 2013 09:25:26 +0000 (01:25 -0800)]
Adding of specific flow validation in of plugin
- An of 1.0 switch silently accepts a flowmod which
match does not have proper hierarchy of fields set.
It installs the flow discarding the incorrect fields.
This would cause inconsistency between flows in hw
and flows in sw. The application needs to be notified
that the flow would not be accepted as is by the openflow
switch.
Change-Id: If70a642f2835147856d3517ad82faef3e9bb1e2c
Signed-off-by: Alessandro Boch <aboch@cisco.com>
Tony Tkacik [Sun, 1 Dec 2013 16:53:21 +0000 (17:53 +0100)]
Fix to allow RESTCONF PUTing of Flows
- Due to a bug in the JAXB spec, which is propogated to
JAXRS, which forbids '/', even escaped, in path segments
in URLs... we can't use the nesting by refs under /flows.
- Therefore I've moved flow config to
nodes -> node -> table -> flow
- Making that change in the existing FlowConsumerImpl proved extremely
hard. Due to the press of time I've introduced a very simple set of
FlowProvider, FlowCommitHandler, FlowTransaction, FlowTransactionValidator,
to cleanly separate the logic. We can migrate over the validation rules as
need be.
PatchSet 11: Abstract the Transaction. Add Groups.
PatchSet 12: Fixes for Meters
PatchSet 13: Yet another rebase
PatchSet 14: Squashing https://git.opendaylight.org/gerrit/#/c/3304/8
Must proceed: http://git.opendaylight.org/gerrit/3596/1
in openflowplugin
Change-Id: I1f1cd04a04f7a30630062725e63112cda4b049f1
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
Alessandro Boch [Mon, 9 Dec 2013 21:19:50 +0000 (13:19 -0800)]
Controller ignores switch, if no ports are present
- At switch connection, InventoryServiceShim mistakenly skips to
inform the global listeners if no ports are configured on the switch.
This is not visible with software switches because they always
advertise they have the OFLocal port active.
Being Connection Service a listener of global inventory service,
it will not get to know about the switch presence, and in subsequent
queries from InventoryServiceShim it will reply the switch is not
locally connected to this controller, causing Inventory Shim to
not inform its upper layer listeners about the switch. Therefore
no other controller service will get to know the switch is conencted.
Change-Id: I29f658cc2a84ab7aab2c19ae9fe4d5a33c0afe0c
Signed-off-by: Alessandro Boch <aboch@cisco.com>
Alessandro Boch [Mon, 9 Dec 2013 22:40:02 +0000 (22:40 +0000)]
Merge "Changed maximumEntries to correct int rather than long"
Alessandro Boch [Mon, 9 Dec 2013 20:00:15 +0000 (20:00 +0000)]
Merge "Prevent password hash from being shown"
Sapan Shah [Fri, 6 Dec 2013 00:44:06 +0000 (16:44 -0800)]
Change portId to accept a generic data-type
Change-Id: Id582e279802643dcf7bd9f1531c5dfc90ba40870
Signed-off-by: Sapan Shah <sapshah@cisco.com>
Ed Warnicke [Mon, 9 Dec 2013 18:14:09 +0000 (18:14 +0000)]
Merge "Added conflict handling between configuration and state choice nodes. -unique node naming required"
Ed Warnicke [Mon, 9 Dec 2013 17:58:09 +0000 (17:58 +0000)]
Merge "Corrected response status codes from restconf"
Ed Warnicke [Mon, 9 Dec 2013 17:39:39 +0000 (17:39 +0000)]
Merge "Implementation for enabling remote rpc calls between 2 instances of md-sal"
Ed Warnicke [Mon, 9 Dec 2013 17:25:55 +0000 (17:25 +0000)]
Merge "Improved support for default yang statements in configuration subsystem"
Ed Warnicke [Mon, 9 Dec 2013 17:10:49 +0000 (17:10 +0000)]
Merge "Fix for bug 211, where direct write and read of augmentation was not processed correctly"
Ed Warnicke [Mon, 9 Dec 2013 16:59:54 +0000 (16:59 +0000)]
Merge "Fix errors reported by pyang"
Ed Warnicke [Mon, 9 Dec 2013 16:49:29 +0000 (16:49 +0000)]
Merge "Update service references to new format"
Tony Tkacik [Fri, 6 Dec 2013 15:40:56 +0000 (16:40 +0100)]
Fix for bug 211, where direct write and read of augmentation was not processed correctly
- Fixed TypeNotAvailable issue with end-to-end Openflow
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
Change-Id: I9797fb4a1b71d456cc9126f98e4f3043e49b5666
Ed Warnicke [Mon, 9 Dec 2013 15:40:19 +0000 (15:40 +0000)]
Merge "Validation Issue with DlSrc,DlDst MacAddress"
Milos Fabian [Mon, 9 Dec 2013 14:27:45 +0000 (15:27 +0100)]
Added conflict handling between configuration and state choice nodes.
-unique node naming required
Change-Id: I7db0a094d8abbd4c1616b6a01a22ac201e91ad64
Signed-off-by: Milos Fabian <milfabia@cisco.com>
msunal [Thu, 5 Dec 2013 10:35:43 +0000 (11:35 +0100)]
Corrected response status codes from restconf
- POST /restconf/config/* - 204 no msg body
- POST /restconf/operations/* - 200 msg body or 204 no msg body or 500 operation failed
- PUT /restconf/config/* - 200 no msg body
Change-Id: Ida5759499f876c5fce8280510ffe4093ee1c03c3
Signed-off-by: Martin Sunal <msunal@cisco.com>
Maros Marsalek [Wed, 4 Dec 2013 08:04:48 +0000 (09:04 +0100)]
Improved support for default yang statements in configuration subsystem
Generated code for configuration contains default values with correct constructor if specified for leaves
Fixed binary type (de)serialization
Change-Id: Ia1338013f8aacab38074e6c7af2de351c6b73835
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Tony Tkacik [Thu, 5 Dec 2013 20:51:46 +0000 (21:51 +0100)]
Implementation for enabling remote rpc calls between 2 instances of md-sal
- This provides implementation for enabling remote rpc calls between 2 instances of md-sal.
The current implementation enables remote execution of globally unique services in the
cluster. For details, please refer to this wiki page
(https://wiki.opendaylight.org/view/Zeromq_connector). This wiki page is a draft.
- Added relativePath in pom so that parent pom can be found.
- Removed dependency to sal-infinispan-routingtable
- Exported "impl" as well from zeromq-routingtable. Fixed dependencies in RouterTest.
- Removed oss.sonatype release repo from md-sal pom. ODL nexus repo mirrors it.
- Updated server code to handle exception
- Server code now uses WB pattern instead of listerner pattern.
- Fixed pom so that parent can be resolved
- Rebased due to changed in unmerged dependency
- Added state machine to RpcSocket.
- Added unit tests to RpcSocketTest and SocketManagerTest.
- Added CompositeNode methods to ExampleConsumer & XML files for creation of CompositeNodes
- Added CompositeNode testcases to RouterTest
- Translated scala code to java
- Added code to convert CompositeNode to xml and back to help
- with serialization.
- Added more unit and integration tests.
This is squash for:
https://git.opendaylight.org/gerrit/2882
https://git.opendaylight.org/gerrit/3022
https://git.opendaylight.org/gerrit/3028
https://git.opendaylight.org/gerrit/3159
Change-Id: I44739fd8ad61043c2e786875bb7787e3fa68e435
Signed-off-by: Abhishek Kumar <abhishk2@cisco.com>
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
Signed-off-by: Alex Fan <railor33@gmail.com>
Ed Warnicke [Sun, 8 Dec 2013 20:03:52 +0000 (20:03 +0000)]
Merge "Fix a typo in debug message"
Robert Varga [Sun, 8 Dec 2013 18:41:22 +0000 (19:41 +0100)]
Fix errors reported by pyang
Change-Id: Ia94339d7e9e759d02070a94507a340c80bc46100
Signed-off-by: Robert Varga <robert.varga@pantheon.sk>
Robert Varga [Sun, 8 Dec 2013 17:04:39 +0000 (18:04 +0100)]
Update service references to new format
Change-Id: I725ef68c983564db9e9bdcc8404696c0a3df71bc
Signed-off-by: Robert Varga <robert.varga@pantheon.sk>
Ed Warnicke [Sun, 8 Dec 2013 16:22:08 +0000 (16:22 +0000)]
Merge "Fixed sal-netconf-connector readConfiguration"
Tony Tkacik [Wed, 4 Dec 2013 19:21:01 +0000 (20:21 +0100)]
Fixed sal-netconf-connector readConfiguration
- Promoted Netconf client to v1.1.
- Added reconnect retry.
- Fixed readConfiguration for mounted netconf device.
- Fixed serialization issue in restconf related to mount points with unknown schema.
Change-Id: Iefb85866cfc2fcbda5b4239ab112629f5e70e76d
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
Ed Warnicke [Sun, 8 Dec 2013 14:23:01 +0000 (14:23 +0000)]
Merge "Fixed add/delete/modify RPC for group/flow/remove reach the test provider"
Robert Varga [Sun, 8 Dec 2013 12:57:33 +0000 (13:57 +0100)]
Fix a typo in debug message
Change-Id: Ia37a2b49ae0cfb1196997d82df04d5edb7fffba7
Signed-off-by: Robert Varga <robert.varga@pantheon.sk>
Ed Warnicke [Sat, 7 Dec 2013 23:03:29 +0000 (23:03 +0000)]
Merge "Added transactions statistics for BI Broker."
Ed Warnicke [Sat, 7 Dec 2013 22:49:51 +0000 (22:49 +0000)]
Merge "Updated xpath pointing to a module instance under services subtree."
Ed Warnicke [Sat, 7 Dec 2013 20:48:04 +0000 (20:48 +0000)]
Merge "Refactor yang-jmx-generator and -plugin to support list of dependencies."
Tomas Olvecky [Wed, 4 Dec 2013 15:57:40 +0000 (16:57 +0100)]
Refactor persister: Add ability to publish multiple snapshots while loading initial configuration.
Persister adaptors now return list of snapshots to be pushed to netconf at server startup. Persister maintains an ordered list of adaptor
instances, each with its configuration. During server startup it iterates the list backwards until non empty list of snapshot is returned.
Each snapshot can depend on different capabilities, once all capabilities for given snapshot are announced by server, persister pushes this
snapshot.
Change-Id: If73ead980c9cf8cd237af170872fbf1a491cb029
Signed-off-by: Tomas Olvecky <tolvecky@cisco.com>
Prasanna Huddar [Sat, 7 Dec 2013 16:10:21 +0000 (21:40 +0530)]
Fixed add/delete/modify RPC for group/flow/remove reach the test provider
Signed-off-by: Prasanna Huddar <prasanna.huddar@ericsson.com>
Change-Id: Id62247deda75cc97e447564a7d23535bd57305c5
Gaurav Bhagwani [Sat, 7 Dec 2013 11:34:16 +0000 (17:04 +0530)]
Validation Issue with DlSrc,DlDst MacAddress
Signed-off-by: Gaurav Bhagwani <gaurav.bhagwani@ericsson.com>
Change-Id: Ib02ea2488a290f399e666122821e84dc6364eca5
Pramila Singh [Sat, 7 Dec 2013 00:02:50 +0000 (16:02 -0800)]
Fix for adding a static flow with action as OUTPUT for generic type
Change-Id: I13c3511f1ae29ad2e022a8b5eb13499cde179364
Signed-off-by: Pramila Singh <pramisin@cisco.com>
Andrew Kim [Fri, 6 Dec 2013 23:02:31 +0000 (17:02 -0600)]
Prevent password hash from being shown
The URL 'http://controller-ip:8080/admin/users' no longer displays the
user's password hashes
Change-Id: I0664bf21d1087a437ab9420c9e39b3129620aefa
Signed-off-by: Andrew Kim <andrekim@cisco.com>
Katelyn Kasperowicz [Fri, 6 Dec 2013 22:43:04 +0000 (14:43 -0800)]
Changed maximumEntries to correct int rather than long
-Added maximumEntries to needed parts in NodeTableStatistics
Change-Id: I07fa635562b8514aad17cf4a9c6f22a419dfb750
Signed-off-by: Katelyn Kasperowicz <kkaspero@cisco.com>
Ed Warnicke [Fri, 6 Dec 2013 17:46:06 +0000 (17:46 +0000)]
Merge "1. Corrected Ip Protocol match field. 2. Added mask for Ipv6 Extension header match field"
Ed Warnicke [Fri, 6 Dec 2013 16:27:06 +0000 (16:27 +0000)]
Merge "modified group"
Ed Warnicke [Fri, 6 Dec 2013 16:08:15 +0000 (16:08 +0000)]
Merge "Initial implementation of netconf monitoring module according to tools.ietf.org/html/rfc6022"
Lukas Sedlak [Fri, 6 Dec 2013 13:35:50 +0000 (14:35 +0100)]
Added transactions statistics for BI Broker.
Added implementation of gathering transaction statistics when binding independent broker is used.
Signed-off-by: Lukas Sedlak <lsedlak@cisco.com>
Change-Id: Ia7fb9374575be62bb6bd6b2ace3112d28524bde5
Tomas Olvecky [Thu, 5 Dec 2013 16:22:16 +0000 (17:22 +0100)]
Refactor yang-jmx-generator and -plugin to support list of dependencies.
Change-Id: I87aec9e234588d12ac5ea2dd26509de1c625bbb2
Signed-off-by: Tomas Olvecky <tolvecky@cisco.com>
Ed Warnicke [Fri, 6 Dec 2013 13:09:29 +0000 (13:09 +0000)]
Merge "Used log instead of exception"
Deepthi V V [Fri, 6 Dec 2013 12:40:50 +0000 (18:10 +0530)]
1. Corrected Ip Protocol match field.
2. Added mask for Ipv6 Extension header match field
Signed-off-by: Deepthi V V <deepthi.v.v@ericsson.com>
Change-Id: Ib3f6636475f228ad7bb53f02ad0883bc6bc2d9e3
Ed Warnicke [Fri, 6 Dec 2013 12:14:57 +0000 (12:14 +0000)]
Merge "Fix for CLI- AddMDFlow having problem"
Prasanna Huddar [Fri, 6 Dec 2013 11:55:41 +0000 (17:25 +0530)]
modified group
Signed-off-by: Prasanna Huddar <prasanna.huddar@ericsson.com>
Change-Id: I088b0304acbac551f530485695165cec6feffae1
msunal [Fri, 6 Dec 2013 08:53:25 +0000 (09:53 +0100)]
Used log instead of exception
- logging was added instead of throwing exception in problematic part
Change-Id: Ic1fb85db4e8eeba18a2fdaec0796c0683bf6430c
Signed-off-by: Martin Sunal <msunal@cisco.com>
Anil Vishnoi [Tue, 3 Dec 2013 17:59:00 +0000 (23:29 +0530)]
MD-SAL Statistics Manager - Fixed keys of group and meter models and their sub component
Change-Id: I541177511f6b75451312bc98118a7dbdaad2cdcc
Signed-off-by: Anil Vishnoi <avishnoi@in.ibm.com>
Alessandro Boch [Thu, 5 Dec 2013 23:09:02 +0000 (23:09 +0000)]
Merge "Arranged the config so that its obvious how to enable the ClusteredDataStoreProvider"
Ed Warnicke [Thu, 5 Dec 2013 22:55:00 +0000 (22:55 +0000)]
Merge "netconf-ssh dependency cleanup"
Ed Warnicke [Thu, 5 Dec 2013 22:50:29 +0000 (22:50 +0000)]
Merge "Common yang and xml loader for tests"
Ed Warnicke [Thu, 5 Dec 2013 22:49:36 +0000 (22:49 +0000)]
Merge "Fixed Group and meter id bugs"
Ed Warnicke [Thu, 5 Dec 2013 22:45:20 +0000 (14:45 -0800)]
Arranged the config so that its obvious how to enable the ClusteredDataStoreProvider
Change-Id: I076835c4a95571efafa9ecc4242a2e85a4717fa2
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Ed Warnicke [Thu, 5 Dec 2013 22:14:27 +0000 (22:14 +0000)]
Merge "Added multipart table response as notification in yang model."
Ed Warnicke [Thu, 5 Dec 2013 22:12:13 +0000 (22:12 +0000)]
Merge "RestconfImpl.invokeRpc method test"
Katelyn Kasperowicz [Thu, 5 Dec 2013 01:20:47 +0000 (17:20 -0800)]
Exposed maximumEntries for TableStatistics to sal
Change-Id: Ib5fd0362e898f4bcaeda97416c1f048826e3e440
Signed-off-by: Katelyn Kasperowicz <kkaspero@cisco.com>
Giovanni Meo [Thu, 5 Dec 2013 15:03:47 +0000 (15:03 +0000)]
Merge "Add StatusCode.CREATED"
Giovanni Meo [Thu, 5 Dec 2013 15:02:46 +0000 (15:02 +0000)]
Merge "On link flap new SimpleForwarding flows are rejected by FRM"
Giovanni Meo [Thu, 5 Dec 2013 15:01:24 +0000 (15:01 +0000)]
Merge "Bug 78 Enable Enqueue action in static flows"
Maros Marsalek [Thu, 5 Dec 2013 13:17:47 +0000 (14:17 +0100)]
Updated xpath pointing to a module instance under services subtree.
From /config/modules/module[name='hash-map-data-store']/instance[name='hash-map-data-store']
To /modules/module[type=hash-map-data-store][name=hash-map-data-store']
Affected netconf operations: get-config, edit-config.
Backwards compatibility with previous xpath version is preserved.
Change-Id: Ic7c8057811001dbec34115b3745ce42bae790a45
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Gaurav Bhagwani [Wed, 4 Dec 2013 17:09:34 +0000 (22:39 +0530)]
Fix for CLI- AddMDFlow having problem
-Missed the SalFlowListener, removed under the impression of notifications from switch, rather its also the notification from dataStore, so it was breaking the request to commit handler.
-Request is going through after adding the notification class
Signed-off-by: Gaurav Bhagwani <gaurav.bhagwani@ericsson.com>
Change-Id: I18cf09582101fb7f7efb711d39790aefa61d9f62
Tony Tkacik [Wed, 4 Dec 2013 16:18:11 +0000 (17:18 +0100)]
Moved IT code to separate project, Fix for Bug 184, created test-jar
Change-Id: I9ed91016c93aba64548498b48de6ff1995cee021
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
Alessandro Boch [Thu, 5 Dec 2013 08:12:47 +0000 (00:12 -0800)]
Add StatusCode.CREATED
- It may become handy if we plan for more automated
API2 (OSGI Service Call) to API3 (REST) status conversion
Change-Id: Iac3b4037071916694a63a0d22bfb10311b215cd2
Signed-off-by: Alessandro Boch <aboch@cisco.com>
Maros Marsalek [Fri, 29 Nov 2013 13:23:44 +0000 (14:23 +0100)]
Initial implementation of netconf monitoring module according to tools.ietf.org/html/rfc6022
Response from netconf GET operation now contains monitoring information about current netconf state.
Modified netconf-impl module: added monitoring capabilities to netconf-impl module exposed as OSGi service.
Added netconf-monitoring module that provides a filter for netconf GET operation
and adds monitoring information retrieved from netconf-impl to the response of the GET operation.
It implements netconf-mapping-api similar to config-netconf-connector and
currently provides information about current netconf SESSIONS and yang SCHEMAS
(these information is retrieved via the netconf monitoring OSGi service provided by netconf-impl).
Added ietf-netconf-monitoring module that contains sources generated from ietf-netconf-monitoring yang.
These sources serve as an interface between netconf-impl and netconf-monitoring.
Change-Id: I62c457cde42e01781d9039c6dde0a03115134df4
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Alessandro Boch [Thu, 5 Dec 2013 07:54:19 +0000 (23:54 -0800)]
On link flap new SimpleForwarding flows are rejected by FRM
Change-Id: I7a246bdd2222dc6d7b5ca3aa16e4bd1284c96530
Signed-off-by: Alessandro Boch <aboch@cisco.com>
Alessandro Boch [Thu, 5 Dec 2013 07:22:12 +0000 (23:22 -0800)]
Bug 78 Enable Enqueue action in static flows
Change-Id: I9e1558719a4d6e407e90a40c263380b4fac63f8f
Signed-off-by: Alessandro Boch <aboch@cisco.com>
Chi-Vien Ly [Thu, 5 Dec 2013 01:18:46 +0000 (01:18 +0000)]
Merge "Added a generic API to return a list of configured switches that are not connected to the controller"
Pramila Singh [Tue, 3 Dec 2013 23:48:29 +0000 (15:48 -0800)]
Added a generic API to return a list of configured switches that are not connected to the controller
Change-Id: Ide319117b4038f6f1d72fa8091d1015678be5a60
Signed-off-by: Pramila Singh <pramisin@cisco.com>
Ed Warnicke [Wed, 4 Dec 2013 19:03:03 +0000 (19:03 +0000)]
Merge "Fixed logging in Statistics Manager to log only when it is activelly gathering statistics."
Ed Warnicke [Wed, 4 Dec 2013 19:02:17 +0000 (19:02 +0000)]
Merge "Fixed serialization issues with Augments and java types"
Ed Warnicke [Wed, 4 Dec 2013 16:28:52 +0000 (16:28 +0000)]
Merge "client IP/port definition in configuration separation new netconf.client properties added to integration tests"
Martin Bobak [Wed, 4 Dec 2013 10:18:49 +0000 (11:18 +0100)]
netconf-ssh dependency cleanup
Change-Id: Ida6d8aa12f1609deb0f63dab86dc987edb4d299a
Signed-off-by: Martin Bobak <mbobak@cisco.com>
Ed Warnicke [Wed, 4 Dec 2013 15:19:33 +0000 (15:19 +0000)]
Merge "Created own XML mapper for translation"
Martin Bobak [Wed, 4 Dec 2013 14:09:42 +0000 (15:09 +0100)]
client IP/port definition in configuration separation
new netconf.client properties added to integration tests
Change-Id: Ic9517d19ec00b8656c29528903d538d32674a5e9
Signed-off-by: Martin Bobak <mbobak@cisco.com>
Deepthi V V [Wed, 4 Dec 2013 13:09:48 +0000 (18:39 +0530)]
Added multipart table response as notification in yang model.
Signed-off-by: Deepthi V V <deepthi.v.v@ericsson.com>
Change-Id: Ib6293ec9a49885e16ebad81f310e39c7c9eb0c43
Jozef Gloncak [Wed, 4 Dec 2013 12:50:06 +0000 (13:50 +0100)]
Common yang and xml loader for tests
Class YangAndXmlAndDataSchemaLoader was created as common ancestor for
those test which need load yang files, get reference to concrete module
and concrete schema node.
DummyRpcResult class was transformed (inner Builder class including) to
generic class. Type parameter represents return type of method getResult.
Now it is possible to use DummyRpcResult also in InvokeRpcMethodTest.
Change-Id: Ib8d99596bbb16c42724ab79125f4273f9d609a50
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
Jozef Gloncak [Wed, 4 Dec 2013 10:37:32 +0000 (11:37 +0100)]
RestconfImpl.invokeRpc method test
Change-Id: I5e663c08d73fe7fe0871650d5f6b1d36de2df63f
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
Martin Bobak [Tue, 3 Dec 2013 08:24:44 +0000 (09:24 +0100)]
- added hello message with client ip and user@host trace message
- SSH bridge adds customHeader at the beginning of bridged
communication
Change-Id: I4bd1733901f3d37a5d62022bad0c39c33db8c5ed
Signed-off-by: Martin Bobak <mbobak@cisco.com>
Ed Warnicke [Wed, 4 Dec 2013 11:52:37 +0000 (11:52 +0000)]
Merge "Update base configuration to expose RPC broker service"
Ed Warnicke [Wed, 4 Dec 2013 11:51:51 +0000 (11:51 +0000)]
Merge "Bump model revisions to 2010.09.24.2-SNAPSHOT"
Prasanna Huddar [Wed, 4 Dec 2013 09:55:06 +0000 (15:25 +0530)]
Fixed Group and meter id bugs
Signed-off-by: Prasanna Huddar <prasanna.huddar@ericsson.com>
Change-Id: Ibda5799e435e578cb652dd0fd5a0fc4409dd7918
Tony Tkacik [Wed, 4 Dec 2013 09:19:14 +0000 (10:19 +0100)]
Fixed logging in Statistics Manager to log only when it is activelly gathering statistics.
Change-Id: I8ad27a54028f4e77b48b86c335d18730662e55da
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
Giovanni Meo [Wed, 4 Dec 2013 08:26:45 +0000 (08:26 +0000)]
Merge "Addding a new method to let the clients of clustering service specify a transaction timeout when they start a transaction"
Ed Warnicke [Wed, 4 Dec 2013 00:59:00 +0000 (00:59 +0000)]
Merge "Few Validations for Match/Actios in FRMUtil"
Ed Warnicke [Tue, 3 Dec 2013 23:25:56 +0000 (23:25 +0000)]
Merge "Add support for BigDecimal to netconf mapping."
Asad Ahmed [Wed, 27 Nov 2013 18:41:59 +0000 (10:41 -0800)]
Addding a new method to let the clients of clustering service
specify a transaction timeout when they start a transaction
Change-Id: Icad02808e37d7852907a417436c72cbcff8e62f1
Signed-off-by: Asad Ahmed <asaahmed@cisco.com>
Milos Fabian [Tue, 3 Dec 2013 18:11:43 +0000 (19:11 +0100)]
Added documentation generator to yang-maven-plugin.
Generated html files are located in target/site/models.
Change-Id: I6cc8a8a3a2a7b6c420efaa211ed48c5ad34c0105
Signed-off-by: Milos Fabian <milfabia@cisco.com>
Tony Tkacik [Tue, 3 Dec 2013 19:00:20 +0000 (20:00 +0100)]
Fixed serialization issues with Augments and java types
Change-Id: I55a522423c4bb6ac809527c175d1689897c35fb2
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
Robert Varga [Tue, 3 Dec 2013 15:38:07 +0000 (16:38 +0100)]
Update base configuration to expose RPC broker service
Change-Id: Ic8af359f3835d1abc6c9c9d9fba4d7ef3223e258
Signed-off-by: Robert Varga <robert.varga@pantheon.sk>
Robert Varga [Tue, 3 Dec 2013 15:46:11 +0000 (16:46 +0100)]
Bump model revisions to 2010.09.24.2-SNAPSHOT
This bump is require to get the latest model rebuilds containing
range validation and JMX annotations.
Change-Id: I3f394aec2e80594120dad6997883dbcadf619674
Signed-off-by: Robert Varga <robert.varga@pantheon.sk>
Maros Marsalek [Tue, 3 Dec 2013 15:37:43 +0000 (16:37 +0100)]
Add support for BigDecimal to netconf mapping.
Change-Id: Iffc1d679105899f0b66a5b62020dfedd17931b45
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
msunal [Mon, 2 Dec 2013 15:17:41 +0000 (16:17 +0100)]
Created own XML mapper for translation
- XmlMapper.java was created for translation from CompositeNode to XML
Change-Id: I880d12b7ea4046157ab7f5fe67b090fa09e0c53c
Signed-off-by: Martin Sunal <msunal@cisco.com>
Ed Warnicke [Tue, 3 Dec 2013 14:58:45 +0000 (14:58 +0000)]
Merge "Fixed as per comments group and meter"
Gaurav Bhagwani [Tue, 3 Dec 2013 14:50:51 +0000 (20:20 +0530)]
Few Validations for Match/Actios in FRMUtil
Signed-off-by: Gaurav Bhagwani <gaurav.bhagwani@ericsson.com>
Change-Id: Ie533434b77303dcc48e678c795e939b80cbf9acc