Add smoke tests support for REL4 (lightweight)

Change-Id: I5b0d9b3c8578510e8e3fb7002b0a9c573479bed6
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh
index 93a1112..a92e1ba 100755
--- a/installers/full_install_osm.sh
+++ b/installers/full_install_osm.sh
@@ -659,8 +659,8 @@
     if [ ! -f /etc/osm/docker/ro.env ]; then
         echo "RO_DB_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}" |sudo tee /etc/osm/docker/ro.env
     fi
-    echo "OS_NOTIFIER_URI=http://${DEFAULT_IP}:8662" |sudo tee ${OSM_DEVOPS}/installers/docker/mon.env
-    cmp_overwrite ${OSM_DEVOPS}/installers/docker/mon.env /etc/osm/docker/mon.env
+    echo "OS_NOTIFIER_URI=http://${DEFAULT_IP}:8662" |tee /tmp/mon.env
+    cmp_overwrite /tmp/mon.env /etc/osm/docker/mon.env
     echo "Finished generation of docker env files"
 }