ccsdk/sli/northbound.git
5 years agoReplace logic for subinterface_indicator ingestion 63/71963/1
lalena.aria [Tue, 6 Nov 2018 16:09:55 +0000 (11:09 -0500)]
Replace logic for subinterface_indicator ingestion

Changes made:
Replace ingestion logic for VFC_TO_NETWORK_ROLE_MAPPING.subinterface_indicator
with alternate logic suggested by ASDC.

Change-Id: Ied21e9361091c3fe4c05c6d9a2ee35c6491a7e10
Issue-ID: CCSDK-630
Signed-off-by: lalena.aria <lalena.aria@att.com>
5 years agoMerge "update handling of dmaap errors"
Dan Timoney [Thu, 25 Oct 2018 13:22:42 +0000 (13:22 +0000)]
Merge "update handling of dmaap errors"

5 years agoRoll to initial Dublin snapshot 50/71050/1
Timoney, Dan (dt5972) [Tue, 23 Oct 2018 12:36:33 +0000 (08:36 -0400)]
Roll to initial Dublin snapshot

Roll version to initial Dublin snapshot

Change-Id: Ic33e690da810cca17d7ff8cd028bb5028558fd17
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoPrepare for RC0 release 06/70306/1 0.3.1 3.0.0-ONAP
Timoney, Dan (dt5972) [Thu, 11 Oct 2018 20:20:15 +0000 (16:20 -0400)]
Prepare for RC0 release

Update to prepare for RC0 release build: remove -STAGING tag from
release version and use released parent poms.

Change-Id: I45e31eca955943ca66ec90db826a50d42f1f1d69
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoupdate handling of dmaap errors 04/70204/1
Smokowski, Kevin (ks6305) [Wed, 10 Oct 2018 20:19:50 +0000 (20:19 +0000)]
update handling of dmaap errors

Update handling of dmaap errors in MessageRouterHttpClient. Instead of calling processMessage just log the error body message because the downstream client can't handle these type of exceptions.

Change-Id: I3cee7f81ecbc316226a38908fb4f07ab04c1b64e
Issue-ID: CCSDK-618
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
5 years agoFix UEB client error handling 95/70095/1
Timoney, Dan (dt5972) [Tue, 9 Oct 2018 17:03:09 +0000 (13:03 -0400)]
Fix UEB client error handling

Changed ueb-listener to retry start of client if it returns failure

Change-Id: Ieda78615a38925824cb78d63939da00818bf4452
Issue-ID: SDNC-472
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate to latest Tosca parser 80/70080/1
Timoney, Dan (dt5972) [Tue, 9 Oct 2018 15:26:12 +0000 (11:26 -0400)]
Update to latest Tosca parser

Use version 1.4.4 of Tosca parser, since version 1.4.3 does not exist.

Change-Id: Ibf90c4fa3f36d783847aca9f30d69b96013e8017
Issue-ID: CCSDK-616
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoRoll to next snapshot 67/69167/1
Timoney, Dan (dt5972) [Wed, 26 Sep 2018 19:13:24 +0000 (15:13 -0400)]
Roll to next snapshot

Roll to next snapshot release

Change-Id: Ied28c6296aa3447926bcc228e867654a460d8455
Issue-ID: CCSDK-597
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoPrepare for release build 27/69127/2 0.3.0
Timoney, Dan (dt5972) [Wed, 26 Sep 2018 14:37:48 +0000 (10:37 -0400)]
Prepare for release build

Update for release build :
(a) Remove -STAGING tag from release version in version.properties
(b) Update to use released version of parent poms
(c) Disable single-feature-test (which does not work with released
dependencies from ONAP)

Change-Id: I77658eeee2f5fcfd0c9eed4047472dff5973a6a2
Issue-ID: CCSDK-597
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agointegration test issues fix for sdwan and sotn 93/68093/1
shashikanth.vh [Thu, 20 Sep 2018 12:29:25 +0000 (17:59 +0530)]
integration test issues fix for sdwan and sotn

On topology discovery, ESR will be updated with pnf relationship
resulting in update ESR event causing topology discovery to run in loop.

Change-Id: I80d98d5b11f05d395e342479352656364fe071d4
Issue-ID: SDNC-357
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
5 years agoVF Module ingestion add and parser vers update 23/67123/1
lalena.aria [Mon, 17 Sep 2018 20:52:32 +0000 (16:52 -0400)]
VF Module ingestion add and parser vers update

Changes made:
Add vf_customization_uuid and vf_module_label in VF Module ingestion.
Update sdc-tosca dependency version to 1.4.3 in pom.xml.

Change-Id: I5b03e8ff72a74448901f1d5f6d9ed8b7688a6f15
Issue-ID: CCSDK-540
Signed-off-by: lalena.aria <lalena.aria@att.com>
5 years agoUpdate network topology to aai issue fix 85/65185/2
shashikanth.vh [Fri, 7 Sep 2018 12:00:02 +0000 (17:30 +0530)]
Update network topology to aai issue fix

