Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.keystone.client.v3.service.barbican |
Petr Jediný | 6f169e7 | 2017-07-10 16:10:15 +0200 | [diff] [blame] | 3 | parameters: |
| 4 | _param: |
| 5 | cluster_public_protocol: https |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 6 | barbican_service_protocol: http |
Petr Jediný | 6f169e7 | 2017-07-10 16:10:15 +0200 | [diff] [blame] | 7 | keystone: |
| 8 | client: |
| 9 | server: |
| 10 | identity: |
Petr Jediný | 9d934b8 | 2017-08-10 23:27:30 +0200 | [diff] [blame] | 11 | roles: |
| 12 | - creator |
Oleg Iurchenko | 343bef2 | 2017-10-13 19:28:25 +0300 | [diff] [blame] | 13 | - key-manager:service-admin |
Petr Jediný | 6f169e7 | 2017-07-10 16:10:15 +0200 | [diff] [blame] | 14 | project: |
| 15 | service: |
| 16 | user: |
| 17 | barbican: |
Petr Jediný | 6f169e7 | 2017-07-10 16:10:15 +0200 | [diff] [blame] | 18 | password: ${_param:keystone_barbican_password} |
| 19 | email: ${_param:admin_email} |
Petr Jediný | 9d934b8 | 2017-08-10 23:27:30 +0200 | [diff] [blame] | 20 | roles: |
| 21 | - admin |
| 22 | - creator |
Oleg Iurchenko | 343bef2 | 2017-10-13 19:28:25 +0300 | [diff] [blame] | 23 | - key-manager:service-admin |
Petr Jediný | 6f169e7 | 2017-07-10 16:10:15 +0200 | [diff] [blame] | 24 | service: |
| 25 | barbican: |
| 26 | type: key-manager |
| 27 | description: OpenStack Key-Manager Service |
| 28 | endpoints: |
| 29 | - region: ${_param:openstack_region} |
| 30 | public_address: ${_param:cluster_public_host} |
| 31 | public_protocol: ${_param:cluster_public_protocol} |
| 32 | public_port: 9311 |
| 33 | public_path: '/' |
| 34 | internal_address: ${_param:barbican_service_host} |
| 35 | internal_port: 9311 |
| 36 | internal_path: '/' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 37 | internal_protocol: ${_param:barbican_service_protocol} |
Petr Jediný | 6f169e7 | 2017-07-10 16:10:15 +0200 | [diff] [blame] | 38 | admin_address: ${_param:barbican_service_host} |
| 39 | admin_port: 9311 |
| 40 | admin_path: '/' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 41 | admin_protocol: ${_param:barbican_service_protocol} |