unimgr.git
8 years agoFixed EVC create command. 68/29268/4
Gabriel Robitaille-Montpetit [Wed, 4 Nov 2015 19:30:44 +0000 (14:30 -0500)]
Fixed EVC create command.

Change-Id: I9dc5eb7fed9056e5a8de4f867ebc981cf0e921ea
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
8 years agoAdded an IP leaf in the UNI list for EVC creation. 64/29264/1
Gabriel Robitaille-Montpetit [Wed, 4 Nov 2015 16:04:27 +0000 (11:04 -0500)]
Added an IP leaf in the UNI list for EVC creation.

Change-Id: I1fe00f64331ac3aa3fe8218a4b3117207dc6e389
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
8 years agoFixed bridge creation on Uni create. 27/29227/1
Gabriel Robitaille-Montpetit [Tue, 3 Nov 2015 23:30:45 +0000 (18:30 -0500)]
Fixed bridge creation on Uni create.

Change-Id: Iadc763c7f4c50528185a4367bd3da4cd413b0dd4
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
8 years agoFixed the UNI creation process so that Config and Operational are in sync 25/29225/2
Gabriel Robitaille-Montpetit [Tue, 3 Nov 2015 23:06:33 +0000 (18:06 -0500)]
Fixed the UNI creation process so that Config and Operational are in sync

Some transaction led to some inconsistencies between the Config and
the Operational stores upon Uni create completion.

Change-Id: Idc49b5e4b9db8e45cfbffa2f7c1f6d3009c51195
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
8 years agoImproved code indentation 94/29194/6
Gabriel Robitaille-Montpetit [Tue, 3 Nov 2015 15:45:04 +0000 (10:45 -0500)]
Improved code indentation

Change-Id: I2f99f30dda72452496cb727c52c7cdaab2fe1ec3
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
8 years agoFix NPE on unicreate 86/29186/1
grmontpetit [Tue, 3 Nov 2015 13:05:10 +0000 (08:05 -0500)]
Fix NPE on unicreate

Change-Id: Ia0ba8722181dbe99a5752d51f94493732d022e12
Signed-off-by: grmontpetit <grmontpetit@inocybe.com>
8 years agoFix wrong revision number in config file 38/29038/1
adetalhouet [Fri, 30 Oct 2015 17:11:43 +0000 (13:11 -0400)]
Fix wrong revision number in config file

Change-Id: Ia0d6ab587866b7c4efcf81a68f122986621622db
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
8 years agoMerge "Remove useless modifiers"
Gabriel Robitaille-Montpetit [Fri, 30 Oct 2015 16:36:50 +0000 (16:36 +0000)]
Merge "Remove useless modifiers"

8 years agoMerge "Use Set instead of Map to store listeners"
Gabriel Robitaille-Montpetit [Fri, 30 Oct 2015 16:29:42 +0000 (16:29 +0000)]
Merge "Use Set instead of Map to store listeners"

8 years agoMerge "Clean up pom files"
Gabriel Robitaille-Montpetit [Fri, 30 Oct 2015 16:26:55 +0000 (16:26 +0000)]
Merge "Clean up pom files"

8 years agoUse constants defined in southbound-impl 33/29033/3
adetalhouet [Fri, 30 Oct 2015 16:10:43 +0000 (12:10 -0400)]
Use constants defined in southbound-impl

Instead of bringing those constants locally, use the already defined
ones from the ovsdb southbound piece

Change-Id: I1a5dd0eeef0493dd2a6250cde30a6f06c2b82057
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
8 years agoUse Set instead of Map to store listeners 34/29034/1
adetalhouet [Fri, 30 Oct 2015 16:16:50 +0000 (12:16 -0400)]
Use Set instead of Map to store listeners

Change-Id: I1099cfef518a77a8cee07570a89ed9b1acdcedce
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
8 years agoClean up pom files 32/29032/2
adetalhouet [Fri, 30 Oct 2015 16:02:36 +0000 (12:02 -0400)]
Clean up pom files

- remove nested checkstyle plugin to fully levrage to one from ODL
- remove useless import

Change-Id: I747b7a77d152ee8394b93e5ad41670243f72396f
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
8 years agoIntegrate the new yang model with Network Topology augmentation 67/28167/8
grmontpetit [Tue, 13 Oct 2015 03:51:14 +0000 (23:51 -0400)]
Integrate the new yang model with Network Topology augmentation

Change-Id: I6531479b3e2323e10bf724cadbd04e8ac98cfae5
Signed-off-by: Rashmi Pujar <rpujar@inocybe.com>
Signed-off-by: grmontpetit <grmontpetit@inocybe.com>
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
8 years agoRemove useless modifiers 30/29030/2
adetalhouet [Fri, 30 Oct 2015 15:43:40 +0000 (11:43 -0400)]
Remove useless modifiers

