Skip to content

Configuration in the FSI Accelerator

This page provide the steps to configure the FSI Accelerator.

In general, adjustable configuration has been consolidated into a single configuration file for each assembly/package. For the fsi-lib package, this configuration is found in the fsi.config.q file. For other assemblies/packages, the equivalent file is highlighted in the relevant section of the documentation. Any configuration adjustments should be made before deploying any assemblies.

The steps to adjust configuration in the fsi-lib package are:

  • unpack the fsi-lib package
  • edit the src/fsi.config.q file and update the configuration/variables to the desired values
  • re-package the fsi-lib package
  • push the fsi-lib package
  • bounce the aggregators and resource-coordinators

The steps are the same for the other packages in the FSI Accelerator.

Refer to the customization documentation for the commands to unpack and re-pack a package.

Refer to the deployment documentation for the commands to push a package and bounce aggregators/resource-coordinators.

Changing configuration via a custom package

Alternatively, in many cases the configuration can be adjusted by including variables in a custom package. Where this is possible, it is highlighted in the applicable section of documentation. Refer to adding custom configuration or code for instructions on how to create and load a custom package.