You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2016/10/01 23:46:33 UTC

[11/49] airavata git commit: Added airavata role tags

Added airavata role tags


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/1fb43694
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/1fb43694
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/1fb43694

Branch: refs/heads/lahiru/AIRAVATA-2107
Commit: 1fb43694649a5d0ad12a78fd13deb748e5bbeaaa
Parents: 22a68cc
Author: Shameera Rathnayaka <sh...@gmail.com>
Authored: Mon Aug 1 14:32:38 2016 -0400
Committer: Shameera Rathnayaka <sh...@gmail.com>
Committed: Mon Aug 1 14:32:38 2016 -0400

----------------------------------------------------------------------
 site.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/1fb43694/site.yml
----------------------------------------------------------------------
diff --git a/site.yml b/site.yml
index d86dac0..7f775db 100644
--- a/site.yml
+++ b/site.yml
@@ -1,26 +1,26 @@
 ---
 #Master playbook
 - hosts: zookeeper
-  tags: zookeeper
+  tags: zookeeper, airavata
   roles:
     - env_setup
     - zookeeper
 
 - hosts: rabbitmq
-  tags: rabbitmq
+  tags: rabbitmq, airavata
   roles:
     - env_setup
     - rabbitmq
 
 - hosts: gfac
-  tags: gfac
+  tags: gfac, airavata
   roles:
     - env_setup
     - common
     - gfac
 
 - hosts: api-orch
-  tags: api-orch
+  tags: api-orch, airavata
   roles:
     - env_setup
     - common