Change-Id: I72d25c8df8726430a087613544a274ca724713cb
Issue-ID: SDNC-387
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
5 years agoUpdate swagger documentation 25/61325/2
Timoney, Dan (dt5972) [Mon, 20 Aug 2018 15:02:12 +0000 (11:02 -0400)]
Update swagger documentation

Re-generated converted swagger doc.  Note: ideally, it would be good
to generate this on the fly based on Yang model.  However, ODL
yangtools generates swagger 1.2, and readthedocs needs version 2.
Currently we convert this using api-spec-converter tool and store
converted version.  Tried automating this conversion, which works
fine in local compiles but does not work on ONAP Jenkins (tool is
node.js based).

Change-Id: I3843787ed7cb11f119b2c706305c478fdb223680
Issue-ID: CCSDK-476
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoMerge "add LCM DistributeTraffic"
Dan Timoney [Mon, 20 Aug 2018 16:32:20 +0000 (16:32 +0000)]
Merge "add LCM DistributeTraffic"

5 years agoadd LCM DistributeTraffic 31/61331/1
Agarwal, Ruchira(ra1926) [Mon, 20 Aug 2018 16:13:20 +0000 (16:13 +0000)]
add LCM DistributeTraffic

LCM API for DistributeTraffic

Change-Id: I4b3c323d46bd088421d0d6d66fc23982bf086679
Issue-ID: CCSDK-477
Signed-off-by: Agarwal, Ruchira(ra1926) <ra1926@att.com>
5 years agoIncrease coverage and quality 19/61019/1
Ganesh Chandrasekaran [Fri, 17 Aug 2018 05:15:59 +0000 (14:15 +0900)]
Increase coverage and quality

Issue-ID: CCSDK-470

Change-Id: Id847c9a79af795dd80a5fc22341ed2e385e53943
Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
5 years agoMerge "Update sdc-tosca version to 1.4.1"
Dan Timoney [Thu, 9 Aug 2018 20:38:04 +0000 (20:38 +0000)]
Merge "Update sdc-tosca version to 1.4.1"

5 years agoUpdate sdc-tosca version to 1.4.1 05/59905/1
lalena.aria [Thu, 9 Aug 2018 18:16:39 +0000 (14:16 -0400)]
Update sdc-tosca version to 1.4.1

Changes made:
Update sdc-tosca dependency version to 1.4.1 in pom.xml.
This change will allow new models to pass conformance check.

Change-Id: I3e45126839fb2cb1052240afe94d72bbaab3df15
Issue-ID: CCSDK-451
Signed-off-by: lalena.aria <lalena.aria@att.com>
5 years agoupdate configuration for onap 27/59527/1
Smokowski, Kevin (ks6305) [Tue, 7 Aug 2018 21:26:44 +0000 (21:26 +0000)]
update configuration for onap

look for properties in common folder, use java 8

Change-Id: I8a04126d8ac1db0781af9b6a015477e0fc3608dd
Issue-ID: CCSDK-448
Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
5 years agoAdd external policy ingestion for VF nodes 77/58077/1
lalena.aria [Mon, 30 Jul 2018 18:55:25 +0000 (14:55 -0400)]
Add external policy ingestion for VF nodes

Changes made:
Added SdncBaseModel.insertPolicyData for VF nodes.
Added call to insertPolicyData from VF node ingestion.

Change-Id: I0df1217352354068f11b0cc01923b564c730a149
Issue-ID: CCSDK-404
Signed-off-by: lalena.aria <lalena.aria@att.com>
5 years agoMerge "Fix sonar issues"
Dan Timoney [Wed, 25 Jul 2018 14:47:48 +0000 (14:47 +0000)]
Merge "Fix sonar issues"

5 years agoFix sonar issues 89/57289/2
Parshad Patel [Tue, 24 Jul 2018 10:58:14 +0000 (19:58 +0900)]
Fix sonar issues

Fix use try-with-resources issues in ccsdk/sli/northbound

Issue-ID: CCSDK-332
Change-Id: Ibc61e6b3ec81e774556172c63c0ca062b6bd6a26
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
5 years agoAdding junits for refactored UEB Listener 33/57333/1
lalena.aria [Tue, 24 Jul 2018 13:28:47 +0000 (09:28 -0400)]
Adding junits for refactored UEB Listener

Changes made:
Added null check in SdncBaseModel.java
Cleaned up in SdncVFCModel.java
Added tests in SdncARModelTest.java, SdncNodeModelTest and SdncVFCModelTest
Added files SdncGroupModelTest, SdncServiceModelTest and SdncVFModelTest

