blob: 3d785efd5c9fa3feeedccd0f6aef20c9d5c4d0c3 [file] [log] [blame]
Alexf3dbe862019-10-07 15:17:04 -05001# Cfg Checker
2# 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
8# Main log file of the tests
Alex9a4ad212020-10-01 18:04:25 -05009MCP_LOGFILE = 'qa-lab.log'
Alexf3dbe862019-10-07 15:17:04 -050010
11# SSH is used when environment is not local to get salt password
12# in order set options and user for the ssh,
13# please, use ~/.ssh/config
14# SSH hostname of salt master node
Alex9a4ad212020-10-01 18:04:25 -050015MCP_SSH_KEY=/Users/savex/.ssh/id_rsa
16MCP_SSH_USER=osavatieiev
17MCP_SSH_HOST=172.16.242.122
Alexf3dbe862019-10-07 15:17:04 -050018
19# Salt master host to connect to
Alex9a4ad212020-10-01 18:04:25 -050020MCP_ENV_HOST=172.16.242.122
Alexf3dbe862019-10-07 15:17:04 -050021# Salt master port.
22# Note that you can safely execute second master (not on production)
23# on the same cfg node with diferent port and set logging to ALL
Alex9a4ad212020-10-01 18:04:25 -050024MCP_SALT_PORT=6969
Alexf3dbe862019-10-07 15:17:04 -050025
26# User and password to auth on master. Can be found in /srv/salt/...
27SALT_USER=salt
28
29# default timeout for salt calls
30SALT_TIMEOUT=30
31
32# Folder where salt points its filesystem: salt://
33SALT_FILE_ROOT=/usr/share/salt-formulas/env/
34
35# Subfolder with scripts to be uploaded
36SALT_SCRIPTS_FOLDER=test_scripts
37
38# All nodes list file overide
39SALT_NODE_LIST_FILE=etc/qa-lab.list