You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2020/07/29 17:38:31 UTC

[GitHub] [fluo-muchos] plainolneesh commented on a change in pull request #338: Add ELK to Accumulo and Fluo Muchos

plainolneesh commented on a change in pull request #338:
URL: https://github.com/apache/fluo-muchos/pull/338#discussion_r462309635



##########
File path: lib/muchos/config.py
##########
@@ -0,0 +1,647 @@
+#

Review comment:
       Okay, I have removed this file. 

##########
File path: ansible/docker.yml
##########
@@ -30,13 +31,15 @@
       register: swarm_status
       changed_when: "'active' not in swarm_status.stdout_lines"
     - name: initialize swarm
-      shell: >
+      shell: |
+        docker swarm leave --force || echo "leaving swarm for multiple setups"

Review comment:
       Before I had `docker swarm leave --force` multiple setups would cause a docker failure. This was a workaround to prevent the error. 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org