Return back glusterfs client state
[fuel.git] / mcp / reclass / classes / cluster / baremetal-mcp-ocata-common / 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.linux.system.repo.mcp.openstack
11   - system.linux.system.repo.mcp.extra
12   - system.ceilometer.client
13   - system.memcached.server.single
14   - system.keystone.server.cluster
15   - system.keystone.server.wsgi
16   - system.glance.control.cluster
17   - system.nova.control.cluster
18   - system.cinder.control.cluster
19   - system.cinder.control.backend.lvm
20   - system.heat.server.cluster
21   - system.designate.server.cluster
22   - system.designate.server.backend.bind
23   - system.bind.server.single
24   - system.haproxy.proxy.listen.openstack.nova-placement
25   - system.haproxy.proxy.listen.openstack.glare
26   - system.glusterfs.client.cluster
27   - system.glusterfs.client.volume.glance
28   - system.glusterfs.client.volume.keystone
29 parameters:
30   _param:
31     keepalived_vip_interface: ${_param:single_nic}
32     keepalived_vip_virtual_router_id: 50
33     cluster_vip_address: ${_param:openstack_control_address}
34     cluster_local_address: ${_param:single_address}
35     cluster_node01_hostname: ctl01
36     cluster_node01_address: ${_param:openstack_control_node01_address}
37     cluster_node02_hostname: ctl02
38     cluster_node02_address: ${_param:openstack_control_node02_address}
39     cluster_node03_hostname: ctl03
40     cluster_node03_address: ${_param:openstack_control_node03_address}
41     nova_vncproxy_url: https://${_param:cluster_public_host}:6080
42   linux:
43     network:
44       interface:
45         dhcp: ${_param:linux_dhcp_interface}
46         single: ${_param:linux_single_interface}
47   keystone:
48     server:
49       cacert: /etc/ssl/certs/mcp_os_cacert
50   bind:
51     server:
52       control:
53         mgmt:
54           enabled: true
55           bind:
56             address: ${_param:single_address}
57             port: 953
58           allow:
59             - ${_param:openstack_control_node01_address}
60             - ${_param:openstack_control_node02_address}
61             - ${_param:openstack_control_node03_address}
62           keys:
63             - designate
64   designate:
65     server:
66       pools:
67         default:
68           description: 'test pool'
69           targets:
70             default:
71               description: 'test target1'
72             default1:
73               type: ${_param:designate_pool_target_type}
74               description: 'test target2'
75               masters: ${_param:designate_pool_target_masters}
76               options:
77                 host: ${_param:openstack_control_node02_address}
78                 port: 53
79                 rndc_host: ${_param:openstack_control_node02_address}
80                 rndc_port: 953
81                 rndc_key_file: /etc/designate/rndc.key
82             default2:
83               type: ${_param:designate_pool_target_type}
84               description: 'test target3'
85               masters: ${_param:designate_pool_target_masters}
86               options:
87                 host: ${_param:openstack_control_node03_address}
88                 port: 53
89                 rndc_host: ${_param:openstack_control_node03_address}
90                 rndc_port: 953
91                 rndc_key_file: /etc/designate/rndc.key