Simple service discovery for Apache Mesos
Go to file
2016-11-12 12:55:18 +03:00
build surok on alpine build 2016-11-11 17:34:29 +03:00
conf Memcached support. Initial. 2016-11-06 22:24:26 +03:00
conf.d Working configs with selfcheck 2016-08-03 17:26:57 +03:00
debian version bump 2016-11-11 21:16:55 +03:00
doc/ru Update app.configuration.md 2016-10-20 11:59:20 +04:00
surok closes #3 2016-11-11 21:14:36 +03:00
templates Working configs with selfcheck 2016-08-03 17:26:57 +03:00
.gitignore gitignore update 2016-08-09 15:23:57 +03:00
.travis.yml travis ci 2016-11-11 21:45:16 +03:00
AUTHORS Authors and readme update 2016-11-11 10:07:56 +03:00
LICENSE Fix year in License 2016-10-05 14:11:25 +03:00
README.md Readme update 2016-11-11 21:50:05 +03:00
README.ru.md Readme update 2016-11-11 21:50:05 +03:00
reload.sh reload.sh temp 2016-08-04 13:16:37 +03:00
requriments.txt pip requirements 2016-11-12 12:55:18 +03:00
surok.py Memcached support. Initial. 2016-11-06 22:24:26 +03:00

Surok

Build Status

Service discovery for Apache Mesos.

  • Jinja2 Templates
  • Discovery over mesos-dns
  • Applications config reload

Build

build debian package

cd build
./build.sh build_package

A deb-package will be placed in build/out

build surok base docker image

cd build
./build.sh surok_image

Known issues

  • python3-memcache is broken in Debian Jessie. Backport fresh version from testing (>= 1.57).