Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 3 | aodh_service_protocol: http |
| 4 | aodh_public_host: ${_param:cluster_public_host} |
| 5 | keystone: |
| 6 | client: |
| 7 | resources: |
| 8 | v3: |
| 9 | cloud_name: 'admin_identity' |
| 10 | users: |
| 11 | aodh: |
| 12 | password: ${_param:keystone_aodh_password} |
| 13 | email: ${_param:admin_email} |
| 14 | roles: |
| 15 | service_admin: |
| 16 | name: admin |
| 17 | project_id: service |
| 18 | services: |
| 19 | aodh: |
| 20 | type: alarming |
| 21 | description: OpenStack Alarming Service |
| 22 | endpoints: |
| 23 | aodh_public: |
| 24 | interface: 'public' |
| 25 | region: ${_param:openstack_region} |
| 26 | url: ${_param:cluster_public_protocol}://${_param:aodh_public_host}:8042/ |
| 27 | aodh_internal: |
| 28 | interface: 'internal' |
| 29 | region: ${_param:openstack_region} |
| 30 | url: ${_param:aodh_service_protocol}://${_param:aodh_service_host}:8042/ |
| 31 | aodh_admin: |
| 32 | interface: 'admin' |
| 33 | region: ${_param:openstack_region} |
| 34 | url: ${_param:aodh_service_protocol}://${_param:aodh_service_host}:8042/ |