aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/cluster/mcp-odl-ha/openstack/proxy.yml
blob: ef67f3b15aad79796c89bff6eedc677158869631 (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
##############################################################################
# Copyright (c) 2018 Mirantis Inc., Enea AB and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---
classes:
  - cluster.mcp-common-ha.openstack_interface_vcp_triport
  - cluster.mcp-common-ha.openstack_proxy
  - cluster.mcp-odl-ha.infra.init_vcp
parameters:
  nginx:
    server:
      site:
        nginx_proxy_opendaylight_rest:
          enabled: true
          type: nginx_proxy
          name: opendaylight_rest
          check: false
          proxy:
            host: ${_param:opendaylight_service_host}
            port: ${_param:opendaylight_rest_port}
            protocol: http
          host:
            name: ${_param:nginx_proxy_openstack_api_host}
            port: ${_param:opendaylight_rest_port}