Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Change-Id: I4fefd1f0fd54a36a9291339f45deaf7f15f18276
Issue-Id: INT-101
Signed-off-by: Idan Amit <ia096e@intl.att.com>
|
|
Updated sdc script accordingly
Change-Id: I6de1c52ff42fc1f47cdfa0f56921c864c7182dcb
Issue-Id: INT-101
Signed-off-by: Idan Amit <ia096e@intl.att.com>
|
|
It was created the Unit Tests for APPC which modified the code of
SDNC.
Change-Id: Ica033e8a94f545e148f321c388bee981abadc4af
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-24
|
|
|
|
|
|
|
|
Change-Id: I9ad0ca53bb8377c56aed58ba66886337b68716a8
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-100
|
|
It was refactored the Unit tests and functions of VFC scripts
Change-Id: I9e7ba61ace7830c62b52556922e0ec2b4d9efa91
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-105
|
|
The Message Router Unit tests were incomplete, this change add news
for covering all its functions.
Change-Id: I02738798e358527ed2b710a192d0a796814b5d69
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-104
|
|
This change refactor the lib/sdnc script and add some unit tests to
the SDNC component.
Change-Id: Ia389c0e8e78de2eef1b41075a0701b013f9bc925
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-102
|
|
|
|
|
|
In order to allow local deployment of dockers
and permissions for user vagrant to run docker commands
Change-Id: I64d73f419efb897facd0af1b2ade9d44a165c106
Issue-Id: INT-101
Signed-off-by: Idan Amit <ia096e@intl.att.com>
|
|
It was missed the Unit test that verifies the installation of policy
services. This commit creates that method and also refactors some
policy code
Change-Id: I58f3f416efc096fc6199fd831bb63293b95157d2
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-23
|
|
|
|
|
|
The asserts module is not required for the A&AI script. This change
removes that dependency
Change-Id: I7469fa89e7ab8c65210a508526bdbe655f013761
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-48
|
|
|
|
The run.sh script had some issues to process the arguments into a
specific order.
Change-Id: I9c10bbf9aa10e133bfdecc67eb013c839039bc90
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-97
|
|
The known issues section should be placed in its own file for
future additions. It was also included a validation that
prevents the auto update feature of vagrant-vbguest plugin.
Change-Id: Ibdbd89c15b657b11b346c2cbcc084176f82d8102
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-98
|
|
This change add the same options and messages that was included
in 8a0c9450a19892d4254e2b69d04f3b84007b700b
Change-Id: I612dc3c3f679797c271ee3f452454e833c2b2aba
Issue-Id: INT-97
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
Document known issues when the Virtualbox vagrant-vbguest plugin
is installed on the host system. Provide a workaround.
Issue-Id: INT-98
Change-Id: I74aecd464cb560ba247cc052d92ebd6957f1a46e
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
|
|
|
|
Adds a warning to run.sh informing the user that
the contents of their /opt folder will be deleted by the test.
Also adds option parsing, -y for skipping the prompt, -s for
test suite selection, -c for test case selection, as well as
-h for displaying help for the program.
Change-Id: I888350d31839bd6db91a497a04ae3308af5329e9
Issue-Id: INT-97
Signed-off-by: Nate Potter <nathaniel.potter@intel.com>
|
|
It was moved the information about to setup the usage of proxy
and the configuration of Vagrant default provider into the
setup installation guide.
Change-Id: I0f5c006ebd97346f05da06efdc6ef19555eef6d2
Issue-Id: INT-96
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
|
|
|
|
It was completed the coverage of the MSO with Unit Tests for
install_mso and install_mso_docker_config functions.
Change-Id: I26356cb608077994aa32bc9b8fabb62ba97c1473
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
Several places were using this variable, therefore it was placed
in a common place.
Change-Id: I481a62482cd2bb55b4a76623309d0977ddb67fe7
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
It was added the process to create documentation thru sphinx tool.
Now it's possible to generate all the documentation locally running:
$ tox -e docs
Lastly, the installation guide was included as a reference to
different methods to install requirements.
Change-Id: Id0b277d605cf83ddbde54ecd9f4648e1f89023c3
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
|
|
There is an error caused when OParent is used as an option without a
proxy configuration. This commit changes the way to print those tags.
Change-Id: I5300241b2d933832425edcd5a2544ec3f5ce6ff0
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
It was included the instructions required for building Docker images
of the Policy Docker project.
* https://git.onap.org/policy/docker/tree/vagrant/setup_policy.sh
Change-Id: Ic6f9888c6dfe9f1a97652ade774c5cbb08239a99
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
|
|
It was created the Run.ps1 helper script. Windows users can create
VMs through this script without having to setup environment variables
Change-Id: I5e8e25d3991cbea3d753afad370c07075ba9cb0e
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
It was implement the option to use the maven settings configuration
file from OParent project
Change-Id: Ic7f6c618c2ac707e882ea371985f5d6f77c3605b
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
The install_java function didn't have a validation that checks if the
java package was already installed. This change adds the verification
as part of the installation process.
Change-Id: I1aafb60a3f2f8137c810da3afcac7b0d6f86ed63
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
This change includes the addition of Unit Tests for A&AI component
and the required refactor process in their functions
Change-Id: Ib3b1109e7e80d5ef51e682445b7ecbf600bf3e62
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
Fix name rc_folder -> src_folder for cloning to work correctly.
Change-Id: I39bbb1efa6df8071deedeb457d1e4ee0dabebb66
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
|
|
Update the bashate find command to not include .pem and .cfg files.
Change-Id: I42cd4b1361e4771e52fd9ba5b77b7ffc04e86f11
Signed-off-by: Nate Potter <nathaniel.potter@intel.com>
|
|
This change includes instructions to setup a development
environment for a AAI project provided in the wiki entry:
* https://wiki.onap.org/pages/viewpage.action?pageId=10782088
Change-Id: I1e60d6cc1d2fd12c56990aded6f385f11dca5b9c
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
It was extract the installation of pip packages from the
install_python function, this change allows to install python
packages isolated. This also includes the manual configuration
of java certificates required for maven execution.
Change-Id: Iac60d7521101d5c4997f95c16f4decd857cc5c3c
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
|
|
The vagrant-libvirt plugin was not validated its installation
when the user uses this provider. This change pretends to helps
the installation process to the end user.
Change-Id: I1b040ec72ed2663c3f968baa68b141e31ee6d6c7
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
The get_repos.sh script is duplicated in two places of vagrant-onap
project, this change removes that duplication.
Change-Id: Iee278b7051a35c41e6d15af730cbcf8d95b7949e
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
Add tests for policy repository cloning and compiling.
Change-Id: I292ae77cd808f04ab9a4e666af0588fff7912879
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
|
|
Given some internal procedures was not possible to submit all the
changes. In the meantime, those changes were placed into an
non-official project. This change syncronizes the latest changes
into the official repository.
Issue-id: INT-17
Change-Id: Ia4125f4b70273401e4ed3cc1908d2e2ad7d1c2e9
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
This commit contains the current state of the files and folders
imported from github repository[1]. Fixes and features are expected to
be implemented in this project.
[1] https://github.com/electrocucaracha/vagrant-onap
Change-Id: Ib1e8d264e9566c5e44454f5475b5da4638879cb7
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-id: CIMAN-28
|