sdnc/apps.git
3 years agoUse version 2.1.8 of parent 85/123585/4 honolulu
Dan Timoney [Wed, 25 Aug 2021 21:04:12 +0000 (17:04 -0400)]
Use version 2.1.8 of parent

Use version 2.1.8 of parent in order to use APL-licensed version
of liquibase

Issue-ID: CCSDK-3423
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib98a142646517b03df0dd17aa62df5a166fa9fe4

4 years agoCherry pick changes from master back to Honolulu 85/121885/3
Dan Timoney [Mon, 8 Mar 2021 16:53:00 +0000 (11:53 -0500)]
Cherry pick changes from master back to Honolulu

This change cherry picks the following bug fixes made to
master branch to the Honolulu branch:

Updates to use new db tables

Implemented new method to write service data to separate
services, networks, vnfs and vf-modules tables. Updated
service-topology-operation, network-topology-operation,
vnf-topology-operation and vf-module-operation RPCs to use new
service data read/write methods.

Issue-ID: SDNC-1348

Change-Id: Id52dc81dc485232f0a0fdbab5f8ce907db18d9e7
Signed-off-by: Dan Timoney <dtimoney@att.com>
Refactor CRUD to new table structure

Refactor operations on config tree to use new table structure
for service/network/vnf/vf-module data.

Change-Id: I2e673dfb7bd335e48a3bcf212399d021d37dd9ee
Issue-ID: SDNC-1481
Signed-off-by: Dan Timoney <dtimoney@att.com>
Resolve junit failures

Resolved junit test issues

Change-Id: I3e044b8e68f0a883d2a64b15c9de9c99d10ceceb
Issue-ID: SDNC-1513
Signed-off-by: Dan Timoney <dtimoney@att.com>
Fix bugs in delete

Fixed bugs in delete of items from existing services

Change-Id: Iaeeb8b6622276b5183f5f386763526cd15b0becb
Issue-ID: SDNC-1516
Signed-off-by: Dan Timoney <dtimoney@att.com>
Add transaction mgr for preload data

The preload data writer needs a transaction manager configured.

Change-Id: I7c27e9fa510a78974ddf579a4967c545d05ef428
Issue-ID: SDNC-1517
Signed-off-by: Dan Timoney <dtimoney@att.com>
Update gra ms to use CadiFilter instead of shiro

Update code to use CadiFilter to integrate with AAF instead of
shiro plugin, which is no longer supported (also, shiro has known,
unresolved security vulnerabilities)

Change-Id: Icaa922ac833f0a44c310847740f6745624242a2b
Issue-ID: SDNC-1523
Signed-off-by: Dan Timoney <dtimoney@att.com>
Refactor GRA to separate docker creation from application code

Refactor GRA so that application jar is created in a separate
maven module from the docker build.

Issue-ID: SDNC-1527

Change-Id: I4a9af7fe4df14faaf683588bc2567fcc3346886e
Signed-off-by: Dan Timoney <dtimoney@att.com>
Add transaction manager for operational data

Add missing @Transactional tag for operational preload and service
data repository interfaces.

Change-Id: I119008729d10a1a66cfcf4f17571a90670201c83
Issue-ID: SDNC-1517
Signed-off-by: Dan Timoney <dtimoney@att.com>
Support env variables for CADI settings

Update code to read CADI properties using EnvProperties class to resolve
env variable references and then pass resolved values to CadiFilter,
instead of passing file itself as cadi_prop_files property setting.

Change-Id: Ia0da0b711a48a51c3fab06412bf01efdede542a2
Issue-ID: SDNC-1532
Signed-off-by: Dan Timoney <dtimoney@att.com>
Remove unneeded preload operational data

Preload data is never used from operational tree - only config tree.

Change-Id: I8189952ea3595ffc4fedbf27c2034f41c243bf5b
Issue-ID: SDNC-1517
Signed-off-by: Dan Timoney <dtimoney@att.com>
AAF cadi fixes

Fixed AAF cadi log configuration and added missing dependency

Change-Id: I4b32e069c4cc94129241225152759e953c32859b
Issue-ID: SDNC-1532
Signed-off-by: Dan Timoney <dtimoney@att.com>
Improve test coverage for sdnc/apps

Added test cases for 2 data object classes previously uncovered.

Change-Id: I371fae43c0425534e8300af5e85a39086afa0b63
Issue-ID: SDNC-1543
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoRedesign GRA database tables to support parallel updates 27/117927/2
Dan Timoney [Tue, 16 Feb 2021 22:10:36 +0000 (17:10 -0500)]
Redesign GRA database tables to support parallel updates

Added new classes to support new tables for networks, vnfs,
and vf-modules to allow parallel updates to different
parts of the same service instance.  Also, changed database
initialization to use liquibase to create database tables.

Change-Id: I53be2d7dc6a2bcdcc29300b95ba0c906e90d3238
Issue-ID: SDNC-1481
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoUse latest CCSDK parent pom for Honolulu 45/117645/1
Dan Timoney [Tue, 9 Feb 2021 15:07:12 +0000 (10:07 -0500)]
Use latest CCSDK parent pom for Honolulu

Use version 2.1.1-SNAPSHOT of parent pom

Change-Id: I5ec968c95f46cd914011aba01c91a804dec47912
Issue-ID: CCSDK-3139
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoAdd vf-module,port-mirror, allotted-resource rpc and CRUD 42/116742/1
Cheung, Pat (kc1472) [Tue, 12 Jan 2021 02:04:08 +0000 (02:04 +0000)]
Add vf-module,port-mirror, allotted-resource rpc and CRUD

