netconf.git
8 years agoDelete yang-generated files in mvn clean phase 13/28513/2
Tom Pantelis [Thu, 15 Oct 2015 19:45:04 +0000 (15:45 -0400)]
Delete yang-generated files in mvn clean phase

Change-Id: I988f2cc8f05108568859419fec0c43019c8f9bd7
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
8 years agoMissing white-space character between module name 39/28639/1
Martin Ciglan [Wed, 21 Oct 2015 08:39:13 +0000 (10:39 +0200)]
Missing white-space character between module name
and rest of the error message text.

Change-Id: Ib6cbfce03ae660ae82a3ad3a947d37cc8aff6d78
Signed-off-by: Martin Ciglan <mciglan@cisco.com>
8 years agoFix non-initialized keepalive executor when configured. 00/28500/1
Tomas Cere [Fri, 16 Oct 2015 11:27:25 +0000 (13:27 +0200)]
Fix non-initialized keepalive executor when configured.

Change-Id: Ia7803777e90c93adfbc11f2945a7c8617c931b94
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoMerge changes from topic 'netconf-clustering'
Tony Tkacik [Thu, 15 Oct 2015 17:25:17 +0000 (17:25 +0000)]
Merge changes from topic 'netconf-clustering'

* changes:
  BUG 2920: Extend and simplify netconf connector topology model.
  Add clustered node status to netconf-node model

8 years agoAdd missing required-capability 54/28454/1
Tomas Cere [Thu, 15 Oct 2015 15:08:32 +0000 (17:08 +0200)]
Add missing required-capability

Restconf service config was missing this capability.

Change-Id: I9eb68825ec31ea30a9ea8e4abf542494fb7d4f3d
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoBUG 2920: Extend and simplify netconf connector topology model. 16/25416/26
Tomas Cere [Mon, 17 Aug 2015 13:14:29 +0000 (15:14 +0200)]
BUG 2920: Extend and simplify netconf connector topology model.

Add shared schema repository and netconf topology binding.
Create a default schema repository instance.
Add topology config.
Simplifiy netconf connector model to use new netconf
topology with backwards compatibility.
Bump netconf connector schema revision.

Change-Id: I3978a0a7e6e3c08dba52e65912bfe33ad46b4cf8
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoAdd clustered node status to netconf-node model 33/28433/1
Tomas Cere [Thu, 15 Oct 2015 09:20:29 +0000 (11:20 +0200)]
Add clustered node status to netconf-node model

Change-Id: Ib057066a6449b72a11f6723b327b8f8a55145eea
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoMerge changes from topic 'netconf-clustering'
Tony Tkacik [Wed, 14 Oct 2015 10:52:21 +0000 (10:52 +0000)]
Merge changes from topic 'netconf-clustering'

* changes:
  Add completeable future to NetconfDeviceCommunicator
  Extend netconf-node model

8 years agoBug 4425 - netconf-testtool NullPointerException 00/28200/1
Jakub Morvay [Fri, 9 Oct 2015 08:57:01 +0000 (10:57 +0200)]
Bug 4425 - netconf-testtool NullPointerException

Use SchemaContext to parse schema sources to capabilities instead of
YangParserListenerImpl. YangParserListenerImpl is not used in migrated
YANG parser.

Change-Id: I95925b5888417dcb814d2cf8681200b747108b45
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
8 years agoMerge "Stop failing discard-changes operation when tx wasn't initialized"
Maros Marsalek [Thu, 8 Oct 2015 11:12:39 +0000 (11:12 +0000)]
Merge "Stop failing discard-changes operation when tx wasn't initialized"

8 years agoStop failing discard-changes operation when tx wasn't initialized 50/28050/2
Tomas Cere [Thu, 8 Oct 2015 10:05:26 +0000 (12:05 +0200)]
Stop failing discard-changes operation when tx wasn't initialized

Change-Id: Icea5b5830caf4fffd034108eb4e524c3aa5d4397
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoBetter FIXME comment in ietf-netconf-notifications model 62/27962/1
Jakub Morvay [Tue, 6 Oct 2015 12:35:56 +0000 (14:35 +0200)]
Better FIXME comment in ietf-netconf-notifications model

Add bug number of related yangtools bug to FIXME comment

Change-Id: I0b82f9913886a5cb154862c806458cf9b9d3ffa9
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
8 years agoFix shorthand case statement in netconf notifications model 17/27917/3
Jakub Morvay [Tue, 6 Oct 2015 09:06:46 +0000 (11:06 +0200)]
Fix shorthand case statement in netconf notifications model

