controller.git
11 years agoFixed YANG union type resolving in yang model parser. 99/99/1
mvitez [Wed, 3 Apr 2013 13:28:38 +0000 (15:28 +0200)]
Fixed YANG union type resolving in yang model parser.

Signed-off-by: mvitez <mvitez@cisco.com>
11 years agoMerge "Partial fix for bug 8. Fixing many generics-related warnings and some typos."
Giovanni Meo [Wed, 3 Apr 2013 09:26:01 +0000 (09:26 +0000)]
Merge "Partial fix for bug 8. Fixing many generics-related warnings and some typos."

11 years agoMerge "ISSUE Opendaylight controller to get node description from OF description...
Madhu Venugopal [Tue, 2 Apr 2013 21:51:26 +0000 (21:51 +0000)]
Merge "ISSUE Opendaylight controller to get node description from OF description statistics datapath description field"

11 years agoISSUE 96/96/1
Alessandro Boch [Tue, 2 Apr 2013 21:05:14 +0000 (14:05 -0700)]
ISSUE
Opendaylight controller to get node description from OF description
statistics datapath description field

CHANGE
- Switch Mgr to expose a getNodeDescription() method which returns the
  description configured by user if any, otherwise the one learnt from
  the proto plugin
- Web bunldes to make use of the above api (Currently they are ignoring
  the info learnt by the plugin)
- OFStatisticsManager to implement a IStatistics interface for informing
  listeners that the description statistics info has been refreshed
- Removing current logic where OFStatisticsManager was explicitely
  invoking the description property update on InventoryService through
  IOFInventoryService
- Removed logic where InventoryServiceShim queries OFStatisticsManager
  about node description as information is not available at that time
  and IStatisticsListener updates will serve same purpose
- Removing statistics request timeouts from OFStatisticsManager as the
  timeout is compeltely handled by core.internal.StatisticsCollector

Change-Id: I0d2941d3012ca6dc77a386570dbbd8e5c7832a03
Signed-off-by: Alessandro Boch <aboch@cisco.com>
11 years agoPartial fix for bug 8. Fixing many generics-related warnings and some typos. 95/95/1
Colin Dixon [Tue, 2 Apr 2013 20:31:19 +0000 (15:31 -0500)]
Partial fix for bug 8. Fixing many generics-related warnings and some typos.

Change-Id: I8cfe05dacbdc3a6e7875a0661b9e1cdb5a18f67e
Signed-off-by: Colin Dixon <ckd@us.ibm.com>
11 years agoOpenDaylight uses Jersey framework to support JAX-RS compliant Northbound API. 94/94/2
Madhu Venugopal [Tue, 2 Apr 2013 11:31:43 +0000 (04:31 -0700)]
OpenDaylight uses Jersey framework to support JAX-RS compliant Northbound API.
OSGi makes sure the dependent modules are loaded first and before moving a module
into RESOLVED state. But the module implementation can result in one bundle become
ACTIVE before the other. This can be resolved properly by having these sequentialized
by monitoring the service bringup order.
In this case, com.sun.jersey.spi.container expects the jersey-server and core to be
active too soon causing the exceptions as seen in Bug 5.
But, as per OSGi specification, any bundle can be independently shutdown and restored
and the dependent bundles must be robust in handling this. Fortunately, the jersey
and dependent framework bundles handles this scenario properly and hence this exception
is just informational and has no impact on the running system.

OSGi also provides another mechanism called startlevel, which forces some infrastructure
bundles to be loaded sooner than the actual dependency is resolved. This accelerates the
bundle loading and solves problems like these. But, using this mechanism is discouraged,
because a well-made OSGi bundle need not depend on such bundle load parameters for its
operation. We are anyways adding this fix as a temporary measure to check the status
of the issue in various runtime environments. This fix can be removed after the current
work on Apache Valve integration is in place.

