blob: 0c6cbeb490ae2848e4b4f6721c1986cbfe09d355 [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
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
Ales Komarekc12dd412017-06-27 16:24:42 +020019- system.nova.control.cluster
20- system.neutron.control.openvswitch.cluster
21- system.cinder.control.cluster
22- system.heat.server.cluster
23- system.galera.server.cluster
Ales Komarekc12dd412017-06-27 16:24:42 +020024- system.galera.server.database.cinder
25- system.galera.server.database.glance
26- system.galera.server.database.grafana
27- system.galera.server.database.heat
28- system.galera.server.database.keystone
29- system.galera.server.database.nova
Petr Jediný3114a392017-08-02 15:21:09 +020030- system.haproxy.proxy.listen.openstack.nova-placement
Petr Michalecf05e3ea2017-08-21 17:33:16 +020031- cluster.sl-os-ovs
Ales Komarekc12dd412017-06-27 16:24:42 +020032parameters:
33 _param:
34 keepalived_vip_interface: ens4
35 keepalived_openstack_telemetry_vip_interface: ens4
36 linux:
37 system:
38 package:
39 python-msgpack:
40 version: latest
41 network:
42 interface:
43 ens4:
44 enabled: true
45 type: eth
46 proto: static
47 address: ${_param:single_address}
48 netmask: 255.255.255.0
Ivan Udovichenko7da7f1e2017-09-08 17:53:19 +030049 designate:
50 worker:
51 enabled: ${_param:designate_worker_enabled}
Ales Komarekc12dd412017-06-27 16:24:42 +020052 keepalived:
53 cluster:
54 instance:
55 VIP:
56 virtual_router_id: 150
57 keystone:
58 server:
59 admin_email: ${_param:admin_email}
60 notification:
61 driver: messagingv2
62 topics: "notifications,${_param:stacklight_notification_topic}"
63 glance:
64 server:
65 storage:
66 engine: file
67 images: []
68 workers: 1
69 notification:
70 driver: messagingv2
71 topics: "notifications,${_param:stacklight_notification_topic}"
72 heat:
73 server:
74 notification:
75 driver: messagingv2
76 topics: "notifications,${_param:stacklight_notification_topic}"
77 neutron:
78 server:
79 notification:
80 driver: messagingv2
81 topics: "notifications,${_param:stacklight_notification_topic}"
82 nova:
83 controller:
84 networking: dvr
85 cpu_allocation: 54
86 metadata:
87 password: ${_param:metadata_password}
88 bind:
89 private_address: ${_param:cluster_local_address}
90 public_address: ${_param:cluster_vip_address}
91 novncproxy_port: 6080
92 vncproxy_url: http://${_param:cluster_vip_address}:6080
93 workers: 1
94 notification:
95 driver: messagingv2
96 topics: "notifications,${_param:stacklight_notification_topic}"
97 cinder:
98 volume:
99 notification:
100 driver: messagingv2
101 topics: "notifications,${_param:stacklight_notification_topic}"
102 controller:
103 notification:
104 driver: messagingv2
105 topics: "notifications,${_param:stacklight_notification_topic}"
106