blob: 81d89f70820a386761025ceb55a3a9c7e896702a [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
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
Ivan Udovichenko7da7f1e2017-09-08 17:53:19 +0300111 worker:
112 enabled: ${_param:designate_worker_enabled}
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}"