Adding methods for vf-mdoule, port-mirror, policy-update-notify, and vnf-get-resource rpc and CRUD

Issue-ID: SDNC-1424
Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com>
Change-Id: I68fceab7ba0cfab2bd297150e5c7ca102e50c900

4 years agosdnc-apps update 41/116741/1
Cheung, Pat (kc1472) [Mon, 11 Jan 2021 22:37:56 +0000 (22:37 +0000)]
sdnc-apps update

Fixing delete operation issue and add junit config and operation tests

Issue-ID: SDNC-1429
Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com>
Change-Id: I2e72db0db899ca52cbfd7910d8fb55be4cf05749

4 years ago[SDNC-1452]VNF Topology Async 03/116603/1
Haddox, Anthony (ah0647) [Tue, 5 Jan 2021 18:00:02 +0000 (18:00 +0000)]
[SDNC-1452]VNF Topology Async

Added async method to VNF Topology Operation

Signed-off-by: Haddox, Anthony (ah0647) <ah0647@att.com>
Issue-ID: SDNC-1452
Change-Id: If983153f6400491343c649aea7778011cc540de5

4 years agoAdd test cases for vnf-topology, vf-module 37/116437/1
Dan Timoney [Wed, 16 Dec 2020 21:18:08 +0000 (16:18 -0500)]
Add test cases for vnf-topology, vf-module

Add test cases in rest client for vnf-topology and vf-module

Change-Id: I55040a3d7ee5caeb123a687261cdee0ef16478d1
Issue-ID: SDNC-1212
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoUse released version of ccsdk parent poms 08/116408/1
Dan Timoney [Tue, 15 Dec 2020 20:24:33 +0000 (15:24 -0500)]
Use released version of ccsdk parent poms

Use released version 2.1.0 of parent poms

Change-Id: I04313112961c5e998c25f1b89a0537c2dabcc9c4
Issue-ID: CCSDK-3002
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoAdd vf-module,port-mirror, allotted-resource rpc and CRUD 42/116142/1
Cheung, Pat (kc1472) [Fri, 4 Dec 2020 18:24:31 +0000 (18:24 +0000)]
Add vf-module,port-mirror, allotted-resource rpc and CRUD

Adding methods for vf-mdoule, port-mirror, policy-update-notify, and vnf-get-resource rpc and CRUD

Issue-ID: SDNC-1424
Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com>
Change-Id: I0c62c7c25bc0753e8b820986b56bee9471d3a0b7

4 years agoFixes for network-topology-operation 91/116091/1
Dan Timoney [Thu, 3 Dec 2020 20:31:57 +0000 (15:31 -0500)]
Fixes for network-topology-operation

Added test script and implemented missing preload query needed to
support network-topology-operation RPC.

Change-Id: I4bf12882d4d3535c3627dcde8162d83b41a18263
Issue-ID: SDNC-1428
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoMerge "Remove hard-coded credentials from application.properties"
Dan Timoney [Thu, 19 Nov 2020 22:10:07 +0000 (22:10 +0000)]
Merge "Remove hard-coded credentials from application.properties"

4 years agoadd support for service-toplogy GET 47/115147/1
David Stilwell [Thu, 19 Nov 2020 21:56:21 +0000 (16:56 -0500)]
add support for service-toplogy GET

Changes made: 1. add method for ServiceTopologyGet(), added junit test case

Issue-ID: SDNC-1422
Change-Id: I770ff1fe9dbab7b06c2df4eb24d3e39eb3fa5cc9
Signed-off-by: David Stilwell <stilwelld@att.com>
4 years agoRemove hard-coded credentials from application.properties 46/115146/1
Dan Timoney [Thu, 19 Nov 2020 21:42:57 +0000 (16:42 -0500)]
Remove hard-coded credentials from application.properties

Remove hard-coded credentials from application.properties and
use env variables instead.  Note: we still have hard-coded
credentials in dblib.properties and svclogic.properties that
should be changed, but this will require coordinated changes in
sli/core to be able to interpret env variables within properties
files.

Change-Id: I5a31fae6f81233682bee20a5cb531b7f0a21a3a7
Issue-ID: SDNC-1411
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years ago[SDNC-1416]VNF CRUD Operations 45/115045/4
Haddox, Anthony (ah0647) [Wed, 18 Nov 2020 16:25:23 +0000 (16:25 +0000)]
[SDNC-1416]VNF CRUD Operations

Add database CRUD operations for several VNF related containers

Signed-off-by: Haddox, Anthony (ah0647) <ah0647@att.com>
Issue-ID: SDNC-1416
Change-Id: If85f3a1df76d5aba42b3bbd76475edad5275a9bf

4 years agoAdd integration test for GR-API docker container 55/115055/1
Dan Timoney [Wed, 18 Nov 2020 20:01:50 +0000 (15:01 -0500)]
Add integration test for GR-API docker container

Add integration test for GR-API docker container

Change-Id: Iebd60f56668c9b50a2aab62b5309c609bc2369ce
Issue-ID: SDNC-1417
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoUse new filter to add content-type header 80/114780/1
Dan Timoney [Tue, 10 Nov 2020 21:52:46 +0000 (16:52 -0500)]
Use new filter to add content-type header

Updated to include filters from ccsdk/apps, including new
filter to insert content type header if none provided

