Sotera / watchman

Watchman: An open-source social-media event-detection system
GNU General Public License v2.0
20 stars 7 forks source link

Experiment: Do docker-compose deployments complete faster? #88

Closed lukewendling closed 7 years ago

lukewendling commented 7 years ago

Problem

Deployments are detrimentally slow on Openstack, often taking over an hour to deploy. Can docker-compose help, since it is less liberal in wiping containers, by default. This also gives us the opportunity to reconsider SLC-based deployment configs or even upgrade to next gen. SLC tools.

lukewendling commented 7 years ago

fixed in 53e33ac7fdd641d8276c41d12d430bd2747f8c65

bc docker compose deployments typically avoid teardown step, and bc we incorporated a build step that slc build s only once, overall build time on openstack was decreased by ~ 50%