Initial commit

This patch adds initial formula that allow to install Ironic api
and conductor.

Change-Id: I21fe4cd93454ed64277ba6756a591155d0052dc8
diff --git a/tests/pillar/api_single.sls b/tests/pillar/api_single.sls
new file mode 100644
index 0000000..741d92b
--- /dev/null
+++ b/tests/pillar/api_single.sls
@@ -0,0 +1,23 @@
+ironic:
+  api:
+    enabled: true
+    version: mitaka
+    bind:
+      address: '0.0.0.0'
+      port: 6385
+    message_queue:
+      engine: rabbitmq
+      host: '127.0.0.1'
+      port: 5672
+      user: openstack
+      password: workshop
+      virtual_host: '/openstack'
+    database:
+      engine: mysql
+      host: '127.0.0.1'
+      port: 3306
+      name: ironic
+      user: ironic
+      password: workshop
+    identity:
+      engine: 'noauth'