From d00c870ca43eed74a4175029c23ee8461062e832 Mon Sep 17 00:00:00 2001 From: alpegon Date: Fri, 24 Jun 2016 10:42:36 +0200 Subject: [PATCH 1/2] Fix issue #63 --- artifacts/mesos/mesos_master_install.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/artifacts/mesos/mesos_master_install.yml b/artifacts/mesos/mesos_master_install.yml index b9219bd1..7430abaa 100644 --- a/artifacts/mesos/mesos_master_install.yml +++ b/artifacts/mesos/mesos_master_install.yml @@ -12,7 +12,6 @@ - role: indigo-dc.zookeeper zookeeper_host_list: "{{ zookeeper_host_list_ips }}" - zookeeper_peers: "{{ zookeeper_peers_ips }}" - role: indigo-dc.mesos mesos_install_mode: "master" From 5adddb7c9abd11864844047b68109728a0a0104a Mon Sep 17 00:00:00 2001 From: alpegon Date: Fri, 24 Jun 2016 10:47:07 +0200 Subject: [PATCH 2/2] Fix issue #62 --- artifacts/mesos/mesos_lb_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/mesos/mesos_lb_install.yml b/artifacts/mesos/mesos_lb_install.yml index f5ce1718..552371ac 100644 --- a/artifacts/mesos/mesos_lb_install.yml +++ b/artifacts/mesos/mesos_lb_install.yml @@ -6,7 +6,7 @@ docker_bridge_ip: "172.0.17.1" - role: indigo-dc.consul - consul_mode: "server" + consul_mode: "agent" docker_bridge_ip: "172.0.17.1" consul_servers: "{{ consul_server_ips }}"