aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/CONTRIBUTING.md
AgeCommit message (Collapse)AuthorFilesLines
2017-08-15Fix run.sh argumentsVictor Morales1-1/+1
The run.sh script had some issues to process the arguments into a specific order. Change-Id: I9c10bbf9aa10e133bfdecc67eb013c839039bc90 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-97
2017-08-15Add warnings and options to Run.ps1Victor Morales1-4/+4
This change add the same options and messages that was included in 8a0c9450a19892d4254e2b69d04f3b84007b700b Change-Id: I612dc3c3f679797c271ee3f452454e833c2b2aba Issue-Id: INT-97 Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-08-14Add warnings and options to run.shNate Potter1-4/+4
Adds a warning to run.sh informing the user that the contents of their /opt folder will be deleted by the test. Also adds option parsing, -y for skipping the prompt, -s for test suite selection, -c for test case selection, as well as -h for displaying help for the program. Change-Id: I888350d31839bd6db91a497a04ae3308af5329e9 Issue-Id: INT-97 Signed-off-by: Nate Potter <nathaniel.potter@intel.com>
2017-08-09Improve vagrant-onap documentationVictor Morales1-1/+1
It was added the process to create documentation thru sphinx tool. Now it's possible to generate all the documentation locally running: $ tox -e docs Lastly, the installation guide was included as a reference to different methods to install requirements. Change-Id: Id0b277d605cf83ddbde54ecd9f4648e1f89023c3 Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-08-08Create a Run.ps1 scriptVictor Morales1-0/+5
It was created the Run.ps1 helper script. Windows users can create VMs through this script without having to setup environment variables Change-Id: I5e8e25d3991cbea3d753afad370c07075ba9cb0e Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-07-26Sync latest changes for vagrant-onapVictor Morales1-0/+25
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>