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