Hopp til hovedinnhold

Configuration settings

Beta

The features described in this section are currently in beta testing and are subject to change.

To configure the GAP connector, you must create a configuration file with the parameters listed below and the common connector configuration parameters. The file must be in YAML format.

Minimal YAML configuration file

Use the minimal configuration file as a starting point for your configuration settings.

version: 1

cognite:
# The project to connect to in the API, uses the environment variable COGNITE_PROJECT.
project: ${COGNITE_PROJECT

# The API host to connect to example: https://api.cognitedata.com
host: ${COGNITE_HOST}

# This is for Microsoft as IdP, to use a different provider,
# set implementation: Basic, and use token-url instead of tenant.
# See the example config for the full list of options.
idp-authentication:
# Directory tenant
tenant: ${COGNITE_TENANT_ID}
# Application Id
client-id: ${COGNITE_CLIENT_ID}
# Client secret
secret: ${COGNITE_CLIENT_SECRET}
# List of resource scopes, ex:
# scopes:
# - scopeA
# - scopeB
scopes:
- ${COGNITE_SCOPE}

simulator:
name: "GAP"
data-set-id: ${COGNITE_GAP_DATASET}

Simulator

This connector can connect to the PETEX GAP simulator. This is configured in the simulator section of the configuration file.

ParameterDescription
simulator.nameEnter the simulator name. It should always be "GAP" for this connector.
simulator.data-set-idEnter the data set ID to download the model files from.

Automation

This section includes the parameters for configuring the PETEX OpenServer connection. This is configured in the automation section of the configuration file.

ParameterDescription
automation.num-retriesIf any calculation failed because of unavailable licenses, retry the calculation this amount of times.
automation.retry-delaySet the delay in seconds between consecutive tries to connect to PETEX OpenServer.