Initial commit of the voltha installer. There are several things that
need to be cleaned up but the installer is fully functional in test
mode and creates 3 non-clustered VMs with identical voltha installs
until such time as HA is ready. Once HA is ready, the scripts will be
modified to deploy the full HA cluster.
This update partially addresses Epic VOL-6.

Made changes requested by the reviewers.

Change-Id: I083239e1f349136d2ec1e51e09391da341177076
diff --git a/install/ansible/voltha.yml b/install/ansible/voltha.yml
new file mode 100644
index 0000000..2dbfaf1
--- /dev/null
+++ b/install/ansible/voltha.yml
@@ -0,0 +1,12 @@
+- hosts: cluster
+  remote_user: voltha
+  serial: 1
+  vars:
+    target: cluster
+  roles:
+    - common
+    - voltha
+    - docker
+    - docker-compose
+    - pull-images
+    - java