Addressed comments from reviewers from the last commit. Cleaned up color
coding in the installer messages. Added explicit command line parsing to
support future arguments. Lowered the privilage of the user that starts
the cluster services.
Change-Id: Ia287890548bfc9096e1919641b2f4c1f39f443e2
diff --git a/install/cleanup.sh b/install/cleanup.sh
index f1e4a68..4282846 100755
--- a/install/cleanup.sh
+++ b/install/cleanup.sh
@@ -4,7 +4,7 @@
rm -f ansible/roles/voltha/templates/daemon.json
rm -fr volthaInstaller-2/
rm -fr volthaInstaller/
-rm -f ansible/volthainstall.retry
+rm -f ansible/*.retry
rm -fr .test
rm -f key.pem
sed -i -e '/voltha_containers:/,$d' ansible/group_vars/all