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