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