Use normal version of server case statement in server-or-user choice statement
in ietf-netconf-notifications model. Short version is currently not supported
by yangtools.

Change-Id: I043babfc8e70654aed1c8dfdd7486795e49aa2bf
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
8 years agoAdd completeable future to NetconfDeviceCommunicator 45/27045/13
Tomas Cere [Wed, 16 Sep 2015 12:16:42 +0000 (14:16 +0200)]
Add completeable future to NetconfDeviceCommunicator

Add a future that completes when first connection attemp succeeds.

Change-Id: I68c31bb75ed0576a79257a0c6ddb9eef0cd64c74
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoExtend netconf-node model 14/27114/8
Tomas Cere [Thu, 17 Sep 2015 11:01:12 +0000 (13:01 +0200)]
Extend netconf-node model

Add configuration data that is required for establishing a connection.

Change-Id: Ie0cc38537c2e67778f060f16786c25e8c6996dbf
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoBUG-4367 Do not transform modules to capabilities 56/27656/5
Maros Marsalek [Wed, 30 Sep 2015 13:31:17 +0000 (15:31 +0200)]
BUG-4367 Do not transform modules to capabilities

Pre-built capabilities already contain the source retrieved from a
SchemaSourceProvider

Change-Id: If5bb358e411c2ca020092a7ea2b6dbd1faa3a88f
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
8 years agoAdd mdsal-netconf-notification dependency to features-netconf 98/27798/2
JMorvay [Fri, 2 Oct 2015 09:43:46 +0000 (11:43 +0200)]
Add mdsal-netconf-notification dependency to features-netconf

Add missing dependency on mdsal-nteconf-notification to netconf-features project

Change-Id: I323765720e935162e8e65355f141edc1e5d26da3
Signed-off-by: JMorvay <jmorvay@cisco.com>
8 years agoFix javax.annotation missing package from rest 12/27812/3
Maros Marsalek [Fri, 2 Oct 2015 12:47:11 +0000 (14:47 +0200)]
Fix javax.annotation missing package from rest

Change-Id: I56d43c158c14dcb925eafa18b997465f9baa2fe0
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
8 years agoMerge "Bug 3999: Create internal service to access restconf"
Tony Tkacik [Fri, 2 Oct 2015 07:49:46 +0000 (07:49 +0000)]
Merge "Bug 3999: Create internal service to access restconf"

8 years agoMerge "Bug 3863 - Milestone: Add support for netconf notifications in MD-SAL netconf...
Maros Marsalek [Tue, 29 Sep 2015 14:25:04 +0000 (14:25 +0000)]
Merge "Bug 3863 - Milestone: Add support for netconf notifications in MD-SAL netconf northbound"

8 years agoMerge "YangInstanceIdentifier::toInstance() -> build()"
Maros Marsalek [Tue, 29 Sep 2015 07:28:38 +0000 (07:28 +0000)]
Merge "YangInstanceIdentifier::toInstance() -> build()"

8 years agoBug 3863 - Milestone: Add support for netconf notifications in MD-SAL netconf northbound 46/26146/11
JMorvay [Tue, 25 Aug 2015 14:05:32 +0000 (16:05 +0200)]
Bug 3863 - Milestone: Add support for netconf notifications in MD-SAL netconf northbound

Add support for netconf-capability-change notification.

Change-Id: Ib05f0d57c744275dbf569e3b26821274671f6787
Signed-off-by: JMorvay <jmorvay@cisco.com>
8 years agoRemoved use of toInstance in NETCONF. 68/27568/2
Tony Tkacik [Tue, 29 Sep 2015 06:46:41 +0000 (08:46 +0200)]
Removed use of toInstance in NETCONF.

Change-Id: Ibbea950159f32a9ed6d053be7f015489f2a82acd
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
8 years agoYangInstanceIdentifier::toInstance() -> build() 32/27532/1
Stephen Kitt [Mon, 28 Sep 2015 12:51:05 +0000 (14:51 +0200)]
YangInstanceIdentifier::toInstance() -> build()

::toInstance() is gone, which breaks the build.

Change-Id: Ic81def83cc7ac371e4d4fcc7db4382c1a0702739
Signed-off-by: Stephen Kitt <skitt@redhat.com>
8 years agoMerge "Set proper keepalive delay for netconf testtool"
Tony Tkacik [Thu, 24 Sep 2015 10:31:56 +0000 (10:31 +0000)]
Merge "Set proper keepalive delay for netconf testtool"

