aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2018-10-18Merge "Upgrade setup.sh"Gary Wu1-18/+72
2018-10-18Upgrade setup.shVictor Morales1-18/+72
The setup.sh bash script install vagrant dependencies for this project. This script has been improved and now includes instructions to enable nested-virtualization. Change-Id: I98112c2b97383f7f33d06ad725768d7e0422d788 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-478
2018-10-18Add license headersVictor Morales1-0/+8
Change-Id: Ie361141e2c70ad515fcf3d57621c8801fc80095a Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-478
2018-05-12Pull images from csv fileVictor Morales1-2/+4
It has been included another method for retrieving OOM images. This function uses a cvs file to get the information to previously loads the Docker registry for Helm Charts deployment. Change-Id: I2e6d154cd7911d65b44592f9cf512180bb05bef6 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-478
2018-05-03General improvementsVictor Morales2-7/+2
This script contains several changes to improve the code: - The OOM configuration file for deploying ONAP services has been changed to enable more services. - Expose the proxy configuration process for docker. - Remove All-in-One scenario from the options and documentation Change-Id: I7e089f846148fc3ee2ba3572628b7175a677d324 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-478
2018-04-27Change libvirt_group variable typeVictor Morales1-1/+1
The libvirt_group variable has been declared as read-only variable and given that's changed in Ubuntu distros, this needs to be writetable. Change-Id: I9526225870aafbc766ddd1aa44dcdb7f477af85a Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-370
2018-04-23Add Integration scriptVictor Morales2-5/+5
It was included the script to provides a development environment for integration project. This environment can help to quickly run integration tests. Change-Id: I04bff61fbe7589b5ecda782df6a4cb0fddf1b3e2 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-480
2018-04-10Update all-in-one PowerShell arg valueVictor Morales1-3/+3
The *all-in-one* was updated for shell scripts in I599d68c91e4c6e614aa884fe7c305b64bbf88e91 but it was missed the change for PowerShell scripts. This change expands that fix. Change-Id: I23f1251a4dabc9343be756a2c037edde63f32029 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-460
2018-04-04Fix all-in-one vagrant machine nameNate Potter1-2/+2
Currently when inputting the command for all_in_one, vagrant can't find a machine defined for that name because it's looking for a machine called all-in-one. This patch updates the name of the VM in run.sh to all-in-one. Change-Id: I599d68c91e4c6e614aa884fe7c305b64bbf88e91 Signed-off-by: Nathaniel Potter <nathaniel.potter@intel.com> Issue-ID: INT-460
2018-04-03Merge "Revert Default vagrant provider"Gary Wu1-1/+1
2018-04-03Revert Default vagrant providerVictor Morales1-1/+1
Vagrant client has changed the DEFAULT_SERVER_URL string type for a constant[1]. This change is available since v2.0.3 and causes an error in those clients so it's necessary to revert the change I069eae9370ecdf1483098528cee57d9b3e81a41b which modifies that value. [1] https://github.com/hashicorp/vagrant/commit/f2bf18e56be36ed4bfbfe42fe20ab9147910ab3f Change-Id: I153a7adb9322244c34a55dd884cb75e158dfd54d Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-434
2018-03-21Remove get_repos.sh scriptVictor Morales1-38/+0
This script was created as a quick way to retrieve all git repositories. With the addition of clone_repos function this behavior can be mimicked with the following instruction: $ for repo in ${!repos[@]}; do clone_repos $repo done Change-Id: Ic1d7d6e672a3e926453408e8113f2446dd6c1b0c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-441
2018-03-21Fix libvirt group nameVictor Morales1-1/+3
The libvirt group name can differ for every distro. This change fixes this difference on Ubuntu distributions. Change-Id: Id69d10cbf23249e36d5b3c0a0b2e2e2bd3dc44dd Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-370
2018-03-14Add DMaaP supportVictor Morales2-5/+5
This change includes the creation of DMaaP scripts as well as its unit tests. The docker building image process was modified, removed the clean option. Change-Id: I941c84f82ed5c2375e62905d56145fc0e1a541a8 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-442
2018-03-13Migrate vagrant-onap to devtool repoVictor Morales6-0/+419
This change covers the migration of the vagrant-onap tool's code which was located under integration repo to devtool's repository. The tool was renamed to avoid misunderstandings about its goals. Change-Id: I79df8c35fccaa266a789217d441a6cf1183bd42a Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-441