You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by bu...@apache.org on 2017/03/16 02:00:23 UTC

asterixdb git commit: Minor fix for the Ansible doc.

Repository: asterixdb
Updated Branches:
  refs/heads/master 0181476ba -> 37d3c68fa


Minor fix for the Ansible doc.

Change-Id: I839331be2bcda7e8c40e62bc0ad963a5220593eb
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1585
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
BAD: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <ti...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/37d3c68f
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/37d3c68f
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/37d3c68f

Branch: refs/heads/master
Commit: 37d3c68fa4dff925b19cf8396fedb7c48b6327be
Parents: 0181476
Author: Yingyi Bu <yi...@couchbase.com>
Authored: Wed Mar 15 10:47:02 2017 -0700
Committer: Yingyi Bu <bu...@gmail.com>
Committed: Wed Mar 15 19:00:09 2017 -0700

----------------------------------------------------------------------
 asterixdb/asterix-doc/src/site/markdown/ansible.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/37d3c68f/asterixdb/asterix-doc/src/site/markdown/ansible.md
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-doc/src/site/markdown/ansible.md b/asterixdb/asterix-doc/src/site/markdown/ansible.md
index aff28b9..fbfca80 100644
--- a/asterixdb/asterix-doc/src/site/markdown/ansible.md
+++ b/asterixdb/asterix-doc/src/site/markdown/ansible.md
@@ -47,8 +47,6 @@ users to interact with each individual node in the cluster.
 
      **Make sure that the version of Ansible is no less than 2.2.1.0.**
 
-  *  Configure passwordless ssh from your current client that runs the scripts to all nodes listed in conf/inventory.
-
   *  Download a released [simple server package](http://asterixdb.apache.org/download.html).
 
      Alternatively, you can follow the [instruction](https://github.com/apache/asterixdb#build-from-source) to
@@ -66,6 +64,7 @@ users to interact with each individual node in the cluster.
      the configuration specified in files under `conf/`. `yaml` contains internal Ansible scripts that the shell
      scripts in `bin` use.
 
+
 ## <a id="config">Configuration and parameters</a>
   *  **Parameters**. Edit the instance configuration file `conf/cc.conf` when necessary.
      You can add/update whatever parameters in the **[common]** and **[nc]** sections (except IPs and ports).
@@ -97,6 +96,8 @@ users to interact with each individual node in the cluster.
           172.0.1.11
           172.0.1.12
 
+     **Configure passwordless ssh from your current client that runs the scripts to all nodes listed
+     in `conf/inventory`.**
      If the ssh user account for target machines is different from your current username, please uncomment
      and edit the following two lines: