Simple service discovery for Apache Mesos
Go to file
w1r0x 6dc15fda77 Merge pull request #12 from Difrex/fix-issue-11
Alphabetical sort for config files. Fixes #11
2017-01-10 15:42:44 +03:00
build python2 in centos 2016-11-25 12:10:06 +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 logger test and fix debian/install 2016-11-14 14:57:17 +03:00
doc/ru Update app.configuration.md 2016-10-20 11:59:20 +04:00
surok change marathon group parsing method 2016-12-06 12:11:01 +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 Fix ip in discovery 2016-11-16 15:34:57 +03:00
AUTHORS change marathon group parsing method 2016-12-06 12:11:01 +03:00
LICENSE Fix year in License 2016-10-05 14:11:25 +03:00
README.md Readme update 2016-11-15 11:02:42 +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_fedora.spec closes #5 2016-11-16 10:08:39 +03:00
surok.py Alphabetical sort for config files. Fixes #11 2017-01-10 15:32:33 +03:00
surok.spec rpm for CentOS build. Initial 2016-11-14 17:28:35 +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(based on Ubuntu Xenial)

cd build
./build.sh surok_image

build surok base Alpine image

cd build
./build.sh alpine

build surok base CentOS image

cd build
./build.sh centos

ENTRYPOINT is: cd /opt/surok && pytho3 surok.py -c /etc/surok/conf/surok.json

Documentation

Wiki

Known issues

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