blob: 67d9437ad56810b59a070968000ee3d4f42e1987 [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}
Vasyl Saienko363e8b92018-03-15 21:43:06 +020050 galera:
51 master:
52 innodb_buffer_pool_size: 1024M
53 max_connections: 1000
54 slave:
55 innodb_buffer_pool_size: 1024M
56 max_connections: 1000
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020057 linux:
58 system:
59 package:
60 python-msgpack:
61 version: latest
62 network:
63 interface:
64 ens4:
65 enabled: true
66 type: eth
67 proto: static
68 address: ${_param:single_address}
69 netmask: 255.255.255.0
70 keepalived:
71 cluster:
72 instance:
73 VIP:
74 virtual_router_id: 150
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020075 bind:
76 server:
77 control:
78 mgmt:
79 enabled: true
80 bind:
81 address: ${_param:single_address}
82 port: 953
83 allow:
84 - ${_param:openstack_control_node01_address}
85 - ${_param:openstack_control_node02_address}
86 - ${_param:openstack_control_node03_address}
87 keys:
88 - designate
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020089 keystone:
90 server:
91 admin_email: ${_param:admin_email}
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020092 designate:
93 server:
94 pools:
95 default:
96 description: 'test pool'
97 targets:
98 default:
99 description: 'test target1'
100 default1:
101 type: ${_param:designate_pool_target_type}
102 description: 'test target2'
103 masters: ${_param:designate_pool_target_masters}
104 options:
105 host: ${_param:openstack_control_node02_address}
106 port: 53
107 rndc_host: ${_param:openstack_control_node02_address}
108 rndc_port: 953
109 rndc_key_file: /etc/designate/rndc.key
110 default2:
111 type: ${_param:designate_pool_target_type}
112 description: 'test target3'
113 masters: ${_param:designate_pool_target_masters}
114 options:
115 host: ${_param:openstack_control_node03_address}
116 port: 53
117 rndc_host: ${_param:openstack_control_node03_address}
118 rndc_port: 953
119 rndc_key_file: /etc/designate/rndc.key
120 quota:
121 zones: ${_param:designate_quota_zones}
122 worker:
123 enabled: ${_param:designate_worker_enabled}
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200124 glance:
125 server:
Tatyana Leontovich15b38e82018-01-11 13:06:38 +0200126 storage:
127 engine: file
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200128 images: []
129 workers: 1
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200130 nova:
131 controller:
132 networking: dvr
133 cpu_allocation: 54
134 metadata:
135 password: ${_param:metadata_password}
136 bind:
137 private_address: ${_param:cluster_local_address}
138 public_address: ${_param:cluster_vip_address}
139 novncproxy_port: 6080
140 vncproxy_url: http://${_param:cluster_vip_address}:6080
141 workers: 1