Change-Id: I2980cc1f79e1d50d457de96b19f3032d8e808609
Signed-off-by: Madhu Venugopal <vmadhu@cisco.com>
11 years agoMerge "ISSUE Currently ForwardingRulesManager installs the proactive mode flows throu...
Jason Ye [Mon, 1 Apr 2013 22:42:08 +0000 (22:42 +0000)]
Merge "ISSUE Currently ForwardingRulesManager installs the proactive mode flows through the static flow configuration path. This allows these controller generated flows to be listed in the flow programmer UI. The drawback of this approach is that now the proactive flows are saved to FRM startup configuration, when user saves the config. So when FRM boots up, it will program the proactive flows on the switch whenever the switch connects to the controller, regardless of the actual switch forwarding mode configured on switch mgr."

11 years agoISSUE 93/93/1
aboch [Mon, 1 Apr 2013 20:36:56 +0000 (13:36 -0700)]
ISSUE
Currently ForwardingRulesManager installs the proactive mode flows through the
static flow configuration path. This allows these controller generated flows to
be listed in the flow programmer UI. The drawback of this approach is that now
the proactive flows are saved to FRM startup configuration, when user saves the
config. So when FRM boots up, it will program the proactive flows on the switch
whenever the switch connects to the controller, regardless of the actual switch
forwarding mode configured on switch mgr.

This is not correct as the notion of proactive forwarding mode associated to a
switch is controlled by switch manager, through sm UI. The trigger to install the
proactive flows should come from switch manager, FRM should not save these internal
generated flows to its startup config, nor program them on its own.

CHANGES
1) On FRM config save, the internal generated static flows will not be added to the
list that will be actually saved.
2) In Switch Mgr, when the switch connects, while reading the respective switch
configuration (if any) the mode is learnt. If it is set to proactive, the mode change
event is being played.
3) When a switch disconnect, FRM has to remove the internal static flow configurations
for that switch.
4) Switch Mgr isSpecial method to correctly report special node conenctor (method should
be provided by NodeConnector class in future).
5) Adding the startup directory to the distribution to allow write/read of startup
configuration files.
6) Have FlowConfig class to expose a method to retrieve the configured forwarding mode,
so that internal coding is hidden to clients.

Signed-off-by: aboch <aboch@cisco.com>
Change-Id: Id628042b7d656d95ace87a1e72c13f2950e6795c
Signed-off-by: aboch <aboch@cisco.com>
11 years agoAdding additional JUnit tests for SwitchManager 92/92/1
Kalvin Hom [Sat, 30 Mar 2013 00:46:50 +0000 (17:46 -0700)]
Adding additional JUnit tests for SwitchManager
module

Change-Id: I9235a653d1740faf3a143b7fea48d80c91584124
Signed-off-by: Kalvin Hom <kahom@cisco.com>
11 years agoMerge "Refactoring SubnetConfig: -Use NetUtils IP validation methods instead of own...
Alessandro Boch [Fri, 29 Mar 2013 20:53:19 +0000 (20:53 +0000)]
Merge "Refactoring SubnetConfig: -Use NetUtils IP validation methods instead of own regex and duplicate method -Remove unused method getFieldsNames()"

11 years agoRefactoring SubnetConfig: 91/91/1
Kalvin Hom [Fri, 29 Mar 2013 20:40:31 +0000 (13:40 -0700)]
Refactoring SubnetConfig:
-Use NetUtils IP validation methods
instead of own regex and duplicate method
-Remove unused method getFieldsNames()

Change-Id: I6efc16a0fad39c622411e93cf5a3e4d377678de7
Signed-off-by: Kalvin Hom <kahom@cisco.com>
11 years agoMerge "Ability to configure some system parameters on the controller"
Giovanni Meo [Fri, 29 Mar 2013 07:52:55 +0000 (07:52 +0000)]
Merge "Ability to configure some system parameters on the controller"

11 years agoAbility to configure some system parameters on the controller 90/90/1
Chi-Vien Ly [Fri, 29 Mar 2013 03:51:14 +0000 (20:51 -0700)]
Ability to configure some system parameters on the controller

