Mykyta Karpin | 4a0e443 | 2018-02-09 17:06:13 +0200 | [diff] [blame^] | 1 | parameters: |
| 2 | _param: |
| 3 | cluster_public_protocol: https |
| 4 | gnocchi_service_protocol: http |
| 5 | keystone: |
| 6 | client: |
| 7 | server: |
| 8 | identity: |
| 9 | project: |
| 10 | service: |
| 11 | user: |
| 12 | gnocchi: |
| 13 | is_admin: true |
| 14 | password: ${_param:keystone_gnocchi_password} |
| 15 | email: ${_param:admin_email} |
| 16 | service: |
| 17 | gnocchi: |
| 18 | type: metric |
| 19 | description: OpenStack Metric 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: 8041 |
| 25 | public_path: '/' |
| 26 | internal_address: ${_param:gnocchi_service_host} |
| 27 | internal_port: 8041 |
| 28 | internal_path: '/' |
| 29 | internal_protocol: ${_param:gnocchi_service_protocol} |
| 30 | admin_protocol: ${_param:gnocchi_service_protocol} |
| 31 | admin_address: ${_param:gnocchi_service_host} |
| 32 | admin_port: 8041 |
| 33 | admin_path: '/' |