8 years agoMerge "Add a missing commons-lang3 dependcy to features-restconf"
Maros Marsalek [Thu, 24 Sep 2015 09:30:42 +0000 (09:30 +0000)]
Merge "Add a missing commons-lang3 dependcy to features-restconf"

8 years agoIntroduced additional commandline option --initial-config-xml-file retrievable 79/27379/3
jameshall03885 [Wed, 23 Sep 2015 22:28:52 +0000 (18:28 -0400)]
Introduced additional commandline option --initial-config-xml-file retrievable
via the Simulated get-config rpc.  This supports testing a client with any
specific config without first "pushing" a config via edit-config.  This is useful
for some test scenarios such as testing with malformed configs.

Change-Id: If0da1ba310177687b76ff417ba246182e5e99b77
Signed-off-by: jameshall03885 <ghall@brocade.com>
8 years agoMark config substystem NotificationManager 45/26145/6
JMorvay [Wed, 26 Aug 2015 10:59:52 +0000 (12:59 +0200)]
Mark config substystem NotificationManager

Mark NotificationManager, that is auto wired netconf endpoint for config
subsystem

Change-Id: I51ec53ba122aa0a3dd79e4d71e07422fac1b8ffc
Signed-off-by: JMorvay <jmorvay@cisco.com>
8 years agoAdd a missing commons-lang3 dependcy to features-restconf 95/27295/1
Tomas Cere [Tue, 22 Sep 2015 15:24:12 +0000 (17:24 +0200)]
Add a missing commons-lang3 dependcy to features-restconf

Change-Id: I891d755ef530ec9e257acdf451ccfc68cf6f3adf
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoBug 3999: Create internal service to access restconf 86/27286/1
Tom Pantelis [Tue, 22 Sep 2015 14:27:56 +0000 (10:27 -0400)]
Bug 3999: Create internal service to access restconf

There are use cases for invoking restconf from internal code. However
issuing an HTTP request is problematic as one would need to know the
credentials and scheme (http or https).

So I added a JSONRestconfService interface and implementation with CRUD
methods that call the JSON readers/writers and RestconfImpl internally.
The implementation is advertised as an OSGi service via the config
system for consumption by clients.

I only added a service for JSON - an XML service could be added as well
later.

Change-Id: Ia3753846756ace29bc28aa0a1fe9d474a60f80ce
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
8 years agoSet proper keepalive delay for netconf testtool 56/27256/1
Maros Marsalek [Tue, 22 Sep 2015 07:25:41 +0000 (09:25 +0200)]
Set proper keepalive delay for netconf testtool

The keepalive was set to -1 in generated configs for simulated devices. However
the type for keepalive delay is an unsigned integer. So it should be 0.

Change-Id: I8ab53097bce484837b8721a954a749a87090642a
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
8 years agoRemove duplicate dependency declaration 98/27198/3
Robert Varga [Mon, 21 Sep 2015 09:35:05 +0000 (11:35 +0200)]
Remove duplicate dependency declaration

This emits a maven warning, so remove the duplicate.

Change-Id: I7cfdee854a5e8a67a17eed5acb5d7692e7b85c0c
Signed-off-by: Robert Varga <rovarga@cisco.com>
8 years agoFix features not pulling all its dependencies 92/27192/5
Robert Varga [Mon, 21 Sep 2015 09:06:22 +0000 (11:06 +0200)]
Fix features not pulling all its dependencies

odl-message-bus requires messagebus-netconf, but does not pull it in.

Change-Id: I85da9727c89dd14dfb52b411ca6ce5f109f3ba4b
Signed-off-by: Robert Varga <rovarga@cisco.com>
8 years agoUpdate aaa-authn-odl-plugin to use updated aaa bindings 19/27119/3
Tomas Cere [Thu, 17 Sep 2015 13:48:06 +0000 (15:48 +0200)]
Update aaa-authn-odl-plugin to use updated aaa bindings

Change-Id: I9db1888763dbf4d052367a248b07ea03e8039ea0
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoBug 3822: Improve error reporting for restconf PUT 50/27050/2
Tom Pantelis [Sat, 20 Jun 2015 08:09:47 +0000 (04:09 -0400)]
Bug 3822: Improve error reporting for restconf PUT

A runtime exception can be emitted by the netconf mount point which
should be reported to the user, otherwise you get a 500 response with
no error info which isn't very helpful.

