Multiple updates. Converted many of the Yaml files from "dos" format to
"unix" format. Finalized the creation of the final installer file set
that can be copied to a USB Flash drive or other removable media.
Updated the config file with comments to make it more user friendly.
Deleted ansible files that were no longer needed. This update continues
to address the requirements laid out by Jira VOL-6.
Change-Id: I7434d2ec01768121e8d2ec50bb633c515281b37a
diff --git a/install/install.cfg b/install/install.cfg
index 4e76718..80bbc67 100644
--- a/install/install.cfg
+++ b/install/install.cfg
@@ -1,2 +1,5 @@
-# List of hosts that will make up the voltha cluster
-# hosts="192.168.121.140 192.168.121.13 192.168.121.238"
+# Configure the hosts that will make up the cluster
+# hosts="192.168.121.195 192.168.121.2 192.168.121.215"
+#
+# Configure the user name to initilly log into those hosts as.
+# iUser="vagrant"