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