add kubespray to the XTesting as it provides newer version of kubenetes and can be...
[it/test.git] / XTesting / kubespray / inventory / local / hosts.ini
diff --git a/XTesting/kubespray/inventory/local/hosts.ini b/XTesting/kubespray/inventory/local/hosts.ini
new file mode 100644 (file)
index 0000000..4a6197e
--- /dev/null
@@ -0,0 +1,14 @@
+node1 ansible_connection=local local_release_dir={{ansible_env.HOME}}/releases
+
+[kube_control_plane]
+node1
+
+[etcd]
+node1
+
+[kube_node]
+node1
+
+[k8s_cluster:children]
+kube_node
+kube_control_plane