Change-Id: I20b1f99410d9c1133bafdf9b8292a84824eeadb5
Issue-ID: CCSDK-2977
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agofix race condition in building ms generic-resource-api 70/114770/1
David Stilwell [Tue, 10 Nov 2020 16:10:48 +0000 (11:10 -0500)]
fix race condition in building ms generic-resource-api

Changes made: 1. updated phase from verify to an earlier phase

Issue-ID: SDNC-1412
Change-Id: I4ebee2c7537388478baf9e8d03f3c0c16776cf1b
Signed-off-by: David Stilwell <stilwelld@att.com>
4 years agoUpdate to avoid dup module names 36/114636/1
Dan Timoney [Thu, 5 Nov 2020 15:25:30 +0000 (10:25 -0500)]
Update to avoid dup module names

Update GRA microservice to use updated swagger which no longer
duplicates module names in config URLs.

Change-Id: Iad63f356d4854c7cefdde46215a1b448b281e2ca
Issue-ID: SDNC-1406
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoFix data configuration 28/114528/1
Dan Timoney [Tue, 3 Nov 2020 14:30:25 +0000 (09:30 -0500)]
Fix data configuration

Update preloaded test data in GRA microservice to use data created
from TOSCA model load.  Also, install missing properties file
used by GRA directed graphs.

Change-Id: I494a80e36f79e3f981b1fe95d16ae9d7314a8c43
Issue-ID: SDNC-1405
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoImport SLI-API controller 38/114338/1
Dan Timoney [Tue, 27 Oct 2020 20:47:24 +0000 (16:47 -0400)]
Import SLI-API controller

Import sliboot controller to implement SLI-API interface.

Change-Id: Iea85a9cb128366fa0f580852d9f2fa71405a4bad
Issue-ID: SDNC-1400
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoImplement vnf-topology-operation RPC 73/111573/3
Dan Timoney [Fri, 21 Aug 2020 19:51:25 +0000 (15:51 -0400)]
Implement vnf-topology-operation RPC

Implement vnf-topology-operation RPC

Change-Id: Ief6520cc7dcba1dc4b536af3ed962d2998317978
Issue-ID: SDNC-1212
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoRoll to initial Honolulu snapshot 78/113078/1
Dan Timoney [Wed, 23 Sep 2020 20:05:55 +0000 (16:05 -0400)]
Roll to initial Honolulu snapshot

Roll to initial Honolulu snapshot version

Change-Id: I505ad4623b2fb8b401d66608aac6de0a132a28f3
Issue-ID: SDNC-1355
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoRelease Guilin M4 dockers 09/113009/1
Dan Timoney [Tue, 22 Sep 2020 18:48:30 +0000 (14:48 -0400)]
Release Guilin M4 dockers

 Release Guilin M4 docker containers for sdnc/apps repo

Change-Id: Id46f89055d92fdf25e404fad52bea7957d413c30
Issue-ID: SDNC-1355
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoRelease Guilin M4 maven artifacts 08/113008/1
Dan Timoney [Tue, 22 Sep 2020 18:45:04 +0000 (14:45 -0400)]
Release Guilin M4 maven artifacts

 Release Guilin M4 maven artifacts for sdnc/apps repo

Change-Id: I9738aeaf2d96d951cd99bf130fce91dc08e7a8fd
Issue-ID: SDNC-1355
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoUpdate sdnc/apps to use java11 base image 32/112632/1
Dan Timoney [Mon, 14 Sep 2020 17:11:15 +0000 (13:11 -0400)]
Update sdnc/apps to use java11 base image

Update sdnc/apps to use Java 11 base image

Change-Id: I10468121df75931ad1687400457c0e95cd5113ae
Issue-ID: SDNC-1242
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoMerge "Release version 2.0.0 of sdnc/apps dockers"
Dan Timoney [Fri, 21 Aug 2020 22:23:25 +0000 (22:23 +0000)]
Merge "Release version 2.0.0 of sdnc/apps dockers"

4 years agoMerge "Release version 2.0.0 of sdnc/apps"
Dan Timoney [Fri, 21 Aug 2020 21:47:28 +0000 (21:47 +0000)]
Merge "Release version 2.0.0 of sdnc/apps"

4 years agoRelease version 2.0.0 of sdnc/apps dockers 71/111571/1
Dan Timoney [Fri, 21 Aug 2020 19:59:59 +0000 (15:59 -0400)]
Release version 2.0.0 of sdnc/apps dockers

Release version 2.0.0 of sdnc/apps docker containers

Change-Id: I47c3d071d28c671f639042d86498e310e7be9f4d
Issue-ID: SDNC-1315
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoRelease version 2.0.0 of sdnc/apps 70/111570/1
Dan Timoney [Fri, 21 Aug 2020 19:54:34 +0000 (15:54 -0400)]
Release version 2.0.0 of sdnc/apps

Release version 2.0.0 of sdnc/apps maven artifacts

Change-Id: Ie9a0c80b394541ae6f86da1ac0f851c66c8dbefa
Issue-ID: SDNC-1315
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoFix test issues 91/111191/2
Dan Timoney [Wed, 12 Aug 2020 15:23:28 +0000 (11:23 -0400)]
Fix test issues

Added property settings to all test cases to correct issue in staging
build, where properties do not appear to be taking place properly.
Also, fixed issues found in testing with docker compose.

Change-Id: If698e212d91cd630af4c4a33dd70d90078923478
Issue-ID: SDNC-1315
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoAdd new SDNC committers 05/111105/4
Dan Timoney [Mon, 10 Aug 2020 19:34:46 +0000 (15:34 -0400)]
Add new SDNC committers

