blob: cce2588d547b3a502e7a1b3647b70b04fc41b07e [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.glusterfs
4- system.linux.system.repo.mcp.contrail
5- system.linux.system.repo.mcp.openstack
6- system.linux.system.repo.mcp.extra
Martin Polreich47393e42018-08-07 10:57:41 +02007- system.linux.system.repo.mcp.apt_mirantis.saltstack
Ales Komarekc12dd412017-06-27 16:24:42 +02008- system.memcached.server.single
9- system.rabbitmq.server.cluster
10- system.rabbitmq.server.vhost.openstack
11- system.keystone.server.wsgi
12- system.keystone.server.cluster
13- system.glusterfs.server.volume.glance
14- system.glusterfs.server.volume.keystone
Ales Komarekc12dd412017-06-27 16:24:42 +020015- system.glusterfs.server.cluster
16- system.glusterfs.client.cluster
17- system.glusterfs.client.volume.glance
18- system.glusterfs.client.volume.keystone
19- system.glance.control.cluster
20- system.nova.control.cluster
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040021- system.haproxy.proxy.listen.openstack.nova-placement
Ales Komarekc12dd412017-06-27 16:24:42 +020022- system.neutron.control.opencontrail.cluster
23- system.cinder.control.cluster
24- system.heat.server.cluster
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040025- system.opencontrail.client.cluster
26- system.heat.server.resource.contrail
Ales Komarekc12dd412017-06-27 16:24:42 +020027- system.designate.server.cluster
28- system.designate.server.backend.bind
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040029- system.ceilometer.server.cluster
30- system.ceilometer.server.backend.influxdb
31- system.aodh.server.cluster
32- system.heka.ceilometer_collector.single
Ales Komarekc12dd412017-06-27 16:24:42 +020033- system.galera.server.cluster
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040034- system.galera.server.database.aodh
35- system.galera.server.database.ceilometer
Ales Komarekc12dd412017-06-27 16:24:42 +020036- system.galera.server.database.cinder
37- system.galera.server.database.glance
38- system.galera.server.database.grafana
39- system.galera.server.database.heat
40- system.galera.server.database.keystone
41- system.galera.server.database.nova
42- system.galera.server.database.designate
Mateusz Matuszkowiakd4c407a2018-05-18 13:26:55 +020043- system.keepalived.cluster.instance.default_keepalived_check
Petr Michalecf05e3ea2017-08-21 17:33:16 +020044- cluster.sl-os-contrail
Ales Komarekc12dd412017-06-27 16:24:42 +020045parameters:
46 _param:
47 keepalived_vip_interface: ens4
48 cluster_vip_address: ${_param:openstack_control_address}
49 cluster_local_address: ${_param:single_address}
50 cluster_node01_hostname: ctl01
51 cluster_node01_address: ${_param:openstack_control_node01_address}
52 cluster_node02_hostname: ctl02
53 cluster_node02_address: ${_param:openstack_control_node02_address}
54 cluster_node03_hostname: ctl03
55 cluster_node03_address: ${_param:openstack_control_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020056 linux:
57 system:
58 package:
59 python-msgpack:
60 version: latest
61 network:
62 interface:
63 ens4:
64 enabled: true
65 type: eth
66 proto: static
67 address: ${_param:single_address}
68 netmask: 255.255.255.0
69 keepalived:
70 cluster:
71 instance:
72 VIP:
73 virtual_router_id: 150
74 bind:
75 server:
76 control:
77 mgmt:
78 enabled: true
79 bind:
80 address: ${_param:single_address}
81 port: 953
82 allow:
83 - ${_param:openstack_control_node01_address}
84 - ${_param:openstack_control_node02_address}
85 - ${_param:openstack_control_node03_address}
86 keys:
87 - designate
88 keystone:
89 server:
90 admin_email: ${_param:admin_email}
91 notification:
92 driver: messagingv2
93 topics: "notifications,${_param:stacklight_notification_topic}"
94 designate:
95 server:
96 pools:
97 default:
98 description: 'test pool'
99 targets:
100 default:
101 description: 'test target1'
102 default1:
103 type: ${_param:designate_pool_target_type}
104 description: 'test target2'
105 masters: ${_param:designate_pool_target_masters}
106 options:
107 host: ${_param:openstack_control_node02_address}
108 port: 53
109 rndc_host: ${_param:openstack_control_node02_address}
110 rndc_port: 953
111 rndc_key_file: /etc/designate/rndc.key
112 default2:
113 type: ${_param:designate_pool_target_type}
114 description: 'test target3'
115 masters: ${_param:designate_pool_target_masters}
116 options:
117 host: ${_param:openstack_control_node03_address}
118 port: 53
119 rndc_host: ${_param:openstack_control_node03_address}
120 rndc_port: 953
121 rndc_key_file: /etc/designate/rndc.key
Ivan Udovichenko7da7f1e2017-09-08 17:53:19 +0300122 worker:
123 enabled: ${_param:designate_worker_enabled}
Ales Komarekc12dd412017-06-27 16:24:42 +0200124 glance:
125 server:
126 storage:
127 engine: file
128 images: []
129 workers: 1
130 notification:
131 driver: messagingv2
132 topics: "notifications,${_param:stacklight_notification_topic}"
133 heat:
134 server:
135 notification:
136 driver: messagingv2
137 topics: "notifications,${_param:stacklight_notification_topic}"
138 nova:
139 controller:
140 networking: contrail
141 cpu_allocation: 54
142 bind:
143 private_address: ${_param:cluster_local_address}
144 public_address: ${_param:cluster_vip_address}
145 novncproxy_port: 6080
146 vncproxy_url: http://${_param:cluster_vip_address}:6080
147 cache:
148 engine: memcached
149 prefix: CACHE_NOVA
150 members:
151 - host: 127.0.0.1
152 port: 11211
153 workers: 1
154 notification:
155 driver: messagingv2
156 topics: "notifications,${_param:stacklight_notification_topic}"
157 neutron:
158 server:
159 plugin: contrail
160 tunnel_type: vxlan
161 public_networks: []
162 contrail:
163 version: ${_param:opencontrail_version}
164 notification:
165 driver: messagingv2
166 topics: "notifications,${_param:stacklight_notification_topic}"
167 cinder:
168 volume:
169 notification:
170 driver: messagingv2
171 topics: "notifications,${_param:stacklight_notification_topic}"
172 controller:
173 notification:
174 driver: messagingv2
175 topics: "notifications,${_param:stacklight_notification_topic}"