aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-04-16Update AAI scriptVictor Morales4-62/+115
The get_aai_images function was not reflecting the latest changes to build and retrieve AAI images, as consequence the deployment of their services fails. This change also includes the installation of go and its tools. Change-Id: Ic14da77078459c0f63ba517c36c0dcd1cfca64e8 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-470
2018-04-10Merge "Update all-in-one PowerShell arg value"Gary Wu1-3/+3
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-10Move install_* functionsVictor Morales3-217/+222
The install_* functions can be controlled better in a separate script file. This change moves them into a _installers script. Change-Id: I7c7993d44478e5d311b425ecbaf712154dd97bd3 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-463
2018-04-05Rename doc folderVictor Morales11-2/+3
The Jenkins job that triggers the creation of documents looks for docs folder[1], in order to be covered by this job it's necessary to adapt to this convention. [1] https://git.onap.org/ci-management/tree/jjb/doc/doc-templates-rtd.yaml Change-Id: Ieca92084d95b0ef4736223b1ea60cb0f9c688550 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: DOC-261
2018-04-05Merge "Rename robot docker from openecomp to onap"Yang Xu2-4/+4
2018-04-04Rename robot docker from openecomp to onapGary Wu2-4/+4
Change-Id: I0279eff6b0819f14156a8217716240c80aefe89e Issue-ID: INT-459 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
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 Wu3-4/+2
2018-04-03Revert Default vagrant providerVictor Morales3-4/+2
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-21Merge "Update projects.txt"Gary Wu1-0/+34
2018-03-21Update projects.txtVictor Morales1-0/+34
The projects.txt file contains a list of official git repositories. The number of projects has grown and it needs to be reflected. Change-Id: I027926d4a21c772f26347c6890e6ac5e0be04885 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-289
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 Morales9-6/+138
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 Morales79-0/+7357
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
2018-03-08Initial empty repositoryJessica Wagantall0-0/+0