This commit allows the controller to be brought up with the following parameters that can be specified in the config.ini file:
- of.listenPort=6633. TCP port on which the controller is listening (default 6633)
- of.messageResponseTimer=5000. The time (in milliseconds) the controller will wait for a response after sending a Barrier Request or a Statistic Request message (default 2000 msec)
If the paramater is not specified in the config.ini, the controller will use the default value.

Change-Id: Ifc805c5cedcbb9e68dc5c8e166b3f0f814b6fb8e
Signed-off-by: Chi-Vien Ly <chivly@cisco.com>
11 years agoJUnit for StatisticsNorthbound 81/81/3
Kalvin Hom [Thu, 28 Mar 2013 06:13:58 +0000 (23:13 -0700)]
JUnit for StatisticsNorthbound

Change-Id: I2b876ac1b2a22e6599edcb25e28b665f3f083500
Signed-off-by: Kalvin Hom <kahom@cisco.com>
11 years agoJUnit tests for commons.northbound 89/89/1
Kalvin Hom [Fri, 29 Mar 2013 00:28:44 +0000 (17:28 -0700)]
JUnit tests for commons.northbound

Change-Id: Ie450b2b8227809dac2dde5bed5c5b15dfc7cd260
Signed-off-by: Kalvin Hom <kahom@cisco.com>
11 years agoMerge "JUnit Test for Topology Northbound"
Alessandro Boch [Thu, 28 Mar 2013 23:01:30 +0000 (23:01 +0000)]
Merge "JUnit Test for Topology Northbound"

11 years agoJUnit Test for Topology Northbound 88/88/1
patrichu [Thu, 28 Mar 2013 22:05:29 +0000 (15:05 -0700)]
JUnit Test for Topology Northbound

Change-Id: I1b380cf5a54da2394660d7422fc2c28576b222f5
Signed-off-by: patrichu <patrichu@cisco.com>
11 years agoJUnit tests for flowprogrammer.northbound, 87/87/1
Kalvin Hom [Thu, 28 Mar 2013 20:59:05 +0000 (13:59 -0700)]
JUnit tests for flowprogrammer.northbound,
hosttracker.northbound, and subnets.northbound

Change-Id: I10644b8c08448492ff30e1d9f2773b95bd9916cc
Signed-off-by: Kalvin Hom <kahom@cisco.com>
11 years agoJUnit test for forwarding.staticrouting.northbound 86/86/1
Kalvin Hom [Thu, 28 Mar 2013 20:54:29 +0000 (13:54 -0700)]
JUnit test for forwarding.staticrouting.northbound

Change-Id: I8c69f7e74aabfac429977087804d5e7bc182bbbc
Signed-off-by: Kalvin Hom <kahom@cisco.com>
11 years agoMerge "JUnit tests for V6Match Signed-off-by: Kalvin Hom <kahom@cisco.com>"
Madhu Venugopal [Thu, 28 Mar 2013 18:04:01 +0000 (18:04 +0000)]
Merge "JUnit tests for V6Match Signed-off-by: Kalvin Hom <kahom@cisco.com>"

11 years agoJUnit tests for V6Match 80/80/3
Kalvin Hom [Thu, 28 Mar 2013 00:47:49 +0000 (17:47 -0700)]
JUnit tests for V6Match
Signed-off-by: Kalvin Hom <kahom@cisco.com>
Change-Id: I246edb222d08c08181d26071544d4bfc349daf73
Signed-off-by: Kalvin Hom <kahom@cisco.com>
11 years agoMerge "- Removed sitebuildsettings, the deployment of this and manteinance in openday...
Giovanni Meo [Thu, 28 Mar 2013 16:30:26 +0000 (16:30 +0000)]
Merge "- Removed sitebuildsettings, the deployment of this and manteinance in opendaylight infra is troublesome and also the settings are isolated that can be manually tweaked in the parent POM:  - opendaylight/commons/opendaylight/pom.xl  - third-party/commons/thirdparty - Adjusted the deployment of third-party snapshots to happen in opendaylight-snapshot nexus repo, given there is only deployment access to that on jenkins and also because there is not reason to distinguish it, anyway the groupID already avoid collision."