Add new SDNC committers Herbert Eiselt and Michael Durre

Change-Id: Idbdc57a3e3238984933d18bbb21d5c8bd1aa3204
Issue-ID: SDNC-1316
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoUpdate GR-API to use released CCSDK artifacts 43/111043/1
Dan Timoney [Fri, 7 Aug 2020 18:05:32 +0000 (14:05 -0400)]
Update GR-API to use released CCSDK artifacts

Update to use released artifacts

Change-Id: I01a01eae6097d99691c4575285c3022951dcab52
Issue-ID: SDNC-1315
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoFix docker-compose test issues 39/110939/2
Dan Timoney [Wed, 5 Aug 2020 21:43:36 +0000 (17:43 -0400)]
Fix docker-compose test issues

Fix issues running service-topology-operation via docker-compose

Issue-ID: SDNC-1310
Change-Id: I5c30c7a07f6baf9f2560b4dc405999abeb0441cf
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoImplement service topology operation RPC 56/110756/1
Dan Timoney [Thu, 30 Jul 2020 18:02:14 +0000 (14:02 -0400)]
Implement service topology operation RPC

Add implementation for service-topology-operation RPC.

Change-Id: I154d2ef6504be9a592479acc554b7cb0f8c250f6
Issue-ID: SDNC-1310
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoFixed timing error in maven build 54/110354/1
Dan Timoney [Fri, 17 Jul 2020 18:10:50 +0000 (14:10 -0400)]
Fixed timing error in maven build

Updated pom.xml so that copy of generic-resource-api jar to the docker
staging directory occurs after the spring-boot-maven-plugin has
inserted the appropriate entries in the MANIFEST

Change-Id: Ifba881ffe19f426e2c409b6a1d9be0c96a40f344
Issue-ID: SDNC-1291
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoAdd jackson-databind-xml dependency 52/110252/1
Dan Timoney [Thu, 16 Jul 2020 12:47:19 +0000 (08:47 -0400)]
Add jackson-databind-xml dependency

Added missing dependency needed to generate xml response

Change-Id: I0495ddb7b589791dd25dff8ac93861fbe6d97d9f
Issue-ID: SDNC-1289
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoAdd junit testing for preload rpcs 62/109862/5
Dan Timoney [Mon, 6 Jul 2020 16:14:00 +0000 (12:14 -0400)]
Add junit testing for preload rpcs

Add jUnit test cases for preload RPCs

Change-Id: I8e6519e57c2eb468b1ee6ad781555951d21203a9
Issue-ID: SDNC-1209
Issue-ID: SDNC-1210
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoAdd REST CRUD ops for service data 03/109503/7
Dan Timoney [Wed, 24 Jun 2020 12:14:17 +0000 (08:14 -0400)]
Add REST CRUD ops for service data

Add REST Create/Read/Update/Delete for service data

Change-Id: Ie22e8a82afa6b50c4a9fbe80ec792996e377abed
Issue-ID: SDNC-1213
Signed-off-by: Dan Timoney <dtimoney@att.com>
5 years agoFix preload data update 25/109425/2
Dan Timoney [Mon, 22 Jun 2020 18:26:32 +0000 (14:26 -0400)]
Fix preload data update

Fixed bug in loading preload data from RPCs.

Change-Id: I6dd12abf08833d72e336b98b98d057c7dc1720fc
Issue-ID: SDNC-1209
Signed-off-by: Dan Timoney <dtimoney@att.com>
5 years agoImplement GRA preload and service data objects 29/108929/6
Dan Timoney [Mon, 8 Jun 2020 16:16:24 +0000 (12:16 -0400)]
Implement GRA preload and service data objects

Implements CRUD operations and RPCs for GRA preload data, as well
as adding data object for service-data.

Change-Id: I93d268e7f1cfbcd4e839e122f72ce02928dad807
Issue-ID: SDNC-1205
Issue-ID: SDNC-1209
Issue-ID: SDNC-1210
Issue-ID: SDNC-1213
Signed-off-by: Dan Timoney <dtimoney@att.com>
5 years agoRoll to Guilin release 70/108870/1
Dan Timoney [Sat, 6 Jun 2020 16:32:02 +0000 (12:32 -0400)]
Roll to Guilin release

Roll to Guilin release versions

Change-Id: I0d9e8d86bf71d0339bc7be4391c69e992b2a509d
Issue-ID: SDNC-1235
Signed-off-by: Dan Timoney <dtimoney@att.com>
5 years agoRelease Frankfurt M4 dockers 52/103952/2
Dan Timoney [Thu, 19 Mar 2020 12:32:13 +0000 (08:32 -0400)]
Release Frankfurt M4 dockers

Release Frankfurt M4 dockers

Change-Id: I8eab8d460c3ff262139f289072ca9b6548c15ff8
Issue-ID: SDNC-1110
Signed-off-by: Dan Timoney <dtimoney@att.com>
5 years agoRelease Frankfurt M4 artifacts 04/103904/1
Dan Timoney [Wed, 18 Mar 2020 19:21:45 +0000 (15:21 -0400)]
Release Frankfurt M4 artifacts

Release Frankfurt M4 artifacts

Change-Id: I96f65bc72b90de9bc60fa2874016b03388f064d1
Issue-ID: SDNC-1110
Signed-off-by: Dan Timoney <dtimoney@att.com>
5 years agoUse released Frankfurt M4 parent poms 72/103272/1
Dan Timoney [Fri, 6 Mar 2020 13:46:55 +0000 (08:46 -0500)]
Use released Frankfurt M4 parent poms

