integration.git
6 years agoImplement policy image creation 39/7039/1
Victor Morales [Tue, 8 Aug 2017 21:24:05 +0000 (16:24 -0500)]
Implement policy image creation

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>
6 years agoAdd oparent option 35/7035/1
Victor Morales [Tue, 8 Aug 2017 20:51:52 +0000 (15:51 -0500)]
Add oparent option

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>
6 years agoAdd validation in install_java function 01/7001/1
Victor Morales [Tue, 8 Aug 2017 16:11:36 +0000 (11:11 -0500)]
Add validation in install_java function

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>
6 years agoAdd docker login to nexus3 in CSIT run script 95/6995/1
Gary Wu [Tue, 8 Aug 2017 15:04:44 +0000 (08:04 -0700)]
Add docker login to nexus3 in CSIT run script

Change-Id: I8208a3c45791d46699a4545f12d36a0dbaba82cf
Issue-id: INT-62
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoAdd AAI Unit Tests 63/6763/1
Victor Morales [Sun, 6 Aug 2017 16:23:15 +0000 (11:23 -0500)]
Add AAI Unit Tests

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>
6 years agoMerge "[POLICY-142] policy starting test"
Gary Wu [Thu, 3 Aug 2017 16:19:27 +0000 (16:19 +0000)]
Merge "[POLICY-142] policy starting test"

6 years ago[POLICY-142] policy starting test 49/6649/1
Pamela Dragosh [Thu, 3 Aug 2017 13:31:15 +0000 (13:31 +0000)]
[POLICY-142] policy starting test

Change-Id: I8debebb638b8cbdd03d6d5c89234770d43b3ae9b
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
6 years agoInitial CSIT test case 43/6643/1
Murali-P [Thu, 3 Aug 2017 12:38:44 +0000 (18:08 +0530)]
Initial CSIT test case

Resolved:VNFSDK-53
VNF SDK market place

Change-Id: Idffd5e7ee278f806b793eac4632d4f951c742bf4
Signed-off-by: Murali-P <murali.p@huawei.com>
6 years agoMerge "Fix VFC src_folder variable name"
Gary Wu [Wed, 2 Aug 2017 19:16:47 +0000 (19:16 +0000)]
Merge "Fix VFC src_folder variable name"

6 years agoFix VFC src_folder variable name 65/6565/1
Shashank Kumar Shankar [Wed, 2 Aug 2017 19:09:07 +0000 (12:09 -0700)]
Fix VFC src_folder variable name

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>
6 years agoAdd license header to vagrant-jenkins scripts 63/6563/1
Gary Wu [Wed, 2 Aug 2017 19:03:10 +0000 (12:03 -0700)]
Add license header to vagrant-jenkins scripts

Change-Id: I506c964f1ea85e3336d9b359751940b568c34506
Issue-id: INT-53
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoAdd so csit test 37/6537/1
c00149107 [Wed, 2 Aug 2017 09:34:11 +0000 (17:34 +0800)]
Add so csit test

Add so csit test

Change-Id: I965032a0385721b539c1fbf0d045e32ff600e4b1
Issue-ID:SO-74
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agoUpdate tox bashate command 15/6515/1
Nate Potter [Tue, 1 Aug 2017 23:28:48 +0000 (16:28 -0700)]
Update tox bashate command

Update the bashate find command to not include .pem and .cfg files.

Change-Id: I42cd4b1361e4771e52fd9ba5b77b7ffc04e86f11
Signed-off-by: Nate Potter <nathaniel.potter@intel.com>
6 years agoUpdate AAI setup 55/6455/1
Victor Morales [Mon, 31 Jul 2017 23:40:39 +0000 (18:40 -0500)]
Update AAI setup

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>
6 years agoMerge "Refactor install_python function"
Gary Wu [Mon, 31 Jul 2017 16:43:23 +0000 (16:43 +0000)]
Merge "Refactor install_python function"

6 years agoRefactor install_python function 19/6419/2
Victor Morales [Mon, 31 Jul 2017 14:10:11 +0000 (09:10 -0500)]
Refactor install_python function

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>
6 years agoAdd integration scripts from OPEN-O 45/6345/1
Gary Wu [Fri, 28 Jul 2017 19:26:54 +0000 (12:26 -0700)]
Add integration scripts from OPEN-O

Change-Id: Ife6951ed9ea8c5b9dcea68e7a095b6bd5180e7d1
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoMerge "Creates vagrant-libvirt plugin validation"
Gary Wu [Thu, 27 Jul 2017 22:32:10 +0000 (22:32 +0000)]
Merge "Creates vagrant-libvirt plugin validation"

6 years agoCreates vagrant-libvirt plugin validation 17/6317/1
Victor Morales [Thu, 27 Jul 2017 22:26:06 +0000 (17:26 -0500)]
Creates vagrant-libvirt plugin validation

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>
6 years agoRemove duplicated get_repos.sh script 15/6315/1
Victor Morales [Thu, 27 Jul 2017 22:25:10 +0000 (17:25 -0500)]
Remove duplicated get_repos.sh script

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>
6 years agoAdd tests for Policy repos 09/6309/1
Shashank Kumar Shankar [Thu, 27 Jul 2017 20:20:26 +0000 (13:20 -0700)]
Add tests for Policy repos

Add tests for policy repository cloning and compiling.

Change-Id: I292ae77cd808f04ab9a4e666af0588fff7912879
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
6 years agoSync latest changes for vagrant-onap 83/6283/1
Victor Morales [Wed, 26 Jul 2017 21:06:35 +0000 (16:06 -0500)]
Sync latest changes for vagrant-onap

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>
6 years agoUpdate Java jobs in Vagrant Jenkins 13/6213/1
Gary Wu [Tue, 25 Jul 2017 14:40:56 +0000 (07:40 -0700)]
Update Java jobs in Vagrant Jenkins

Change-Id: Ib0b8138ccfd8d28a4b147a7e9caf88b37473c278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoUpdate Dependency graph 95/6195/1
Gildas Lanilis [Mon, 24 Jul 2017 22:12:46 +0000 (15:12 -0700)]
Update Dependency graph

Update based on virtual F2F on July 24

Issue-id: INT-12

Change-Id: Ie5ed8501e6ffd1ed9bab480b06a2e116583addc1
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
6 years agoReplace OPEN-O references with ONAP 85/5885/1
Gary Wu [Mon, 17 Jul 2017 22:50:09 +0000 (15:50 -0700)]
Replace OPEN-O references with ONAP

Change-Id: I39d87b8bd577b80720bdcd7c17241370ae4774c8
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoRemove OPEN-P docker image build script 71/5871/1
Gary Wu [Mon, 17 Jul 2017 20:47:21 +0000 (13:47 -0700)]
Remove OPEN-P docker image build script

Change-Id: Ibdf8635523fe8b131b13ac0bc90a232aa23926a3
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoSample CSIT test suite 73/5773/1
Gary Wu [Wed, 12 Jul 2017 21:53:01 +0000 (14:53 -0700)]
Sample CSIT test suite

Change-Id: I07f685cb13cea2996e97fab4c65441bbd39f9539
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoUpload API project dependencies 61/5761/1
Gildas Lanilis [Wed, 12 Jul 2017 17:13:34 +0000 (10:13 -0700)]
Upload API project dependencies

Issue-id: INT-11

Change-Id: Ia59c53700906a721db5ee63e4342027a6a9ba1bc
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
6 years agoAdd directory for API dependencies doc 59/5759/1
Gary Wu [Wed, 12 Jul 2017 17:07:48 +0000 (10:07 -0700)]
Add directory for API dependencies doc

Change-Id: Idb3f634a7b7a925be14c64102c7f76f1996da7fb
Issue-id: INT-11
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoRefactoring 07/5207/1
Gary Wu [Thu, 22 Jun 2017 20:29:06 +0000 (13:29 -0700)]
Refactoring

Change-Id: I6fdd372db4d8856853eb045033bd9dfbdcbea160
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoIncrease wait time for jenkins restarts 03/5203/1
Gary Wu [Thu, 22 Jun 2017 19:41:23 +0000 (12:41 -0700)]
Increase wait time for jenkins restarts

Change-Id: I6aac7292be22d753ee46f8caf308e04001c44c36
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoFix bug in paths 01/5201/1
Gary Wu [Thu, 22 Jun 2017 19:40:23 +0000 (12:40 -0700)]
Fix bug in paths

Change-Id: I5f2ee3169c036496ca5bc9b7c6b64b002b7616de
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoAdd java jobs for new repos 97/5197/1
Gary Wu [Thu, 22 Jun 2017 18:50:38 +0000 (11:50 -0700)]
Add java jobs for new repos

Change-Id: Ia4127d9b90066a1adf4134ddd0da3f28b7cbc647
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoUpdate pull-all.sh to not clean the repos 65/5165/1
Gary Wu [Wed, 21 Jun 2017 21:37:43 +0000 (14:37 -0700)]
Update pull-all.sh to not clean the repos

Change-Id: I784873b8137075bb08dfb856caafb7f3a143f454
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoAdd vagrant-onap project 39/5139/1
Victor Morales [Fri, 16 Jun 2017 23:32:48 +0000 (18:32 -0500)]
Add vagrant-onap project

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

7 years agoRemove pre-pulling of 3rd party docker images 27/5127/1
Gary Wu [Tue, 20 Jun 2017 17:07:51 +0000 (10:07 -0700)]
Remove pre-pulling of 3rd party docker images

Change-Id: Ia7b7c8d2272d71c5d95dcd66ada8afe44f2577d3
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoAdd java job for aai/sparky-be 89/5089/1
Gary Wu [Fri, 16 Jun 2017 21:09:31 +0000 (14:09 -0700)]
Add java job for aai/sparky-be

Change-Id: I4568e3e964fd5a13a88a5db3450b6632c4461162
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoAdd README for bootstrap/jenkins 87/5087/1
Gary Wu [Fri, 16 Jun 2017 21:05:43 +0000 (14:05 -0700)]
Add README for bootstrap/jenkins

Change-Id: I7b3691ddfd5bde8898e25654f19fa7d50ef8e668
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoAdded vagrant setup for a Jenkins system for ONAP 85/5085/1
Gary Wu [Fri, 16 Jun 2017 20:44:28 +0000 (13:44 -0700)]
Added vagrant setup for a Jenkins system for ONAP

Add a set of vagrant scripts that will set up a
local Jenkins environment with pre-defined jobs
to build all the ONAP java code and docker images.

Change-Id: I67ed254bcb38a7be989b7c2861fd3ea4ec9c66f2
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoUpdate docker image name for aai/sparky-be 83/5083/1
Gary Wu [Fri, 16 Jun 2017 20:33:18 +0000 (13:33 -0700)]
Update docker image name for aai/sparky-be

Update docker image name for aai/sparky-be
to match the change in
https://gerrit.onap.org/r/#/c/5057/.

Change-Id: Ib2a48d2eba2b0f0eaadb8b1202f75a0dc3558c8f
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoInitial directory structure for integration 77/5077/1
Gary Wu [Fri, 16 Jun 2017 20:06:20 +0000 (13:06 -0700)]
Initial directory structure for integration

Change-Id: Ic578c19fa84ce2a49b7d875e15036e8ac9885831
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoUpdate shell-cmd for portal docker images 67/5067/1
Gary Wu [Fri, 16 Jun 2017 17:53:49 +0000 (10:53 -0700)]
Update shell-cmd for portal docker images

Change-Id: I3e9ddbd90bf93beb150eb225d7357cdd48342f0d
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoUpdate docker image name for aai/sparky-be 55/5055/1
Gary Wu [Thu, 15 Jun 2017 23:42:32 +0000 (16:42 -0700)]
Update docker image name for aai/sparky-be

Change-Id: I96fb262dbddb016c2ef93338a57ea581b8fbad6b
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoAdd initial list of docker images 53/5053/1
Gary Wu [Thu, 15 Jun 2017 22:32:30 +0000 (15:32 -0700)]
Add initial list of docker images

Change-Id: I97de3922ff7578f490353d36055443a5e31cea93
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoAdd .gitreview 49/5049/1
Gary Wu [Thu, 15 Jun 2017 21:10:56 +0000 (14:10 -0700)]
Add .gitreview

Change-Id: I25e8217420b71995fccdb4b24090ba864d16c69b
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoInitial empty repository
Jessica Wagantall [Thu, 15 Jun 2017 19:40:31 +0000 (19:40 +0000)]
Initial empty repository