Also the fucntionality to output the error-info field was ommitted with
the conversion from CompositeNode to NormalizedNode so I re-implemeneted
it. It was originally ommitted with a TODO b/c the
NormalizedNodeStreamWriters validate against the schema and error-info
is defined as an empty container in the restconf yang. So there's no way
to create a ContainerNode to represent the error-info data that conforms
to the schema. To work around this, I created a leaf node and special-cased
error-info in the stream writer to elide schema validation.

I also added a regression unit test for the case where the URL contains
an identityref.

Change-Id: I93b4aea25c829af1232d539180f02dd61e252d50
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
Signed-off-by: JMorvay <jmorvay@cisco.com>
8 years agoMerge changes Iad68eda5,Ie962aa4b
Tony Tkacik [Wed, 16 Sep 2015 11:07:15 +0000 (11:07 +0000)]
Merge changes Iad68eda5,Ie962aa4b

* changes:
  BUG-865: use new JSONNormalizedNodeStreamWriter methods
  BUG-865: remove use of yang.model.util.repo

8 years agoFixed features-netconf to use feature test and correct versions 67/26967/2
Tony Tkacik [Tue, 15 Sep 2015 09:41:50 +0000 (11:41 +0200)]
Fixed features-netconf to use feature test and correct versions

Previous patches were assuming that single feature test was working
for features-netconf, which is was not - test was commented out
due to controller - aaa - netconf cycle dance.

- Reenabled single feature test
- fixed version of odl-netconf-mdsal

Change-Id: I47f5a52b96b07f94e8823968b90934b435aa5a2b
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
8 years agoBUG-865: use new JSONNormalizedNodeStreamWriter methods 68/26968/2
Robert Varga [Mon, 14 Sep 2015 19:12:10 +0000 (21:12 +0200)]
BUG-865: use new JSONNormalizedNodeStreamWriter methods

JSONNormalizedNodeStreamWriter.create() family of methods is deprecated,
do not use it.

Change-Id: Iad68eda5efcd191e7cba03785b7ef9e2e550dd9a
Signed-off-by: Robert Varga <rovarga@cisco.com>
8 years agoBUG-865: remove use of yang.model.util.repo 63/26963/1
Robert Varga [Mon, 14 Sep 2015 17:45:13 +0000 (19:45 +0200)]
BUG-865: remove use of yang.model.util.repo

This package is deprecated and about to be removed. Remove all
references to it.

Change-Id: Ie962aa4bdc6400b70def7f2486356b123ff19eb4
Signed-off-by: Robert Varga <rovarga@cisco.com>
8 years agoBug 4306: Refer to the correct version of features-netconf-connector 20/26920/2
Stephen Kitt [Mon, 14 Sep 2015 16:44:55 +0000 (18:44 +0200)]
Bug 4306: Refer to the correct version of features-netconf-connector

features-netconf-connector's POM inherits netconf-features-parent's
version, 1.0.0-SNAPSHOT; but netconf-artifact's POM uses
${mdsal.version} for features-netconf-connector (1.3.0-SNAPSHOT).

This patch uses ${project.version} instead, which is 1.0.0-SNAPSHOT.

Without this sfc fails to build in a clean environment.

Change-Id: Icad267d3e502233243eb10b4a7274b23feff0c31
Signed-off-by: Stephen Kitt <skitt@redhat.com>
8 years agoMigration to use MD-SAL Project 45/26345/9
Tony Tkacik [Wed, 2 Sep 2015 14:13:29 +0000 (16:13 +0200)]
Migration to use MD-SAL Project

Change-Id: Iafdfbcf553978717be7ec80b488f94b64f688eea
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
8 years agoIgnore failing tests 11/26911/1
Tomas Cere [Mon, 14 Sep 2015 14:12:51 +0000 (16:12 +0200)]
Ignore failing tests

These tests are relying on ordering of hash-based objects,
ignoring for now to prevent job failures.

Change-Id: Ie467c1f06924a6699e20ace71baa5825cbb48198
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoMerge "Add .gitreview"
Maros Marsalek [Fri, 11 Sep 2015 06:58:22 +0000 (06:58 +0000)]
Merge "Add .gitreview"

8 years agoMerge "MD-SAL netconf northbound now relies on AAA for authentication"
Maros Marsalek [Fri, 11 Sep 2015 06:54:58 +0000 (06:54 +0000)]
Merge "MD-SAL netconf northbound now relies on AAA for authentication"

