You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/01/10 15:53:41 UTC

[airavata] branch develop updated: Zookeeper/kafka setup don't need common role

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9a7d821  Zookeeper/kafka setup don't need common role
9a7d821 is described below

commit 9a7d82176a22f7eec7b838652d91bf2b4fa3d313
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jan 10 10:53:00 2019 -0500

    Zookeeper/kafka setup don't need common role
---
 dev-tools/ansible/helix.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-tools/ansible/helix.yml b/dev-tools/ansible/helix.yml
index 9873126..056c1f7 100644
--- a/dev-tools/ansible/helix.yml
+++ b/dev-tools/ansible/helix.yml
@@ -23,9 +23,6 @@
   tags: kafka, airavata
   roles:
     - env_setup
-    - role: common
-      become: yes
-      become_user: "{{user}}"
     - zookeeper
     - kafka