blob: 23787a75d38e75a02ebbd655d2fb3ea1d6fe3236 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.cinder.control.cluster_control
Mykyta Karpin882dcac2018-11-30 16:37:28 +02003- system.cinder.upgrade
Ondrej Smola03ff34e2016-12-01 01:30:33 +01004- service.haproxy.proxy.single
5- service.keepalived.cluster.single
6- system.haproxy.proxy.listen.openstack.cinder
Oleksandr Shyshkoa3850292018-08-22 15:36:43 +03007- system.salt.minion.cert.mysql.clients.openstack.cinder
Oleksandr Bryndzii25cc13d2018-09-12 13:52:23 +00008- system.salt.minion.cert.rabbitmq.clients.openstack.cinder
Ondrej Smola03ff34e2016-12-01 01:30:33 +01009parameters:
Andrey Shestakov0c7e1102017-08-10 13:39:04 +030010 linux:
11 system:
12 package:
13 python-pymysql:
14 fromrepo: ${_param:openstack_version}
15 version: latest
Vasyl Saienko047166c2018-03-09 11:17:45 +020016 cinder:
Ondrej Smola03ff34e2016-12-01 01:30:33 +010017 volume:
18 enabled: false
19 default_volume_type: ""
20 backend: {}
21 logging:
22 heka:
23 enabled: true
Ondrej Smola03ff34e2016-12-01 01:30:33 +010024 controller:
25 enabled: true
26 default_volume_type: ""
27 backend: {}
28 version: ${_param:cinder_version}
Vasyl Saienko01eb3172018-07-16 13:44:53 +030029 role: ${_param:openstack_node_role}
Oleksandr Pidrepnyi8e8df062019-05-06 18:56:27 +030030 # set 'image_conversion_dir' option in case of ceph deployment volume and controller running on the same node
31 image_conversion_dir: ${_param:cinder_image_conversion_dir_path}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010032 osapi:
33 host: ${_param:cluster_local_address}
34 database:
35 engine: mysql
36 host: ${_param:openstack_database_address}
37 port: 3306
38 name: cinder
sgarbuz5f58dd72019-05-20 14:10:11 +030039 user: ${_param:mysql_cinder_username}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010040 password: ${_param:mysql_cinder_password}
Oleksandr Shyshkoa3850292018-08-22 15:36:43 +030041 x509:
42 enabled: ${_param:openstack_mysql_x509_enabled}
43 ca_file: ${_param:mysql_cinder_ssl_ca_file}
44 key_file: ${_param:mysql_cinder_client_ssl_key_file}
45 cert_file: ${_param:mysql_cinder_client_ssl_cert_file}
46 ssl:
47 enabled: ${_param:galera_ssl_enabled}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010048 identity:
49 engine: keystone
50 region: ${_param:openstack_region}
51 host: ${_param:cluster_vip_address}
52 port: 35357
53 tenant: service
sgarbuz5f58dd72019-05-20 14:10:11 +030054 user: ${_param:keystone_cinder_username}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010055 password: ${_param:keystone_cinder_password}
Vasyl Saienko047166c2018-03-09 11:17:45 +020056 protocol: ${_param:cluster_internal_protocol}
Ivan Berezovskiy33d66ba2019-08-29 13:32:01 +040057 service_token_roles: admin
58 service_token_roles_required: true
Ondrej Smola03ff34e2016-12-01 01:30:33 +010059 glance:
60 host: ${_param:cluster_vip_address}
61 port: 9292
Vasyl Saienko047166c2018-03-09 11:17:45 +020062 protocol: ${_param:cluster_internal_protocol}
Vasyl Saienko1cc05de2018-11-19 16:49:27 +020063 barbican:
64 enabled: ${_param:barbican_integration_enabled}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010065 message_queue:
Oleksandr Shyshko3d1dd6f2018-09-20 18:22:04 +030066 port: ${_param:openstack_rabbitmq_port}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010067 engine: rabbitmq
Oleksandr Shyshko613e04e2019-08-07 12:08:51 +030068 use_vip_address: ${_param:openstack_rabbitmq_standalone_mode}
69 host: ${_param:openstack_message_queue_address}
Damian Szeluga22673032017-04-19 13:55:25 +020070 members:
71 - host: ${_param:openstack_message_queue_node01_address}
72 - host: ${_param:openstack_message_queue_node02_address}
73 - host: ${_param:openstack_message_queue_node03_address}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010074 user: openstack
75 password: ${_param:rabbitmq_openstack_password}
76 virtual_host: '/openstack'
Oleksandr Bryndzii25cc13d2018-09-12 13:52:23 +000077 x509:
78 enabled: ${_param:openstack_rabbitmq_x509_enabled}
79 ca_file: ${_param:rabbitmq_cinder_ssl_ca_file}
80 key_file: ${_param:rabbitmq_cinder_client_ssl_key_file}
81 cert_file: ${_param:rabbitmq_cinder_client_ssl_cert_file}
82 ssl:
83 enabled: ${_param:rabbitmq_ssl_enabled}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010084 cache:
Oleksandr Bryndzii256f63e2018-10-02 11:36:05 +000085 security:
86 enabled: ${_param:cinder_memcache_security_enabled}
87 strategy: ${_param:openstack_memcache_security_strategy}
88 secret_key: ${_param:cinder_memcache_secret_key}