Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.keystone.client.v3.service.gnocchi |
Mykyta Karpin | 4a0e443 | 2018-02-09 17:06:13 +0200 | [diff] [blame] | 3 | parameters: |
| 4 | _param: |
Mykyta Karpin | 4a0e443 | 2018-02-09 17:06:13 +0200 | [diff] [blame] | 5 | gnocchi_service_protocol: http |
Mykyta Karpin | 85ea0da | 2018-03-13 18:42:59 +0200 | [diff] [blame] | 6 | gnocchi_public_host: ${_param:cluster_public_host} |
Michal Kobus | de1192c | 2018-09-13 16:32:18 +0200 | [diff] [blame] | 7 | gnocchi_public_port: 8041 |
| 8 | gnocchi_public_path: '/' |
Mykyta Karpin | 4a0e443 | 2018-02-09 17:06:13 +0200 | [diff] [blame] | 9 | keystone: |
| 10 | client: |
| 11 | server: |
| 12 | identity: |
| 13 | project: |
| 14 | service: |
| 15 | user: |
| 16 | gnocchi: |
sgarbuz | b2ce7cb | 2019-06-27 14:28:37 +0300 | [diff] [blame] | 17 | name: ${_param:keystone_gnocchi_username} |
Mykyta Karpin | 4a0e443 | 2018-02-09 17:06:13 +0200 | [diff] [blame] | 18 | is_admin: true |
| 19 | password: ${_param:keystone_gnocchi_password} |
| 20 | email: ${_param:admin_email} |
Oleksandr Shyshko | b508ed4 | 2019-02-27 13:23:06 +0200 | [diff] [blame] | 21 | options: ${_param:openstack_service_user_options} |
Mykyta Karpin | 4a0e443 | 2018-02-09 17:06:13 +0200 | [diff] [blame] | 22 | service: |
| 23 | gnocchi: |
| 24 | type: metric |
| 25 | description: OpenStack Metric Service |
| 26 | endpoints: |
| 27 | - region: ${_param:openstack_region} |
Mykyta Karpin | 85ea0da | 2018-03-13 18:42:59 +0200 | [diff] [blame] | 28 | public_address: ${_param:gnocchi_public_host} |
Mykyta Karpin | 4a0e443 | 2018-02-09 17:06:13 +0200 | [diff] [blame] | 29 | public_protocol: ${_param:cluster_public_protocol} |
Michal Kobus | de1192c | 2018-09-13 16:32:18 +0200 | [diff] [blame] | 30 | public_port: ${_param:gnocchi_public_port} |
| 31 | public_path: ${_param:gnocchi_public_path} |
Mykyta Karpin | 4a0e443 | 2018-02-09 17:06:13 +0200 | [diff] [blame] | 32 | internal_address: ${_param:gnocchi_service_host} |
| 33 | internal_port: 8041 |
| 34 | internal_path: '/' |
| 35 | internal_protocol: ${_param:gnocchi_service_protocol} |
| 36 | admin_protocol: ${_param:gnocchi_service_protocol} |
| 37 | admin_address: ${_param:gnocchi_service_host} |
| 38 | admin_port: 8041 |
| 39 | admin_path: '/' |