From: Michal Polkorab Date: Wed, 19 Oct 2016 13:04:51 +0000 (+0200) Subject: Revert "Revert "Move the Openflow connections blueprint to OpenflowJava project"" X-Git-Tag: release/carbon~133 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=0a691e587c2af9095b9cc4629cc955f76a7093cc;p=openflowplugin.git Revert "Revert "Move the Openflow connections blueprint to OpenflowJava project"" This reverts commit e84b8d9e2c0e38a950db4295a61b24dd77538e01. Change-Id: I1c79ddcb0041d4599e82fa5f6ed227d530dfab97 Signed-off-by: Michal Polkorab --- diff --git a/features-he/pom.xml b/features-he/pom.xml index 06fa13b97d..7cbe817735 100644 --- a/features-he/pom.xml +++ b/features-he/pom.xml @@ -188,6 +188,25 @@ openflowplugin-blueprint-config-he ${project.version} + + org.opendaylight.openflowjava + openflowjava-blueprint-config + ${openflowjava.version} + + + org.opendaylight.openflowjava + openflowjava-blueprint-config + ${openflowjava.version} + xml + config + + + org.opendaylight.openflowjava + openflowjava-blueprint-config + ${openflowjava.version} + xml + legacyConfig + org.opendaylight.openflowplugin.applications table-miss-enforcer diff --git a/features/pom.xml b/features/pom.xml index d2b9b2fda5..258d360cea 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -175,20 +175,24 @@ config - org.opendaylight.openflowplugin - openflowplugin-blueprint-config - ${project.version} + org.opendaylight.openflowjava + openflowjava-blueprint-config + ${openflowjava.version} + + + org.opendaylight.openflowjava + openflowjava-blueprint-config + ${openflowjava.version} xml config - org.opendaylight.openflowplugin - openflowplugin-blueprint-config - ${project.version} + org.opendaylight.openflowjava + openflowjava-blueprint-config + ${openflowjava.version} xml legacyConfig - org.opendaylight.dlux features-dlux diff --git a/features/src/main/features/features.xml b/features/src/main/features/features.xml index 2c8fc6642f..4a17a37b37 100644 --- a/features/src/main/features/features.xml +++ b/features/src/main/features/features.xml @@ -50,8 +50,6 @@ mvn:org.opendaylight.controller/liblldp/{{VERSION}} mvn:org.opendaylight.openflowplugin/openflowplugin-blueprint-config/{{VERSION}} mvn:org.opendaylight.openflowplugin/openflowplugin-blueprint-config/{{VERSION}}/cfg/config - mvn:org.opendaylight.openflowplugin/openflowplugin-blueprint-config/{{VERSION}}/xml/config - mvn:org.opendaylight.openflowplugin/openflowplugin-blueprint-config/{{VERSION}}/xml/legacyConfig mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/{{VERSION}}/xml/config-Li diff --git a/openflowplugin-blueprint-config-he/src/main/resources/org/opendaylight/blueprint/openflowplugin-helium.xml b/openflowplugin-blueprint-config-he/src/main/resources/org/opendaylight/blueprint/openflowplugin-helium.xml index 6ef2961be6..7d3801e256 100644 --- a/openflowplugin-blueprint-config-he/src/main/resources/org/opendaylight/blueprint/openflowplugin-helium.xml +++ b/openflowplugin-blueprint-config-he/src/main/resources/org/opendaylight/blueprint/openflowplugin-helium.xml @@ -31,48 +31,11 @@ - + - - - - openflow-switch-connection-provider-default-impl - 6633 - TCP - - ]]> - - - - - - - - - - - - openflow-switch-connection-provider-legacy-impl - 6653 - TCP - - ]]> - - - - - - - + diff --git a/openflowplugin-blueprint-config/pom.xml b/openflowplugin-blueprint-config/pom.xml index 172a504251..f4d7167a7f 100644 --- a/openflowplugin-blueprint-config/pom.xml +++ b/openflowplugin-blueprint-config/pom.xml @@ -43,16 +43,6 @@ cfg config - - ${project.build.directory}/classes/initial/default-openflow-connection-config.xml - xml - config - - - ${project.build.directory}/classes/initial/legacy-openflow-connection-config.xml - xml - legacyConfig - diff --git a/openflowplugin-blueprint-config/src/main/resources/initial/default-openflow-connection-config.xml b/openflowplugin-blueprint-config/src/main/resources/initial/default-openflow-connection-config.xml deleted file mode 100644 index 48f8bf5580..0000000000 --- a/openflowplugin-blueprint-config/src/main/resources/initial/default-openflow-connection-config.xml +++ /dev/null @@ -1,17 +0,0 @@ - - openflow-switch-connection-provider-default-impl - 6633 - TCP - - configuration/ssl/ctl.jks - JKS - PATH - opendaylight - configuration/ssl/truststore.jks - JKS - PATH - opendaylight - opendaylight - - - \ No newline at end of file diff --git a/openflowplugin-blueprint-config/src/main/resources/initial/legacy-openflow-connection-config.xml b/openflowplugin-blueprint-config/src/main/resources/initial/legacy-openflow-connection-config.xml deleted file mode 100644 index 7772ecc86d..0000000000 --- a/openflowplugin-blueprint-config/src/main/resources/initial/legacy-openflow-connection-config.xml +++ /dev/null @@ -1,17 +0,0 @@ - - openflow-switch-connection-provider-legacy-impl - 6653 - TCP - - configuration/ssl/ctl.jks - JKS - PATH - opendaylight - configuration/ssl/truststore.jks - JKS - PATH - opendaylight - opendaylight - - - \ No newline at end of file diff --git a/openflowplugin-blueprint-config/src/main/resources/org/opendaylight/blueprint/openflowplugin.xml b/openflowplugin-blueprint-config/src/main/resources/org/opendaylight/blueprint/openflowplugin.xml index bd72c349c7..d6f0c360d9 100644 --- a/openflowplugin-blueprint-config/src/main/resources/org/opendaylight/blueprint/openflowplugin.xml +++ b/openflowplugin-blueprint-config/src/main/resources/org/opendaylight/blueprint/openflowplugin.xml @@ -11,34 +11,11 @@ - + - - - - - - - - - - - - - - - - - - - +