blob: 1a65afda0a9b250cdb21d45e4a6fc61f44306a22 [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001classes:
2- system.keystone.client.v3.service.barbican
Petr Jediný6f169e72017-07-10 16:10:15 +02003parameters:
4 _param:
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02005 barbican_service_protocol: http
Petr Jediný6f169e72017-07-10 16:10:15 +02006 keystone:
7 client:
8 server:
9 identity:
Petr Jediný9d934b82017-08-10 23:27:30 +020010 roles:
11 - creator
Oleg Iurchenko343bef22017-10-13 19:28:25 +030012 - key-manager:service-admin
Petr Jediný6f169e72017-07-10 16:10:15 +020013 project:
14 service:
15 user:
16 barbican:
Petr Jediný6f169e72017-07-10 16:10:15 +020017 password: ${_param:keystone_barbican_password}
18 email: ${_param:admin_email}
Oleksandr Shyshkob508ed42019-02-27 13:23:06 +020019 options: ${_param:openstack_service_user_options}
Petr Jediný9d934b82017-08-10 23:27:30 +020020 roles:
21 - admin
22 - creator
Oleg Iurchenko343bef22017-10-13 19:28:25 +030023 - key-manager:service-admin
Petr Jediný6f169e72017-07-10 16:10:15 +020024 service:
25 barbican:
26 type: key-manager
27 description: OpenStack Key-Manager Service
28 endpoints:
29 - region: ${_param:openstack_region}
30 public_address: ${_param:cluster_public_host}
31 public_protocol: ${_param:cluster_public_protocol}
32 public_port: 9311
33 public_path: '/'
34 internal_address: ${_param:barbican_service_host}
35 internal_port: 9311
36 internal_path: '/'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020037 internal_protocol: ${_param:barbican_service_protocol}
Petr Jediný6f169e72017-07-10 16:10:15 +020038 admin_address: ${_param:barbican_service_host}
39 admin_port: 9311
40 admin_path: '/'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020041 admin_protocol: ${_param:barbican_service_protocol}