-
Notifications
You must be signed in to change notification settings - Fork 22
Upgrading to 0.8.0
The meta.json
file is no longer supported. You need to provide a template.conf
file instead, which uses HOCON syntax instead of JSON. However, JSON is a subset of HOCON so you don't have to change the content of the file, just rename it to template.conf
and you're good to go.
As we are changing the way templates are rendered, supporting different parameter types, it is no mandatory to specify every parameter and at least its type in the template.conf
.
Thus, old instances which have been created from templates without explicit parameter types in template.conf
have to be converted. You can use script/instances-0.7.0-to-0.8.0_add_types.py
to upgrade those legacy instances and script/templates-0.7.0-to-0.8.0.py
to upgrade templates, respectively. Please create a back-up of your files before running the scripts. Keep in mind that those scripts only work for the filesystem instance storage.
-
broccoli.auth.session.allowMultiLogin
is now called
broccoli.auth.session.allow-multi-login
-
broccoli.auth.allowedFailedLogins
is now called
broccoli.auth.allowed-failed-logins
-
broccol.auth.conf.accounts[].instanceRegex
is now called
broccol.auth.conf.accounts[].instance-regex