Change-Id: If0261c94d67a61b0b19db51cbbbff7ae32912d06
Issue-ID: CCSDK-360
Signed-off-by: lalena.aria <lalena.aria@att.com>
5 years agoMerge "Added dmaap consumer for esr-thirdparty AAI events"
Dan Timoney [Mon, 23 Jul 2018 14:54:32 +0000 (14:54 +0000)]
Merge "Added dmaap consumer for esr-thirdparty AAI events"

5 years agoAdded dmaap consumer for esr-thirdparty AAI events 69/56869/6
shashikanth.vh [Thu, 19 Jul 2018 09:41:17 +0000 (15:11 +0530)]
Added dmaap consumer for esr-thirdparty AAI events

Modified SdncAaiDmaapConsumer.java to handle AAI EVENT for esr-thirdparty-sdnc
and template

Change-Id: I8aaa2e649a722d8d51f0b3329c94541396fde96b
Issue-ID: CCSDK-389
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
5 years agoRefactor for CCSDK UEB Listener 83/56783/2
lalena.aria [Wed, 18 Jul 2018 20:16:58 +0000 (16:16 -0400)]
Refactor for CCSDK UEB Listener

Changes made:
Moved DB insertions into model classes.
Added SdncGroupModel object.
Added policy ingestion in SdncBaseModel.
Cleanup in SdncUebCallback.
Changed sdc.tosca.version to 1.3.5 in pom.xml.

Issue-ID: CCSDK-360
Change-Id: If965c38275a1dc7fc63847d3aa944aed1a6bd1f9
Signed-off-by: lalena.aria <lalena.aria@att.com>
5 years agoSonar issue fix blocker, critical 49/56049/1
Arindam Mondal [Tue, 10 Jul 2018 06:11:38 +0000 (15:11 +0900)]
Sonar issue fix blocker, critical

Issue-ID: CCSDK-332

Change-Id: I8741cb5bf68d71f0376105d2b1683ac05534a001
Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
5 years agoIncrease code coverage for MR clients 53/55653/1
Smokowski, Kevin (ks6305) [Mon, 2 Jul 2018 20:01:02 +0000 (20:01 +0000)]
Increase code coverage for MR clients

Increase code coverage for MR clients

Change-Id: I4493b13070f967bc6b20e6770fa16c4df97c2b8c
Issue-ID: CCSDK-328
Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
5 years agoadditional mr client 41/55541/1
Smokowski, Kevin (ks6305) [Thu, 28 Jun 2018 20:56:05 +0000 (20:56 +0000)]
additional mr client

additional mr client, fewer dependencies

Change-Id: I36168fd6e82846a889cd9a01aadf2462bb767723
Issue-ID: CCSDK-327
Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
5 years agoMerge "Add feature aggregator"
Dan Timoney [Sat, 23 Jun 2018 00:50:54 +0000 (00:50 +0000)]
Merge "Add feature aggregator"

5 years agoAdd feature aggregator 85/55285/1
Timoney, Dan (dt5972) [Fri, 22 Jun 2018 19:51:57 +0000 (15:51 -0400)]
Add feature aggregator

Add feature aggregator ccsdk-sli-northbound-all so that all
sli-northbound karaf features can be added as one feature.

Change-Id: I5133215c8df472e189d1b24f5b747927f305ac28
Issue-ID: CCSDK-282
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agocheck for null usernamd and password 79/55279/1
Smokowski, Kevin (ks6305) [Fri, 22 Jun 2018 18:32:27 +0000 (18:32 +0000)]
check for null usernamd and password

only populate auth header if credentials are provided, this support was requested by a client

Change-Id: I2fb60995260506a29482d340a031dfad72348b8c
Issue-ID: CCSDK-310
Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
5 years agoUpdate sli/northbound to ODL Oxygen 11/55011/1
Timoney, Dan (dt5972) [Mon, 18 Jun 2018 14:49:42 +0000 (10:49 -0400)]
Update sli/northbound to ODL Oxygen

Updated features poms to get clean compile with ODL Oxygen-based parent
poms.

Change-Id: I812ad71ff07117baf62b6111011ce52229ebe6e0
Issue-ID: CCSDK-282
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoMerge "Introduce new dmaapClient for use with ccsdk"
Dan Timoney [Thu, 7 Jun 2018 17:45:08 +0000 (17:45 +0000)]
Merge "Introduce new dmaapClient for use with ccsdk"

5 years agoRoll versions for Casablanca - sli/northbound 51/50751/1
Timoney, Dan (dt5972) [Wed, 6 Jun 2018 18:03:24 +0000 (14:03 -0400)]
Roll versions for Casablanca - sli/northbound

Roll version to 0.3.0-SNAPSHOT for Casablanca development

Change-Id: If71c3945b2da6f64f9eb1b1fdc92ba62c11f1886
Issue-ID: CCSDK-295
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoIntroduce new dmaapClient for use with ccsdk 93/50393/1
Smokowski, Kevin (ks6305) [Tue, 5 Jun 2018 15:57:12 +0000 (15:57 +0000)]
Introduce new dmaapClient for use with ccsdk

