Provisioning overhaul
diff --git a/tests/pillar/control_virt.sls b/tests/pillar/control_virt.sls
new file mode 100644
index 0000000..7ca7e11
--- /dev/null
+++ b/tests/pillar/control_virt.sls
@@ -0,0 +1,32 @@
+salt:
+  control:
+    enabled: true
+    size:
+      small:
+        cpu: 1
+        ram: 1
+        hdd: 10
+      medium:
+        cpu: 2
+        ram: 4
+        hdd: 20
+      large:
+        cpu: 4
+        ram: 8
+        hdd: 70
+    cluster:
+      vpc20_infra:
+        domain: neco.virt.domain.com
+        engine: virt
+        config:
+          engine: salt
+          host: master.domain.com
+        node:
+          ubuntu1:
+            provider: node01.domain.com
+            image: ubuntu.qcow
+            size: medium
+          ubuntu2:
+            provider: node02.domain.com
+            image: bubuntu.qcomw
+            size: small
\ No newline at end of file