Petr Jediný | dd6387a | 2017-08-01 15:50:17 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - barbican |
| 3 | classes: |
| 4 | - service.barbican.support |
| 5 | parameters: |
Petr Jediný | 1ff6f56 | 2017-08-09 14:38:09 +0200 | [diff] [blame] | 6 | _param: |
| 7 | keystone_barbican_endpoint_type: internalURL |
Petr Jediný | dd6387a | 2017-08-01 15:50:17 +0200 | [diff] [blame] | 8 | barbican: |
| 9 | server: |
| 10 | enabled: true |
Petr Jediný | 1ff6f56 | 2017-08-09 14:38:09 +0200 | [diff] [blame] | 11 | version: ${_param:barbican_version} |
| 12 | region: ${_param:openstack_region} |
| 13 | host_href: '' |
| 14 | is_proxied: false |
Petr Jediný | dd6387a | 2017-08-01 15:50:17 +0200 | [diff] [blame] | 15 | bind: |
Petr Jediný | 1ff6f56 | 2017-08-09 14:38:09 +0200 | [diff] [blame] | 16 | address: ${_param:single_address} |
| 17 | port: 9311 |
| 18 | admin_port: 9312 |
| 19 | database: |
| 20 | engine: "mysql+pymysql" |
| 21 | host: ${_param:single_address} |
| 22 | port: 3306 |
| 23 | name: barbican |
| 24 | user: barbican |
| 25 | password: ${_param:mysql_barbican_password} |
Petr Jediný | 09886ec | 2017-09-06 22:20:38 +0200 | [diff] [blame^] | 26 | sql_idle_timeout: 180 |
Petr Jediný | 1ff6f56 | 2017-08-09 14:38:09 +0200 | [diff] [blame] | 27 | identity: |
| 28 | engine: keystone |
| 29 | host: ${_param:single_address} |
| 30 | port: 35357 |
| 31 | domain: default |
| 32 | tenant: service |
| 33 | user: barbican |
| 34 | password: ${_param:keystone_barbican_password} |
| 35 | endpoint_type: ${_param:keystone_barbican_endpoint_type} |
| 36 | message_queue: |
| 37 | engine: rabbitmq |
| 38 | host: ${_param:single_address} |
| 39 | port: 5672 |
| 40 | user: openstack |
| 41 | password: ${_param:rabbitmq_openstack_password} |
| 42 | virtual_host: '/openstack' |
| 43 | cache: |
| 44 | members: |
| 45 | - host: ${_param:single_address} |
| 46 | port: 11211 |
| 47 | |