Yingyi Bu has submitted this change and it was merged. Change subject: Minor fix for the Ansible doc. ......................................................................
Minor fix for the Ansible doc. Change-Id: I839331be2bcda7e8c40e62bc0ad963a5220593eb Reviewed-on: https://asterix-gerrit.ics.uci.edu/1585 Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> BAD: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> Reviewed-by: Till Westmann <[email protected]> --- M asterixdb/asterix-doc/src/site/markdown/ansible.md 1 file changed, 3 insertions(+), 2 deletions(-) Approvals: Till Westmann: Looks good to me, approved Jenkins: Verified; No violations found; No violations found; Verified 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: merged Gerrit-Change-Id: I839331be2bcda7e8c40e62bc0ad963a5220593eb Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]> Gerrit-Reviewer: Yingyi Bu <[email protected]>
