blob: 0d16295379254d3f488300d8c363f1c97405c29c [file] [log] [blame]
Alexe67127e2022-10-03 14:42:30 -05001# Main log file of the tests
2MCP_LOGFILE = 'client-cfg-check.log'
3# SSH is used when environment is not local to get salt password
4# in order set options and user for the ssh,
5# please, use ~/.ssh/config
6# SSH hostname of salt/k8s master node
7MCP_SSH_KEY=/artifacts/envs/node.key
8MCP_SSH_USER=mcc-user
9MCP_SSH_HOST=ip_address
10MCP_ENV_HOST=ip_address
11### K8s section
12# All vars start with KUBE
13KUBE_CONFIG_ROOT=/root
14KUBE_SCRIPTS_FOLDER=cfg-checker-scripts
15KUBE_NODE_USER=mcc-user
16KUBE_NODE_KEYPATH=/artifacts/envs/node.key