blob: 9e00d09baa11628425558b7e4a124cdaac49f972 [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
Jiri Broulikf212d212017-07-21 11:09:00 +02008- system.rabbitmq.server.single
Ales Komarekc12dd412017-06-27 16:24:42 +02009- system.rabbitmq.server.vhost.openstack
10- system.keystone.server.wsgi
Jiri Broulikf212d212017-07-21 11:09:00 +020011- system.keystone.server.single
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.single
19- system.nova.control.single
20- system.neutron.control.openvswitch.single
21- system.cinder.control.single
22- system.heat.server.single
23#- system.galera.server.cluster
Jiri Broulikabd4e382017-07-21 17:24:22 +020024# - system.galera.server.database.ceilometer
25# - system.galera.server.database.cinder
26# - system.galera.server.database.glance
27# - system.galera.server.database.heat
28# - system.galera.server.database.keystone
29# - system.galera.server.database.nova
30
31- system.mysql.client.database.keystone
32- system.mysql.client.database.glance
33- system.mysql.client.database.nova
34- system.mysql.client.database.nova_api
35- system.mysql.client.database.cinder
36- system.mysql.client.database.heat
37
38- service.mysql.server.single
39- system.mysql.client
Petr Michalecf05e3ea2017-08-21 17:33:16 +020040- cluster.os-aio-ovs.openstack.dashboard
41- cluster.os-aio-ovs
Ales Komarekc12dd412017-06-27 16:24:42 +020042parameters:
Jiri Broulikabd4e382017-07-21 17:24:22 +020043# _param:
44# galera_server_cluster_name: galeracluster
45# galera_server_bind_address: ${_param:cluster_local_address}
46# galera_server_bind_port: 3306
47# galera_server_admin_user: root
48# galera:
49# master:
50# enabled: true
51# name: ${_param:galera_server_cluster_name}
52# bind:
53# address: ${_param:galera_server_bind_address}
54# port: ${_param:galera_server_bind_port}
55# maintenance_password: ${_param:galera_server_maintenance_password}
56# admin:
57# user: ${_param:galera_server_admin_user}
58# password: ${_param:galera_server_admin_password}
59# members:
60# - host: ${_param:openstack_control_node01_address}
61# port: 4567
62# ##################
63 mysql:
64 server:
65 version: '5.6'
66 max_connections: 20000
Ales Komarekc12dd412017-06-27 16:24:42 +020067 linux:
68 system:
69 package:
70 python-msgpack:
71 version: latest
72 network:
73 interface:
74 ens4:
75 enabled: true
76 type: eth
77 proto: static
78 address: ${_param:single_address}
79 netmask: 255.255.255.0
Ales Komarekc12dd412017-06-27 16:24:42 +020080 keystone:
81 server:
82 admin_email: ${_param:admin_email}
83 notification:
84 driver: messagingv2
85 topics: "notifications"
86 glance:
87 server:
88 storage:
89 engine: file
90 images: []
91 workers: 1
92 notification:
93 driver: messagingv2
94 topics: "notifications"
95 heat:
96 server:
97 notification:
98 driver: messagingv2
99 topics: "notifications"
100 neutron:
101 server:
102 notification:
103 driver: messagingv2
104 topics: "notifications"
105 nova:
106 controller:
107 networking: dvr
108 cpu_allocation: 54
109 metadata:
110 password: ${_param:metadata_password}
111 bind:
112 private_address: ${_param:cluster_local_address}
Jiri Broulikf212d212017-07-21 11:09:00 +0200113 public_address: ${_param:openstack_control_node01_address}
Ales Komarekc12dd412017-06-27 16:24:42 +0200114 novncproxy_port: 6080
Jiri Broulikf212d212017-07-21 11:09:00 +0200115 vncproxy_url: http://${_param:openstack_control_node01_address}:6080
Ales Komarekc12dd412017-06-27 16:24:42 +0200116 workers: 1
117 notification:
118 driver: messagingv2
119 topics: "notifications"
120 cinder:
121 volume:
122 notification:
123 driver: messagingv2
124 topics: "notifications"
125 controller:
126 notification:
127 driver: messagingv2
128 topics: "notifications"
129