blob: cc036af497c9986b80db32f119ac1306f856a60b [file] [log] [blame]
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.glusterfs
4- system.linux.system.repo.mcp.openstack
5- system.linux.system.repo.mcp.extra
6- system.linux.system.repo.saltstack.xenial
7- 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
Tatyana Leontoviche80eb132017-08-31 15:33:03 +030017- system.glusterfs.server.volume.prometheus
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030018- system.glusterfs.server.cluster
19- system.glance.control.cluster
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030020- system.nova.control.cluster
21- system.neutron.control.openvswitch.cluster
22- system.cinder.control.cluster
23- system.heat.server.cluster
Tatyana Leontoviche80eb132017-08-31 15:33:03 +030024- system.ceilometer.server.cluster
25- system.ceilometer.server.backend.influxdb
26- system.aodh.server.cluster
27- system.heka.ceilometer_collector.single
Mykyta Karpin3074d382017-05-25 18:36:42 +030028- system.designate.server.cluster
29- system.designate.server.backend.bind
30- system.bind.server.single
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030031- system.galera.server.cluster
Tatyana Leontoviche80eb132017-08-31 15:33:03 +030032- system.galera.server.database.aodh
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030033- system.galera.server.database.ceilometer
34- system.galera.server.database.cinder
35- system.galera.server.database.glance
36- system.galera.server.database.grafana
37- system.galera.server.database.heat
38- system.galera.server.database.keystone
39- system.galera.server.database.nova
Mykyta Karpin3074d382017-05-25 18:36:42 +030040- system.galera.server.database.designate
Tatyana Leontovichf4fef592017-04-26 21:10:33 +030041- system.haproxy.proxy.listen.openstack.nova-placement
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030042- cluster.virtual-mcp-ocata-ovs
43parameters:
44 _param:
45 keepalived_vip_interface: ens4
46 keepalived_openstack_telemetry_vip_interface: ens4
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030047 linux:
48 system:
49 package:
50 python-msgpack:
51 version: latest
52 network:
53 interface:
54 ens4:
55 enabled: true
56 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020057 proto: static
58 address: ${_param:single_address}
59 netmask: 255.255.255.0
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030060 keepalived:
61 cluster:
62 instance:
63 VIP:
64 virtual_router_id: 150
Mykyta Karpin3074d382017-05-25 18:36:42 +030065 bind:
66 server:
67 control:
68 mgmt:
69 enabled: true
70 bind:
71 address: ${_param:single_address}
72 port: 953
73 allow:
74 - ${_param:openstack_control_node01_address}
75 - ${_param:openstack_control_node02_address}
76 - ${_param:openstack_control_node03_address}
77 keys:
78 - designate
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030079 keystone:
80 server:
81 admin_email: ${_param:admin_email}
82 notification:
83 driver: messagingv2
84 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin3074d382017-05-25 18:36:42 +030085 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
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +0300113 glance:
114 server:
115 storage:
116 engine: file
117 images: []
118 workers: 1
119 notification:
120 driver: messagingv2
121 topics: "notifications,${_param:stacklight_notification_topic}"
122 heat:
123 server:
124 notification:
125 driver: messagingv2
126 topics: "notifications,${_param:stacklight_notification_topic}"
127 neutron:
128 server:
129 notification:
130 driver: messagingv2
131 topics: "notifications,${_param:stacklight_notification_topic}"
132 nova:
133 controller:
134 networking: dvr
135 cpu_allocation: 54
136 metadata:
137 password: ${_param:metadata_password}
138 bind:
139 private_address: ${_param:cluster_local_address}
140 public_address: ${_param:cluster_vip_address}
141 novncproxy_port: 6080
142 vncproxy_url: http://${_param:cluster_vip_address}:6080
143 workers: 1
144 notification:
145 driver: messagingv2
146 topics: "notifications,${_param:stacklight_notification_topic}"
147 cinder:
148 volume:
149 notification:
150 driver: messagingv2
151 topics: "notifications,${_param:stacklight_notification_topic}"
152 controller:
153 notification:
154 driver: messagingv2
155 topics: "notifications,${_param:stacklight_notification_topic}"
156