8 years agoMerge "Rename netconf-ssh test packages"
Maros Marsalek [Fri, 11 Sep 2015 06:54:51 +0000 (06:54 +0000)]
Merge "Rename netconf-ssh test packages"

8 years agoMD-SAL netconf northbound now relies on AAA for authentication 36/26736/3
Tomas Cere [Wed, 9 Sep 2015 14:43:48 +0000 (16:43 +0200)]
MD-SAL netconf northbound now relies on AAA for authentication

Change-Id: I58ff18fbcc230c7391617c435897673169052aa9
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoRename netconf-ssh test packages 35/26735/3
Tomas Cere [Wed, 9 Sep 2015 14:30:51 +0000 (16:30 +0200)]
Rename netconf-ssh test packages

Change-Id: I0a19631cdb4ce567f6d8a2f222b49b38641751a9
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoBUG 4010:Reintroduce inventory code into sal-netconf-connector 10/26710/3
Tomas Cere [Wed, 9 Sep 2015 08:32:47 +0000 (10:32 +0200)]
BUG 4010:Reintroduce inventory code into sal-netconf-connector

Change-Id: I946907d9ef835d3e5ffdd198d1ec39158ff91feb
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoFix integration tests imports and checkstyle violations 09/26709/3
Tomas Cere [Wed, 9 Sep 2015 08:59:15 +0000 (10:59 +0200)]
Fix integration tests imports and checkstyle violations

Change-Id: Id016e581f0018c2aa47f6fc371fb85f6ad341950
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoMerge "Enable authn on odl-restconf feature"
Maros Marsalek [Tue, 8 Sep 2015 13:06:59 +0000 (13:06 +0000)]
Merge "Enable authn on odl-restconf feature"

8 years agoMerge "Make test-tool advertise candidate capability"
Maros Marsalek [Tue, 8 Sep 2015 13:06:21 +0000 (13:06 +0000)]
Merge "Make test-tool advertise candidate capability"

8 years agoMerge "Bug 4276 - restconf-artifacts is missing restconf-features xml"
Maros Marsalek [Tue, 8 Sep 2015 08:49:04 +0000 (08:49 +0000)]
Merge "Bug 4276 - restconf-artifacts is missing restconf-features xml"

8 years agoBug 4276 - restconf-artifacts is missing restconf-features xml 38/26638/1
JMorvay [Tue, 8 Sep 2015 08:30:30 +0000 (10:30 +0200)]
Bug 4276 - restconf-artifacts is missing restconf-features xml

Add features classifier, xml type and runtime scope to features-restconf
artifact in restconf-artifacts

Change-Id: If264169f0c584aace07b925aecaae219f91dff77
Signed-off-by: JMorvay <jmorvay@cisco.com>
8 years agoUse NodeIdentifier.create() 04/26604/1
Robert Varga [Mon, 7 Sep 2015 12:04:10 +0000 (14:04 +0200)]
Use NodeIdentifier.create()

For pre-computed constants it is beneficial to have them shared across
the system, such that when they meet we end up sharing them.

Change-Id: Ic81a350c94010450540868a9281d2994f4e08f2a
Signed-off-by: Robert Varga <rovarga@cisco.com>
8 years agoEnable authn on odl-restconf feature 02/26602/3
Tomas Cere [Mon, 7 Sep 2015 11:11:55 +0000 (13:11 +0200)]
Enable authn on odl-restconf feature

Uncommented odl-aaa-authn that was left commented out,
probably due to version bump.

Change-Id: Iae8b83b13c5d2593923ad54c10dfc0efb285b0df
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoAdd .gitreview 39/26539/1
Thanh Ha [Fri, 4 Sep 2015 20:31:51 +0000 (16:31 -0400)]
Add .gitreview

Change-Id: I0853775fd893085abde3a0aa3601b65794ef04d8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoBUG-4259: fix config artifact references 38/26538/2
Robert Varga [Fri, 4 Sep 2015 19:43:50 +0000 (21:43 +0200)]
BUG-4259: fix config artifact references

This got broken in the migration where netconf moved from
org.opendaylight.controller namespace.

Also fixes netconf-it module being configured to build twice. The root
pom as well as the netconf parent both had a profile to build netconf-it
only one is needed.

Change-Id: I5dce4e9802f08efdcc866c9992b3bae9f49190ac
Also-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Robert Varga <rovarga@cisco.com>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoMake test-tool advertise candidate capability 95/26095/2
JMorvay [Fri, 24 Jul 2015 10:29:44 +0000 (12:29 +0200)]
Make test-tool advertise candidate capability

