aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/cluster/baremetal-mcp-ocata-odl-ha/openstack/proxy.yml
blob: a5c3a24aeec1c1bcc7f60384921b2dd298880534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
classes:
  - cluster.baremetal-mcp-ocata-odl-ha.infra
  - cluster.baremetal-mcp-ocata-odl-ha.openstack.dashboard
  - cluster.baremetal-mcp-ocata-common.openstack_proxy
parameters:
  nginx:
    server:
      site:
        nginx_proxy_opendaylight_web:
          enabled: true
          type: nginx_proxy
          name: opendaylight_web
          check: false
          proxy:
            host: ${_param:opendaylight_service_host}
            port: 8181
            protocol: http
          host:
            name: ${_param:nginx_proxy_openstack_api_host}
            port: 8181
        nginx_proxy_opendaylight_rest:
          enabled: true
          type: nginx_proxy
          name: opendaylight_rest
          check: false
          proxy:
            host: ${_param:opendaylight_service_host}
            port: 8282
            protocol: http
          host:
            name: ${_param:nginx_proxy_openstack_api_host}
            port: 8282