Create an interface and turn existing class into impl file. Write new client which implements the new interface

Change-Id: I127bef09bd7f07556a18b753e428e3cd75f5f498
Issue-ID: CCSDK-294
Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
6 years agoUse released parent pom 21/49821/1 2.0.0-ONAP beijing 2.0.0-ONAP v0.2.4
Timoney, Dan (dt5972) [Thu, 31 May 2018 18:25:35 +0000 (14:25 -0400)]
Use released parent pom

Update to use release parent pom version 1.0.4

Change-Id: I654a95992e0740cfda9339098ed7eb4f32aaab4f
Issue-ID: CCSDK-291
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoRoll version to 0.2.4 49/49649/2
Timoney, Dan (dt5972) [Wed, 30 May 2018 22:12:11 +0000 (18:12 -0400)]
Roll version to 0.2.4

Roll version to 0.2.4-SNAPSHOT and version 1.0.4-SNAPSHOT of
parent

Change-Id: I7b4ad7a2f69e821d91603d2e2a1ae28e0f8e0558
Issue-ID: CCSDK-291
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoLCMConsumer fix 37/49637/1
Ruchira Agarwal [Wed, 30 May 2018 21:39:35 +0000 (21:39 +0000)]
LCMConsumer fix

Remove partition edit

Change-Id: Id4861a7c4bb46775b770d3511b7cf50f8c49637f
Issue-ID: CCSDK-292
Signed-off-by: Ruchira Agarwal <ra1926@att.com>
6 years agoUpdate ueb-listener VF Model extraction 49/49149/1
lalena.aria [Fri, 25 May 2018 15:25:37 +0000 (11:25 -0400)]
Update ueb-listener VF Model extraction

Changes made:
Changed the location of extraction for ecomp_generated_naming when populating VF_MOEL table.

Change-Id: I14982b4081013702c5e0023205363015199459f6
Issue-ID: SDNC-325
Signed-off-by: lalena.aria <lalena.aria@att.com>
6 years agoUpdate to release version parent 1.0.3 21/48821/1 v0.2.3
Stilwell, David (stilwelld) [Wed, 23 May 2018 21:14:33 +0000 (17:14 -0400)]
Update to release version parent 1.0.3

Update parent version to remove -SNAPSHOT (1.0.3)

Change-Id: I22f2cdbdc194e343dd6b04a371e298294f569477
Issue-ID: CCSDK-290
Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
6 years agoRoll to next snapshot version 35/48735/1
Stilwell, David (stilwelld) [Wed, 23 May 2018 16:44:08 +0000 (12:44 -0400)]
Roll to next snapshot version

Roll to version 0.2.3-SNAPSHOT and update parent to 1.0.3-SNAPSHOT

Change-Id: I88e11e78f61099f5b2e69b2161cf7c65b5a860e1
Issue-ID: CCSDK-290
Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
6 years agoUpdate sli/northbound to use 1.0.2 parent 27/48127/1
Timoney, Dan (dt5972) [Thu, 17 May 2018 22:58:12 +0000 (18:58 -0400)]
Update sli/northbound to use 1.0.2 parent

Update pom.xmls to use released 1.0.2 version of parent pom

Change-Id: Iccb3d5fbc92fd4177220f307178ac8a95ce0e7d5
Issue-ID: CCSDK-286
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoMerge "Fix DG calls to use correct rpc name"
Dan Timoney [Fri, 11 May 2018 13:34:53 +0000 (13:34 +0000)]
Merge "Fix DG calls to use correct rpc name"

6 years agoFix DG calls to use correct rpc name 27/47127/1
Timoney, Dan (dt5972) [Thu, 10 May 2018 21:10:22 +0000 (17:10 -0400)]
Fix DG calls to use correct rpc name

DG calls should expect the name of the DG to be the same as the name of
the rpc as defined in the Yang model.  LCM was incorrectly expecting
names in upper camelcase (e.g. UpgradeSoftware) when the Yang
model defines them in lowercase hyphenated (e.g. upgrade-software).  Either
LCM or DGs need to change, so changed LCM since to be consistent with
other MD-SAL applications.

Change-Id: I034bc2d93c2f918c807fec7f342d6197f78be7ad
Issue-ID: CCSDK-272
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoMerge "Add INFO.yaml file"
Dan Timoney [Thu, 10 May 2018 14:56:09 +0000 (14:56 +0000)]
Merge "Add INFO.yaml file"

6 years agoMerge "Add mapping for vm_type_tag"
Dan Timoney [Thu, 10 May 2018 14:55:54 +0000 (14:55 +0000)]
Merge "Add mapping for vm_type_tag"

6 years agoAdd INFO.yaml file 03/46103/2
Jessica Wagantall [Fri, 4 May 2018 00:27:26 +0000 (17:27 -0700)]
Add INFO.yaml file

Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information

