summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2018-10-18Merge "Add ci-management script"Gary Wu3-1/+32
2018-10-18Add ci-management scriptVictor Morales3-1/+32
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 Morales28-1/+226
Change-Id: Ie361141e2c70ad515fcf3d57621c8801fc80095a Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-478
2018-06-04Increase the number of Pods per Nodes2.0.0-ONAP2.0.0-ONAPVictor Morales3-16/+19
The default maximum number of pods per kubelet node supported is 110. This configuration number can be increased in kubespray thru 'kubelet_max_pods' configuration value. This value has direct relationship with 'kube_network_node_prefix' which define the size of the internal network. Change-Id: I0ba33f2e44e5e243008b467ac8d3e34a07a61e90 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-478
2018-05-14Add skip_get_images and skip_install to OSVictor Morales1-4/+8
The skip_get_images and skip_install variables controls the workflow for every script. These conditionals weren't present for openstack script. Change-Id: Ie640bad0b8cab2a3bc620d382550ce79aad36080 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-329
2018-05-12Pull images from csv fileVictor Morales11-34/+66
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 Morales6-42/+106
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 Morales2-0/+30
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-23Update OOM scriptVictor Morales5-129/+646
The instructions to deploy ONAP thru OOM tool has been changed, it's using Helm Charts for performing the deployment. This change reflects that change. Given that using Rancher adds an additional layer to the deployment, it was provided an alternative method to deploy Kubernetes via kubespray. This tool provides a production ready k8s deployment. Change-Id: Ied3f5fc9e5c97b4c0f8e623b9d6f3c4f52fc822e Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-478
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-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-04Rename robot docker from openecomp to onapGary Wu1-2/+2
Change-Id: I0279eff6b0819f14156a8217716240c80aefe89e Issue-ID: INT-459 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-03-14Add DMaaP supportVictor Morales3-1/+55
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 Morales32-0/+3635
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