blob: fc73a24f3ccaf3c1d3f4146666792928a5ec44a0 [file] [log] [blame]
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +02001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.mcp.apt_mirantis.glusterfs
4- system.linux.system.repo.mcp.apt_mirantis.openstack
5- system.linux.system.repo.mcp.extra
Martin Polreicha0addcc2018-06-25 11:32:52 +02006- system.linux.system.repo.mcp.apt_mirantis.saltstack
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +02007- system.memcached.server.single
8- system.rabbitmq.server.cluster
9- system.rabbitmq.server.vhost.openstack
Vasyl Saienko7a031d02018-03-14 15:35:13 +020010- system.apache.server.site.manila
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020011- system.keystone.server.wsgi
12- system.keystone.server.cluster
13- system.glusterfs.client.cluster
14- system.glusterfs.client.volume.glance
15- system.glusterfs.client.volume.keystone
16- system.glusterfs.server.volume.glance
17- system.glusterfs.server.volume.keystone
Ondrej Smolac1b4bdd2018-03-13 15:12:38 +010018- system.glusterfs.server.volume.backup
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020019- system.glusterfs.server.cluster
20- system.glance.control.cluster
21- system.nova.control.cluster
22- system.neutron.control.openvswitch.cluster
23- system.cinder.control.cluster
Oleh Hryhorovc1ac7322018-04-18 15:35:03 +030024- system.cinder.control.backend.lvm
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020025- system.heat.server.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020026- system.designate.server.cluster
27- system.designate.server.backend.bind
28- system.bind.server.single
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020029- system.galera.server.cluster
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020030- system.galera.server.database.cinder
31- system.galera.server.database.glance
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020032- system.galera.server.database.heat
33- system.galera.server.database.keystone
34- system.galera.server.database.nova
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020035- system.galera.server.database.designate
Vasyl Saienko7a031d02018-03-14 15:35:13 +020036- system.galera.server.database.manila
Mykyta Karpin8abcce32018-03-15 13:43:28 +020037- system.galera.server.database.aodh
38- system.galera.server.database.panko
39- system.galera.server.database.gnocchi
40- system.ceilometer.client
41- system.ceilometer.client.cinder_volume
42- system.ceilometer.client.neutron
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020043- system.haproxy.proxy.listen.openstack.nova-placement
Vasyl Saienko7a031d02018-03-14 15:35:13 +020044- system.haproxy.proxy.listen.openstack.manila
45- system.manila.control.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020046- cluster.virtual-mcp-pike-ovs
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020047parameters:
48 _param:
49 keepalived_vip_interface: ens4
sgudza7d250b2018-03-21 16:12:50 +020050 apache_manila_api_address: ${_param:cluster_local_address}
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020051 linux:
52 system:
53 package:
54 python-msgpack:
55 version: latest
56 network:
57 interface:
58 ens4:
59 enabled: true
60 type: eth
61 proto: static
62 address: ${_param:single_address}
63 netmask: 255.255.255.0
64 keepalived:
65 cluster:
66 instance:
67 VIP:
68 virtual_router_id: 150
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020069 bind:
70 server:
71 control:
72 mgmt:
73 enabled: true
74 bind:
75 address: ${_param:single_address}
76 port: 953
77 allow:
78 - ${_param:openstack_control_node01_address}
79 - ${_param:openstack_control_node02_address}
80 - ${_param:openstack_control_node03_address}
81 keys:
82 - designate
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020083 keystone:
84 server:
85 admin_email: ${_param:admin_email}
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020086 designate:
87 server:
88 pools:
89 default:
90 description: 'test pool'
91 targets:
92 default:
93 description: 'test target1'
94 default1:
95 type: ${_param:designate_pool_target_type}
96 description: 'test target2'
97 masters: ${_param:designate_pool_target_masters}
98 options:
99 host: ${_param:openstack_control_node02_address}
100 port: 53
101 rndc_host: ${_param:openstack_control_node02_address}
102 rndc_port: 953
103 rndc_key_file: /etc/designate/rndc.key
104 default2:
105 type: ${_param:designate_pool_target_type}
106 description: 'test target3'
107 masters: ${_param:designate_pool_target_masters}
108 options:
109 host: ${_param:openstack_control_node03_address}
110 port: 53
111 rndc_host: ${_param:openstack_control_node03_address}
112 rndc_port: 953
113 rndc_key_file: /etc/designate/rndc.key
114 quota:
115 zones: ${_param:designate_quota_zones}
116 worker:
117 enabled: ${_param:designate_worker_enabled}
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200118 glance:
119 server:
Tatyana Leontovich15b38e82018-01-11 13:06:38 +0200120 storage:
121 engine: file
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200122 images: []
123 workers: 1
Michael Polenchukddc7c4c2018-03-14 14:14:05 +0400124 neutron:
125 server:
126 l2gw:
127 enabled: true
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200128 nova:
129 controller:
130 networking: dvr
131 cpu_allocation: 54
132 metadata:
133 password: ${_param:metadata_password}
134 bind:
135 private_address: ${_param:cluster_local_address}
136 public_address: ${_param:cluster_vip_address}
137 novncproxy_port: 6080
138 vncproxy_url: http://${_param:cluster_vip_address}:6080
139 workers: 1
Mykyta Karpin6b2ed052018-04-20 13:42:57 +0300140 notification:
141 notify_on:
142 state_change: vm_and_task_state
Vasyl Saienko827d29d2018-03-29 13:13:27 +0300143 manila:
144 common:
145 default_share_type: default