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