11 years ago- Removed sitebuildsettings, the deployment of this and manteinance in 85/85/1
Giovanni Meo [Thu, 28 Mar 2013 15:07:04 +0000 (16:07 +0100)]
- Removed sitebuildsettings, the deployment of this and manteinance in
opendaylight infra is troublesome and also the settings are isolated
that can be manually tweaked in the parent POM:
- opendaylight/commons/opendaylight/pom.xl
- third-party/commons/thirdparty
- Adjusted the deployment of third-party snapshots to happen in
opendaylight-snapshot nexus repo, given there is only deployment
access to that on jenkins and also because there is not reason to
distinguish it, anyway the groupID already avoid collision.

Signed-off-by: Giovanni Meo <gmeo@cisco.com>
Change-Id: Ieb20f107895dc9b186b1799de5cb84dc11c5ec7c

11 years agoAdded YANG typedef support in the YANG parser 84/84/2
Martin Vitez [Thu, 28 Mar 2013 13:19:31 +0000 (14:19 +0100)]
Added YANG typedef support in the YANG parser

Added javadoc to builders
Added JUnit test
Fixed hashCode and equals implementation (now only based on QName) for schema Node TOs.

Change-Id: I0d064391ac8de2c77258d3817ce4f7f50ea90350
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
11 years agoUpdated YANG Type definitions and documentation in YANG Model Utils. 83/83/1
Lukas Sedlak [Thu, 28 Mar 2013 12:58:52 +0000 (13:58 +0100)]
Updated YANG Type definitions and documentation in YANG Model Utils.

Splitted Integer Type into Unsigned and Signed Integer Type.
Updated documentation.

Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
11 years agoAdded javadoc and RFC references to Java YANG model. 82/82/1
Lukas Sedlak [Thu, 28 Mar 2013 12:09:04 +0000 (13:09 +0100)]
Added javadoc and RFC references to Java YANG model.

Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
11 years agoMerge "simple JUnit test for switchmanager.northbound Signed-off-by: Kalvin Hom ...
Bhushan Kanekar [Thu, 28 Mar 2013 01:10:50 +0000 (01:10 +0000)]
Merge "simple JUnit test for switchmanager.northbound Signed-off-by: Kalvin Hom <kahom@cisco.com>"

11 years agoMerge "Issue in flow programming: Add a flow, uninstall it, try to remove it. Remove...
Madhu Venugopal [Wed, 27 Mar 2013 23:19:57 +0000 (23:19 +0000)]
Merge "Issue in flow programming:  Add a flow, uninstall it, try to remove it. Remove seems to fail from gui behavior.  Try to install the flow. It will fail and uncaught exception in forwardingrulesmanager is printed. Fix:  Handle invalid flow status toggle request in forwardingrulesmanager.  IForwardingrulesmanager to exposed a per node and per flow name api for toggling the flow status.  Flow.web to evaluate api return status by status code and not by status description,  because a Status with StatusCode.SUCCESS does not imply the description is "Success"."

11 years agosimple JUnit test for switchmanager.northbound 78/78/1
Kalvin Hom [Wed, 27 Mar 2013 21:58:36 +0000 (14:58 -0700)]
simple JUnit test for switchmanager.northbound
Signed-off-by: Kalvin Hom <kahom@cisco.com>
11 years agoThis commit fixes the followings 77/77/2
Chi-Vien Ly [Wed, 27 Mar 2013 18:39:20 +0000 (11:39 -0700)]
This commit fixes the followings
- Change routing.dijkstra_implementation to implement ITopologyManagerAware instead of IListenTopoUpdates
- Correct the bundle bringup sequence using the init(), start() called by dependency manager
- Add routing.dijkstra_implementation restartability through OSGI stop/start