Change-Id: I2ef1f7bca8959c6a3f45b279d51473b5722dbe99
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoAdd mapping for vm_type_tag 99/46899/1
Timoney, Dan (dt5972) [Wed, 9 May 2018 20:27:29 +0000 (16:27 -0400)]
Add mapping for vm_type_tag

If vm_type is not found in CSAR, use vm_type_tag value instead.

Change-Id: Ifd73029446d465aad2d9d995559be837f29b97a4
Issue-ID: SDNC-305
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoRemove unneeded document from csar 33/46633/1
Timoney, Dan (dt5972) [Tue, 8 May 2018 15:28:38 +0000 (11:28 -0400)]
Remove unneeded document from csar

Removed unnecessary document with proprietary marking from CSAR
test file.

Change-Id: I75e3ca5ab75f80bcd9fc21fb9460d833a3c9edb7
Issue-ID: CCSDK-270
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoLCM Comsumer for DmaapClient 11/45911/1
Ruchira Agarwal [Thu, 3 May 2018 15:27:29 +0000 (15:27 +0000)]
LCM Comsumer for DmaapClient

Add LCM Consumer to DmaapCient for Software-Upgrade

Change-Id: I0bda76bcd324dda92a6ccb225fd5a059414661f0
Issue-ID: CCSDK-263
Signed-off-by: Ruchira Agarwal <ra1926@att.com>
6 years agoRoll versions step 4 : sli/northbound poms 15/45215/2
Timoney, Dan (dt5972) [Sun, 29 Apr 2018 23:19:06 +0000 (19:19 -0400)]
Roll versions step 4 : sli/northbound poms

Roll version for next release candidate.

Change-Id: I5c564fd2119b3a97433cb03b5678465915d75128
Issue-ID: CCSDK-257
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoAdd missing LCM blueprint 99/44499/2 v0.2.1
Timoney, Dan (dt5972) [Tue, 24 Apr 2018 18:56:41 +0000 (14:56 -0400)]
Add missing LCM blueprint

Added blueprint descriptor for LCM to register RPC properly.

Change-Id: I65d38cd9151f6094479413e06a44da02a7da4c74
Issue-ID: CCSDK-252
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoUpdate the version for dmaapclient 29/43629/1
Serban Popescu [Wed, 18 Apr 2018 21:15:37 +0000 (17:15 -0400)]
Update the version for dmaapclient

Add support for Aai and Pserver incoming messages from Dmaap

Change-Id: I4da41ec13c6abcb42eb4044bee82b7db33880c51
Issue-ID: CCSDK-223
Signed-off-by: Serban Popescu <sp5226@att.com>
6 years agoCopy LCM interface from APP-C 19/42619/4
Timoney, Dan (dt5972) [Thu, 12 Apr 2018 23:13:59 +0000 (19:13 -0400)]
Copy LCM interface from APP-C

Change-Id: Idc18aa00bcbcee3f51473339b6b4ad90f6b4bffc
Issue-ID: CCSDK-219
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoMerge "Update versions to resolve security issues"
Dan Timoney [Thu, 5 Apr 2018 13:47:27 +0000 (13:47 +0000)]
Merge "Update versions to resolve security issues"

6 years agoUpdate docker tag convention 03/41103/1
Jessica Wagantall [Thu, 5 Apr 2018 01:26:08 +0000 (18:26 -0700)]
Update docker tag convention

Update docker tagging convention to use:
v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images)
v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images)

Change-Id: I4065d25d11e6767903947ebee8c690a0c9ecc804
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoUpdate versions to resolve security issues 71/39871/1
Timoney, Dan (dt5972) [Wed, 28 Mar 2018 23:01:21 +0000 (19:01 -0400)]
Update versions to resolve security issues

Update versions of sdc distribution client and jackson to address
security issues.

Issue-ID: CCSDK-164

Change-Id: Id02d879e87bb1a957968482578818928b6e3c281
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoMerge "Add Aai event listener"
Dan Timoney [Wed, 28 Mar 2018 18:09:37 +0000 (18:09 +0000)]
Merge "Add Aai event listener"

6 years agocoverage sli-northbound 55/39755/1
Jeremy Wolf [Wed, 28 Mar 2018 17:22:09 +0000 (17:22 +0000)]
coverage sli-northbound

adding junit test files for AsdcApiSliClient, AsdcApiUtil, DataChangeClient, SdncFlatJsonDmaapConsumer, SdncARModel, SdncNodeModel, SdncVFCModel, SdncVFModuleModel, SdncUebCallback

Change-Id: Ia7fb307b84957292f9080654c7ae31992434317f
Issue-ID: CCSDK-230
Signed-off-by: Jeremy Wolf <jw720x@us.att.com>
6 years agoAdd Aai event listener 41/39741/1
Serban Popescu [Wed, 28 Mar 2018 16:43:24 +0000 (16:43 +0000)]
Add Aai event listener

