brooklyncentral / clocker

Apache Brooklyn cloud native infrastructure blueprints
Apache License 2.0
426 stars 66 forks source link

Swarm manager load balancer fix #357

Closed Graeme-Miller closed 7 years ago

Graeme-Miller commented 7 years ago

Added a latch, to prevent the swarm managers from starting until the load balancer has started. This is because the load balancer is only re-configured when a swarm manager is added to the cluster- so we need to make sure the balancer is up first.

Also added an explicit CD to the RUN_DIR when we are configuring swarm