Update to use released Frankfurt M4 version of parent poms.

Change-Id: Ie41a1cab0e3372a67a5a9a63f61994ded5bcee29
Issue-ID: SDNC-1110
Signed-off-by: Dan Timoney <dtimoney@att.com>
5 years agoUpdate to use released CCSDK parent poms 73/101073/1
Dan Timoney [Mon, 3 Feb 2020 20:01:21 +0000 (15:01 -0500)]
Update to use released CCSDK parent poms

Update to use released version 1.5.1 of CCSDK parent poms.

Change-Id: I8a610c7d9915e1254f7a7f76110b52d0486501c5
Issue-ID: SDNC-1059
Signed-off-by: Dan Timoney <dtimoney@att.com>
5 years agoAdd sonar/jacoco config 49/100549/1
Dan Timoney [Tue, 21 Jan 2020 15:48:11 +0000 (10:48 -0500)]
Add sonar/jacoco config

Add necessary sonar/jacoco config changes for new version
of scanner compatible with sonarcloud.

Change-Id: Ie2a68e6ef9e4ab411fa33d4fc94bc4a385d78d64
Issue-ID: SDNC-1020
Signed-off-by: Dan Timoney <dtimoney@att.com>
5 years agoUpdate CCSDK parent pom version to 1.5.1-SNAPSHOT 62/99262/1
Timoney, Dan (dt5972) [Fri, 6 Dec 2019 14:51:33 +0000 (09:51 -0500)]
Update CCSDK parent pom version to 1.5.1-SNAPSHOT

Update to use latest CCSDK Frankfurt parent pom snapshot.

Change-Id: I33f77583d3ca1c3310144a7a263ef3dc86dac4d0
Issue-ID: SDNC-993
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoRoll versions for Frankfurt 66/95866/1
Timoney, Dan (dt5972) [Tue, 17 Sep 2019 19:20:48 +0000 (15:20 -0400)]
Roll versions for Frankfurt

Roll versions in master branch for Frankfurt development

Change-Id: I0a97cd9cc89eb484f42e3246b85bce7dd441eb95
Issue-ID: SDNC-918
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoRoll version 68/95668/1
Timoney, Dan (dt5972) [Fri, 13 Sep 2019 18:39:18 +0000 (14:39 -0400)]
Roll version

Roll version to 1.7.2-SNAPSHOT

Change-Id: Ic12770b32892cec4f3698a387e4c3a579003665e
Issue-ID: SDNC-905
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoRoll versions 98/95498/1
Timoney, Dan (dt5972) [Wed, 11 Sep 2019 14:02:23 +0000 (10:02 -0400)]
Roll versions

Roll version to 1.7.1-SNAPSHOT and use version 1.4.1-SNAPSHOT of
parent poms

Change-Id: Ia05ef49689e3e0602474667f69477c807c95e56e
Issue-ID: SDNC-905
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoRelease version 1.7.0 41/94441/1
Timoney, Dan (dt5972) [Wed, 28 Aug 2019 14:00:47 +0000 (10:00 -0400)]
Release version 1.7.0

Release version 1.7.0

Change-Id: I8500711d03eb5f1bc134c3d2cc3a920cf85b39b0
Issue-ID: SDNC-874
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdates for Neon 88/93988/1
Timoney, Dan (dt5972) [Tue, 20 Aug 2019 17:22:52 +0000 (13:22 -0400)]
Updates for Neon

Update to use Neon version of CCSDK parent poms

Change-Id: I5853a21ce03e09dd942d4d5c40669d0781a63621
Issue-ID: SDNC-850
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoCreate version 1.6.2 prior to Neon 61/93961/1
Timoney, Dan (dt5972) [Tue, 20 Aug 2019 12:59:41 +0000 (08:59 -0400)]
Create version 1.6.2 prior to Neon

Create last Fluorine based version before port to Neon

Change-Id: Ib83eaf71acad826e641c2538d90d5eac82148180
Issue-ID: SDNC-850
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoRelease version 1.6.1 84/93084/1
Timoney, Dan (dt5972) [Thu, 8 Aug 2019 13:22:35 +0000 (09:22 -0400)]
Release version 1.6.1

Release version 1.6.1 of SDNC artifacts

Change-Id: I49652e7d6311216ed3e02ef1f5c7ad8c86713ab5
Issue-ID: SDNC-827
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoRoll version to 1.6.1-SNAPSHOT 67/93067/1
Timoney, Dan (dt5972) [Thu, 8 Aug 2019 12:26:43 +0000 (08:26 -0400)]
Roll version to 1.6.1-SNAPSHOT

Roll version to recreate El Alto release artifacts

Change-Id: Ieebe2f47235987bcf5d92329e03e3cc9fb4107c3
Issue-ID: SDNC-827
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoRelease version 1.6.0 33/92733/1
Timoney, Dan (dt5972) [Mon, 5 Aug 2019 21:48:37 +0000 (17:48 -0400)]
Release version 1.6.0

Release version 1.6.0 of sdnc/apps

Change-Id: I50c9fbb5ae0a5c2be46418c4eb0b7fbc389bf4e9
Issue-ID: SDNC-827
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUse release version of parent poms 96/92696/1
Timoney, Dan (dt5972) [Mon, 5 Aug 2019 14:57:00 +0000 (10:57 -0400)]
Use release version of parent poms

