blob: 69fbc620a92aa0e0e61411b4c467ed508fe8dddf [file] [log] [blame]
Michael Polenchuk8aec2d02018-05-25 17:56:19 +04001parameters:
2 _param:
Michael Polenchuk8aec2d02018-05-25 17:56:19 +04003 tacker_service_protocol: http
4 tacker_public_host: ${_param:cluster_public_host}
5 keystone:
6 client:
7 server:
8 identity:
9 project:
10 service:
11 user:
12 tacker:
sgarbuz5f58dd72019-05-20 14:10:11 +030013 name: ${_param:keystone_tacker_username}
Michael Polenchuk8aec2d02018-05-25 17:56:19 +040014 is_admin: true
15 password: ${_param:keystone_tacker_password}
16 email: ${_param:admin_email}
Oleksandr Shyshkoa3384502019-02-27 13:23:06 +020017 options: ${_param:openstack_service_user_options}
Michael Polenchuk8aec2d02018-05-25 17:56:19 +040018 service:
19 tacker:
20 type: nfv-orchestration
21 description: OpenStack Tacker NFV Orchestrator Service
22 endpoints:
23 - region: ${_param:openstack_region}
24 public_address: ${_param:tacker_public_host}
25 public_protocol: ${_param:cluster_public_protocol}
26 public_port: 9890
27 public_path: '/'
28 internal_address: ${_param:tacker_service_host}
29 internal_port: 9890
30 internal_path: '/'
31 internal_protocol: ${_param:tacker_service_protocol}
32 admin_protocol: ${_param:tacker_service_protocol}
33 admin_address: ${_param:tacker_service_host}
34 admin_port: 9890
35 admin_path: '/'