Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.glance.control.single |
Oleksandr Shyshko | 74e34a3 | 2018-08-31 13:44:45 +0300 | [diff] [blame^] | 3 | - system.salt.minion.cert.mysql.clients.openstack.glance |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 4 | parameters: |
Oleksandr Shyshko | 74e34a3 | 2018-08-31 13:44:45 +0300 | [diff] [blame^] | 5 | _param: |
| 6 | openstack_mysql_x509_enabled: False |
| 7 | galera_ssl_enabled: False |
Andrey Shestakov | 0c7e110 | 2017-08-10 13:39:04 +0300 | [diff] [blame] | 8 | linux: |
| 9 | system: |
| 10 | package: |
| 11 | python-pymysql: |
| 12 | fromrepo: ${_param:openstack_version} |
| 13 | version: latest |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 14 | glance: |
| 15 | server: |
Vasyl Saienko | 01eb317 | 2018-07-16 13:44:53 +0300 | [diff] [blame] | 16 | role: ${_param:openstack_node_role} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 17 | database: |
| 18 | host: ${_param:single_address} |
Oleksandr Shyshko | 74e34a3 | 2018-08-31 13:44:45 +0300 | [diff] [blame^] | 19 | x509: |
| 20 | enabled: ${_param:openstack_mysql_x509_enabled} |
| 21 | ca_file: ${_param:mysql_glance_ssl_ca_file} |
| 22 | key_file: ${_param:mysql_glance_client_ssl_key_file} |
| 23 | cert_file: ${_param:mysql_glance_client_ssl_cert_file} |
| 24 | ssl: |
| 25 | enabled: ${_param:galera_ssl_enabled} |
Vasyl Saienko | 353a538 | 2018-07-06 10:04:04 +0300 | [diff] [blame] | 26 | identity: |
| 27 | region: ${_param:openstack_region} |
Andrey Shestakov | 85a2424 | 2017-06-15 18:45:49 +0300 | [diff] [blame] | 28 | show_multiple_locations: True |