21 lines
926 B
ReStructuredText
21 lines
926 B
ReStructuredText
=============
|
|
Configuration
|
|
=============
|
|
|
|
There is default configuration file ``config.yaml``, which is used by the scripts by default.
|
|
If you wish to keep several configuration files, that is possible - just copy it and explicitly provide the name of it once you launch a script (``--config`` option).
|
|
|
|
Here is the description of available parameters in configuration file:
|
|
|
|
* **ssh** parameters of *SSH*
|
|
|
|
* **opts** parameters to send to ssh command directly (recommended to leave at default)
|
|
* **vars** environment variables to set for SSH
|
|
|
|
* **fuelip** the IP address of the master node in the environment
|
|
* **rqdir** the path of *rqdir*, the directory containing info about commands to execute and logs to gather
|
|
* **out-dir** directory to store output data
|
|
* **timeout** timeout for SSH commands in seconds
|
|
|
|
Once you are done with the configuration, you might want to familiarize yourself with :doc:`Usage </usage>`.
|