summaryrefslogtreecommitdiffstats
path: root/tools/Run.ps1
AgeCommit message (Collapse)AuthorFilesLines
2018-05-03General improvementsVictor Morales1-3/+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-23Add Integration scriptVictor Morales1-3/+3
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-03-14Add DMaaP supportVictor Morales1-3/+3
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 Morales1-0/+120
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