Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.nginx.server.single |
| 3 | - system.nginx.server.proxy.openstack_api |
| 4 | - system.nginx.server.proxy.openstack_vnc |
| 5 | - system.nginx.server.proxy.openstack_web |
| 6 | - system.nginx.server.proxy.ceph_radosgw |
| 7 | - system.salt.minion.cert.proxy |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 8 | - cluster.virtual-mcp-pike-dvr-ceph-rgw |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 9 | parameters: |
| 10 | _param: |
Tatyana Leontovich | 4286f61 | 2018-06-04 21:57:25 +0300 | [diff] [blame] | 11 | cluster_public_host: ${_param:openstack_proxy_address} |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 12 | nginx_proxy_ssl: |
| 13 | enabled: true |
| 14 | authority: ${_param:salt_minion_ca_authority} |
| 15 | engine: salt |
| 16 | mode: secure |
Adam Tengler | 066fc07 | 2018-06-05 13:26:00 +0000 | [diff] [blame] | 17 | salt_minion_ca_host: cfg01.${_param:cluster_domain} |
| 18 | nginx: |
| 19 | server: |
| 20 | site: |
| 21 | nginx_ssl_redirect_openstack_web: |
Adam Tengler | a8d1860 | 2018-06-06 14:05:43 +0000 | [diff] [blame^] | 22 | redirect: |
| 23 | protocol: https |
| 24 | host: $host |