blob: 44414a8ca1da1cd6c770f2c0f6cb707ee30ace13 [file] [log] [blame]
Alex Savatieiev5118de02019-02-20 15:50:42 -06001# Cfg Checker
Oleksandr Savatieiev0f77e142018-11-23 17:52:01 +01002# Environment file example
3
4# Either open a tunnel from your hosts using
5# 'ssh -L 16969:<cfg-IP>:6969 <user>@<lab-IP>'
6# Or run it from within a cloud
7
Oleksandr Savatieiev0f77e142018-11-23 17:52:01 +01008# Main log file of the tests
Alex Savatieiev5118de02019-02-20 15:50:42 -06009LOGFILE = 'cfg_checker.log'
Oleksandr Savatieiev0f77e142018-11-23 17:52:01 +010010
11# Salt master host to connect to
12SALT_URL=127.0.0.1
13
14# Salt master port.
Alex Savatieievd48994d2018-12-13 12:13:00 +010015# Note that you can safely execute second master (not on production)
Oleksandr Savatieiev0f77e142018-11-23 17:52:01 +010016# on the same cfg node with diferent port and set logging to ALL
17SALT_PORT=16969
18
19# User and password to auth on master. Can be found in /srv/salt/...
20SALT_USER=salt
21SALT_PASSWORD=*****
22
23# default timeout for salt calls
24SALT_TIMEOUT=30
25
26# Folder where salt points its filesystem: salt://
27SALT_FILE_ROOT=/usr/share/salt-formulas/env/
28
29# Subfolder with scripts to be uploaded
30SALT_SCRIPTS_FOLDER=test_scripts
31
32# All nodes list file overide
33SALT_NODE_LIST_FILE=etc/example._list