From commits-return-121534-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Thu Nov 1 10:18:38 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D1289180652 for ; Thu, 1 Nov 2018 10:18:37 +0100 (CET) Received: (qmail 780 invoked by uid 500); 1 Nov 2018 09:18:36 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 770 invoked by uid 99); 1 Nov 2018 09:18:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2018 09:18:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C8E31DFEB8; Thu, 1 Nov 2018 09:18:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vozerov@apache.org To: commits@ignite.apache.org Date: Thu, 01 Nov 2018 09:18:36 -0000 Message-Id: <5a55726b258241158ae4766499321cd7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] ignite git commit: IGNITE-10036 Visor CMD: Moved "node_startup_by_ssh.sample.ini" to "/config/visor-cmd". Repository: ignite Updated Branches: refs/heads/ignite-2.7 6d8322207 -> cabcc2127 IGNITE-10036 Visor CMD: Moved "node_startup_by_ssh.sample.ini" to "/config/visor-cmd". (cherry picked from commit 0e7dc7196f4fe7f150e9c633fbe73b3dd8765a16) Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/bc69abb1 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/bc69abb1 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/bc69abb1 Branch: refs/heads/ignite-2.7 Commit: bc69abb1480c63189fa63d36709defa11ff96eb9 Parents: 239a946 Author: Alexey Kuznetsov Authored: Wed Oct 31 17:35:25 2018 +0700 Committer: Alexey Kuznetsov Committed: Wed Oct 31 17:54:43 2018 +0700 ---------------------------------------------------------------------- .../visorcmd/node_startup_by_ssh.sample.ini | 74 ------------------ config/visor-cmd/node_startup_by_ssh.sample.ini | 79 ++++++++++++++++++++ 2 files changed, 79 insertions(+), 74 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/bc69abb1/bin/include/visorcmd/node_startup_by_ssh.sample.ini ---------------------------------------------------------------------- diff --git a/bin/include/visorcmd/node_startup_by_ssh.sample.ini b/bin/include/visorcmd/node_startup_by_ssh.sample.ini deleted file mode 100644 index e50ff29..0000000 --- a/bin/include/visorcmd/node_startup_by_ssh.sample.ini +++ /dev/null @@ -1,74 +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. - -# Section with settings for host1: -[host1] -# IP address or host name: -host=192.168.1.1 - -# SSH port: -port=2200 - -# SSH login: -uname=userName - -# SSH password: -passwd=password - -# SSH key path: -key=~/.ssh/id_rsa - -# Number of nodes to start: -nodes=1 - -# Ignite home path: -igniteHome=/usr/lib/ignite - -# Ignite config path: -cfg=examples/example-ignite.xml - -# Ignite node start script: -script=bin/ignite.sh - -# Section with settings for host2: -[host2] -# IP address or host name: -host=192.168.1.2 - -# Section with default settings. Used if value not defined in host section. -[defaults] -# SSH port: -port=22 - -# SSH login: -uname=userName - -# SSH password: -passwd=password - -# SSH key path: -key=~/.ssh/id_rsa - -# Number of nodes to start: -nodes=3 - -# Ignite home path: -igniteHome=/usr/lib/ignite - -# Ignite config path: -cfg=examples/example-ignite.xml - -# Ignite node start script: -script=bin/ignite.sh http://git-wip-us.apache.org/repos/asf/ignite/blob/bc69abb1/config/visor-cmd/node_startup_by_ssh.sample.ini ---------------------------------------------------------------------- diff --git a/config/visor-cmd/node_startup_by_ssh.sample.ini b/config/visor-cmd/node_startup_by_ssh.sample.ini new file mode 100644 index 0000000..f1d8e01 --- /dev/null +++ b/config/visor-cmd/node_startup_by_ssh.sample.ini @@ -0,0 +1,79 @@ +;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. + +# ================================================================== +# This is a sample file for Visor CMD to use with "start" command. +# More info: https://apacheignite-tools.readme.io/docs/start-command +# ================================================================== + +# Section with settings for host1: +[host1] +# IP address or host name: +host=192.168.1.1 + +# SSH port: +port=2200 + +# SSH login: +uname=userName + +# SSH password: +passwd=password + +# SSH key path: +key=~/.ssh/id_rsa + +# Number of nodes to start: +nodes=1 + +# Ignite home path: +igniteHome=/usr/lib/ignite + +# Ignite config path: +cfg=examples/example-ignite.xml + +# Ignite node start script: +script=bin/ignite.sh + +# Section with settings for host2: +[host2] +# IP address or host name: +host=192.168.1.2 + +# Section with default settings. Used if value not defined in host section. +[defaults] +# SSH port: +port=22 + +# SSH login: +uname=userName + +# SSH password: +passwd=password + +# SSH key path: +key=~/.ssh/id_rsa + +# Number of nodes to start: +nodes=3 + +# Ignite home path: +igniteHome=/usr/lib/ignite + +# Ignite config path: +cfg=examples/example-ignite.xml + +# Ignite node start script: +script=bin/ignite.sh