Add MSB support

The Microservices Bus project has been supported by this change

Change-Id: Id86a0a300b2622ee4b0d362c798c9656cb41fa33
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-358
diff --git a/bootstrap/vagrant-onap/vagrant_utils/postinstall.sh b/bootstrap/vagrant-onap/vagrant_utils/postinstall.sh
index 8bf116d..4a014dc 100755
--- a/bootstrap/vagrant-onap/vagrant_utils/postinstall.sh
+++ b/bootstrap/vagrant-onap/vagrant_utils/postinstall.sh
@@ -20,4 +20,7 @@
     source /var/onap/${serv}
     configure_service ${serv}_serv.sh
     init_${serv}
+    echo "source /var/onap/${serv}" >> ~/.profile
 done
+
+echo "source /var/onap/functions" >> ~/.profile