[baremetal] public gateway setup on prx nodes
[fuel.git] / mcp / reclass / classes / cluster / baremetal-mcp-ocata-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-ocata-common.openstack_proxy
11   - cluster.baremetal-mcp-ocata-odl-ha.infra
12 parameters:
13   nginx:
14     server:
15       site:
16         nginx_proxy_opendaylight_web:
17           enabled: true
18           type: nginx_proxy
19           name: opendaylight_web
20           check: false
21           proxy:
22             host: ${_param:opendaylight_service_host}
23             port: 8181
24             protocol: http
25           host:
26             name: ${_param:nginx_proxy_openstack_api_host}
27             port: 8181
28         nginx_proxy_opendaylight_rest:
29           enabled: true
30           type: nginx_proxy
31           name: opendaylight_rest
32           check: false
33           proxy:
34             host: ${_param:opendaylight_service_host}
35             port: 8282
36             protocol: http
37           host:
38             name: ${_param:nginx_proxy_openstack_api_host}
39             port: 8282