commit | 9d205bc0a4ec67b6b97cd5f6de07eba8eb835fd9 | [log] [tgz] |
---|---|---|
author | Victor Morales <victor.morales@intel.com> | Fri Dec 01 17:52:07 2017 -0800 |
committer | Victor Morales <victor.morales@intel.com> | Fri Dec 01 17:52:07 2017 -0800 |
tree | ccd7a56a9bbf6e0f80d1e360d977ef022f181886 | |
parent | e62aae6b5d079c5175441686d49364b71741f6d9 [diff] [blame] |
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