VOL-241 VOL-239 VOL-257 VOL-258 This update solves multiple problems
and cleans up the ansible tree somewhat.
VOL-241 Removes the error messages during dependent software installation
VOL-239 Removes the dependency on apt-get -y -f
VOL-257 Adds a config file to specify the docker containers required for
        a production deployment of vOLT-HA
VOL-258 Adds error checking after the voltha VM executes the vOLT-HA
        build to stop on errors rather than continuing and having the
        installer fail much later when docker containers are missing.
- General cleanup of the ansible tree.
  - Removal of ansible centos conditionals since they're not required.
  - Removal of the check for puppet and chef, not required.
- Adds a cleanup script that will remove temporary files added
  during an install so they don't get submitted to the repo by
  accident.

Note there are lots of commented out lines in the ansible scripts.
These will be removed in a subsequent update.

Change-Id: I92da352408dbfed1a05d13a1e10003f169be6a66
diff --git a/install/containers.cfg b/install/containers.cfg
new file mode 100644
index 0000000..a9ffbbb
--- /dev/null
+++ b/install/containers.cfg
@@ -0,0 +1,15 @@
+voltha_containers:
+  - voltha/grafana:latest
+  - cord/vcli:latest
+  - cord/dashd:latest
+  - cord/shovel:latest
+  - cord/netconf:latest
+  - cord/ofagent:latest
+  - cord/chameleon:latest
+  - cord/voltha:latest
+  - cord/voltha-base:latest
+  - fluent/fluentd:latest
+  - consul:latest
+  - wurstmeister/kafka:latest
+  - zookeeper:latest
+  - gliderlabs/registrator:master