[doc] installation guide update: PDF section
[fuel.git] / mcp / reclass / classes / cluster / mcp-pike-odl-noha / openstack / control.yml
1 ##############################################################################
2 # Copyright (c) 2018 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   - system.neutron.control.opendaylight.single
11   - cluster.mcp-pike-common-noha.openstack_control
12   - cluster.mcp-pike-odl-noha
13 parameters:
14   haproxy:
15     proxy:
16       listen:
17         opendaylight-web:
18           type: general-service
19           service_name: opendaylight
20           binds:
21             - address: ${_param:cluster_vip_address}
22               port: 8181
23           servers:
24             - name: odl01
25               host: ${_param:opendaylight_service_host}
26               port: 8181
27               params: ${_param:haproxy_check}
28         opendaylight-rest:
29           type: general-service
30           service_name: opendaylight
31           binds:
32             - address: ${_param:cluster_vip_address}
33               port: 8282
34           servers:
35             - name: odl01
36               host: ${_param:opendaylight_service_host}
37               port: 8282
38               params: ${_param:haproxy_check}