blob: 507b315961aa0953cb523e6854f1db5241dea3df [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.openstack
5- system.linux.system.repo.mcp.extra
Martin Polreich47393e42018-08-07 10:57:41 +02006- system.linux.system.repo.mcp.apt_mirantis.saltstack
Ales Komarekc12dd412017-06-27 16:24:42 +02007- 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
Ales Komarekc12dd412017-06-27 16:24:42 +020014- system.glusterfs.server.volume.glance
Ales Komarekc12dd412017-06-27 16:24:42 +020015- system.glusterfs.server.cluster
16- system.glance.control.cluster
Ales Komarekc12dd412017-06-27 16:24:42 +020017- system.nova.control.cluster
18- system.neutron.control.openvswitch.cluster
19- system.cinder.control.cluster
20- system.heat.server.cluster
21- system.galera.server.cluster
Ales Komarekc12dd412017-06-27 16:24:42 +020022- system.galera.server.database.cinder
23- system.galera.server.database.glance
24- system.galera.server.database.grafana
25- system.galera.server.database.heat
26- system.galera.server.database.keystone
27- system.galera.server.database.nova
Petr Jediný3114a392017-08-02 15:21:09 +020028- system.haproxy.proxy.listen.openstack.nova-placement
Mateusz Matuszkowiakd4c407a2018-05-18 13:26:55 +020029- system.keepalived.cluster.instance.default_keepalived_check
Petr Michalecf05e3ea2017-08-21 17:33:16 +020030- cluster.sl-os-ovs
Ales Komarekc12dd412017-06-27 16:24:42 +020031parameters:
32 _param:
33 keepalived_vip_interface: ens4
Ales Komarekc12dd412017-06-27 16:24:42 +020034 linux:
35 system:
36 package:
37 python-msgpack:
38 version: latest
39 network:
40 interface:
41 ens4:
42 enabled: true
43 type: eth
44 proto: static
45 address: ${_param:single_address}
46 netmask: 255.255.255.0
Ivan Udovichenko7da7f1e2017-09-08 17:53:19 +030047 designate:
48 worker:
49 enabled: ${_param:designate_worker_enabled}
Ales Komarekc12dd412017-06-27 16:24:42 +020050 keepalived:
51 cluster:
52 instance:
53 VIP:
54 virtual_router_id: 150
55 keystone:
56 server:
57 admin_email: ${_param:admin_email}
58 notification:
59 driver: messagingv2
60 topics: "notifications,${_param:stacklight_notification_topic}"
61 glance:
62 server:
63 storage:
64 engine: file
65 images: []
66 workers: 1
67 notification:
68 driver: messagingv2
69 topics: "notifications,${_param:stacklight_notification_topic}"
70 heat:
71 server:
72 notification:
73 driver: messagingv2
74 topics: "notifications,${_param:stacklight_notification_topic}"
75 neutron:
76 server:
77 notification:
78 driver: messagingv2
79 topics: "notifications,${_param:stacklight_notification_topic}"
80 nova:
81 controller:
82 networking: dvr
83 cpu_allocation: 54
84 metadata:
85 password: ${_param:metadata_password}
86 bind:
87 private_address: ${_param:cluster_local_address}
88 public_address: ${_param:cluster_vip_address}
89 novncproxy_port: 6080
90 vncproxy_url: http://${_param:cluster_vip_address}:6080
91 workers: 1
92 notification:
93 driver: messagingv2
94 topics: "notifications,${_param:stacklight_notification_topic}"
95 cinder:
96 volume:
97 notification:
98 driver: messagingv2
99 topics: "notifications,${_param:stacklight_notification_topic}"
100 controller:
101 notification:
102 driver: messagingv2
103 topics: "notifications,${_param:stacklight_notification_topic}"