Refactor,update images

  * Switch ubuntu|salt-stack to fetch from mirror.mirantis.com/proposed
  * ubuntu-16-04 - add openstack builder[inactive stub]
  * add info.sh - and enable it in mirror and ubuntu16
  * Drop mcp salt repos - we don't use them for build
  * switch to release-20180306 ubuntu cloud image

Change-Id: Ic45db3fd2579262b055ecdc54b27a16a837c2dd4
diff --git a/common/ubuntu_cleanup.sh b/common/ubuntu_cleanup.sh
index 857c7d9..f043e26 100644
--- a/common/ubuntu_cleanup.sh
+++ b/common/ubuntu_cleanup.sh
@@ -1,4 +1,5 @@
 #!/bin/bash -xe
+
 apt-get -y autoremove --purge
 apt-get -y clean
 rm -rf /var/lib/apt/lists/*
@@ -24,4 +25,8 @@
 rm -f /etc/salt/minion_id || true
 
 echo "cleaning up resolvconf"
-sed -i '/172\.18\.208\.44/d' /etc/resolvconf/resolv.conf.d/base
\ No newline at end of file
+sed -i '/172\.18\.208\.44/d' /etc/resolvconf/resolv.conf.d/base
+
+# Clear\drop cache's
+sync
+echo 3 > /proc/sys/vm/drop_caches