Yingyi Bu has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/1585
Change subject: Minor fix for the Ansible doc.
......................................................................
Minor fix for the Ansible doc.
Change-Id: I839331be2bcda7e8c40e62bc0ad963a5220593eb
---
M asterixdb/asterix-doc/src/site/markdown/ansible.md
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/85/1585/1
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 @@
**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
@@ -65,6 +63,7 @@
`bin` contains scripts that deploy, start, stop and erase a multi-node
AsterixDB instance, according to
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.
@@ -97,6 +96,8 @@
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:
--
To view, visit https://asterix-gerrit.ics.uci.edu/1585
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I839331be2bcda7e8c40e62bc0ad963a5220593eb
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Yingyi Bu <[email protected]>