blob: da8143e9244f2006006923b18127c092d696e75e [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
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
45 keepalived_openstack_telemetry_vip_interface: ens4
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030046 linux:
47 system:
48 package:
49 python-msgpack:
50 version: latest
51 network:
52 interface:
53 ens4:
54 enabled: true
55 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020056 proto: static
57 address: ${_param:single_address}
58 netmask: 255.255.255.0
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030059 keepalived:
60 cluster:
61 instance:
62 VIP:
63 virtual_router_id: 150
Mykyta Karpin3074d382017-05-25 18:36:42 +030064 bind:
65 server:
66 control:
67 mgmt:
68 enabled: true
69 bind:
70 address: ${_param:single_address}
71 port: 953
72 allow:
73 - ${_param:openstack_control_node01_address}
74 - ${_param:openstack_control_node02_address}
75 - ${_param:openstack_control_node03_address}
76 keys:
77 - designate
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030078 keystone:
79 server:
80 admin_email: ${_param:admin_email}
81 notification:
82 driver: messagingv2
83 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin3074d382017-05-25 18:36:42 +030084 designate:
85 server:
86 pools:
87 default:
88 description: 'test pool'
89 targets:
90 default:
91 description: 'test target1'
92 default1:
93 type: ${_param:designate_pool_target_type}
94 description: 'test target2'
95 masters: ${_param:designate_pool_target_masters}
96 options:
97 host: ${_param:openstack_control_node02_address}
98 port: 53
99 rndc_host: ${_param:openstack_control_node02_address}
100 rndc_port: 953
101 rndc_key_file: /etc/designate/rndc.key
102 default2:
103 type: ${_param:designate_pool_target_type}
104 description: 'test target3'
105 masters: ${_param:designate_pool_target_masters}
106 options:
107 host: ${_param:openstack_control_node03_address}
108 port: 53
109 rndc_host: ${_param:openstack_control_node03_address}
110 rndc_port: 953
111 rndc_key_file: /etc/designate/rndc.key
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +0300112 glance:
113 server:
114 storage:
115 engine: file
116 images: []
117 workers: 1
118 notification:
119 driver: messagingv2
120 topics: "notifications,${_param:stacklight_notification_topic}"
121 heat:
122 server:
123 notification:
124 driver: messagingv2
125 topics: "notifications,${_param:stacklight_notification_topic}"
126 neutron:
127 server:
128 notification:
129 driver: messagingv2
130 topics: "notifications,${_param:stacklight_notification_topic}"
131 nova:
132 controller:
133 networking: dvr
134 cpu_allocation: 54
135 metadata:
136 password: ${_param:metadata_password}
137 bind:
138 private_address: ${_param:cluster_local_address}
139 public_address: ${_param:cluster_vip_address}
140 novncproxy_port: 6080
141 vncproxy_url: http://${_param:cluster_vip_address}:6080
142 workers: 1
143 notification:
144 driver: messagingv2
145 topics: "notifications,${_param:stacklight_notification_topic}"
146 cinder:
147 volume:
148 notification:
149 driver: messagingv2
150 topics: "notifications,${_param:stacklight_notification_topic}"
151 controller:
152 notification:
153 driver: messagingv2
154 topics: "notifications,${_param:stacklight_notification_topic}"
155