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

Latest commit

 

History

History
36 lines (25 loc) · 818 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 818 Bytes

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