From: Tony Tkacik Date: Thu, 10 Jul 2014 08:04:31 +0000 (+0000) Subject: Merge "Bug 1341 - Make RESTConf websocket port configurable" X-Git-Tag: release/helium~500 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=cef885b56544ba35d80ad6984f94cc780ba90ead;hp=8644159923028969f88b212c4e46e995c2eed743;p=controller.git Merge "Bug 1341 - Make RESTConf websocket port configurable" --- diff --git a/features/extras/pom.xml b/features/extras/pom.xml new file mode 100644 index 0000000000..4563190b9f --- /dev/null +++ b/features/extras/pom.xml @@ -0,0 +1,81 @@ + + + 4.0.0 + + org.opendaylight.controller + commons.opendaylight + 1.4.2-SNAPSHOT + ../../opendaylight/commons/opendaylight + + extras-features + kar + ${project.artifactId} + Base Features POM + + features.xml + 3.9.2.Final + + + + + true + src/main/resources + + + + + org.apache.karaf.tooling + karaf-maven-plugin + ${karaf.version} + true + + + features-create-kar + + features-create-kar + + + ${project.build.directory}/classes/${features.file} + + + + + + + org.apache.maven.plugins + maven-resources-plugin + + + filter + + resources + + generate-resources + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/${features.file} + xml + features + + + + + + + + + diff --git a/features/extras/src/main/resources/features.xml b/features/extras/src/main/resources/features.xml new file mode 100644 index 0000000000..3be66d9a6e --- /dev/null +++ b/features/extras/src/main/resources/features.xml @@ -0,0 +1,34 @@ + + + + + mvn:org.osgi/org.osgi.compendium/${osgi.compendium.version} + + + + mvn:org.scala-lang/scala-library/${scala.version}.${scala.micro.version} + mvn:org.scala-lang/scala-reflect/${scala.version}.${scala.micro.version} + + + + odl-extras-scala + mvn:com.typesafe/config/${typesafe.config.version} + mvn:com.typesafe.akka/akka-actor_${scala.version}/${akka.version} + mvn:com.typesafe.akka/akka-slf4j_${scala.version}/${akka.version} + mvn:com.typesafe.akka/akka-osgi_${scala.version}/${akka.version} + + + + odl-extras-akka-system + wrap:mvn:org.uncommons.maths/uncommons-maths/${uncommons.maths.version} + mvn:com.google.protobuf/protobuf-java/${protobuf.version} + wrap:mvn:io.netty/netty/${netty3.version} + mvn:com.typesafe.akka/akka-remote_${scala.version}/${akka.version} + mvn:com.typesafe.akka/akka-cluster_${scala.version}/${akka.version} + + + + wrap:mvn:org.iq80.leveldb/leveldb/${leveldb.version} + wrap:mvn:org.fusesource.leveldbjni/leveldbjni-all/${leveldbjni.version} + + diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 61d7f87e32..bf84183b75 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -18,7 +18,7 @@ - 2.3.2 + 2.3.4 1.0.0 0.4.2-SNAPSHOT 0.0.1-SNAPSHOT @@ -62,6 +62,7 @@ 2.3.2 0.1.2-SNAPSHOT 0.5.2-SNAPSHOT + 1.4 0.2.5-SNAPSHOT 0.4.3-SNAPSHOT 0.4.3-SNAPSHOT @@ -111,10 +112,13 @@ 1.0.0-SNAPSHOT 3.0.0 3.0.1 + 0.7 + 1.8 1.0.0 1.0.9 0.4.2-SNAPSHOT 3.0.5 + 1.9.4 1.1-SNAPSHOT 0.2.5-SNAPSHOT 0.0.3-SNAPSHOT @@ -128,7 +132,10 @@ 1.4.2-SNAPSHOT 2013.08.27.4-SNAPSHOT 0.0.2-SNAPSHOT + 1.1.6 + 1.1.6 1.0-alpha-2 + 2.5.0 0.5.0-SNAPSHOT 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT @@ -142,8 +149,10 @@ 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT - 2.11 + 2.10 + 4 0.4.2-SNAPSHOT + 1.2.4 dav:http://nexus.opendaylight.org/content/sites/site ${user.name}-private-view https://sonar.opendaylight.org/ @@ -156,6 +165,7 @@ 3.1.4.RELEASE 3.1.3.RELEASE 3.1.3.RELEASE + org.openflow.openflowj,net.sf.jung2 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT 0.5.1-SNAPSHOT @@ -169,6 +179,8 @@ 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT + 1.2.0 + 1.2.2 0.4.2-SNAPSHOT 0.0.2-SNAPSHOT 0.4.2-SNAPSHOT diff --git a/opendaylight/distribution/opendaylight-karaf/pom.xml b/opendaylight/distribution/opendaylight-karaf/pom.xml index d8f6ba1526..221bfa78e8 100644 --- a/opendaylight/distribution/opendaylight-karaf/pom.xml +++ b/opendaylight/distribution/opendaylight-karaf/pom.xml @@ -54,6 +54,13 @@ + + org.opendaylight.controller + extras-features + ${project.version} + kar + runtime + org.opendaylight.controller config-features diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index a77fbeb707..d238ee75cc 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -1064,10 +1064,6 @@ org.opendaylight.controller.model model-flow-base - - org.opendaylight.controller.model - model-flow-management - org.opendaylight.controller.model model-flow-service diff --git a/opendaylight/md-sal/model/model-flow-management/pom.xml b/opendaylight/md-sal/model/model-flow-management/pom.xml deleted file mode 100644 index 64f115816d..0000000000 --- a/opendaylight/md-sal/model/model-flow-management/pom.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.controller.model - model-parent - 1.1-SNAPSHOT - - model-flow-management - bundle - - - - ${project.groupId} - model-flow-base - ${project.version} - - - ${project.groupId} - model-inventory - ${project.version} - - - org.opendaylight.yangtools.model - opendaylight-l2-types - - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - HEAD - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - diff --git a/opendaylight/md-sal/model/model-flow-management/src/main/yang/flow-management.yang b/opendaylight/md-sal/model/model-flow-management/src/main/yang/flow-management.yang deleted file mode 100644 index b8579bcf9c..0000000000 --- a/opendaylight/md-sal/model/model-flow-management/src/main/yang/flow-management.yang +++ /dev/null @@ -1,30 +0,0 @@ -module flow-management { - namespace "urn:opendaylight:flow:config"; - prefix flow-cfg; - - import opendaylight-inventory {prefix inv;revision-date "2013-08-19";} - import opendaylight-flow-types {prefix flow;} - - revision "2013-08-19" { - description "Initial revision of flow service"; - } - - - grouping flow-entry { - leaf node { - type inv:node-ref; - } - uses flow:flow; - } - - container flows { - list flow { - key "node id"; - - leaf id { - type uint32; - } - uses flow-entry; - } - } -} diff --git a/opendaylight/md-sal/model/model-flow-management/src/main/yang/group-management.yang b/opendaylight/md-sal/model/model-flow-management/src/main/yang/group-management.yang deleted file mode 100644 index 814c7e4767..0000000000 --- a/opendaylight/md-sal/model/model-flow-management/src/main/yang/group-management.yang +++ /dev/null @@ -1,30 +0,0 @@ -module group-management { - namespace "urn:opendaylight:group:config"; - prefix group-cfg; - - import opendaylight-inventory {prefix inv;revision-date "2013-08-19";} - import opendaylight-group-types {prefix group;} - - revision "2013-10-24" { - description "Initial revision of group service"; - } - - grouping group-entry { - leaf node { - type inv:node-ref; - } - uses group:group; - } - - container groups { - list group { - key "id node"; - - leaf id { - type uint32; - } - - uses group-entry; - } - } -} diff --git a/opendaylight/md-sal/model/model-flow-management/src/main/yang/meter-management.yang b/opendaylight/md-sal/model/model-flow-management/src/main/yang/meter-management.yang deleted file mode 100644 index 6d86c50314..0000000000 --- a/opendaylight/md-sal/model/model-flow-management/src/main/yang/meter-management.yang +++ /dev/null @@ -1,30 +0,0 @@ -module meter-management { - namespace "urn:opendaylight:meter:config"; - prefix meter-cfg; - - import opendaylight-inventory {prefix inv;revision-date "2013-08-19";} - import opendaylight-meter-types {prefix meter;} - - revision "2013-10-24" { - description "Initial revision of meter service"; - } - - grouping meter-entry { - leaf node { - type inv:node-ref; - } - uses meter:meter; - } - - container meters { - list meter { - key "id node"; - - leaf id { - type uint32; - } - - uses meter-entry; - } - } -} diff --git a/opendaylight/md-sal/model/model-flow-management/src/main/yang/port-management.yang b/opendaylight/md-sal/model/model-flow-management/src/main/yang/port-management.yang deleted file mode 100644 index 77483de148..0000000000 --- a/opendaylight/md-sal/model/model-flow-management/src/main/yang/port-management.yang +++ /dev/null @@ -1,30 +0,0 @@ -module port-management { - namespace "urn:opendaylight:port:config"; - prefix port-cfg; - - import opendaylight-inventory {prefix inv;revision-date "2013-08-19";} - import opendaylight-port-types {prefix port;} - - revision "2013-10-24" { - description "Initial revision of port service"; - } - - grouping port-entry { - leaf node { - type inv:node-ref; - } - uses port:port-mod; - } - - container ports { - list port { - key "id node"; - - leaf id { - type uint32; - } - - uses port-entry; - } - } -} diff --git a/opendaylight/md-sal/model/model-flow-management/src/main/yang/queue-management.yang b/opendaylight/md-sal/model/model-flow-management/src/main/yang/queue-management.yang deleted file mode 100644 index c8a7fbbaa3..0000000000 --- a/opendaylight/md-sal/model/model-flow-management/src/main/yang/queue-management.yang +++ /dev/null @@ -1,33 +0,0 @@ -module queue-management { - namespace "urn:opendaylight:queue:config"; - prefix queue-cfg; - - import opendaylight-inventory {prefix inv;revision-date "2013-08-19";} - - import opendaylight-queue-types {prefix queue; revision-date "2013-09-25";} - - - revision "2013-10-24" { - description "Initial revision of queue service"; - } - - grouping queue-entry { - leaf node { - type inv:node-connector-ref; - - } - uses queue:queue-config-request; - } - - container queues { - list queue { - key "id node"; - - leaf id { - type uint32; - } - - uses queue-entry; - } - } -} diff --git a/opendaylight/md-sal/model/model-flow-management/src/main/yang/table-management.yang b/opendaylight/md-sal/model/model-flow-management/src/main/yang/table-management.yang deleted file mode 100644 index 06edb04a0a..0000000000 --- a/opendaylight/md-sal/model/model-flow-management/src/main/yang/table-management.yang +++ /dev/null @@ -1,32 +0,0 @@ -module table-management { - namespace "urn:opendaylight:table:config"; - prefix table-cfg; - - import opendaylight-inventory {prefix inv;revision-date "2013-08-19";} - import opendaylight-table-types {prefix table;} - - revision "2013-10-24" { - description "Initial revision of table service"; - } - - grouping table-entry { - - leaf node { - type inv:node-ref; - } - - uses table:table-features; - } - - container tables { - list table { - key "id node"; - - leaf id { - type uint32; - } - - uses table-entry; - } - } -} diff --git a/opendaylight/md-sal/model/pom.xml b/opendaylight/md-sal/model/pom.xml index 12b5f76625..5e6a86745c 100644 --- a/opendaylight/md-sal/model/pom.xml +++ b/opendaylight/md-sal/model/pom.xml @@ -17,7 +17,6 @@ model-flow-base model-flow-service model-flow-statistics - model-flow-management model-topology diff --git a/pom.xml b/pom.xml index 012d9399b8..af84002429 100644 --- a/pom.xml +++ b/pom.xml @@ -129,6 +129,7 @@ features/base features/controller features/adsal + features/extras opendaylight/dummy-console opendaylight/karaf-branding opendaylight/distribution/opendaylight-karaf