Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.cinder.volume.single |
Oleksandr Shyshko | a385029 | 2018-08-22 15:36:43 +0300 | [diff] [blame^] | 3 | - system.salt.minion.cert.mysql.clients.openstack.cinder |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 4 | parameters: |
Vasyl Saienko | 047166c | 2018-03-09 11:17:45 +0200 | [diff] [blame] | 5 | _param: |
| 6 | cluster_internal_protocol: 'http' |
Oleksandr Shyshko | a385029 | 2018-08-22 15:36:43 +0300 | [diff] [blame^] | 7 | openstack_mysql_x509_enabled: False |
| 8 | galera_ssl_enabled: False |
Andrey Shestakov | 0c7e110 | 2017-08-10 13:39:04 +0300 | [diff] [blame] | 9 | linux: |
| 10 | system: |
| 11 | package: |
| 12 | python-pymysql: |
| 13 | fromrepo: ${_param:openstack_version} |
| 14 | version: latest |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 15 | cinder: |
Ondrej Smola | 7eaa9b2 | 2016-12-16 12:03:42 +0100 | [diff] [blame] | 16 | volume: |
| 17 | enabled: True |
| 18 | database: |
| 19 | host: ${_param:openstack_database_address} |
Oleksandr Shyshko | a385029 | 2018-08-22 15:36:43 +0300 | [diff] [blame^] | 20 | x509: |
| 21 | enabled: ${_param:openstack_mysql_x509_enabled} |
| 22 | ca_file: ${_param:mysql_cinder_ssl_ca_file} |
| 23 | key_file: ${_param:mysql_cinder_client_ssl_key_file} |
| 24 | cert_file: ${_param:mysql_cinder_client_ssl_cert_file} |
| 25 | ssl: |
| 26 | enabled: ${_param:galera_ssl_enabled} |
Ondrej Smola | 7eaa9b2 | 2016-12-16 12:03:42 +0100 | [diff] [blame] | 27 | glance: |
| 28 | host: ${_param:openstack_control_address} |
Oleksandr Shyshko | 9287995 | 2018-06-15 12:08:53 +0300 | [diff] [blame] | 29 | protocol: ${_param:cluster_internal_protocol} |
Ondrej Smola | 7eaa9b2 | 2016-12-16 12:03:42 +0100 | [diff] [blame] | 30 | message_queue: |
Damian Szeluga | 2267303 | 2017-04-19 13:55:25 +0200 | [diff] [blame] | 31 | members: |
| 32 | - host: ${_param:openstack_message_queue_node01_address} |
| 33 | - host: ${_param:openstack_message_queue_node02_address} |
| 34 | - host: ${_param:openstack_message_queue_node03_address} |
Ondrej Smola | 7eaa9b2 | 2016-12-16 12:03:42 +0100 | [diff] [blame] | 35 | identity: |
Damian Szeluga | 2267303 | 2017-04-19 13:55:25 +0200 | [diff] [blame] | 36 | host: ${_param:openstack_control_address} |
Vasyl Saienko | 047166c | 2018-03-09 11:17:45 +0200 | [diff] [blame] | 37 | protocol: ${_param:cluster_internal_protocol} |
Vasyl Saienko | d5ea19a | 2018-07-02 17:01:51 +0300 | [diff] [blame] | 38 | region: ${_param:openstack_region} |