Skip to content
This repository was archived by the owner on Jul 7, 2018. It is now read-only.

Distributed Ansible based deployment of tilelive workers Edit

Notifications You must be signed in to change notification settings

lukasmartinelli-alt/distributed-tm2-deployment

Repository files navigation

Distributed Deployment of OSM2VectorTiles

Using traditional Ansible scripts to manage fleet of CoreOS host. Supports preparing the host for docker-compose and copying a remote db to a local SSD.

Configure

Configure the group_vars/all.yml file with the various settings. Most important are the AWS settings and information about where the local and master data block device reside.

Install Workers

First bootstrap Ansible on CoreOS.

ansible-galaxy install defunctzombie.coreos-bootstrap
ansible-playbook -i inventory bootstrap.yml

Now install the workers.

ansible-playbook -i inventory install-worker.yml

Copy from Master to Local

Copy the raw master DB data to the local disk. This will take a long time.

ansible-playbook -i inventory copy-to-local-db.yml

About

Distributed Ansible based deployment of tilelive workers Edit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published