Add support for Aai and Pserver incoming messages from Dmaap

Change-Id: Ie799cb57f5c00eed70c9f6fd30825f907962a094
Issue-ID: CCSDK-226
Signed-off-by: Serban Popescu <sp5226@att.com>
6 years agoAdd Aai event listener 05/39705/1
Serban Popescu [Wed, 28 Mar 2018 15:11:05 +0000 (15:11 +0000)]
Add Aai event listener

Add support for Aai generic-vnf incoming messages from Dmaap

Change-Id: I6dcb3d935afdfee5a6e71398cfb2381265dfee92
Issue-ID: CCSDK-226
Signed-off-by: Serban Popescu <sp5226@att.com>
6 years agoMerge "coverage SdncAaiDmaapConsumer"
Dan Timoney [Wed, 28 Mar 2018 14:27:23 +0000 (14:27 +0000)]
Merge "coverage SdncAaiDmaapConsumer"

6 years agoMerge "Add Aai event listener"
Dan Timoney [Wed, 28 Mar 2018 14:10:52 +0000 (14:10 +0000)]
Merge "Add Aai event listener"

6 years agocoverage SdncAaiDmaapConsumer 43/39643/4
shashikanth.vh [Wed, 28 Mar 2018 12:02:01 +0000 (17:32 +0530)]
coverage SdncAaiDmaapConsumer

Coverage improvement for SdncAaiDmaapConsumer
https://jira.onap.org/browse/CCSDK-213?jql=project%20%3D%20CCSDK%20AND%20text%20~%20coverage

Issue-ID: CCSDK-213
Change-Id: Icc9af3a9f27d4bae543525b5651d1f6485ef8857
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
6 years agoAdd Aai event listener 79/39679/1
Serban Popescu [Wed, 28 Mar 2018 13:32:44 +0000 (13:32 +0000)]
Add Aai event listener

Add support for Aai and Pserver incoming messages from Dmaap

Change-Id: I6ace2395476a1410ea3b7ffe0bebc1766d19e474
Issue-ID: CCSDK-223
Signed-off-by: Serban Popescu <sp5226@att.com>
6 years agocoverage SdncFlatJsonDmaapConsumer 37/39537/1
shashikanth.vh [Wed, 28 Mar 2018 09:19:39 +0000 (14:49 +0530)]
coverage SdncFlatJsonDmaapConsumer

Coverage improvement for SdncFlatJsonDmaapConsumer
https://jira.onap.org/browse/CCSDK-213?jql=project%20%3D%20CCSDK%20AND%20text%20~%20coverage

Issue-ID: CCSDK-213
Change-Id: Idb08f426e1626f8aa2b12d2c53f1960474af59c2
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
6 years agoMerge "SdncOdlConnection coverage"
Dan Timoney [Tue, 27 Mar 2018 19:38:27 +0000 (19:38 +0000)]
Merge "SdncOdlConnection coverage"

6 years agoMerge "coverageSdncFlatJsonDmaapConsumer"
Dan Timoney [Tue, 27 Mar 2018 18:59:34 +0000 (18:59 +0000)]
Merge "coverageSdncFlatJsonDmaapConsumer"

6 years agoSdncOdlConnection coverage 99/39099/1
shashikanth.vh [Tue, 27 Mar 2018 13:47:33 +0000 (19:17 +0530)]
SdncOdlConnection coverage

Coverage improvement for SdncOdlConnection
https://jira.onap.org/browse/CCSDK-213?jql=project%20%3D%20CCSDK%20AND%20text%20~%20coverage

Issue-ID: CCSDK-213
Change-Id: I8045722de77e8884be485bd6f1ed2243c08d2d2b
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
6 years agocoverageSdncFlatJsonDmaapConsumer 57/38557/4
shashikanth.vh [Mon, 26 Mar 2018 13:54:35 +0000 (19:24 +0530)]
coverageSdncFlatJsonDmaapConsumer

Coverage improvement for SdncFlatJsonDmaapConsumer
https://jira.onap.org/browse/CCSDK-213?jql=project%20%3D%20CCSDK%20AND%20text%20~%20coverage

Issue-ID: CCSDK-213
Change-Id: I95e824c5c83b9c36ce0c475368235182e851c254
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
6 years agoAdd Aai event listener 53/38553/1
Serban Popescu [Mon, 26 Mar 2018 13:36:17 +0000 (13:36 +0000)]
Add Aai event listener

Add support for Aai and Pserver incoming messages from Dmaap

Change-Id: I57fedcaf6668d09189f0246571e8aaf515fc3fa0
Issue-ID: CCSDK-223
Signed-off-by: Serban Popescu <sp5226@att.com>
6 years agoMerge "Fixed DmaapListener multiple consumer thread issue"
Dan Timoney [Wed, 28 Feb 2018 15:33:10 +0000 (15:33 +0000)]
Merge "Fixed DmaapListener multiple consumer thread issue"

