blob: e6aab62671f4aa08f6ee75fd19dad6747a6eb5d2 [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
Ales Komarekc12dd412017-06-27 16:24:42 +020014- system.glusterfs.server.cluster
15- system.glusterfs.client.cluster
16- system.glusterfs.client.volume.glance
Ales Komarekc12dd412017-06-27 16:24:42 +020017- system.glance.control.cluster
18- system.nova.control.cluster
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040019- system.haproxy.proxy.listen.openstack.nova-placement
Ales Komarekc12dd412017-06-27 16:24:42 +020020- system.neutron.control.opencontrail.cluster
21- system.cinder.control.cluster
22- system.heat.server.cluster
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040023- system.opencontrail.client.cluster
24- system.heat.server.resource.contrail
Ales Komarekc12dd412017-06-27 16:24:42 +020025- system.designate.server.cluster
26- system.designate.server.backend.bind
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040027- system.ceilometer.server.cluster
28- system.ceilometer.server.backend.influxdb
29- system.aodh.server.cluster
30- system.heka.ceilometer_collector.single
Ales Komarekc12dd412017-06-27 16:24:42 +020031- system.galera.server.cluster
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040032- system.galera.server.database.aodh
33- system.galera.server.database.ceilometer
Ales Komarekc12dd412017-06-27 16:24:42 +020034- 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
Dennis Dmitrievbb37f132018-10-30 12:16:11 +020040- system.galera.server.database.neutron
Ales Komarekc12dd412017-06-27 16:24:42 +020041- system.galera.server.database.designate
Mateusz Matuszkowiakd4c407a2018-05-18 13:26:55 +020042- system.keepalived.cluster.instance.default_keepalived_check
Petr Michalecf05e3ea2017-08-21 17:33:16 +020043- cluster.sl-os-contrail
Ales Komarekc12dd412017-06-27 16:24:42 +020044parameters:
45 _param:
46 keepalived_vip_interface: ens4
47 cluster_vip_address: ${_param:openstack_control_address}
48 cluster_local_address: ${_param:single_address}
49 cluster_node01_hostname: ctl01
50 cluster_node01_address: ${_param:openstack_control_node01_address}
51 cluster_node02_hostname: ctl02
52 cluster_node02_address: ${_param:openstack_control_node02_address}
53 cluster_node03_hostname: ctl03
54 cluster_node03_address: ${_param:openstack_control_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020055 linux:
56 system:
57 package:
58 python-msgpack:
59 version: latest
60 network:
61 interface:
62 ens4:
63 enabled: true
64 type: eth
65 proto: static
66 address: ${_param:single_address}
67 netmask: 255.255.255.0
68 keepalived:
69 cluster:
70 instance:
71 VIP:
72 virtual_router_id: 150
73 bind:
74 server:
75 control:
76 mgmt:
77 enabled: true
78 bind:
79 address: ${_param:single_address}
80 port: 953
81 allow:
82 - ${_param:openstack_control_node01_address}
83 - ${_param:openstack_control_node02_address}
84 - ${_param:openstack_control_node03_address}
85 keys:
86 - designate
87 keystone:
88 server:
89 admin_email: ${_param:admin_email}
90 notification:
91 driver: messagingv2
92 topics: "notifications,${_param:stacklight_notification_topic}"
93 designate:
94 server:
95 pools:
96 default:
97 description: 'test pool'
98 targets:
99 default:
100 description: 'test target1'
101 default1:
102 type: ${_param:designate_pool_target_type}
103 description: 'test target2'
104 masters: ${_param:designate_pool_target_masters}
105 options:
106 host: ${_param:openstack_control_node02_address}
107 port: 53
108 rndc_host: ${_param:openstack_control_node02_address}
109 rndc_port: 953
110 rndc_key_file: /etc/designate/rndc.key
111 default2:
112 type: ${_param:designate_pool_target_type}
113 description: 'test target3'
114 masters: ${_param:designate_pool_target_masters}
115 options:
116 host: ${_param:openstack_control_node03_address}
117 port: 53
118 rndc_host: ${_param:openstack_control_node03_address}
119 rndc_port: 953
120 rndc_key_file: /etc/designate/rndc.key
Ivan Udovichenko7da7f1e2017-09-08 17:53:19 +0300121 worker:
122 enabled: ${_param:designate_worker_enabled}
Ales Komarekc12dd412017-06-27 16:24:42 +0200123 glance:
124 server:
125 storage:
126 engine: file
127 images: []
128 workers: 1
129 notification:
130 driver: messagingv2
131 topics: "notifications,${_param:stacklight_notification_topic}"
132 heat:
133 server:
134 notification:
135 driver: messagingv2
136 topics: "notifications,${_param:stacklight_notification_topic}"
137 nova:
138 controller:
139 networking: contrail
140 cpu_allocation: 54
141 bind:
142 private_address: ${_param:cluster_local_address}
143 public_address: ${_param:cluster_vip_address}
144 novncproxy_port: 6080
145 vncproxy_url: http://${_param:cluster_vip_address}:6080
146 cache:
147 engine: memcached
148 prefix: CACHE_NOVA
149 members:
150 - host: 127.0.0.1
151 port: 11211
152 workers: 1
153 notification:
154 driver: messagingv2
155 topics: "notifications,${_param:stacklight_notification_topic}"
156 neutron:
157 server:
158 plugin: contrail
159 tunnel_type: vxlan
160 public_networks: []
161 contrail:
162 version: ${_param:opencontrail_version}
163 notification:
164 driver: messagingv2
165 topics: "notifications,${_param:stacklight_notification_topic}"
166 cinder:
167 volume:
168 notification:
169 driver: messagingv2
170 topics: "notifications,${_param:stacklight_notification_topic}"
171 controller:
172 notification:
173 driver: messagingv2
174 topics: "notifications,${_param:stacklight_notification_topic}"