From 11e7cd44f7f9d1c4aef51036d2391c302a981b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Mon, 1 Jul 2019 11:03:38 +0800 Subject: [PATCH] [Revert]etcd configuration is not implemented (#2974) * etcd configuration is not implemented and the provider definition is copied from cluster management, which could cause multiple loading by module manager. * Fix a missing delete. --- .../configuration-etcd/pom.xml | 106 ------------------ ...g.oap.server.library.module.ModuleProvider | 19 ---- .../src/test/resources/log4j2.xml | 31 ----- oap-server/server-configuration/pom.xml | 1 - 4 files changed, 157 deletions(-) delete mode 100644 oap-server/server-configuration/configuration-etcd/pom.xml delete mode 100644 oap-server/server-configuration/configuration-etcd/src/main/resources/META-INF/services/org.apache.skywalking.oap.server.library.module.ModuleProvider delete mode 100644 oap-server/server-configuration/configuration-etcd/src/test/resources/log4j2.xml diff --git a/oap-server/server-configuration/configuration-etcd/pom.xml b/oap-server/server-configuration/configuration-etcd/pom.xml deleted file mode 100644 index cdfe420e4..000000000 --- a/oap-server/server-configuration/configuration-etcd/pom.xml +++ /dev/null @@ -1,106 +0,0 @@ - - - - - server-configuration - org.apache.skywalking - 6.3.0-SNAPSHOT - - 4.0.0 - - configuration-etcd - - - - org.apache.skywalking - configuration-api - ${project.version} - - - org.apache.skywalking - library-client - ${project.version} - - - org.apache.skywalking - cluster-etcd-plugin - ${project.version} - - - - - - CI-with-IT - - - - io.fabric8 - docker-maven-plugin - - all - default - true - IfNotPresent - - - - start - pre-integration-test - - start - - - - - quayio/coreos-etcd:${etcd.version} - etcd-client-integration-test - - - 2379:2379 - - - - - - - - /usr/local/bin/etcd - --advertise-client-urls=http://0.0.0.0:2379 - --listen-client-urls=http://0.0.0.0:2379 - - - - - - - - - remove-it-etcd - post-integration-test - - stop - - - - - - - - - diff --git a/oap-server/server-configuration/configuration-etcd/src/main/resources/META-INF/services/org.apache.skywalking.oap.server.library.module.ModuleProvider b/oap-server/server-configuration/configuration-etcd/src/main/resources/META-INF/services/org.apache.skywalking.oap.server.library.module.ModuleProvider deleted file mode 100644 index bf8dafb3b..000000000 --- a/oap-server/server-configuration/configuration-etcd/src/main/resources/META-INF/services/org.apache.skywalking.oap.server.library.module.ModuleProvider +++ /dev/null @@ -1,19 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -# - -org.apache.skywalking.oap.server.cluster.plugin.etcd.ClusterModuleEtcdProvider \ No newline at end of file diff --git a/oap-server/server-configuration/configuration-etcd/src/test/resources/log4j2.xml b/oap-server/server-configuration/configuration-etcd/src/test/resources/log4j2.xml deleted file mode 100644 index c9eec4f6e..000000000 --- a/oap-server/server-configuration/configuration-etcd/src/test/resources/log4j2.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/oap-server/server-configuration/pom.xml b/oap-server/server-configuration/pom.xml index be0196f2e..5d89c4e6e 100644 --- a/oap-server/server-configuration/pom.xml +++ b/oap-server/server-configuration/pom.xml @@ -33,7 +33,6 @@ configuration-apollo configuration-nacos configuration-zookeeper - configuration-etcd