Skip to the content.

Tutorial: Load configuration

This page guide you through loading your configuration into the configuration repository.

Pre-requisites

Load configuration

We will load the configuration file into the configuration repository as follows:

Linux/Mac

./iesi-metadata.sh -load -type general

Windows

./iesi-metadata.cmd -load -type general

This process is universal for all configuration types: environments, connections, scripts, etc.

Option -type (type) value = general
metadata.launcher.start

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Option -load (load) selected

2019-04-03 10:02:22,893 INFO  [iesi] - metadata.load.start
2019-04-03 10:02:22,905 INFO  [iesi] - metadata.file=<file.ext>
2019-04-03 10:02:23,158 INFO  [iesi] - metadata.load.end
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

metadata.launcher.end

Recap

We have now loaded configuration files into the configuration repository. This configuration can now be used by the framework.