Change-Id: Ia624ab4ea51f4d35c5ffe31d14b1aed58ca123c3
Signed-off-by: Chi-Vien Ly <chivly@cisco.com>
11 years agoIssue in flow programming: 76/76/1
aboch [Wed, 27 Mar 2013 16:57:49 +0000 (09:57 -0700)]
Issue in flow programming:
Add a flow, uninstall it, try to remove it. Remove seems to fail from gui behavior.
Try to install the flow. It will fail and uncaught exception in forwardingrulesmanager is printed.
Fix:
Handle invalid flow status toggle request in forwardingrulesmanager.
IForwardingrulesmanager to exposed a per node and per flow name api for toggling the flow status.
Flow.web to evaluate api return status by status code and not by status description,
because a Status with StatusCode.SUCCESS does not imply the description is "Success".

Change-Id: I33567b473828721bd6548ea222f4b7bcf83c0306
Signed-off-by: aboch <aboch@cisco.com>
11 years agoResolving http://bugs.opendaylight.org/show_bug.cgi?id=4 75/75/1
Chi-Vien Ly [Tue, 26 Mar 2013 17:43:28 +0000 (10:43 -0700)]
Resolving bugs.opendaylight.org/show_bug.cgi?id=4

Change-Id: I2c468299c67a31f073b18e7cc68d9e4f7d364b41
Signed-off-by: Chi-Vien Ly <chivly@cisco.com>
11 years agoMerge "Updated registration of Binding Aware notification listeners."
Giovanni Meo [Tue, 26 Mar 2013 13:51:49 +0000 (13:51 +0000)]
Merge "Updated registration of Binding Aware notification listeners."

