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: |
sgarbuz | 5f58dd7 | 2019-05-20 14:10:11 +0300 | [diff] [blame] | 12 | name: ${_param:keystone_aodh_username} |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 13 | password: ${_param:keystone_aodh_password} |
| 14 | email: ${_param:admin_email} |
Oleksandr Shyshko | a338450 | 2019-02-27 13:23:06 +0200 | [diff] [blame] | 15 | options: ${_param:openstack_service_user_options} |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 16 | roles: |
| 17 | service_admin: |
| 18 | name: admin |
| 19 | project_id: service |
| 20 | services: |
| 21 | aodh: |
| 22 | type: alarming |
| 23 | description: OpenStack Alarming Service |
| 24 | endpoints: |
| 25 | aodh_public: |
| 26 | interface: 'public' |
| 27 | region: ${_param:openstack_region} |
| 28 | url: ${_param:cluster_public_protocol}://${_param:aodh_public_host}:8042/ |
| 29 | aodh_internal: |
| 30 | interface: 'internal' |
| 31 | region: ${_param:openstack_region} |
| 32 | url: ${_param:aodh_service_protocol}://${_param:aodh_service_host}:8042/ |
| 33 | aodh_admin: |
| 34 | interface: 'admin' |
| 35 | region: ${_param:openstack_region} |
| 36 | url: ${_param:aodh_service_protocol}://${_param:aodh_service_host}:8042/ |