Current Series Release Notes¶
18.0.0.0rc1-5¶
New Features¶
Added new configuration section
[centralized_scheduler]which contains options to enable centralized scheduler and following options:enabled- Enable centralized schedulerservice_user(required) - Service user ID or name for centralized schedulerservice_user_domain(optional) - ID or Name of the domain where “service_user” is locatedtrusts_delegated_roles- List of roles to be delegated to the service user. By default onlymemberrole will be delegated.
This allows to create trusts for service user to perform actions on behalf of users, when
freezer-schedulerruns in the centralized mode. Users trust ID will be included in response to Jobs API calls, which will allow centralized scheduler to act on behalf of the user.
Upgrade Notes¶
Freezer API now defaults to SQLAlchemy as the storage driver.
Deprecation Notes¶
Elasticsearch DB storage is deprecated and will be removed in the next release. The only supported storage driver is SQLAlchemy.