Use release version 1.3.1 of parent poms

Change-Id: Ic0bced63bf10999832c846a5b9e4f754a51ed20f
Issue-ID: SDNC-827
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
6 years agoRoll to El Alto version 55/86855/1
Timoney, Dan (dt5972) [Thu, 2 May 2019 20:19:16 +0000 (16:19 -0400)]
Roll to El Alto version

Roll to El Alto version (1.6.0-SNAPSHOT) on master branch

Change-Id: I737c9de6834e539b4a4871ae738f77f7ac6e3ed2
Issue-ID: SDNC-735
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
6 years agoFix versions 29/86729/1 1.5.1
Timoney, Dan (dt5972) [Wed, 1 May 2019 18:26:23 +0000 (14:26 -0400)]
Fix versions

Versions were set inconsistently in sdnc/apps - entire repo needs
to have the same version number.

Change-Id: I69cf0dd73cfaf2762f5fce7d0e9ff43fffd14709
Issue-ID: CCSDK-1222
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
6 years agoFix staging build 04/86704/2
Timoney, Dan (dt5972) [Wed, 1 May 2019 12:27:56 +0000 (08:27 -0400)]
Fix staging build

Update to newly released oparent 2.0.0 to disable staging plugin,
which breaks staging build.

Change-Id: Iaa707b7b6be2d1245ecd1cf00268c8653e40ea08
Issue-ID: SDNC-735
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
6 years agoFix staging build 84/86684/1
Timoney, Dan (dt5972) [Tue, 30 Apr 2019 20:33:15 +0000 (16:33 -0400)]
Fix staging build

Update to oparent 1.2.3 to disable staging plugin, which breaks staging
build.

Change-Id: Ifd4e642a8bfcf09305660ffa5d815b6ca4564241
Issue-ID: SDNC-735
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
6 years agoUpdate to use released 1.2.2 parent 01/86201/1
Timoney, Dan (dt5972) [Wed, 24 Apr 2019 20:31:55 +0000 (16:31 -0400)]
Update to use released 1.2.2 parent

Update to use released 1.2.2 version of parent poms.

Change-Id: I0653c876c2f8b574278a6a570fdee591a98de84d
Issue-ID: SDNC-735
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
6 years agoPOMBA: X-ONAP-RequestId and X-PartnerName support 02/79402/1
Tait,Trevor(rt0435) [Thu, 28 Feb 2019 21:11:28 +0000 (16:11 -0500)]
POMBA: X-ONAP-RequestId and X-PartnerName support

Issue-ID: LOG-551
Change-Id: Idaa91e841a471636a3c31c5e4c002f84d8d5ac33
Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
6 years agoND Context Builder Updates for port/p-interface 77/78777/1
Tait,Trevor(rt0435) [Tue, 19 Feb 2019 19:48:45 +0000 (14:48 -0500)]
ND Context Builder Updates for port/p-interface

Issue-ID: LOG-977
Change-Id: I9f59d71338d125a8fc54e9165549ee732f54cd05
Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
6 years agoUpdate pomba versioning for Dublin 13/78313/3
Norm Traxler [Tue, 12 Feb 2019 15:57:40 +0000 (15:57 +0000)]
Update pomba versioning for Dublin

Issue-ID: SDNC-637
Moving version Back to the Future
Note: 1.4.2 is used for Casablanca release, so moving ahead to 1.5.0
Adding port description attribute

Change-Id: I4b5526b1151603a1872df1cc6584ba0810685b0c
Signed-off-by: Norm Traxler <normant@amdocs.com>
6 years agoAdd support for Openstack Port object 37/78237/1
Norm Traxler [Mon, 11 Feb 2019 17:00:46 +0000 (17:00 +0000)]
Add support for Openstack Port object

Issue-ID: SDNC-475

Change-Id: Id17404ed05b2ca251e46dc739657900953f76cc4
Signed-off-by: Norm Traxler <normant@amdocs.com>
6 years agoService Decomposition support for network 12/77912/1
Norm Traxler [Tue, 5 Feb 2019 19:58:05 +0000 (19:58 +0000)]
Service Decomposition support for network

Issue-ID: SDNC-475
Add decompose of service-instance and vf-module "l3-network" relationships.
Some Sonar cleanup.

Change-Id: Ie944e6d8acac05ebdce1753176455d929daa2e97
Signed-off-by: Norm Traxler <normant@amdocs.com>
6 years agoNetwork Discovery support for network 86/77586/3
Norm Traxler [Wed, 30 Jan 2019 14:53:39 +0000 (14:53 +0000)]
Network Discovery support for network

Issue-ID: SDNC-475
Add support for Openstack network object retrieval.
Moved the attribute translations into Jolt transformations.

Change-Id: I442bfe39a5b84050d7a7fa8b50aaf831e4dd05d0
Signed-off-by: Norm Traxler <normant@amdocs.com>
6 years agoNetwork Discovery Swagger fix 80/75780/1
Norm Traxler [Tue, 15 Jan 2019 00:59:28 +0000 (00:59 +0000)]
Network Discovery Swagger fix

Issue-ID: LOG-927

Change-Id: Ice25909e2aa0dc2bc566b585c1d3e4a577c3a73c
Signed-off-by: Norm Traxler <normant@amdocs.com>
6 years agoNetwork Discovery Microservice Sync responses 17/75417/2
Norm Traxler [Mon, 7 Jan 2019 21:32:15 +0000 (21:32 +0000)]
Network Discovery Microservice Sync responses

