solar/resources/haproxy_service_config/meta.yaml
Jedrzej Nowak 5176f187b0 Riak cluster 3 nodes example
with haproxy on each node
2015-08-17 20:27:05 +02:00

22 lines
400 B
YAML

id: haproxy_general_config
handler: none
version: 1.0.0
input:
name:
schema: str!
value: general_haproxy
listen_port:
schema: int!
value: 9999
protocol:
schema: str!
value: http
ports:
schema: [{value: int}]
value: []
servers:
schema: [{value: str}]
value: []
tags: [resources/haproxy, resource/haproxy_general_config]