Updated readme file
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/76e613a8 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/76e613a8 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/76e613a8 Branch: refs/heads/develop Commit: 76e613a867c568036942cfa3dba633f803a7f095 Parents: 83e98ae Author: Shameera Rathnayaka <[email protected]> Authored: Thu Jul 28 12:30:42 2016 -0400 Committer: Shameera Rathnayaka <[email protected]> Committed: Thu Jul 28 12:30:42 2016 -0400 ---------------------------------------------------------------------- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/76e613a8/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 34e2e16..7e4a9cc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # airavata-ansible Ansible script to deploy Apache Airavata + +## Support OS + * Centos 7 + +## Roles +**setup** :- Create user and group, install oracle java 8 +**zookeeper** :- Download and install zookeeper +**rabbitmq** :- Download and install rabbitmq as service +**common** :- Checkout Airavata source from git and run maven build. Move keystore files +**gfac** :- Setup Gfac deployment and Change configurations. +**api-orch** :- Setup Api-Orch deployment and Change configurations. +**pga** :- Deploy Airavata PHP Gateway. + +## Useful commands + * `ansible-playbook -i hosts site.yml` + * `ansible-playbook -i hosts site.yml -t "tags"` + * `ansible-playbook -i hosts site.yml --start-at-task="name of the ansible task"`
