From f44ebeb5ca3e25ff4c863f374ed8b9b33466e991 Mon Sep 17 00:00:00 2001 From: Mohamed El-Serngawy Date: Tue, 4 Oct 2016 16:50:37 -0400 Subject: [PATCH] Move the Openflow connections blueprint to OpenflowJava project This patch is related to https://git.opendaylight.org/gerrit/#/c/46518/ Moving the Openflow connections (defaultSwitchConnProvider and legacySwitchConnProvider) blueprint to OpenflowJava project as its config data model "openflow-switch-connection-provider-impl" exist in OpenflowJava project Change-Id: Ic6db83e98d57cf17ef5883d64755118214815731 Signed-off-by: Mohamed El-Serngawy --- features/pom.xml | 15 --------- features/src/main/features/features.xml | 2 -- openflowplugin-blueprint-config/pom.xml | 10 ------ .../default-openflow-connection-config.xml | 17 ---------- .../legacy-openflow-connection-config.xml | 17 ---------- .../opendaylight/blueprint/openflowplugin.xml | 31 +++---------------- 6 files changed, 4 insertions(+), 88 deletions(-) delete mode 100644 openflowplugin-blueprint-config/src/main/resources/initial/default-openflow-connection-config.xml delete mode 100644 openflowplugin-blueprint-config/src/main/resources/initial/legacy-openflow-connection-config.xml diff --git a/features/pom.xml b/features/pom.xml index d2b9b2fda5..64b1196dab 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -174,21 +174,6 @@ cfg config - - org.opendaylight.openflowplugin - openflowplugin-blueprint-config - ${project.version} - xml - config - - - org.opendaylight.openflowplugin - openflowplugin-blueprint-config - ${project.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/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 @@ - + - - - - - - - - - - - - - - - - - - - + -- 2.36.6