Skip to content

Commit

Permalink
Error in blueprint for haproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
grkvlt committed Mar 11, 2015
1 parent 59e0d1f commit dc7507a
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ services:
$brooklyn:component("cluster").attributeWhenReady("riak.cluster.nodeList")
controlleddynamicwebappcluster.controllerSpec:
$brooklyn:entitySpec:
type: brooklyn.entity.proxy.ibm.HaProxy
type: brooklyn.entity.proxy.haproxy.HAProxyController
brooklyn.config:
docker.imageUrl: https://s3-eu-west-1.amazonaws.com/brooklyn-clocker/haproxy_image
entity.started: true
runDir: /var/run/haproxy
docker.image.name: haproxy
docker.image.tag: latest
install.dir: /usr/local/sbin/
run.dir: /usr/local/etc/haproxy/
network.list:
- webapp
- public
Expand Down

0 comments on commit dc7507a

Please sign in to comment.