hsm.rb #4

  • //
  • guest/
  • tjuricek/
  • p4ws/
  • stream/
  • main/
  • config/
  • hsm.rb
  • Commits
# Change User Description Committed
#4 13239 tjuricek Removing additional 'hsm.rb' configuration, which was a part of the Docker system, and no longer needed.
#3 13199 tjuricek Add zookeeper service to cluster for development evaluation.

It's a little unclear exactly what values need to be distributed via zk, since a lot of the configuration may end up being handled via ports. I wanted to at least provide a way to evaluate this.

P4WEBAPI-60
#2 13198 tjuricek Added hsm:startworld and hsm:stopworld tasks to do global starts and stops.

This is not without apparent issues. It appears bundler or ruby is pausing before the nginx launch task happens. I'm not sure if there's some kind of resource issue first.

P4WEBAPI-49
#1 13190 tjuricek Creating several Rake tasks for our "hsm" configuration that are based on a Ruby API config file.

The config file points to machines and services in the system which then takes care of setting up the docker-machine environment and docker-compose configuration.