blob: ac1f48198a0b28b7a59d4c08b14f078e49400c21 [file] [log] [blame]
parameters:
keystone:
server:
tokens:
fernet_sync_nodes_list:
sync_node01:
name: ${_param:openstack_control_node02_hostname}
enabled: True
sync_node02:
name: ${_param:openstack_control_node03_hostname}
enabled: True
fernet_rotation_driver: rsync
credential:
credential_sync_nodes_list:
sync_node01:
name: ${_param:openstack_control_node02_hostname}
enabled: True
sync_node02:
name: ${_param:openstack_control_node03_hostname}
enabled: True
credential_rotation_driver: rsync
linux:
system:
job:
keystone_fernet_rotate_rsync:
command: '/var/lib/keystone/keystone_keys_rotate.sh -r -s -t fernet >> /var/log/keystone/keystone-rotate.log 2>> /var/log/keystone/keystone-rotate.log'
enabled: true
user: keystone
minute: 0
keystone_credential_rotate_rsync:
command: '/var/lib/keystone/keystone_keys_rotate.sh -r -s -t credential >> /var/log/keystone/keystone-rotate.log 2>> /var/log/keystone/keystone-rotate.log'
enabled: true
user: keystone
hour: 0
minute: 0