summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-07-26 08:46:47 +0300
committerLars Wirzenius <liw@liw.fi>2019-07-26 08:46:47 +0300
commit9ab5278dbb7e9e895648488c836d52033201de9c (patch)
treeede9f77811209a3fe91ae613af9080a3cc0feadc
parentbb5762116b8e0632fa2bb0238c29f24ddd24178b (diff)
downloadick2-ansible-9ab5278dbb7e9e895648488c836d52033201de9c.tar.gz
Add: icktest VM specs for testing Ick
-rw-r--r--hosts.icktest0
-rw-r--r--icktest.hz8
2 files changed, 8 insertions, 0 deletions
diff --git a/hosts.icktest b/hosts.icktest
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/hosts.icktest
diff --git a/icktest.hz b/icktest.hz
new file mode 100644
index 0000000..f49ed74
--- /dev/null
+++ b/icktest.hz
@@ -0,0 +1,8 @@
+defaults:
+ type: cx11
+ image: debian-9
+hosts:
+ - name: ick
+ groups: [ickhost, controller]
+ - name: worker1
+ groups: [workers, ickhost]