blob: 6402bb91752e77d7bd83bbb6f4cf7972e4b45d55 [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
6- system.linux.system.repo.mcp.apt_mirantis.saltstack_2016_3
7- 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
24- system.heat.server.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020025- system.designate.server.cluster
26- system.designate.server.backend.bind
27- system.bind.server.single
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020028- system.galera.server.cluster
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020029- system.galera.server.database.cinder
30- system.galera.server.database.glance
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020031- system.galera.server.database.heat
32- system.galera.server.database.keystone
33- system.galera.server.database.nova
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020034- system.galera.server.database.designate
Vasyl Saienko7a031d02018-03-14 15:35:13 +020035- system.galera.server.database.manila
Mykyta Karpin8abcce32018-03-15 13:43:28 +020036- system.galera.server.database.aodh
37- system.galera.server.database.panko
38- system.galera.server.database.gnocchi
39- system.ceilometer.client
40- system.ceilometer.client.cinder_volume
41- system.ceilometer.client.neutron
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020042- system.haproxy.proxy.listen.openstack.nova-placement
Vasyl Saienko7a031d02018-03-14 15:35:13 +020043- system.haproxy.proxy.listen.openstack.manila
44- system.manila.control.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020045- cluster.virtual-mcp-pike-ovs
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020046parameters:
47 _param:
48 keepalived_vip_interface: ens4
sgudza7d250b2018-03-21 16:12:50 +020049 apache_manila_api_address: ${_param:cluster_local_address}
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020050 linux:
51 system:
52 package:
53 python-msgpack:
54 version: latest
55 network:
56 interface:
57 ens4:
58 enabled: true
59 type: eth
60 proto: static
61 address: ${_param:single_address}
62 netmask: 255.255.255.0
63 keepalived:
64 cluster:
65 instance:
66 VIP:
67 virtual_router_id: 150
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020068 bind:
69 server:
70 control:
71 mgmt:
72 enabled: true
73 bind:
74 address: ${_param:single_address}
75 port: 953
76 allow:
77 - ${_param:openstack_control_node01_address}
78 - ${_param:openstack_control_node02_address}
79 - ${_param:openstack_control_node03_address}
80 keys:
81 - designate
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020082 keystone:
83 server:
84 admin_email: ${_param:admin_email}
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020085 designate:
86 server:
87 pools:
88 default:
89 description: 'test pool'
90 targets:
91 default:
92 description: 'test target1'
93 default1:
94 type: ${_param:designate_pool_target_type}
95 description: 'test target2'
96 masters: ${_param:designate_pool_target_masters}
97 options:
98 host: ${_param:openstack_control_node02_address}
99 port: 53
100 rndc_host: ${_param:openstack_control_node02_address}
101 rndc_port: 953
102 rndc_key_file: /etc/designate/rndc.key
103 default2:
104 type: ${_param:designate_pool_target_type}
105 description: 'test target3'
106 masters: ${_param:designate_pool_target_masters}
107 options:
108 host: ${_param:openstack_control_node03_address}
109 port: 53
110 rndc_host: ${_param:openstack_control_node03_address}
111 rndc_port: 953
112 rndc_key_file: /etc/designate/rndc.key
113 quota:
114 zones: ${_param:designate_quota_zones}
115 worker:
116 enabled: ${_param:designate_worker_enabled}
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200117 glance:
118 server:
Tatyana Leontovich15b38e82018-01-11 13:06:38 +0200119 storage:
120 engine: file
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200121 images: []
122 workers: 1
Michael Polenchukddc7c4c2018-03-14 14:14:05 +0400123 neutron:
124 server:
125 l2gw:
126 enabled: true
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200127 nova:
128 controller:
129 networking: dvr
130 cpu_allocation: 54
131 metadata:
132 password: ${_param:metadata_password}
133 bind:
134 private_address: ${_param:cluster_local_address}
135 public_address: ${_param:cluster_vip_address}
136 novncproxy_port: 6080
137 vncproxy_url: http://${_param:cluster_vip_address}:6080
138 workers: 1
Mykyta Karpin6b2ed052018-04-20 13:42:57 +0300139 notification:
140 notify_on:
141 state_change: vm_and_task_state
Vasyl Saienko827d29d2018-03-29 13:13:27 +0300142 manila:
143 common:
144 default_share_type: default