├── .gitignore ├── LICENSE ├── README.md ├── rethinkdb.yaml.tmpl └── setup /.gitignore: -------------------------------------------------------------------------------- 1 | temp 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pires/rethinkdb-coreos-cluster/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pires/rethinkdb-coreos-cluster/HEAD/README.md -------------------------------------------------------------------------------- /rethinkdb.yaml.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pires/rethinkdb-coreos-cluster/HEAD/rethinkdb.yaml.tmpl -------------------------------------------------------------------------------- /setup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pires/rethinkdb-coreos-cluster/HEAD/setup --------------------------------------------------------------------------------