11 years agoUpdated registration of Binding Aware notification listeners. 73/73/1
Tony Tkacik [Mon, 25 Mar 2013 15:50:06 +0000 (16:50 +0100)]
Updated registration of Binding Aware notification listeners.

Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
11 years agoMerge from development repository. 71/71/2
Tony Tkacik [Mon, 25 Mar 2013 13:25:07 +0000 (14:25 +0100)]
Merge from development repository.
See commit log bellow for more details.

    commit d3f7ff74377f55c106ca28a43c936ef4d3bcb5e2
    Author: mvitez <mvitez@cisco.com>
    Date:   Mon Mar 25 10:15:36 2013 +0100

        improve some code

    commit a0bec74e277e7afcc0f6867ba2d7527d4e25db60
    Author: mvitez <mvitez@cisco.com>
    Date:   Mon Mar 25 09:26:59 2013 +0100

        added typedef and augment resolving, added tests

    commit 32fff33187321463bb27b5c11b63a71d8dbc104e
    Merge: 562dbeb e6b3057
    Author: lsedlak <lsedlak@cisco.com>
    Date:   Fri Mar 22 15:27:59 2013 +0100

        Merge branch 'binding-api'

    commit e6b30574b2598c289ea90be6588151dc7cb7b0fa
    Author: lsedlak <lsedlak@cisco.com>
    Date:   Fri Mar 22 15:16:12 2013 +0100

        Added Implementation of getPathStatement into Identityref.java;

    commit ef70678b2127fd56d062d99a20a02de401262b29
    Author: lsedlak <lsedlak@cisco.com>
    Date:   Fri Mar 22 15:14:28 2013 +0100

        Added RevisionAwareXPath into interface definition;

    commit 78cb3c64716f7cf2788dfaf61906a07481bcd9df
    Author: mvitez <mvitez@cisco.com>
    Date:   Fri Mar 22 13:40:05 2013 +0100

        added implementation of SchemaContext

    commit 45769c7721eb9832cd43c04a020f1ca7f52172ef
    Author: lsedlak <lsedlak@cisco.com>
    Date:   Fri Mar 22 13:55:26 2013 +0100

        Changed parameter in generateTypes from Module to SchemaContext;
        Implemented changes in generatedTypes in BindingGeneratorImpl.java;
        Implemented changes in GeneratedTypesTest.java;

    commit 562dbebbbbfec341c98885ad80b87f3d8d05c3f7
    Author: mvitez <mvitez@cisco.com>
    Date:   Fri Mar 22 13:40:05 2013 +0100

        added implementation of SchemaContext

    commit c4ea91257946fa1f3cd44a148af7a44e254b661f
    Author: lsedlak <lsedlak@cisco.com>
    Date:   Fri Mar 22 11:09:50 2013 +0100

        Added definition: getExtensions into SchemaContext.java;

    commit 8b239e3fb4a322baa36867d4ce41f2c142a8ef76
    Author: mvitez <mvitez@cisco.com>
    Date:   Fri Mar 22 10:46:27 2013 +0100

        fix Demo, GeneratedTypesTest

    commit 6564270ea304905ccb91718066c7aa65b5430ecb
    Author: mvitez <mvitez@cisco.com>
    Date:   Fri Mar 22 10:33:26 2013 +0100

        rename packages

    commit f3326c65f7de3ce77137b0c972aff32aa5d6f6c6
    Author: mvitez <mvitez@cisco.com>
    Date:   Thu Mar 21 17:45:24 2013 +0100

        renamed YangModelParserImpl-> YangModelParserListenerImpl

    commit 26fa647a676f9c466a010536e9d972486adbb904
    Author: Anton Tkacik <ttkacik@cisco.com>
    Date:   Thu Mar 21 15:49:55 2013 +0100

        Added SAL Binding SPI

    commit e60fb750ef193d8456cb1196b4d13f12f44ad276
    Author: lsedlak <lsedlak@cisco.com>
    Date:   Thu Mar 21 17:27:05 2013 +0100

        Added yang-model-parser-api module into pom definition;

    commit c7023e3f2ae7defeadba319c40011ed4f90bfb4f
    Author: Anton Tkacik <ttkacik@cisco.com>
    Date:   Thu Mar 21 11:22:50 2013 +0100

        Renamed Controller architecture to OpenDayLightController SAL

    commit 985d3e66977876be83db6cba92753ef3ade3edf2
    Merge: 9c9c027 39c8c01
    Author: mvitez <mvitez@cisco.com>
    Date:   Thu Mar 21 15:31:53 2013 +0100

        more progress on yang java model

    commit 9c9c0271a4b7b35177164e94e1677dabecd88ca8
    Author: mvitez <mvitez@cisco.com>
    Date:   Thu Mar 21 13:58:59 2013 +0100

        more progress on yang java model

    commit 5609186d6b22a89f8d0568962bb8d0657818cee4
    Merge: c26cf1d 5adfb70
    Author: mvitez <mvitez@cisco.com>
    Date:   Wed Mar 20 18:14:34 2013 +0100

        getExtensionSchemaNodes changed to getUnknownSchemaNodes;
        Whole package org.opendaylight.controller.model.parser.builder
        refactored accordingly;

    commit 820716ed377f4a7878a1f6373095053eb4ababd0
    Author: mvitez <mvitez@cisco.com>
    Date:   Thu Mar 21 10:04:44 2013 +0100

        added equals, hashCode

    commit c26cf1d917811ab0d5473342d253314f62d6e0a1
    Author: mvitez <mvitez@cisco.com>
    Date:   Wed Mar 20 18:13:56 2013 +0100

        more progress on yang java model

    commit 32e3b9dbef20ab6d8e40d9eded3c452a7f23fdc2
    Author: mvitez <mvitez@cisco.com>
    Date:   Wed Mar 20 15:44:10 2013 +0100

        Changed getLengthConstraint to getLengthConstraints and
        changed return value from LengthConstraint to Set of LengthConstraints;
        Updated BinaryType implementation accordingly;

    commit e8419305c2b7b3197734c8d89d77be25f2d78440
    Author: mvitez <mvitez@cisco.com>
    Date:   Wed Mar 20 15:44:10 2013 +0100

        more progress on yang java model

    commit 6b0283f178366831306456d59431b5747f6c038b
    Author: mvitez <mvitez@cisco.com>
    Date:   Wed Mar 20 12:08:31 2013 +0100

        Added method definitions for RevisionAwareXPath interface;

    commit 463884e9e9e21ff03a3b89b590d0b08d9dd2d9b7
    Author: mvitez <mvitez@cisco.com>
    Date:   Wed Mar 20 12:08:31 2013 +0100

        rework augment parsing

    commit b2fe0c91d7cf184252e2516ad15cdd50e01130a7
    Author: mvitez <mvitez@cisco.com>
    Date:   Tue Mar 19 18:18:28 2013 +0100

        fix test

    commit cd388c2f7fd0460ca068270035ab0acdaa9e5e79
    Author: mvitez <mvitez@cisco.com>
    Date:   Tue Mar 19 18:16:33 2013 +0100

        more progress on yang java model

    commit 638c43548ca83c739131118a404c7b1d454055db
    Merge: 2b0fb2c 36f2f95
    Author: mvitez <mvitez@cisco.com>
    Date:   Tue Mar 19 15:21:27 2013 +0100

        GeneratedType changed to Type in return value of
        generateTypes method;
        Implemented composite key resolving through GeneratedTOBuilder;
        Added test cases for composite key generation;
        Added list-composite-key.yang file for testing purposes;

