Fixes and renaming for the alpha release

pull/1/head
Mauro Mugnaini 3 years ago
parent 4c5975abbe
commit 95cd7d1c2e

@ -1,7 +0,0 @@
---
- hosts: localhost
roles:
- common
- dynomite
- elasticsearch
- conductor

@ -1,3 +1,3 @@
---
target_path: /tmp/conductor_setup_test
target_path: /tmp/conductor_stack
conductor_network: conductor-network

@ -22,7 +22,7 @@ services:
window: 120s
configs:
- source: swarm-config
target: /app/config/{{ conductor_network }}
target: /app/config/{{ conductor_config }}
logging:
driver: "journald"

@ -0,0 +1,28 @@
---
#- hosts: localhost
# roles:
# - common
# - dynomite
# - elasticsearch
# tasks:
# - name: Start dynomite and es
# docker_stack:
# name: conductor
# state: present
# compose:
# - "{{ target_path }}/dynomite-swarm.yaml"
# - "{{ target_path }}/elasticsearch-swarm.yaml"
- hosts: localhost
roles:
- common
- conductor
tasks:
- name: Start conductor
docker_stack:
name: conductor
state: present
compose:
- "{{ target_path }}/conductor-swarm.yaml"

@ -28,4 +28,4 @@ echo "I am $NODE"
#Start redis server on 22122
redis-server --port 22122 &
src/dynomite --conf-file=/dynomite/auto_dynomite.yml -v11
src/dynomite --conf-file=/dynomite/auto_dynomite.yml #-v11

Loading…
Cancel
Save