summaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap
AgeCommit message (Collapse)AuthorFilesLines
2017-08-02Fix VFC src_folder variable nameShashank Kumar Shankar1-1/+1
Fix name rc_folder -> src_folder for cloning to work correctly. Change-Id: I39bbb1efa6df8071deedeb457d1e4ee0dabebb66 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2017-08-01Update tox bashate commandNate Potter1-0/+2
Update the bashate find command to not include .pem and .cfg files. Change-Id: I42cd4b1361e4771e52fd9ba5b77b7ffc04e86f11 Signed-off-by: Nate Potter <nathaniel.potter@intel.com>
2017-07-31Update AAI setupVictor Morales5-31/+313
This change includes instructions to setup a development environment for a AAI project provided in the wiki entry: * https://wiki.onap.org/pages/viewpage.action?pageId=10782088 Change-Id: I1e60d6cc1d2fd12c56990aded6f385f11dca5b9c Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-07-31Refactor install_python functionVictor Morales3-4/+19
It was extract the installation of pip packages from the install_python function, this change allows to install python packages isolated. This also includes the manual configuration of java certificates required for maven execution. Change-Id: Iac60d7521101d5c4997f95c16f4decd857cc5c3c Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-07-27Merge "Creates vagrant-libvirt plugin validation"Gary Wu1-0/+4
2017-07-27Creates vagrant-libvirt plugin validationVictor Morales1-0/+4
The vagrant-libvirt plugin was not validated its installation when the user uses this provider. This change pretends to helps the installation process to the end user. Change-Id: I1b040ec72ed2663c3f968baa68b141e31ee6d6c7 Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-07-27Remove duplicated get_repos.sh scriptVictor Morales1-41/+0
The get_repos.sh script is duplicated in two places of vagrant-onap project, this change removes that duplication. Change-Id: Iee278b7051a35c41e6d15af730cbcf8d95b7949e Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-07-27Add tests for Policy reposShashank Kumar Shankar1-0/+44
Add tests for policy repository cloning and compiling. Change-Id: I292ae77cd808f04ab9a4e666af0588fff7912879 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2017-07-26Sync latest changes for vagrant-onapVictor Morales38-202/+2007
Given some internal procedures was not possible to submit all the changes. In the meantime, those changes were placed into an non-official project. This change syncronizes the latest changes into the official repository. Issue-id: INT-17 Change-Id: Ia4125f4b70273401e4ed3cc1908d2e2ad7d1c2e9 Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-06-20Add vagrant-onap projectVictor Morales20-0/+1170
This commit contains the current state of the files and folders imported from github repository[1]. Fixes and features are expected to be implemented in this project. [1] https://github.com/electrocucaracha/vagrant-onap Change-Id: Ib1e8d264e9566c5e44454f5475b5da4638879cb7 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-id: CIMAN-28