Change-Id: I97a627147434c5417043e589039097cf03c1c4b9
Signed-off-by: JMorvay <jmorvay@cisco.com>
8 years agoMerge "Use migrated restconf artifacts in restconf features project dependencies"
Maros Marsalek [Fri, 4 Sep 2015 07:51:18 +0000 (07:51 +0000)]
Merge "Use migrated restconf artifacts in restconf features project dependencies"

8 years agoUse migrated restconf artifacts in restconf features project dependencies 59/26459/2
JMorvay [Thu, 3 Sep 2015 12:58:49 +0000 (14:58 +0200)]
Use migrated restconf artifacts in restconf features project dependencies

Change-Id: Ia68483053c4f77c89c450f69df6022b9c98de38b
Signed-off-by: JMorvay <jmorvay@cisco.com>
8 years agoMerge "Implement md-sal datastore into netconf test-tool"
Maros Marsalek [Thu, 3 Sep 2015 09:30:45 +0000 (09:30 +0000)]
Merge "Implement md-sal datastore into netconf test-tool"

8 years agoMerge "Add aaa-authn-odl-plugin"
Maros Marsalek [Thu, 3 Sep 2015 08:38:41 +0000 (08:38 +0000)]
Merge "Add aaa-authn-odl-plugin"

8 years agoAdd aaa-authn-odl-plugin 35/26335/2
Tomas Cere [Wed, 2 Sep 2015 09:39:22 +0000 (11:39 +0200)]
Add aaa-authn-odl-plugin

Move in aaa-authn-odl-plugin to prevent cyclic dependency between
aaa and netconf.

Change-Id: Ibb89231b229664bbc9ae6d97c098f637de764448
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoImplement md-sal datastore into netconf test-tool 94/26094/2
JMorvay [Wed, 22 Jul 2015 12:45:38 +0000 (14:45 +0200)]
Implement md-sal datastore into netconf test-tool

Change-Id: I2dd627b57ddac33a77878a7c07f5565e4eb5b841
Signed-off-by: JMorvay <jmorvay@cisco.com>
8 years agoMerge "Make sal-netconf-connector fail, if connecting to device, that does not advert...
Maros Marsalek [Wed, 2 Sep 2015 14:16:38 +0000 (14:16 +0000)]
Merge "Make sal-netconf-connector fail, if connecting to device, that does not advertise :candidate or :writtable-running capability"

8 years agoMerge "Add features-restconf to restconf-artifacts"
Maros Marsalek [Wed, 2 Sep 2015 14:05:29 +0000 (14:05 +0000)]
Merge "Add features-restconf to restconf-artifacts"

8 years agoAdd features-restconf to restconf-artifacts 40/26140/1
Tomas Cere [Fri, 28 Aug 2015 08:01:30 +0000 (10:01 +0200)]
Add features-restconf to restconf-artifacts

Change-Id: Iac9c0600a3be644abf9e6021f109612494f5b765
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoFix exchanged added and deleted capabilities in capabilities notification 44/26144/1
JMorvay [Wed, 26 Aug 2015 10:47:25 +0000 (12:47 +0200)]
Fix exchanged added and deleted capabilities in capabilities notification

Change-Id: I56286f6973dae3a8d0b35f8abbf6a77c02deacd2
Signed-off-by: JMorvay <jmorvay@cisco.com>
8 years agoMake sal-netconf-connector fail, if connecting to 96/26096/1
JMorvay [Wed, 29 Jul 2015 09:06:12 +0000 (11:06 +0200)]
Make sal-netconf-connector fail, if connecting to
device, that does not advertise :candidate or
:writtable-running capability

Change-Id: Ieabbc8f2833df914db9b10b65b7b9f8ca04e1e95
Signed-off-by: JMorvay <jmorvay@cisco.com>
8 years agoMerge "Rename restconf packages to org.opendaylight.netconf"
Maros Marsalek [Tue, 25 Aug 2015 14:30:01 +0000 (14:30 +0000)]
Merge "Rename restconf packages to org.opendaylight.netconf"

8 years agoMerge "Rename tools packages to org.opendaylight.netconf"
Maros Marsalek [Tue, 25 Aug 2015 14:29:51 +0000 (14:29 +0000)]
Merge "Rename tools packages to org.opendaylight.netconf"

8 years agoMerge "Rename netconf-util packages to org.opendaylight.netconf"
Maros Marsalek [Tue, 25 Aug 2015 14:29:46 +0000 (14:29 +0000)]
Merge "Rename netconf-util packages to org.opendaylight.netconf"

