Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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
|
|
Change-Id: Ie185b7d522d6975bd008ca8276d4857f0c94904b
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
Issue-ID: AAF-582
|
|
|
|
|
|
|
|
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
|
|
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
|
|
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
|
|
Change-Id: Ie361141e2c70ad515fcf3d57621c8801fc80095a
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-478
|
|
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
|
|
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
|
|
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
|
|
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
|
|
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
|
|
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
|
|
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
|
|
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
|
|
|
|
Change-Id: I0279eff6b0819f14156a8217716240c80aefe89e
Issue-ID: INT-459
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
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
|
|
|
|
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
|
|
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
|
|
|
|
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
|
|
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
|
|
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
|
|
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
|
|
|