In an interface it is not needed to declare method as public, as per default
they are public.

Change-Id: Ia9e1760d5932237529c76546776f7c57d3c5b252
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
8 years agoBUG 4542 - Implement UnimgrModule#createInstance() 87/28887/2
adetalhouet [Wed, 28 Oct 2015 13:03:27 +0000 (09:03 -0400)]
BUG 4542 - Implement UnimgrModule#createInstance()

This patch also cleans leftover from the old name (VCPE).

Change-Id: I0d0ce12f6e5189028c5d452e414f27a66f484e82
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
8 years agoSwitch to using {{VERSION}} in features.xml 15/28615/1
adetalhouet [Tue, 20 Oct 2015 17:22:05 +0000 (13:22 -0400)]
Switch to using {{VERSION}} in features.xml

The recommended way to define versions in the features.xml file is to use {{VERSION} instead of properties. See [1] for a recent thread on the topic. For now only the <bundle> and <configfile> tags are supported [2].

[1] https://lists.opendaylight.org/pipermail/controller-dev/2015-October/010674.html
[2] https://git.opendaylight.org/gerrit/gitweb?p=odlparent.git;a=blob;f=features-parent/pom.xml;h=08c06730f5455b2555dfccf292e2a27bedccf01e;hb=HEAD#l76

Change-Id: I3819397cb3a1290c0f2c4f8b1ea190e330f46f79
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
8 years agoBumbped ovsdb version and fixed compile error when running locally. 04/27604/1
grmontpetit [Tue, 29 Sep 2015 17:29:47 +0000 (13:29 -0400)]
Bumbped ovsdb version and fixed compile error when running locally.

Change-Id: Id4872d04fdd3cc11d85bf47521e1511bf39b279d
Signed-off-by: grmontpetit <grmontpetit@inocybe.com>
8 years agoMigration to use MD-SAL Project 75/26375/4
Tony Tkacik [Wed, 2 Sep 2015 14:13:30 +0000 (16:13 +0200)]
Migration to use MD-SAL Project

Change-Id: Ie1dbfe4f195de7b2abc3d10744f6f90b755466e9
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
8 years agoUse beryllium version of controller:config-artifacts 27/27027/2
Thanh Ha [Wed, 16 Sep 2015 03:04:13 +0000 (23:04 -0400)]
Use beryllium version of controller:config-artifacts

Change-Id: Iadbb6d6f4b4f1e30f8cf93e033b9b8f1918eed07
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoMigrate netconf/restconf dependencies 66/26466/2
Tomas Cere [Thu, 3 Sep 2015 14:51:08 +0000 (16:51 +0200)]
Migrate netconf/restconf dependencies

Change-Id: I49d185f6c6450444d140626369cf78f7c9e16a38
Signed-off-by: Tomas Cere <tcere@cisco.com>
8 years agoRenamed artifacts to reflect the project's name. 86/25986/2
Gabriel Robitaille-Montpetit [Tue, 25 Aug 2015 20:36:54 +0000 (16:36 -0400)]
Renamed artifacts to reflect the project's name.

Change-Id: I30a4c94f5c87a8f5d9bac29147345cec9dbab053
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
8 years agoModified scm section. 85/25985/1
Gabriel Robitaille-Montpetit [Tue, 25 Aug 2015 18:12:11 +0000 (14:12 -0400)]
Modified scm section.

Change-Id: I83dea94bca7e3c3d838cffbc39b6a76ea128fd00
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
8 years agoInitial commit. 63/25963/6
Gabriel Robitaille-Montpetit [Tue, 25 Aug 2015 14:17:02 +0000 (10:17 -0400)]
Initial commit.

Change-Id: Idb0991baa044c783a09f56df51bafbe7694436dd
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
8 years agoAdd .gitreview 71/25971/1
Thanh Ha [Tue, 25 Aug 2015 15:14:49 +0000 (11:14 -0400)]
Add .gitreview

Change-Id: I404eafab3b2605fc34ce53ba192dc164d5e4d2fa
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoAdd .gitignore 70/25970/1
Thanh Ha [Tue, 25 Aug 2015 15:14:21 +0000 (11:14 -0400)]
Add .gitignore

Change-Id: I32b6a9fc91c6308ebc2ffa0cb3fa39dd6c8b347f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoInitial empty repository
Andrew Grimberg [Mon, 24 Aug 2015 19:23:48 +0000 (19:23 +0000)]
Initial empty repository