8 years agoMerge "Rename netconf-ssh/tcp packages to org.opendaylight.netconf"
Maros Marsalek [Tue, 25 Aug 2015 14:29:42 +0000 (14:29 +0000)]
Merge "Rename netconf-ssh/tcp packages to org.opendaylight.netconf"

8 years agoMerge "Rename netconf-notifications packages to org.opendaylight.netconf"
Maros Marsalek [Tue, 25 Aug 2015 14:29:39 +0000 (14:29 +0000)]
Merge "Rename netconf-notifications packages to org.opendaylight.netconf"

8 years agoMerge "Rename netconf-netty-util packages to org.opendaylight.netconf"
Maros Marsalek [Tue, 25 Aug 2015 14:29:35 +0000 (14:29 +0000)]
Merge "Rename netconf-netty-util packages to org.opendaylight.netconf"

8 years agoMerge "Rename netconf-monitoring packages to org.opendaylight.netconf"
Maros Marsalek [Tue, 25 Aug 2015 14:29:30 +0000 (14:29 +0000)]
Merge "Rename netconf-monitoring packages to org.opendaylight.netconf"

8 years agoMerge "Rename netconf-mapping-api packages to org.opendaylight.netconf"
Maros Marsalek [Tue, 25 Aug 2015 14:26:26 +0000 (14:26 +0000)]
Merge "Rename netconf-mapping-api packages to org.opendaylight.netconf"

8 years agoMerge "Rename netconf-impl packages to org.opendaylight.netconf"
Maros Marsalek [Tue, 25 Aug 2015 14:26:15 +0000 (14:26 +0000)]
Merge "Rename netconf-impl packages to org.opendaylight.netconf"

8 years agoMerge "Rename netconf-client packages to org.opendaylight.netconf"
Maros Marsalek [Tue, 25 Aug 2015 14:26:08 +0000 (14:26 +0000)]
Merge "Rename netconf-client packages to org.opendaylight.netconf"

8 years agoMerge "Rename netconf-auth packages to org.opendaylight.netconf"
Maros Marsalek [Tue, 25 Aug 2015 14:26:03 +0000 (14:26 +0000)]
Merge "Rename netconf-auth packages to org.opendaylight.netconf"

8 years agoMerge "Rename netconf-api packages to org.opendaylight.netconf"
Maros Marsalek [Tue, 25 Aug 2015 14:25:52 +0000 (14:25 +0000)]
Merge "Rename netconf-api packages to org.opendaylight.netconf"

8 years agoMerge changes I98276170,I77b1d470
Maros Marsalek [Tue, 25 Aug 2015 14:25:07 +0000 (14:25 +0000)]
Merge changes I98276170,I77b1d470

* changes:
  Rename messagebus-netconf packages to org.opendaylight.netconf
  Rename mdsal-netconf-monitoring packages to org.opendaylight.netconf

8 years agoMerge "Rename mdsal-netconf-connector packages to org.opendaylight.netconf"
Maros Marsalek [Tue, 25 Aug 2015 14:25:01 +0000 (14:25 +0000)]
Merge "Rename mdsal-netconf-connector packages to org.opendaylight.netconf"

8 years agoMerge "Rename config-netconf-connector packages to org.opendaylight.netconf"
Maros Marsalek [Tue, 25 Aug 2015 14:24:31 +0000 (14:24 +0000)]
Merge "Rename config-netconf-connector packages to org.opendaylight.netconf"

8 years agoMerge "Fix sal-netconf-connector feature version"
Maros Marsalek [Tue, 25 Aug 2015 14:24:01 +0000 (14:24 +0000)]
Merge "Fix sal-netconf-connector feature version"

8 years agoRename restconf packages to org.opendaylight.netconf 54/25954/1
Tomas Cere [Mon, 24 Aug 2015 12:41:35 +0000 (14:41 +0200)]
Rename restconf packages to org.opendaylight.netconf

Change-Id: I4d6ffc2e164a251e2b1878dcf77809f8c50b7b5a
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoRename tools packages to org.opendaylight.netconf 53/25953/1
Tomas Cere [Tue, 25 Aug 2015 10:54:43 +0000 (12:54 +0200)]
Rename tools packages to org.opendaylight.netconf

