blob: ea1cdd62fec8d4d1d4f3cb01f49c7c72e9626f32 [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
Ales Komarekc12dd412017-06-27 16:24:42 +020035 linux:
36 system:
37 package:
38 python-msgpack:
39 version: latest
40 network:
41 interface:
42 ens4:
43 enabled: true
44 type: eth
45 proto: static
46 address: ${_param:single_address}
47 netmask: 255.255.255.0
Ivan Udovichenko7da7f1e2017-09-08 17:53:19 +030048 designate:
49 worker:
50 enabled: ${_param:designate_worker_enabled}
Ales Komarekc12dd412017-06-27 16:24:42 +020051 keepalived:
52 cluster:
53 instance:
54 VIP:
55 virtual_router_id: 150
56 keystone:
57 server:
58 admin_email: ${_param:admin_email}
59 notification:
60 driver: messagingv2
61 topics: "notifications,${_param:stacklight_notification_topic}"
62 glance:
63 server:
64 storage:
65 engine: file
66 images: []
67 workers: 1
68 notification:
69 driver: messagingv2
70 topics: "notifications,${_param:stacklight_notification_topic}"
71 heat:
72 server:
73 notification:
74 driver: messagingv2
75 topics: "notifications,${_param:stacklight_notification_topic}"
76 neutron:
77 server:
78 notification:
79 driver: messagingv2
80 topics: "notifications,${_param:stacklight_notification_topic}"
81 nova:
82 controller:
83 networking: dvr
84 cpu_allocation: 54
85 metadata:
86 password: ${_param:metadata_password}
87 bind:
88 private_address: ${_param:cluster_local_address}
89 public_address: ${_param:cluster_vip_address}
90 novncproxy_port: 6080
91 vncproxy_url: http://${_param:cluster_vip_address}:6080
92 workers: 1
93 notification:
94 driver: messagingv2
95 topics: "notifications,${_param:stacklight_notification_topic}"
96 cinder:
97 volume:
98 notification:
99 driver: messagingv2
100 topics: "notifications,${_param:stacklight_notification_topic}"
101 controller:
102 notification:
103 driver: messagingv2
104 topics: "notifications,${_param:stacklight_notification_topic}"