aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files
AgeCommit message (Collapse)AuthorFilesLines
2019-05-24Proper configuration of the docker serviceHEADmasterk.kedron1-0/+4
Add extra steps to properly configure docker in the OS which are based on the systemd. Issue-ID: INT-1090 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I840c7a4592a040e908cb599a51975d0ffa65b423
2019-01-17Update AAI scriptVictor Morales4-96/+151
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-18Add license headersVictor Morales2-0/+18
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 Morales1-1/+5
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-12Pull images from csv fileVictor Morales1-4/+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 Morales1-14/+14
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-23Update OOM scriptVictor Morales3-0/+447
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-03-13Migrate vagrant-onap to devtool repoVictor Morales8-0/+1439
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