[virtual] PDF-based network defs for cluster nodes
[fuel.git] / mcp / reclass / classes / cluster / baremetal-mcp-pike-odl-ha / openstack / proxy.yml
1 ##############################################################################
2 # Copyright (c) 2017 Mirantis Inc., Enea AB and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 ---
9 classes:
10   - cluster.baremetal-mcp-pike-common-ha.openstack_interface_vcp_triport
11   - cluster.baremetal-mcp-pike-common-ha.openstack_proxy
12   - cluster.baremetal-mcp-pike-odl-ha.infra
13 parameters:
14   nginx:
15     server:
16       site:
17         nginx_proxy_opendaylight_web:
18           enabled: true
19           type: nginx_proxy
20           name: opendaylight_web
21           check: false
22           proxy:
23             host: ${_param:opendaylight_service_host}
24             port: 8181
25             protocol: http
26           host:
27             name: ${_param:nginx_proxy_openstack_api_host}
28             port: 8181
29         nginx_proxy_opendaylight_rest:
30           enabled: true
31           type: nginx_proxy
32           name: opendaylight_rest
33           check: false
34           proxy:
35             host: ${_param:opendaylight_service_host}
36             port: 8282
37             protocol: http
38           host:
39             name: ${_param:nginx_proxy_openstack_api_host}
40             port: 8282