Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

mantl chronos

TanyaCouture edited this page Feb 25, 2016 · 1 revision
  • chronos: mantl-chronos Chronos is a distributed and fault-tolerant scheduler that runs on top of Apache Mesos that can be used for job orchestration. It supports custom Mesos executors as well as the default command executor. Thus by default, Chronos executes sh (on most systems bash) scripts.
    • Dependencies
      • key: zk_hosts value: "{{ chronos_zk_connect }}"
      • key: master value: "{{ chronos_zk_mesos_master }}"
      • key: hostname value: "{{ inventory_hostname }}.node.{{ consul_dns_domain }}"
      • key: http_port value: "{{ chronos_port }}"
      • key: mesos_framework_name value: "chronos"
      • src: chronos-consul.cfg dest: /etc/consul-template/config.d
Clone this wiki locally