6 years agoNitrogen port: sli/northbound 43/32643/2
Dan Timoney [Thu, 22 Feb 2018 23:22:31 +0000 (17:22 -0600)]
Nitrogen port: sli/northbound

Update sli/northbound to compile for ODL Nitrogen

Change-Id: Ib14fea5dd3922175bd183afb9f3c85edaa7a2f0c
Issue-ID: CCSDK-177
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoFixed DmaapListener multiple consumer thread issue 17/28317/3
shashikanth.vh [Tue, 16 Jan 2018 13:23:23 +0000 (18:53 +0530)]
Fixed DmaapListener multiple consumer thread issue

DmaapListener handleSubscriptions method returns after creating
consumer thread for first subscription string, issue is fixed by
removing return.
https://jira.onap.org/browse/CCSDK-173

Issue-ID: CCSDK-173
Change-Id: I796b000b22762cda0a4f4fa929d5e2aabdcc7e8b
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
6 years agoRemoved of unused parameter 27/27727/1
prakash.e [Tue, 9 Jan 2018 15:57:21 +0000 (21:27 +0530)]
Removed of unused parameter

*unused parameter and unused function is removed

Change-Id: Ibf0f72d2948ad27313967ecadfb54f2a2bf0060b
Issue-ID: CCSDK-151
Signed-off-by: prakash.e <prakash.e@huawei.com>
6 years agoRemoval of unused variables 25/27725/1
prakash.e [Tue, 9 Jan 2018 15:44:18 +0000 (21:14 +0530)]
Removal of unused variables

*Romoved unused variables and code changes for performance improvement

Change-Id: Ibe1993b750653d24379ffcc3638b71f6cefcaa6b
Issue-ID: CCSDK-151
Signed-off-by: prakash.e <prakash.e@huawei.com>
6 years agoMerge "Exception issue"
Dan Timoney [Mon, 8 Jan 2018 14:52:45 +0000 (14:52 +0000)]
Merge "Exception issue"

6 years agoException issue 03/27503/3
prakash.e [Fri, 5 Jan 2018 06:45:29 +0000 (12:15 +0530)]
Exception issue

*deployList is used before initialization which results in
  NullPointer Exception.

Change-Id: I53d43d7656577368ac35db78ba27c015a2c8ac52
Issue-ID: CCSDK-170
Signed-off-by: prakash.e <prakash.e@huawei.com>
6 years agoFixed as per Java Code Conventions 81/27581/1
SRINIVAS V [Sat, 6 Jan 2018 17:07:33 +0000 (22:37 +0530)]
Fixed as per Java Code Conventions

*Removed the commented code of addParameter function
*Code optimized

Change-Id: Ibd711561d1f94854df464d6e94de6ef2fc8b6cd6
Issue-ID: CCSDK-151
Signed-off-by: SRINIVAS V <srinivasa.mohan@huawei.com>
6 years agoRemoved unused code 31/27431/2
SRINIVAS V [Thu, 4 Jan 2018 16:27:52 +0000 (21:57 +0530)]
Removed unused code

*Deleted commented code

Change-Id: I03ebfab9d66f2a9e51233ec6312698af7ed91584
Issue-ID: CCSDK-151
Signed-off-by: SRINIVAS V <srinivasa.mohan@huawei.com>
6 years agoMerge "Fixed as per Java Code Conventions"
Dan Timoney [Thu, 4 Jan 2018 12:35:46 +0000 (12:35 +0000)]
Merge "Fixed as per Java Code Conventions"

6 years agoMerge "Fixed as per Java Code Conventions"
Dan Timoney [Thu, 4 Jan 2018 12:35:31 +0000 (12:35 +0000)]
Merge "Fixed as per Java Code Conventions"

6 years agoMerge "Fixed as per Java Code Conventions"
Dan Timoney [Thu, 4 Jan 2018 12:29:41 +0000 (12:29 +0000)]
Merge "Fixed as per Java Code Conventions"

6 years agoMerge "Fixed as per Java Code Conventions"
Dan Timoney [Thu, 4 Jan 2018 12:28:37 +0000 (12:28 +0000)]
Merge "Fixed as per Java Code Conventions"

6 years agoFixed as per Java Code Conventions 27/27127/3
SRINIVAS V [Thu, 4 Jan 2018 06:17:12 +0000 (11:47 +0530)]
Fixed as per Java Code Conventions

*Changed to svcOperation rather than svc_OPERATION

Change-Id: I3e5f704368ba5d0de8af92a84e298aab5008742b
Issue-ID: CCSDK-151
Signed-off-by: SRINIVAS V <srinivasa.mohan@huawei.com>
6 years agoFixed as per Java Code Conventions 23/27123/4
SRINIVAS V [Thu, 4 Jan 2018 06:06:13 +0000 (11:36 +0530)]
Fixed as per Java Code Conventions

