Alex | e67127e | 2022-10-03 14:42:30 -0500 | [diff] [blame^] | 1 | # Main log file of the tests |
| 2 | MCP_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 |
| 7 | MCP_SSH_KEY=/artifacts/envs/node.key |
| 8 | MCP_SSH_USER=mcc-user |
| 9 | MCP_SSH_HOST=ip_address |
| 10 | MCP_ENV_HOST=ip_address |
| 11 | ### K8s section |
| 12 | # All vars start with KUBE |
| 13 | KUBE_CONFIG_ROOT=/root |
| 14 | KUBE_SCRIPTS_FOLDER=cfg-checker-scripts |
| 15 | KUBE_NODE_USER=mcc-user |
| 16 | KUBE_NODE_KEYPATH=/artifacts/envs/node.key |