Michael Polenchuk | 8aec2d0 | 2018-05-25 17:56:19 +0400 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
Michael Polenchuk | 8aec2d0 | 2018-05-25 17:56:19 +0400 | [diff] [blame] | 3 | tacker_service_protocol: http |
| 4 | tacker_public_host: ${_param:cluster_public_host} |
| 5 | keystone: |
| 6 | client: |
| 7 | resources: |
| 8 | v3: |
| 9 | users: |
| 10 | tacker: |
sgarbuz | 5f58dd7 | 2019-05-20 14:10:11 +0300 | [diff] [blame] | 11 | name: ${_param:keystone_tacker_username} |
Michael Polenchuk | 8aec2d0 | 2018-05-25 17:56:19 +0400 | [diff] [blame] | 12 | password: ${_param:keystone_tacker_password} |
| 13 | email: ${_param:admin_email} |
Oleksandr Shyshko | a338450 | 2019-02-27 13:23:06 +0200 | [diff] [blame] | 14 | options: ${_param:openstack_service_user_options} |
Michael Polenchuk | 8aec2d0 | 2018-05-25 17:56:19 +0400 | [diff] [blame] | 15 | roles: |
| 16 | service_admin: |
| 17 | name: admin |
| 18 | project_id: service |
| 19 | service: |
| 20 | tacker: |
| 21 | type: nfv-orchestration |
| 22 | description: OpenStack Tacker NFV Orchestrator Service |
| 23 | endpoints: |
| 24 | tacker_public: |
| 25 | interface: 'public' |
| 26 | url: ${_param:cluster_public_protocol}://${_param:tacker_public_host}:9890/ |
| 27 | region: ${_param:openstack_region} |
| 28 | tacker_internal: |
| 29 | interface: 'internal' |
| 30 | url: ${_param:tacker_service_protocol}://${_param:tacker_service_host}:9890/ |
| 31 | region: ${_param:openstack_region} |
| 32 | tacker_admin: |
| 33 | interface: 'admin' |
| 34 | url: ${_param:tacker_service_protocol}://${_param:tacker_service_host}:9890/ |
| 35 | region: ${_param:openstack_region} |