aboutsummaryrefslogtreecommitdiffstats
path: root/lib/config/env-vars
AgeCommit message (Collapse)AuthorFilesLines
2019-01-17Update AAI scriptVictor Morales1-4/+6
The way to configure the AAI environment in standalone mode has been change in Casablanca release[1]. Now this project now uses JanusGraph database instead of Titan. This change pretends to reflect those changes offering a single line command to provision an environment. $ ./tools/run.sh aai [1] https://wiki.onap.org/display/DW/AAI+Developer+Environment+Setup+-+Casablanca Change-Id: I222d98d4a158d94dca8d07bec1430cebab072b89 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-470
2018-10-18Merge "Add ci-management script"Gary Wu1-0/+2
2018-10-18Add ci-management scriptVictor Morales1-0/+2
This script collects basic instructions to setup the Jenkins Sandbox to tests changes in JJBs. Change-Id: I6821edc57e28d8ebc5b042027ba47d6d8fafc165 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-0/+3
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-04-23Add Integration scriptVictor Morales1-0/+2
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-03-14Add DMaaP supportVictor Morales1-0/+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 Morales1-0/+79
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