Fixed readme issue with roles
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/bbe01a76 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/bbe01a76 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/bbe01a76 Branch: refs/heads/develop Commit: bbe01a76f70268ef6b8988c3b9f56179940b4321 Parents: 76e613a Author: Shameera Rathnayaka <[email protected]> Authored: Thu Jul 28 12:31:47 2016 -0400 Committer: Shameera Rathnayaka <[email protected]> Committed: Thu Jul 28 12:31:47 2016 -0400 ---------------------------------------------------------------------- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/bbe01a76/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 7e4a9cc..14839a7 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ Ansible script to deploy Apache Airavata ## 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. +**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`
