[ha] cmp: Fix duplicate PXE/admin interface IDs
[fuel.git] / mcp / reclass / classes / cluster / mcp-common-ha / openstack_control.yml.j2
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.linux.system.repo.mcp.mirror.v1.openstack
11   - system.linux.system.repo.glusterfs
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.placement
25   - system.glusterfs.client.cluster
26   - system.glusterfs.client.volume.glance
27   - system.glusterfs.client.volume.keystone
28 {%- if not conf.MCP_VCP %}
29   # sync from kvm
30   - service.keepalived.cluster.single
31   - system.glusterfs.server.volume.glance
32   - system.glusterfs.server.volume.keystone
33   - system.glusterfs.server.cluster
34   # NOTE(armband): Disabled for novcp
35   # - system.salt.control.virt
36   # - system.salt.control.cluster.openstack_control_cluster
37   # - system.salt.control.cluster.openstack_proxy_cluster
38   # - system.salt.control.cluster.openstack_database_cluster
39   # - system.salt.control.cluster.openstack_message_queue_cluster
40   # - system.salt.control.cluster.openstack_telemetry_cluster
41   # - system.salt.control.cluster.stacklight_server_cluster
42   # - system.salt.control.cluster.stacklight_log_cluster
43   # - system.salt.control.cluster.stacklight_telemetry_cluster
44   - cluster.mcp-common-ha.infra.kvm_pdf
45   - cluster.mcp-common-ha.include.maas_proxy
46   - cluster.mcp-common-ha.include.lab_proxy_pdf
47 {%- endif %}
48 parameters:
49   _param:
50 {%- if not conf.MCP_VCP %}
51     linux_system_codename: xenial  # sync from kvm
52     # For NOVCP, we switch keepalived VIPs, to keep cluster_vip_address in ctl
53     single_nic: br-ctl  # for keepalive_vip_interface interpolation
54     control_nic: ~      # Dummy value to keep reclass 1.5.2 happy
55     keepalived_openstack_web_public_vip_address: ${_param:openstack_proxy_address}
56     keepalived_openstack_web_public_vip_interface: br-ex
57 {%- endif %}
58     keepalived_vip_interface: ${_param:single_nic}
59     keepalived_vip_virtual_router_id: 50
60     cluster_vip_address: ${_param:openstack_control_address}
61     cluster_local_address: ${_param:single_address}
62     cluster_node01_hostname: ${_param:openstack_control_node01_hostname}
63     cluster_node01_address: ${_param:openstack_control_node01_address}
64     cluster_node02_hostname: ${_param:openstack_control_node02_hostname}
65     cluster_node02_address: ${_param:openstack_control_node02_address}
66     cluster_node03_hostname: ${_param:openstack_control_node03_hostname}
67     cluster_node03_address: ${_param:openstack_control_node03_address}
68     nova_vncproxy_url: https://${_param:cluster_public_host}:6080
69     glusterfs_version: '3.13'
70 {%- if conf.MCP_VCP %}
71   heat:
72     server:
73       metadata:
74         host: ${_param:openstack_proxy_control_address}
75         port: 8000
76         protocol: http
77       waitcondition:
78         host: ${_param:openstack_proxy_control_address}
79         port: 8000
80         protocol: http
81       watch:
82         host: ${_param:openstack_proxy_control_address}
83         port: 8003
84         protocol: http
85 {%- else %}
86   libvirt:
87     server:
88       service: libvirtd
89       config_sys: /etc/default/libvirtd
90       unix_sock_group: libvirt
91   linux:
92     network:
93       # Add public IPs here as overrides, no need to fork another kvm_pdf.j2
94       interface:
95         br-ex:
96           address: ${_param:external_address}
97           proto: static
98   apache:
99     server:
100       bind:
101         ~ports: ~
102   # sync from common-ha kvm role
103   glusterfs:
104     server:
105       service: glusterd
106       volumes:
107         nova_instances:
108           storage: /srv/glusterfs/nova_instances
109           replica: 3
110           bricks:
111             - ${_param:cluster_node01_address}:/srv/glusterfs/nova_instances
112             - ${_param:cluster_node02_address}:/srv/glusterfs/nova_instances
113             - ${_param:cluster_node03_address}:/srv/glusterfs/nova_instances
114           options:
115             cluster.readdir-optimize: 'True'
116             nfs.disable: 'True'
117             network.remote-dio: 'True'
118             cluster.favorite-child-policy: mtime
119             diagnostics.client-log-level: WARNING
120             diagnostics.brick-log-level: WARNING
121 {%- endif %}
122   neutron:
123     server:
124       vlan_aware_vms: true
125       root_helper_daemon: false
126   keystone:
127     server:
128       cacert: /etc/ssl/certs/mcp_os_cacert
129       openrc_extra:
130         volume_device_name: vdc
131   haproxy:
132     proxy:
133       listen:
134         heat_cloudwatch_api:
135           enabled: false
136   bind:
137     server:
138       control:
139         mgmt:
140           enabled: true
141           bind:
142             address: ${_param:single_address}
143             port: 953
144           allow:
145             - ${_param:openstack_control_node01_address}
146             - ${_param:openstack_control_node02_address}
147             - ${_param:openstack_control_node03_address}
148           keys:
149             - designate
150   designate:
151     server:
152       pools:
153         default:
154           description: 'test pool'
155           targets:
156             default:
157               description: 'test target1'
158             default1:
159               type: ${_param:designate_pool_target_type}
160               description: 'test target2'
161               masters: ${_param:designate_pool_target_masters}
162               options:
163                 host: ${_param:openstack_control_node02_address}
164                 port: 53
165                 rndc_host: ${_param:openstack_control_node02_address}
166                 rndc_port: 953
167                 rndc_key_file: /etc/designate/rndc.key
168             default2:
169               type: ${_param:designate_pool_target_type}
170               description: 'test target3'
171               masters: ${_param:designate_pool_target_masters}
172               options:
173                 host: ${_param:openstack_control_node03_address}
174                 port: 53
175                 rndc_host: ${_param:openstack_control_node03_address}
176                 rndc_port: 953
177                 rndc_key_file: /etc/designate/rndc.key