*Changed to svcOperation rather than svc_OPERATION

Change-Id: I6267aa3396b3601a3673460ca776f1e46edd4ba6
Issue-ID: CCSDK-151
Signed-off-by: SRINIVAS V <srinivasa.mohan@huawei.com>
6 years agoFixed as per Java Code Conventions 41/27141/2
SRINIVAS V [Fri, 29 Dec 2017 10:41:33 +0000 (16:11 +0530)]
Fixed as per Java Code Conventions

Change-Id: I0b2315c4a48b5c1c267dec10ce22ded559c98192
Issue-ID: CCSDK-151
Signed-off-by: SRINIVAS V <srinivasa.mohan@huawei.com>
6 years agoException issue fix 09/27209/1
prakash.e [Tue, 2 Jan 2018 07:18:58 +0000 (12:48 +0530)]
Exception issue fix

Change-Id: I75eafe5267909dc1102287ef9bc8dffdb1d5dcba
Issue-ID: CCSDK-151
Signed-off-by: prakash.e <prakash.e@huawei.com>
6 years agoRemoval of unused variable 05/27205/1
prakash.e [Tue, 2 Jan 2018 06:25:42 +0000 (11:55 +0530)]
Removal of unused variable

Change-Id: Idaf07c98ef0fef3923ddd7a9e185b727cb93b16f
Issue-ID: CCSDK-151
Signed-off-by: prakash.e <prakash.e@huawei.com>
6 years agoFixed as per Java Code Conventions 35/27135/2
SRINIVAS V [Fri, 29 Dec 2017 10:01:54 +0000 (15:31 +0530)]
Fixed as per Java Code Conventions

Change-Id: I3a6fef42ba03db226705d96382f6cd6b4cfe14e7
Issue-ID: CCSDK-151
Signed-off-by: SRINIVAS V <srinivasa.mohan@huawei.com>
6 years agoRemoval of useless parenthesis 01/26701/7
SRINIVAS V [Thu, 28 Dec 2017 06:53:54 +0000 (12:23 +0530)]
Removal of useless parenthesis

Change-Id: I27289de2837414d45efcdd3f617d2b399a8f8ac6
Issue-ID: CCSDK-151
Signed-off-by: SRINIVAS V <srinivasa.mohan@huawei.com>
6 years agoMerge "typeCasting issue and useless assignment fix"
Dan Timoney [Thu, 21 Dec 2017 14:26:56 +0000 (14:26 +0000)]
Merge "typeCasting issue and useless assignment fix"

6 years agoMerge "Fixed as per Java Code Conventions"
Dan Timoney [Thu, 21 Dec 2017 14:24:42 +0000 (14:24 +0000)]
Merge "Fixed as per Java Code Conventions"

6 years agoMerge "Removal of useless parenthesis"
Dan Timoney [Thu, 21 Dec 2017 14:24:19 +0000 (14:24 +0000)]
Merge "Removal of useless parenthesis"

6 years agoRemoval of unused private field 13/26713/2
prakash.e [Thu, 21 Dec 2017 11:22:36 +0000 (16:52 +0530)]
Removal of unused private field

Change-Id: Ie2d33f7f9dba20a4d0fdf6a33f8574e953633a69
Issue-ID: CCSDK-151
Signed-off-by: prakash.e <prakash.e@huawei.com>
6 years agoImpact on performance fix 07/26707/1
prakash.e [Thu, 21 Dec 2017 10:29:52 +0000 (15:59 +0530)]
Impact on performance fix

Change-Id: I36e82265087ebce69c7f01c8e75b7c932a969d0e
Issue-ID: CCSDK-151
Signed-off-by: prakash.e <prakash.e@huawei.com>
6 years agoFixed as per Java Code Conventions 55/26555/3
root1 [Tue, 19 Dec 2017 13:32:44 +0000 (19:02 +0530)]
Fixed as per Java Code Conventions

Change-Id: Ib17c601ad6a2999e4396f84e18831b5f907557eb
Issue-ID: CCSDK-151
Signed-off-by: SRINIVAS V <srinivasa.mohan@huawei.com>
6 years agoRemoval of useless parenthesis 61/26561/2
root1 [Tue, 19 Dec 2017 14:58:25 +0000 (20:28 +0530)]
Removal of useless parenthesis

Change-Id: I6ef27a2795e91948b996055decffc051373d6113
Issue-ID: CCSDK-151
Signed-off-by: SRINIVAS V <srinivasa.mohan@huawei.com>
6 years agotypeCasting issue and useless assignment fix 51/26551/3
prakash.e [Tue, 19 Dec 2017 13:53:28 +0000 (19:23 +0530)]
typeCasting issue and useless assignment fix

Change-Id: Iab98bdec347fc9b15afc78de1b99eab8fbff5ad1
Issue-ID: CCSDK-151
Signed-off-by: prakash.e <prakash.e@huawei.com>