Jakub Pavlik | 041d426 | 2017-04-07 13:28:52 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 3 | glare_service_protocol: http |
Jakub Pavlik | 041d426 | 2017-04-07 13:28:52 +0200 | [diff] [blame] | 4 | keystone: |
| 5 | client: |
| 6 | server: |
| 7 | identity: |
| 8 | project: |
| 9 | service: |
| 10 | user: |
| 11 | glance: |
| 12 | is_admin: true |
| 13 | password: ${_param:keystone_glance_password} |
| 14 | email: ${_param:admin_email} |
Oleksandr Shyshko | b508ed4 | 2019-02-27 13:23:06 +0200 | [diff] [blame^] | 15 | options: ${_param:openstack_service_user_options} |
Jakub Pavlik | 041d426 | 2017-04-07 13:28:52 +0200 | [diff] [blame] | 16 | service: |
| 17 | glare: |
| 18 | type: artifact |
| 19 | description: OpenStack Image Artifact Service |
| 20 | endpoints: |
| 21 | - region: ${_param:openstack_region} |
| 22 | public_address: ${_param:cluster_public_host} |
| 23 | public_protocol: ${_param:cluster_public_protocol} |
| 24 | public_port: 9494 |
| 25 | public_path: '' |
| 26 | internal_address: ${_param:glance_service_host} |
| 27 | internal_port: 9494 |
| 28 | internal_path: '' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 29 | internal_protocol: ${_param:glare_service_protocol} |
| 30 | admin_protocol: ${_param:glare_service_protocol} |
Jakub Pavlik | 041d426 | 2017-04-07 13:28:52 +0200 | [diff] [blame] | 31 | admin_address: ${_param:glance_service_host} |
| 32 | admin_port: 9494 |
| 33 | admin_path: '' |
| 34 | |