You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2020/05/25 08:08:33 UTC

[ignite] 18/24: ignite-ducktape: cleaning garbage.

This is an automated email from the ASF dual-hosted git repository.

nizhikov pushed a commit to branch ignite-ducktape
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 7a2a226ec168c62a32ab8d305eebfd0466a83733
Author: Nikolay Izhikov <ni...@apache.org>
AuthorDate: Wed May 6 17:18:35 2020 +0300

    ignite-ducktape: cleaning garbage.
---
 .gitignore                      |  1 +
 tests/docker/build/cluster.json | 64 -----------------------------------------
 tests/docker/build/node_hosts   | 14 ---------
 3 files changed, 1 insertion(+), 78 deletions(-)

diff --git a/.gitignore b/.gitignore
index 18bcd81..fee7d47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -111,3 +111,4 @@ packages
 /results
 .ducktape
 *.pyc
+tests/docker/build/*
diff --git a/tests/docker/build/cluster.json b/tests/docker/build/cluster.json
deleted file mode 100644
index 297d9c4..0000000
--- a/tests/docker/build/cluster.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
-  "_comment": [
-    "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."
-  ],
-  "nodes": [
-    {
-      "externally_routable_ip": "ducker02",
-      "ssh_config": {
-        "host": "ducker02",
-        "hostname": "ducker02",
-        "identityfile": "/home/ducker/.ssh/id_rsa",
-        "password": "",
-        "port": 22,
-        "user": "ducker"
-      }
-    },
-    {
-      "externally_routable_ip": "ducker03",
-      "ssh_config": {
-        "host": "ducker03",
-        "hostname": "ducker03",
-        "identityfile": "/home/ducker/.ssh/id_rsa",
-        "password": "",
-        "port": 22,
-        "user": "ducker"
-      }
-    },
-    {
-      "externally_routable_ip": "ducker04",
-      "ssh_config": {
-        "host": "ducker04",
-        "hostname": "ducker04",
-        "identityfile": "/home/ducker/.ssh/id_rsa",
-        "password": "",
-        "port": 22,
-        "user": "ducker"
-      }
-    },
-    {
-      "externally_routable_ip": "ducker05",
-      "ssh_config": {
-        "host": "ducker05",
-        "hostname": "ducker05",
-        "identityfile": "/home/ducker/.ssh/id_rsa",
-        "password": "",
-        "port": 22,
-        "user": "ducker"
-      }
-    }
-  ]
-}
diff --git a/tests/docker/build/node_hosts b/tests/docker/build/node_hosts
deleted file mode 100644
index e675c02..0000000
--- a/tests/docker/build/node_hosts
+++ /dev/null
@@ -1,14 +0,0 @@
-172.27.0.2	ducker01
-172.27.0.3	ducker02
-172.27.0.4	ducker03
-172.27.0.5	ducker04
-172.27.0.6	ducker05
-172.26.0.7	ducker06
-172.26.0.8	ducker07
-172.26.0.9	ducker08
-172.26.0.10	ducker09
-172.26.0.11	ducker10
-172.26.0.12	ducker11
-172.26.0.13	ducker12
-172.26.0.14	ducker13
-172.26.0.15	ducker14