Deployment Configuration¶
This section describes the configuration of the CLOE modeler. It is recommended to follow the configuration for the automated Terraform Setup. For the manual configuration of the build-pipeline see the Azure DevOps section below.
Terraform Setup¶
In the config file of the Terraform Setup
you find the configuration for the CLOE modeler under the cloe_modules block:
The CLOE modeler does not require any additional parameters to be configured for
the Terraform setup. Nevertheless, make sure to add <env>: {} for each
environment to the config, where <env> is the key for your environment, e.g.
dev - otherwise, the Terraform setup will not work.
Azure DevOps¶
Open your build-pipeline definition and change the following values:
-
Stage BuildCLOEArtifact:
- Configure the highlighted parameters:
- If you work in a customers DevOps you need to change the path to the CLOE Pipeline Templates Repository by changing the template path.
- If you do not use the recommended folder structure, you can change the path to the CLOE Model by changing the cliArgs. Just change the highlighted line to your CLOE model path.
-
Stage Commit:
- Change the highlighted parameters:
Parameters commit - Specify the DevOps environment to be used e.g. "DEV".
- Specify the Branch on which you want to make your commits.
- Enter the repository path where the exec_sql JSON should be stored.