blob: e1c7019126b2069ce70e7f7775ee44c33c812fcb [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:
13 is_admin: true
14 password: ${_param:keystone_tacker_password}
15 email: ${_param:admin_email}
Oleksandr Shyshkoa3384502019-02-27 13:23:06 +020016 options: ${_param:openstack_service_user_options}
Michael Polenchuk8aec2d02018-05-25 17:56:19 +040017 service:
18 tacker:
19 type: nfv-orchestration
20 description: OpenStack Tacker NFV Orchestrator Service
21 endpoints:
22 - region: ${_param:openstack_region}
23 public_address: ${_param:tacker_public_host}
24 public_protocol: ${_param:cluster_public_protocol}
25 public_port: 9890
26 public_path: '/'
27 internal_address: ${_param:tacker_service_host}
28 internal_port: 9890
29 internal_path: '/'
30 internal_protocol: ${_param:tacker_service_protocol}
31 admin_protocol: ${_param:tacker_service_protocol}
32 admin_address: ${_param:tacker_service_host}
33 admin_port: 9890
34 admin_path: '/'