blob: b93b4805519f95d9b59fa5fdf1edcf1c72720c44 [file] [log] [blame]
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03001classes:
2- system.linux.system.lowmem
Dennis Dmitriev73ec43f2017-12-22 19:35:57 +02003- system.linux.system.repo.mcp.apt_mirantis.glusterfs
4- system.linux.system.repo.mcp.apt_mirantis.openstack
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03005- system.linux.system.repo.mcp.extra
Martin Polreicha0addcc2018-06-25 11:32:52 +02006- system.linux.system.repo.mcp.apt_mirantis.saltstack
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03007- system.memcached.server.single
8- system.rabbitmq.server.cluster
9- system.rabbitmq.server.vhost.openstack
10- system.keystone.server.wsgi
11- system.keystone.server.cluster
12- system.glusterfs.client.cluster
13- system.glusterfs.client.volume.glance
14- system.glusterfs.client.volume.keystone
15- system.glusterfs.server.volume.glance
16- system.glusterfs.server.volume.keystone
17- system.glusterfs.server.cluster
18- system.glance.control.cluster
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030019- system.nova.control.cluster
20- system.neutron.control.openvswitch.cluster
21- system.cinder.control.cluster
22- system.heat.server.cluster
Tatyana Leontoviche80eb132017-08-31 15:33:03 +030023- system.ceilometer.server.cluster
24- system.ceilometer.server.backend.influxdb
25- system.aodh.server.cluster
26- system.heka.ceilometer_collector.single
Mykyta Karpin3074d382017-05-25 18:36:42 +030027- system.designate.server.cluster
28- system.designate.server.backend.bind
29- system.bind.server.single
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030030- system.galera.server.cluster
Tatyana Leontoviche80eb132017-08-31 15:33:03 +030031- system.galera.server.database.aodh
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030032- system.galera.server.database.ceilometer
33- system.galera.server.database.cinder
34- system.galera.server.database.glance
35- system.galera.server.database.grafana
36- system.galera.server.database.heat
37- system.galera.server.database.keystone
38- system.galera.server.database.nova
Mykyta Karpin3074d382017-05-25 18:36:42 +030039- system.galera.server.database.designate
Tatyana Leontovichf4fef592017-04-26 21:10:33 +030040- system.haproxy.proxy.listen.openstack.nova-placement
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030041- cluster.virtual-mcp-ocata-ovs
42parameters:
43 _param:
44 keepalived_vip_interface: ens4
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030045 linux:
46 system:
47 package:
48 python-msgpack:
49 version: latest
50 network:
51 interface:
52 ens4:
53 enabled: true
54 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020055 proto: static
56 address: ${_param:single_address}
57 netmask: 255.255.255.0
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030058 keepalived:
59 cluster:
60 instance:
61 VIP:
62 virtual_router_id: 150
Mykyta Karpin3074d382017-05-25 18:36:42 +030063 bind:
64 server:
65 control:
66 mgmt:
67 enabled: true
68 bind:
69 address: ${_param:single_address}
70 port: 953
71 allow:
72 - ${_param:openstack_control_node01_address}
73 - ${_param:openstack_control_node02_address}
74 - ${_param:openstack_control_node03_address}
75 keys:
76 - designate
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030077 keystone:
78 server:
79 admin_email: ${_param:admin_email}
80 notification:
81 driver: messagingv2
82 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin3074d382017-05-25 18:36:42 +030083 designate:
84 server:
85 pools:
86 default:
87 description: 'test pool'
88 targets:
89 default:
90 description: 'test target1'
91 default1:
92 type: ${_param:designate_pool_target_type}
93 description: 'test target2'
94 masters: ${_param:designate_pool_target_masters}
95 options:
96 host: ${_param:openstack_control_node02_address}
97 port: 53
98 rndc_host: ${_param:openstack_control_node02_address}
99 rndc_port: 953
100 rndc_key_file: /etc/designate/rndc.key
101 default2:
102 type: ${_param:designate_pool_target_type}
103 description: 'test target3'
104 masters: ${_param:designate_pool_target_masters}
105 options:
106 host: ${_param:openstack_control_node03_address}
107 port: 53
108 rndc_host: ${_param:openstack_control_node03_address}
109 rndc_port: 953
110 rndc_key_file: /etc/designate/rndc.key
Mykyta Karpinda358e92017-11-15 12:32:27 +0200111 quota:
112 zones: ${_param:designate_quota_zones}
Ivan Udovichenko7da7f1e2017-09-08 17:53:19 +0300113 worker:
114 enabled: ${_param:designate_worker_enabled}
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +0300115 glance:
116 server:
117 storage:
118 engine: file
119 images: []
120 workers: 1
121 notification:
122 driver: messagingv2
123 topics: "notifications,${_param:stacklight_notification_topic}"
124 heat:
125 server:
126 notification:
127 driver: messagingv2
128 topics: "notifications,${_param:stacklight_notification_topic}"
129 neutron:
130 server:
131 notification:
132 driver: messagingv2
133 topics: "notifications,${_param:stacklight_notification_topic}"
134 nova:
135 controller:
136 networking: dvr
137 cpu_allocation: 54
138 metadata:
139 password: ${_param:metadata_password}
140 bind:
141 private_address: ${_param:cluster_local_address}
142 public_address: ${_param:cluster_vip_address}
143 novncproxy_port: 6080
144 vncproxy_url: http://${_param:cluster_vip_address}:6080
145 workers: 1
146 notification:
147 driver: messagingv2
148 topics: "notifications,${_param:stacklight_notification_topic}"
149 cinder:
150 volume:
151 notification:
152 driver: messagingv2
153 topics: "notifications,${_param:stacklight_notification_topic}"
154 controller:
155 notification:
156 driver: messagingv2
157 topics: "notifications,${_param:stacklight_notification_topic}"