blob: 70287f98b4d8ce2e9b32b7e5be8d4d44cfb29111 [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
49 keepalived:
50 cluster:
51 instance:
52 VIP:
53 virtual_router_id: 150
54 keystone:
55 server:
56 admin_email: ${_param:admin_email}
57 notification:
58 driver: messagingv2
59 topics: "notifications,${_param:stacklight_notification_topic}"
60 glance:
61 server:
62 storage:
63 engine: file
64 images: []
65 workers: 1
66 notification:
67 driver: messagingv2
68 topics: "notifications,${_param:stacklight_notification_topic}"
69 heat:
70 server:
71 notification:
72 driver: messagingv2
73 topics: "notifications,${_param:stacklight_notification_topic}"
74 neutron:
75 server:
76 notification:
77 driver: messagingv2
78 topics: "notifications,${_param:stacklight_notification_topic}"
79 nova:
80 controller:
81 networking: dvr
82 cpu_allocation: 54
83 metadata:
84 password: ${_param:metadata_password}
85 bind:
86 private_address: ${_param:cluster_local_address}
87 public_address: ${_param:cluster_vip_address}
88 novncproxy_port: 6080
89 vncproxy_url: http://${_param:cluster_vip_address}:6080
90 workers: 1
91 notification:
92 driver: messagingv2
93 topics: "notifications,${_param:stacklight_notification_topic}"
94 cinder:
95 volume:
96 notification:
97 driver: messagingv2
98 topics: "notifications,${_param:stacklight_notification_topic}"
99 controller:
100 notification:
101 driver: messagingv2
102 topics: "notifications,${_param:stacklight_notification_topic}"
103