blob: c965e6fb95c9ffcd6838baaf4d15ca50c7b753f7 [file] [log] [blame]
Vasyl Saienko572d6412018-06-11 13:38:34 +03001classes:
2- system.keystone.client.os_client_config.admin_identity
Jakub Pavlik8c3d0892017-06-08 09:59:24 +02003parameters:
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02004 _param:
5 keystone_service_protocol: http
Oleksii Grudevcd176b72018-08-27 10:44:53 +03006###TODO: the section below should be removed in the future together with same related changes in cookiecutter-templates (control_init.yml)
Jakub Pavlik8c3d0892017-06-08 09:59:24 +02007 linux:
8 system:
9 job:
10 keystone_job_rotate:
11 command: '/usr/bin/keystone-manage fernet_rotate --keystone-user keystone --keystone-group keystone >> /var/log/key_rotation_log 2>> /var/log/key_rotation_log'
Oleksii Grudevcd176b72018-08-27 10:44:53 +030012 enabled: false
Jakub Pavlik8c3d0892017-06-08 09:59:24 +020013 user: root
14 minute: 0
15 keystone:
16 client:
17 enabled: true
18 server:
19 identity:
20 admin:
21 host: ${_param:keystone_service_host}
22 port: 35357
23 token: ${_param:keystone_service_token}
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020024 protocol: ${_param:keystone_service_protocol}
Jakub Pavlik8c3d0892017-06-08 09:59:24 +020025 roles:
26 - admin
27 - Member
28 project:
29 service:
30 description: "OpenStack Service tenant"
31 admin:
32 description: "OpenStack Admin tenant"
33 user:
34 admin:
35 is_admin: true
36 password: ${_param:keystone_admin_password}
37 email: ${_param:admin_email}
Oleksandr Shyshkob508ed42019-02-27 13:23:06 +020038 options: ${_param:openstack_service_user_options}
Elena Ezhovab28d41f2017-07-03 17:09:04 +040039 admin_identity:
40 admin:
41 user: admin
42 password: ${_param:keystone_admin_password}
43 project: admin
44 host: ${_param:keystone_service_host}
45 port: 5000
46 region_name: ${_param:openstack_region}
Adam Tengler8dbae252017-07-11 16:43:18 +020047 use_keystoneauth: true
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020048 protocol: ${_param:keystone_service_protocol}