Change-Id: I9145a87945cc4638ff454f268eb37dd1bf8b3142
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
11 years agoRemoved license headers erroneously added to openflowJ 74/74/1
Giovanni Meo [Mon, 25 Mar 2013 05:38:43 +0000 (06:38 +0100)]
Removed license headers erroneously added to openflowJ

Signed-off-by: Giovanni Meo <gmeo@cisco.com>
Change-Id: Ia22b75169ae2cf990fbf451249d015706341e3bc

11 years ago- Allow to deploy the sitebuildsettings POM as any other artifact, so 72/72/1
Giovanni Meo [Mon, 25 Mar 2013 04:42:37 +0000 (05:42 +0100)]
- Allow to deploy the sitebuildsettings POM as any other artifact, so
populated the distributionManagement portion.

Change-Id: I5185583d16724e18c8a15fd52da0d96d55d9d87f
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
11 years agoMerge "removed dead code that was causing a warning"
Giovanni Meo [Sat, 23 Mar 2013 19:56:15 +0000 (19:56 +0000)]
Merge "removed dead code that was causing a warning"

11 years agoremoved dead code that was causing a warning 70/70/1
Rob Sherwood [Sat, 23 Mar 2013 19:14:47 +0000 (12:14 -0700)]
removed dead code that was causing a warning

the "if (cl == null)" could never be true.  My compiler
was causing a warning -- removed.

Change-Id: I0e873a476fb18f24a3f8698fbe1f34e7fdb84744
Signed-off-by: Rob Sherwood <Rob.Sherwood@bigswitch.com>
11 years agoAdded a LICENSE file, fixed/added a few license headers. 69/69/1
Ed Warnicke [Sat, 23 Mar 2013 15:12:16 +0000 (10:12 -0500)]
Added a LICENSE file, fixed/added a few license headers.

Change-Id: Icf50040cd113e22e020f6c411020768dfd393a5b
Signed-off-by: Ed Warnicke <eaw@cisco.com>
11 years agoOpenDaylight Controller functional modules. 68/68/1
Madhu Venugopal [Fri, 22 Mar 2013 22:47:35 +0000 (15:47 -0700)]
OpenDaylight Controller functional modules.

Change-Id: I1cd6668738099e8db3cfe83f812a92c922ced38c
Signed-off-by: Madhu Venugopal <vmadhu@cisco.com>
11 years agoInitial opendaylight infrastructure commit!! 67/67/1
Giovanni Meo [Fri, 22 Mar 2013 11:46:02 +0000 (12:46 +0100)]
Initial opendaylight infrastructure commit!!

Change-Id: I2f6610f89c8c32dc6dab4e6982ce06a9b038a85a
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
11 years agoInitial empty repository
Giovanni Meo [Fri, 22 Mar 2013 22:32:00 +0000 (22:32 +0000)]
Initial empty repository