Change-Id: I1f9bae490ce4770a733185a0f540ded774c8dff3
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoRename netconf-util packages to org.opendaylight.netconf 52/25952/1
Tomas Cere [Tue, 25 Aug 2015 10:40:12 +0000 (12:40 +0200)]
Rename netconf-util packages to org.opendaylight.netconf

Change-Id: Icf89e7f6da84722faff34b86bf5b7ac6e0cb61ee
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoRename netconf-ssh/tcp packages to org.opendaylight.netconf 51/25951/1
Tomas Cere [Tue, 25 Aug 2015 09:47:41 +0000 (11:47 +0200)]
Rename netconf-ssh/tcp packages to org.opendaylight.netconf

Change-Id: Ie76bac58fa32c7acb4b580eeb697c9402d87f147
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoRename netconf-notifications packages to org.opendaylight.netconf 50/25950/1
Tomas Cere [Tue, 25 Aug 2015 09:40:37 +0000 (11:40 +0200)]
Rename netconf-notifications packages to org.opendaylight.netconf

Change-Id: Idca977c5e4355f26679600f75d6de42f2035f324
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoRename netconf-netty-util packages to org.opendaylight.netconf 49/25949/1
Tomas Cere [Tue, 25 Aug 2015 09:31:27 +0000 (11:31 +0200)]
Rename netconf-netty-util packages to org.opendaylight.netconf

Change-Id: I4ccbba062080f0e677b7054ee2026fb1d61c69dc
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoRename netconf-monitoring packages to org.opendaylight.netconf 48/25948/1
Tomas Cere [Tue, 25 Aug 2015 09:01:54 +0000 (11:01 +0200)]
Rename netconf-monitoring packages to org.opendaylight.netconf

Change-Id: Idf9c0f3d807384089aa719890437c8b9ef602c72
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoRename netconf-mapping-api packages to org.opendaylight.netconf 47/25947/1
Tomas Cere [Tue, 25 Aug 2015 08:53:06 +0000 (10:53 +0200)]
Rename netconf-mapping-api packages to org.opendaylight.netconf

Change-Id: I0abed7fd91d1f8fd0b1d99899440127aac086beb
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoRename netconf-impl packages to org.opendaylight.netconf 46/25946/1
Tomas Cere [Tue, 25 Aug 2015 08:39:09 +0000 (10:39 +0200)]
Rename netconf-impl packages to org.opendaylight.netconf

Change-Id: I8dad162c0f519420a80fc58099b6f6f4a92f819b
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoRename netconf-client packages to org.opendaylight.netconf 45/25945/1
Tomas Cere [Tue, 25 Aug 2015 08:32:11 +0000 (10:32 +0200)]
Rename netconf-client packages to org.opendaylight.netconf

Change-Id: I6c7a99491200c1c41098a83cd1aed02f33d3840d
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoRename netconf-auth packages to org.opendaylight.netconf 44/25944/1
Tomas Cere [Tue, 25 Aug 2015 08:19:11 +0000 (10:19 +0200)]
Rename netconf-auth packages to org.opendaylight.netconf

Change-Id: Ibd646282c633dbed92ec003cf7b1b0f0517e283b
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoRename netconf-api packages to org.opendaylight.netconf 25/25925/1
Tomas Cere [Mon, 24 Aug 2015 14:40:05 +0000 (16:40 +0200)]
Rename netconf-api packages to org.opendaylight.netconf

Change-Id: I396100af615b71f3f1cae49fc9a418d27dac5a7f
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoRename messagebus-netconf packages to org.opendaylight.netconf 24/25924/1
Tomas Cere [Mon, 24 Aug 2015 14:38:13 +0000 (16:38 +0200)]
Rename messagebus-netconf packages to org.opendaylight.netconf

Change-Id: I9827617094c847cb5206eaa65d70d9f47c37c591
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoRename mdsal-netconf-monitoring packages to org.opendaylight.netconf 23/25923/1
Tomas Cere [Mon, 24 Aug 2015 14:36:09 +0000 (16:36 +0200)]
Rename mdsal-netconf-monitoring packages to org.opendaylight.netconf

Change-Id: I77b1d4704d19650091ae25c44b60b5814cda91c6
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoRename mdsal-netconf-connector packages to org.opendaylight.netconf 22/25922/1
Tomas Cere [Mon, 24 Aug 2015 14:29:43 +0000 (16:29 +0200)]
Rename mdsal-netconf-connector packages to org.opendaylight.netconf

Change-Id: Ib5b3dace1dc9bb568b36e5d895966fdc2eb0b35a
Signed-off-by: Tomas Cere <tcere@cisco.com>