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:
[email protected]


Reply via email to