From 0a8023b85121107d494caaa7b86d4df71dfafb6a Mon Sep 17 00:00:00 2001 From: Tomas Cere Date: Fri, 27 Oct 2017 11:39:52 +0200 Subject: [PATCH] Remove the default loopback mount from the old connector feature This is conflicting in sft when two projects pull in the old feature and the new clustered topology feature. Cfg subsystem should have no users now so remove it. Change-Id: I97819282f39af332fa78bf58cbb99321ffa79ae0 Signed-off-by: Tomas Cere --- .../odl-netconf-callhome-ssh/pom.xml | 7 +-- .../odl-netconf-connector-ssh/pom.xml | 7 +-- features/netconf-connector/pom.xml | 4 -- netconf/netconf-artifacts/pom.xml | 5 -- netconf/netconf-connector-config/pom.xml | 60 ------------------- .../blueprint/netconf-connector.xml | 41 ------------- netconf/pom.xml | 1 - 7 files changed, 2 insertions(+), 123 deletions(-) delete mode 100644 netconf/netconf-connector-config/pom.xml delete mode 100644 netconf/netconf-connector-config/src/main/resources/org/opendaylight/blueprint/netconf-connector.xml diff --git a/features/netconf-connector/odl-netconf-callhome-ssh/pom.xml b/features/netconf-connector/odl-netconf-callhome-ssh/pom.xml index 1d740e7ddf..bd07645b71 100644 --- a/features/netconf-connector/odl-netconf-callhome-ssh/pom.xml +++ b/features/netconf-connector/odl-netconf-callhome-ssh/pom.xml @@ -23,7 +23,7 @@ 1.4.0-SNAPSHOT feature - OpenDaylight :: Netconf Connector :: Netconf Callhome Connector + Netconf SSH Server + loopback connection configuration + OpenDaylight :: Netconf Connector :: Netconf Callhome Connector + Netconf SSH Server @@ -33,11 +33,6 @@ xml features - - ${project.groupId} - netconf-connector-config - ${project.version} - ${project.groupId} callhome-model diff --git a/features/netconf-connector/odl-netconf-connector-ssh/pom.xml b/features/netconf-connector/odl-netconf-connector-ssh/pom.xml index 25e7e23acb..a6c5ea3a55 100644 --- a/features/netconf-connector/odl-netconf-connector-ssh/pom.xml +++ b/features/netconf-connector/odl-netconf-connector-ssh/pom.xml @@ -23,7 +23,7 @@ 1.4.0-SNAPSHOT feature - OpenDaylight :: Netconf Connector :: Netconf Connector + Netconf SSH Server + loopback connection configuration + !!!DEPRECATED!!! OpenDaylight :: Netconf Connector :: Netconf Connector + Netconf SSH Server @@ -33,10 +33,5 @@ xml features - - ${project.groupId} - netconf-connector-config - ${project.version} - \ No newline at end of file diff --git a/features/netconf-connector/pom.xml b/features/netconf-connector/pom.xml index 7a9f79968c..85a07ab714 100644 --- a/features/netconf-connector/pom.xml +++ b/features/netconf-connector/pom.xml @@ -130,10 +130,6 @@ ${project.groupId} callhome-protocol - - ${project.groupId} - netconf-connector-config - ${project.groupId} netconf-config diff --git a/netconf/netconf-artifacts/pom.xml b/netconf/netconf-artifacts/pom.xml index a3a3c60571..699395b248 100644 --- a/netconf/netconf-artifacts/pom.xml +++ b/netconf/netconf-artifacts/pom.xml @@ -69,11 +69,6 @@ netconf-config ${project.version} - - ${project.groupId} - netconf-connector-config - ${project.version} - ${project.groupId} mdsal-netconf-connector diff --git a/netconf/netconf-connector-config/pom.xml b/netconf/netconf-connector-config/pom.xml deleted file mode 100644 index feda712c21..0000000000 --- a/netconf/netconf-connector-config/pom.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - 4.0.0 - - org.opendaylight.odlparent - bundle-parent - 2.0.5 - - - - org.opendaylight.netconf - netconf-connector-config - Configuration files for netconf-connector - 1.4.0-SNAPSHOT - bundle - - - - - org.opendaylight.netconf - netconf-artifacts - ${project.version} - pom - import - - - - - - - ${project.groupId} - netconf-topology - - - - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.artifactId} - netconf-topology - - - - - - diff --git a/netconf/netconf-connector-config/src/main/resources/org/opendaylight/blueprint/netconf-connector.xml b/netconf/netconf-connector-config/src/main/resources/org/opendaylight/blueprint/netconf-connector.xml deleted file mode 100644 index 7312471308..0000000000 --- a/netconf/netconf-connector-config/src/main/resources/org/opendaylight/blueprint/netconf-connector.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/netconf/pom.xml b/netconf/pom.xml index 2eb593af7a..5e24837ccc 100644 --- a/netconf/pom.xml +++ b/netconf/pom.xml @@ -42,7 +42,6 @@ netconf-ssh netconf-tcp netconf-monitoring - netconf-connector-config netconf-auth aaa-authn-odl-plugin netconf-notifications-impl -- 2.36.6