| Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | nginx: | ||||
| 3 | server: | ||||
| 4 | enabled: true | ||||
| 5 | site: | ||||
| 6 | nginx_proxy_contrail: | ||||
| 7 | enabled: true | ||||
| 8 | type: nginx_proxy | ||||
| 9 | name: contrail | ||||
| 10 | proxy: | ||||
| Ondrej Smola | 777ea70 | 2017-01-03 18:13:07 +0100 | [diff] [blame] | 11 | host: ${_param:opencontrail_control_address} |
| Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 12 | port: 8143 |
| 13 | protocol: https | ||||
| 14 | host: | ||||
| 15 | name: ${_param:cluster_public_host} | ||||
| 16 | port: 8143 | ||||
| 17 | protocol: https | ||||
| 18 | ssl: ${_param:nginx_proxy_ssl} | ||||