solar-resources/resources/haproxy_service_config/1.0.0/meta.yaml
Jedrzej Nowak 1b28b8f3c4 Change resources structure to match repository one
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
2015-12-18 18:01:20 +01:00

23 lines
391 B
YAML

handler: none
version: 1.0.0
input:
name:
schema: str!
value: general_haproxy
backends:
schema: [{server: str!, port: int!}]
listen_port:
schema: int!
value: 9999
protocol:
schema: str!
value: http
# ports:
# schema: [int]
# value: []
# servers:
# schema: [str]
# value: []
tags: [resources=haproxy]