Issue-ID: SDNC-543

Change-Id: I274c23a258dcbdd4928169f119e03925b1c10ee7
Signed-off-by: Norm Traxler <normant@amdocs.com>
6 years agoremove username and extra fields from logs 16/75316/1
jmac [Fri, 4 Jan 2019 20:50:35 +0000 (20:50 +0000)]
remove username and extra fields from logs

Change-Id: Ie0855fdec713826e1c15148cc4cc5094948cdfa4
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: LOG-909

6 years agoAdd INFO.yaml file 26/74326/1
Jessica Wagantall [Thu, 6 Dec 2018 01:59:52 +0000 (17:59 -0800)]
Add INFO.yaml file

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

Change-Id: I9271f823213634b4e4aafab5bb021381f0a3cb12
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoHTTPS Support for Network Discovery Micorservice 87/74087/2
Tait,Trevor(rt0435) [Fri, 30 Nov 2018 20:45:49 +0000 (15:45 -0500)]
HTTPS Support for Network Discovery Micorservice

Issue-ID: SDNC-375

Change-Id: I9c3601eb9aac5e4c8abea2d0c121bf8de56685e2
Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
6 years agoMerge "ND get VM info from Openstack"
Dan Timoney [Wed, 28 Nov 2018 22:42:51 +0000 (22:42 +0000)]
Merge "ND get VM info from Openstack"

6 years agoND get VM info from Openstack 53/73753/2
Norm Traxler [Tue, 27 Nov 2018 22:18:16 +0000 (22:18 +0000)]
ND get VM info from Openstack

Issue-ID: SDNC-533

Change-Id: If50c4ae02349824a4e179e30ea1ee29d3afe6ab2
Signed-off-by: Norm Traxler <normant@amdocs.com>
6 years agoAdding option to support SSL client certificate 49/73749/2
Geora Barsky [Tue, 27 Nov 2018 21:52:45 +0000 (16:52 -0500)]
Adding option to support SSL client certificate

Issue-ID: LOG-809
Change-Id: Iccac9569d0449b005a367a68e42b25bb71fdb527
Signed-off-by: Geora Barsky <georab@amdocs.com>
6 years agoMerge "updating springboot to 1.5.17 for security issues"
Dan Timoney [Wed, 14 Nov 2018 13:58:07 +0000 (13:58 +0000)]
Merge "updating springboot to 1.5.17 for security issues"

6 years agoupdating springboot to 1.5.17 for security issues 40/72340/2
jmac [Fri, 9 Nov 2018 20:55:55 +0000 (20:55 +0000)]
updating springboot to 1.5.17 for security issues

Change-Id: I585d48db228ec28890d457ccf53315fa8a159225
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: SDNC-516
Issue-ID: SDNC-517

6 years agoUpdate to latest Spring boot 1.5 patch 46/72246/1
Timoney, Dan (dt5972) [Thu, 8 Nov 2018 20:37:48 +0000 (15:37 -0500)]
Update to latest Spring boot 1.5 patch

Update to springboot 1.5.17.RELEASE in order to upgrade embedded tomcat
to version with latest security patches.

Change-Id: I6a99683ddb687561c0bfe52cab6ca5e34ed665f1
Issue-ID: SDNC-513
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
6 years agoPrepare for RC0 release build 53/70353/2 1.4.1 3.0.0-ONAP
Timoney, Dan (dt5972) [Fri, 12 Oct 2018 13:20:07 +0000 (09:20 -0400)]
Prepare for RC0 release build

Prepare to build 1.4.1 release version artifacts

Change-Id: I3f2288789198f3c1ba825c8666b9f6ad15e5b4c5
Issue-ID: SDNC-480
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
6 years agoRemove snapshot dependencies 51/70251/1
Timoney, Dan (dt5972) [Thu, 11 Oct 2018 13:04:03 +0000 (09:04 -0400)]
Remove snapshot dependencies

Remove snapshot dependencies on logging-analytics

Change-Id: If9ebc6e4ca50c53a48bee2ac97d44e540e8f0e59
Issue-ID: SDNC-477
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
6 years agoFix versioning 99/70199/1
Timoney, Dan (dt5972) [Wed, 10 Oct 2018 20:06:03 +0000 (16:06 -0400)]
Fix versioning

Wrong parent versions were used (1.1.1-SNAPSHOT vs 1.1.0), and wrong
versions were being created, inconsistent with reset of sdnc

Change-Id: I64a1eb62e8c33153b6b9bf5f56b60f4298553a6d
Issue-ID: SDNC-477
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
6 years agoAdd Authentication to AAI for POMBA SD 25/69125/2
Mohammadreza Pasandideh [Wed, 26 Sep 2018 14:08:03 +0000 (10:08 -0400)]
Add Authentication to AAI for POMBA SD

Issue-ID: LOG-696

Change-Id: If63697980dcc8d732d8514dbebd1cb9959700a73
Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
6 years agoFix AAI connectivity issue 55/68755/2
Geora Barsky [Tue, 25 Sep 2018 02:36:11 +0000 (22:36 -0400)]
Fix AAI connectivity issue

Modify AAI Rest client configuration to ensure that
aai.port and host are not overriden by environment
variables

Issue-ID: LOG-694
Change-Id: I1b3fc449a07e967efa0466dacb5e75253d937c0a
Signed-off-by: Geora Barsky <georab@amdocs.com>
6 years agoRemove credentials data 13/68313/1
Prudence Au [Fri, 21 Sep 2018 01:06:32 +0000 (21:06 -0400)]
Remove credentials data

