CORD-912
OpenCloud support

Change-Id: I170597cacd76c84c795a7bf4c8e77e068ebcd72a
diff --git a/inventory/opencloud b/inventory/opencloud
new file mode 100644
index 0000000..96d3bcf
--- /dev/null
+++ b/inventory/opencloud
@@ -0,0 +1,19 @@
+; opencloud-in-a-box inventory
+
+[all:vars]
+cord_profile=opencloud
+virtual_install=True
+
+[config]
+localhost ansible_connection=local
+
+[head]
+head1
+
+[compute]
+compute1
+compute2
+
+[build]
+localhost connection=local
+