Skip to content

HOT Staging Environment

David Neudorfer edited this page Apr 28, 2017 · 2 revisions

HOT's Export Tool (with HDX functionality) staging site is http://exports-staging.hotosm.org/

An Overpass instance w/ metadata (but no museum) is running out of Docker on :6080, supporting both the Staging and Production instances.

Hardware

It's hosted on an Azure Standard_DS3_v2 VM (4 cores, 13GB RAM).

There are 2 extra disks:

  • /mnt-overpass - 400GB "premium" disk (extra IOPs) containing the Overpass database (mapped into the Overpass Docker container as /srv/osm3s/db)
  • /mnt-storage - 50GB storage disk, mapped into multiple containers (see docker-compose.production.yml) as /opt/export_staging and /opt/export_downloads.

To prepare and mount additional / replacement disks, follow https://docs.microsoft.com/en-us/azure/virtual-machines/linux/classic/attach-disk

Export Tool

docker-compose is running docker-compose.production.yml in a tmux session under seth.fitzsimmons' account. To restart, kill the current instance and run make deploy. The git repository will be updated and the latest image will be pulled from Quay and restarted.

Overpass

Data was populated following instructions at https://wiki.openstreetmap.org/wiki/Overpass_API/Installation#Populating_the_DB (with --meta=yes)