Remove config/auth directory from the docker image maven build profile.

Change-Id: Ia9d642922256bc81c63e489d08dcd5315bcc905e
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Issue-ID: SDNC-458

6 years agoRemove credentials data 07/67407/1
Tait,Trevor(rt0435) [Tue, 18 Sep 2018 17:43:20 +0000 (13:43 -0400)]
Remove credentials data

Issue-ID: SDNC-458

Service Decomposition and Network Discovery Microservice have sensitive
keystore/certificate/password data in their configuration files that
needs to be removed.

In order for Network Discovery Microservice JUNIT to execute a dummy
Enricher REST client client-cert-onap.p12 was added to
src/test/resources. This is the ONAP certificate that will be used when
the ONAP Enricher is available, then it will be copied to config/auth.

Change-Id: I3aac665815757f9a31bbe0b4020f44cd3fe1eb12
Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
6 years agoMove this variable to comply with JCC 19/66119/1
Serhii Siabruk [Wed, 12 Sep 2018 13:24:40 +0000 (16:24 +0300)]
Move this variable to comply with JCC

Change-Id: I1b62a48e39e4dd6cbab49d9c17a94142d7bf02b0
Issue-ID: SDNC-1
Signed-off-by: Serhii Siabruk <Serhii_Siabruk@jabil.com>
6 years agoMove this method into "ResourceTask". 07/65207/5
Serhii Siabruk [Thu, 6 Sep 2018 16:07:00 +0000 (19:07 +0300)]
Move this method into "ResourceTask".

Issue-ID: SDNC-1
Change-Id: Ia9b6c49a5c2e9790445b6fa07643f32a4661b5dd
Signed-off-by: Serhii Siabruk <serhii_siabruk@jabil.com>
6 years agoClean Sonar Project name 57/65057/1
Gildas Lanilis [Thu, 6 Sep 2018 18:46:21 +0000 (11:46 -0700)]
Clean Sonar Project name

Name to be consistant with repo name.

Change-Id: I7099672cdf66e52a298cd9426be736146c6f8546
Issue-ID: CIMAN-202
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
6 years agoMerge "Use managed guava version"
David Stilwell [Thu, 30 Aug 2018 16:40:03 +0000 (16:40 +0000)]
Merge "Use managed guava version"

6 years agoUpdate for pomba-audit-common model 55/63855/1
Tait,Trevor(rt0435) [Thu, 30 Aug 2018 15:27:11 +0000 (11:27 -0400)]
Update for pomba-audit-common model

Issue-ID: SDNC-317
Change-Id: I88956a61dfd3ada19e1d8e9674715d4a7da1d6c9
Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
6 years agoUse managed guava version 73/62773/2
Gary Wu [Fri, 24 Aug 2018 22:29:45 +0000 (15:29 -0700)]
Use managed guava version

Use centrally managed guava version specified in
oparent.  Includes upgrade to oparent 1.2.0.

This change was submitted by script and may include
additional whitespace or formatting changes.

Change-Id: If826fd62ea06f065196b678c5eb9b675aacfd8da
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoMerge "BugFix:unable to handle resourceType with space"
Dan Timoney [Fri, 24 Aug 2018 19:29:34 +0000 (19:29 +0000)]
Merge "BugFix:unable to handle resourceType with space"

6 years agoBugFix:unable to handle resourceType with space 67/62367/1
Phillip Leigh [Fri, 24 Aug 2018 16:11:35 +0000 (12:11 -0400)]
BugFix:unable to handle resourceType with space

Issue-ID: SDNC-317
Change-Id: Id063ea3b29f96ee786a29352311f79c9e24432ac
Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
6 years agoTranslate Enricher Attribute Names to POMBA names 85/61885/1
Phillip Leigh [Mon, 20 Aug 2018 21:12:56 +0000 (17:12 -0400)]
Translate Enricher Attribute Names to POMBA names

Issue-ID: SDNC-317
Change-Id: I01deaa08fd645b81c971adc8b1230e1be744f50a
Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
6 years agoRoll-Back Password obfuscation(v2) for ND & SD 17/61617/1
Mohammadreza Pasandideh [Tue, 21 Aug 2018 14:28:05 +0000 (10:28 -0400)]
Roll-Back Password obfuscation(v2) for ND & SD

Issue-ID: SDNC-317

Change-Id: I859934dc231fb3f049b1e1911e314d1d61e31174
Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
6 years agoFix Docker Image: NetDiscovery & SvcDecomposition 89/61389/1
Mohammadreza Pasandideh [Mon, 20 Aug 2018 21:21:57 +0000 (17:21 -0400)]
Fix Docker Image: NetDiscovery & SvcDecomposition

Issue-ID: LOG-397 SDNC-317

Change-Id: Ib61f32641bb0329c7f84fec8697a4f299f37b67f
Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
6 years agoMerge "Make Resources in service-decomp configurable"
Dan Timoney [Mon, 20 Aug 2018 16:37:05 +0000 (16:37 +0000)]
Merge "Make Resources in service-decomp configurable"

6 years agoMake Resources in service-decomp configurable 13/61113/4
Tait,Trevor(rt0435) [Fri, 17 Aug 2018 17:40:21 +0000 (13:40 -0400)]
Make Resources in service-decomp configurable

Issue-ID: SDNC-317
Change-Id: I6dadf7b01d867564118a107364ddc97a6667daf8
Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>