aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-05-24Proper configuration of the docker serviceHEADmasterk.kedron2-0/+14
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-04-09Synchronize Vagrant version between doc and scriptPawel Wieczorek1-4/+4
Environment preparation script (tools/setup.sh) installs Vagrant 2.2.3, while documentation recommends version 2.0.1. Issue-ID: DOC-420 Change-Id: I9aefc8db2bacacab88a010c587b72a259e550ac8 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-01-18Merge "Deprecate trusty support"Gary Wu2-25/+18
2019-01-18Merge "Enable statd service"Gary Wu1-4/+10
2019-01-18Merge "Update AAI script"Gary Wu7-127/+192
2019-01-17Deprecate trusty supportVictor Morales2-25/+18
Trusty libvirt boxes have issues to setup the IP address during the provisioning process. This change deprecates the usage of Vagrant Trusty boxes in favor to Xenail. Change-Id: I74c0e77c9812c31ff7504c16f8538f9293b7f3f6 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-478
2019-01-17Enable statd serviceVictor Morales1-4/+10
NFS uses rpc-statd service to provide locks. These service needs to be started separately. This fix enables that service to prevents 'no locks available' message errors. Change-Id: I4c94cea9fe00a03fd2f06f170f216aafd081818c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-478
2019-01-17Update AAI scriptVictor Morales7-127/+192
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
2019-01-15Update Casablanca projects listVictor Morales1-0/+22
The projects.txt file contains the list of repositories hosted in git.onap.org, this list has been changed during this release. This change updates the list with the latest additions. Signed-off-by: Victor Morales <victor.morales@intel.com> Change-Id: Ie354f6dc58a9a1aee1e6943183c499b4cf72bedb Issue-ID: INT-289
2018-11-23Remove copy-paste code to avoid duplicationKrzysztof Opasiak1-31/+24
Issue-ID: INT-691 Change-Id: Iedfb7f1f6121623f2c1b6154f915780acc87efbf Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2018-11-13Merge "Propagate rootCA to policy pods"3.0.1-ONAP3.0.0-ONAPcasablancaGary Wu52-0/+6152
2018-11-12Propagate rootCA to policy podsMichal Ptacek2-1/+245
Fix distribution of rootCA certificate to relevant pods Change-Id: Icc4a42efffca62b388fb6b4cd081a9b4a830fa24 Signed-off-by: Michal Zegan <m.zegan@samsung.com> Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com> Issue-ID: INT-718
2018-11-05Fix typosStanislav Chlebec4-8/+8
Change-Id: Ie185b7d522d6975bd008ca8276d4857f0c94904b Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582
2018-10-18Merge "Add ci-management script"Gary Wu3-1/+32
2018-10-18Merge "Update Beijing projects list"Gary Wu1-0/+37
2018-10-18Merge "Upgrade setup.sh"Gary Wu1-18/+72
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-18Update Beijing projects listVictor Morales1-0/+37
The projects.txt file contains the list of repositories hosted in git.onap.org, this list has been changed during this release. This change updates the list with the latest additions. Change-Id: Ie65364824438f5271273f0719410ecd7eb9ed2d6 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-289
2018-10-18Upgrade setup.shVictor Morales1-18/+72
The setup.sh bash script install vagrant dependencies for this project. This script has been improved and now includes instructions to enable nested-virtualization. Change-Id: I98112c2b97383f7f33d06ad725768d7e0422d788 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-478
2018-10-18Add license headersVictor Morales50-1/+402
Change-Id: Ie361141e2c70ad515fcf3d57621c8801fc80095a Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-478
2018-10-15Add onap specific artifacts lists for downloadbeijingMichal Ptacek9-0/+2774
This commit contains data lists of all onap artifacts - pkgs, npms,repos,docker images,maven files, ... needed for beijing onap offline deployment. It also contains patch of OOM repo needed for offline artifacts propagation during onap OOM deployment. Change-Id: I399a1cd7721de581b383dbf34977bd996aef0125 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com> Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> Issue-ID: INT-691
2018-10-15Add downloading scripts of onap artifactsMichal Ptacek21-0/+913
This part contains downloading scripts which are executed during building of installation package for ONAP offline installer in the server with internet connectivity. Change-Id: Ifad849c7dccd95f1f7b43c124ff0055cf4a4c5f7 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com> Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> Issue-ID: INT-691
2018-10-15Core of ONAP offline installerMichal Ptacek22-0/+2221
Seed code for ONAP offline installer. This includes core of the installer without downloading parts. Those will come in subsequent commits. Change-Id: I0d5c8c3c8c911ae11a0e558d5df94b6889af4435 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com> Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> Issue-ID: INT-691
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-14Merge "Add skip_get_images and skip_install to OS"Gary Wu1-4/+8
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-14Add hostname supportVictor Morales1-1/+2
According to the AAI wiki entry, in order to start its containers is necessary to have a specific hostname. This patch provides the capability to provide a hostname argument. Change-Id: I8e51e69bfa28534201003d348d99fd95684f2a86 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: AAI-1046
2018-05-12Pull images from csv fileVictor Morales13-43/+72
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 Morales11-79/+113
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-27Change libvirt_group variable typeVictor Morales1-1/+1
The libvirt_group variable has been declared as read-only variable and given that's changed in Ubuntu distros, this needs to be writetable. Change-Id: I9526225870aafbc766ddd1aa44dcdb7f477af85a Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-370
2018-04-23Add Integration scriptVictor Morales7-29/+94
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 Morales8-134/+664
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-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