base image: Explicitly call kpartx
[fuel.git] / mcp / reclass / classes / cluster / virtual-mcp-ocata-odl-router / openstack / control.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   - system.neutron.control.opendaylight.single
11   - cluster.virtual-mcp-ocata-common.openstack_control
12   - cluster.virtual-mcp-ocata-odl-router
13 parameters:
14   neutron:
15     server:
16       backend:
17         router: ${_param:opendaylight_router}
18   haproxy:
19     proxy:
20       listen:
21         opendaylight-web:
22           type: general-service
23           service_name: opendaylight
24           binds:
25             - address: ${_param:cluster_vip_address}
26               port: 8181
27           servers:
28             - name: odl01
29               host: ${_param:opendaylight_service_host}
30               port: 8181
31               params: ${_param:haproxy_check}
32         opendaylight-rest:
33           type: general-service
34           service_name: opendaylight
35           binds:
36             - address: ${_param:cluster_vip_address}
37               port: 8282
38           servers:
39             - name: odl01
40               host: ${_param:opendaylight_service_host}
41               port: 8282
42               params: ${_param:haproxy_check}