Initial version of the k0rdent toolset
Main changes:
* fixed init-workspace.sh to be executed on k0rdent
* fixed running of cfg-checker for nets and pings
* removed some openstack-related scripts
* created the Dockerfile docker-container-toolset-full
Related-PROD: K0RQA-15
Change-Id: Ib57a3b2a1d47e3a0f48951eb3def71839322a46d
diff --git a/k8s/workspace/mgmt-checker.env b/k8s/workspace/mgmt-checker.env
new file mode 100644
index 0000000..667fcfb
--- /dev/null
+++ b/k8s/workspace/mgmt-checker.env
@@ -0,0 +1,16 @@
+# Main log file of the tests
+MCP_LOGFILE = 'client-cfg-check.log'
+# SSH is used when environment is not local to get salt password
+# in order set options and user for the ssh,
+# please, use ~/.ssh/config
+# SSH hostname of salt/k8s master node
+MCP_SSH_KEY=/artifacts/envs/node.key
+MCP_SSH_USER=ubuntu
+MCP_SSH_HOST=ip_address
+MCP_ENV_HOST=ip_address
+### K8s section
+# All vars start with KUBE
+KUBE_CONFIG_ROOT=/root
+KUBE_SCRIPTS_FOLDER=cfg-checker-scripts
+KUBE_NODE_USER=ubuntu
+KUBE_NODE_KEYPATH=/artifacts/envs/node.key