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 |
Petr Jediný | 6f169e7 | 2017-07-10 16:10:15 +0200 | [diff] [blame] | 10 | project: |
| 11 | service: |
| 12 | user: |
| 13 | barbican: |
Petr Jediný | 6f169e7 | 2017-07-10 16:10:15 +0200 | [diff] [blame] | 14 | password: ${_param:keystone_barbican_password} |
| 15 | email: ${_param:admin_email} |
Petr Jediný | 9d934b8 | 2017-08-10 23:27:30 +0200 | [diff] [blame] | 16 | roles: |
| 17 | - admin |
| 18 | - creator |
Petr Jediný | 6f169e7 | 2017-07-10 16:10:15 +0200 | [diff] [blame] | 19 | service: |
| 20 | barbican: |
| 21 | type: key-manager |
| 22 | description: OpenStack Key-Manager Service |
| 23 | endpoints: |
| 24 | - region: ${_param:openstack_region} |
| 25 | public_address: ${_param:cluster_public_host} |
| 26 | public_protocol: ${_param:cluster_public_protocol} |
| 27 | public_port: 9311 |
| 28 | public_path: '/' |
| 29 | internal_address: ${_param:barbican_service_host} |
| 30 | internal_port: 9311 |
| 31 | internal_path: '/' |
| 32 | admin_address: ${_param:barbican_service_host} |
| 33 | admin_port: 9311 |
| 34 | admin_path: '/' |