Jiri Broulik | 6f11fab | 2017-05-13 18:03:08 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - service.cinder.volume.local |
Mykyta Karpin | 882dcac | 2018-11-30 16:37:28 +0200 | [diff] [blame] | 3 | - system.cinder.upgrade |
Oleksandr Shyshko | a385029 | 2018-08-22 15:36:43 +0300 | [diff] [blame] | 4 | - system.salt.minion.cert.mysql.clients.openstack.cinder |
Oleksandr Bryndzii | 25cc13d | 2018-09-12 13:52:23 +0000 | [diff] [blame] | 5 | - system.salt.minion.cert.rabbitmq.clients.openstack.cinder |
Jiri Broulik | 6f11fab | 2017-05-13 18:03:08 +0200 | [diff] [blame] | 6 | parameters: |
| 7 | cinder: |
| 8 | volume: |
| 9 | enabled: True |
Oleksandr Pidrepnyi | 8e8df06 | 2019-05-06 18:56:27 +0300 | [diff] [blame] | 10 | image_conversion_dir: ${_param:cinder_image_conversion_dir_path} |
Jiri Broulik | 6f11fab | 2017-05-13 18:03:08 +0200 | [diff] [blame] | 11 | database: |
sgarbuz | 5f58dd7 | 2019-05-20 14:10:11 +0300 | [diff] [blame] | 12 | user: ${_param:mysql_cinder_username} |
| 13 | password: ${_param:mysql_cinder_password} |
Jiri Broulik | 6f11fab | 2017-05-13 18:03:08 +0200 | [diff] [blame] | 14 | host: ${_param:single_address} |
Oleksandr Shyshko | a385029 | 2018-08-22 15:36:43 +0300 | [diff] [blame] | 15 | x509: |
| 16 | enabled: ${_param:openstack_mysql_x509_enabled} |
| 17 | ca_file: ${_param:mysql_cinder_ssl_ca_file} |
| 18 | key_file: ${_param:mysql_cinder_client_ssl_key_file} |
| 19 | cert_file: ${_param:mysql_cinder_client_ssl_cert_file} |
| 20 | ssl: |
| 21 | enabled: ${_param:galera_ssl_enabled} |
Jiri Broulik | 6f11fab | 2017-05-13 18:03:08 +0200 | [diff] [blame] | 22 | glance: |
| 23 | host: ${_param:single_address} |
Vasyl Saienko | 1cc05de | 2018-11-19 16:49:27 +0200 | [diff] [blame] | 24 | barbican: |
| 25 | enabled: ${_param:barbican_integration_enabled} |
Jiri Broulik | 6f11fab | 2017-05-13 18:03:08 +0200 | [diff] [blame] | 26 | message_queue: |
Oleksandr Shyshko | 3d1dd6f | 2018-09-20 18:22:04 +0300 | [diff] [blame] | 27 | port: ${_param:openstack_rabbitmq_port} |
Jiri Broulik | 6f11fab | 2017-05-13 18:03:08 +0200 | [diff] [blame] | 28 | host: ${_param:single_address} |
Oleksandr Bryndzii | 25cc13d | 2018-09-12 13:52:23 +0000 | [diff] [blame] | 29 | x509: |
| 30 | enabled: ${_param:openstack_rabbitmq_x509_enabled} |
| 31 | ca_file: ${_param:rabbitmq_cinder_ssl_ca_file} |
| 32 | key_file: ${_param:rabbitmq_cinder_client_ssl_key_file} |
| 33 | cert_file: ${_param:rabbitmq_cinder_client_ssl_cert_file} |
| 34 | ssl: |
| 35 | enabled: ${_param:rabbitmq_ssl_enabled} |
Jiri Broulik | 6f11fab | 2017-05-13 18:03:08 +0200 | [diff] [blame] | 36 | identity: |
sgarbuz | 5f58dd7 | 2019-05-20 14:10:11 +0300 | [diff] [blame] | 37 | user: ${_param:keystone_cinder_username} |
| 38 | password: ${_param:keystone_cinder_password} |
Jiri Broulik | 6f11fab | 2017-05-13 18:03:08 +0200 | [diff] [blame] | 39 | host: ${_param:single_address} |
Vasyl Saienko | d5ea19a | 2018-07-02 17:01:51 +0300 | [diff] [blame] | 40 | region: ${_param:openstack_region} |
Oleksandr Bryndzii | 256f63e | 2018-10-02 11:36:05 +0000 | [diff] [blame] | 41 | cache: |
| 42 | security: |
| 43 | enabled: ${_param:cinder_memcache_security_enabled} |
| 44 | strategy: ${_param:openstack_memcache_security_strategy} |
| 45 | secret_key: ${_param:cinder_memcache_secret_key} |