Bartosz Kupidura | 3cbee94 | 2017-03-20 13:47:06 +0100 | [diff] [blame] | 1 | parameters: |
2 | server: | ||||
3 | target: | ||||
Bartosz Kupidura | 95e2cf5 | 2017-03-29 19:15:04 +0200 | [diff] [blame] | 4 | etcd: |
5 | - host: ${_param:cluster_node01_address} | ||||
6 | port: ${_param:cluster_node01_port} | ||||
7 | - host: ${_param:cluster_node02_address} | ||||
8 | port: ${_param:cluster_node02_port} | ||||
9 | - host: ${_param:cluster_node03_address} | ||||
10 | port: ${_param:cluster_node03_port} |