Age | Commit message (Collapse) | Author | Files | Lines |
|
Roll version to initial snapshot for London release
Issue-ID: CCSDK-3903
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I18c3ce9db3ed0ed3bc6dadc7aeb35151922b5676
|
|
Roll release numbering in master to Kohn release numbering
Issue-ID: SDNC-1687
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I39409719c66c4c2e58477badd9844b680e203c50
|
|
Remove default credential settings
Issue-ID: SDNC-1656
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib2d92c41a9a68db2971c2e9c52210e5ad833cda9
|
|
Add test cases for GRA microservice to address test coverage being
under target
Issue-ID: SDNC-1638
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: If9422cdb577ef3984f17f4ef7aa2cd7e362e2fd4
|
|
Remove retired committer, Dave Stilwell
Issue-ID: SDNC-1636
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I6562ce0322086ae5d146bbf28e7a247c13299618
|
|
Sync changes made downstream to support GRA microservice
Change-Id: If3bf5d879f7d61ab91209c63b0344d78128246a8
Issue-ID: CCSDK-3504
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Use released version 2.3.0 of parent pom to avoid compile errors due to
removing aged-out snapshot version
Issue-ID: CCSDK-3511
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I479d5fc43cd74e258c4e67bd362a1a12b48878b0
|
|
Roll versions in master branch for use in Jakarta release
Issue-ID: SDNC-1611
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I04c26eda7ec2490fa4411cb2c2e4e0ff67a5b5ef
|
|
Use released version 2.2.1 of CCSDK parent pom
Issue-ID: CCSDK-3444
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I522b6bf4268dbdbd478445878d63d819dc995ee2
|
|
Update to springboot version 2.5
Issue-ID: SDNC-1560
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Icce7baba794462ae635c0122747d98b0501db509
|
|
Roll version in master branch for Istanbul release
Change-Id: Icb719eefbedfeab812934cd12c9ab7f457b720fa
Issue-ID: SDNC-1495
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
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>
|
|
Fixed AAF cadi log configuration and added missing dependency
Change-Id: I4b32e069c4cc94129241225152759e953c32859b
Issue-ID: SDNC-1532
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
The preload data writer needs a transaction manager configured.
Change-Id: I7c27e9fa510a78974ddf579a4967c545d05ef428
Issue-ID: SDNC-1517
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Fixed bugs in delete of items from existing services
Change-Id: Iaeeb8b6622276b5183f5f386763526cd15b0becb
Issue-ID: SDNC-1516
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Resolved junit test issues
Change-Id: I3e044b8e68f0a883d2a64b15c9de9c99d10ceceb
Issue-ID: SDNC-1513
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
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>
|
|
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>
|
|
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>
|
|
Use version 2.1.1-SNAPSHOT of parent pom
Change-Id: I5ec968c95f46cd914011aba01c91a804dec47912
Issue-ID: CCSDK-3139
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
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
|
|
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
|
|
Added async method to VNF Topology Operation
Signed-off-by: Haddox, Anthony (ah0647) <ah0647@att.com>
Issue-ID: SDNC-1452
Change-Id: If983153f6400491343c649aea7778011cc540de5
|
|
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>
|
|
Use released version 2.1.0 of parent poms
Change-Id: I04313112961c5e998c25f1b89a0537c2dabcc9c4
Issue-ID: CCSDK-3002
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
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
|
|
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>
|
|
|
|
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>
|
|
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>
|
|
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
|
|
Add integration test for GR-API docker container
Change-Id: Iebd60f56668c9b50a2aab62b5309c609bc2369ce
Issue-ID: SDNC-1417
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Import sliboot controller to implement SLI-API interface.
Change-Id: Iea85a9cb128366fa0f580852d9f2fa71405a4bad
Issue-ID: SDNC-1400
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Implement vnf-topology-operation RPC
Change-Id: Ief6520cc7dcba1dc4b536af3ed962d2998317978
Issue-ID: SDNC-1212
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Roll to initial Honolulu snapshot version
Change-Id: I505ad4623b2fb8b401d66608aac6de0a132a28f3
Issue-ID: SDNC-1355
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Release Guilin M4 docker containers for sdnc/apps repo
Change-Id: Id46f89055d92fdf25e404fad52bea7957d413c30
Issue-ID: SDNC-1355
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Release Guilin M4 maven artifacts for sdnc/apps repo
Change-Id: I9738aeaf2d96d951cd99bf130fce91dc08e7a8fd
Issue-ID: SDNC-1355
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Update sdnc/apps to use Java 11 base image
Change-Id: I10468121df75931ad1687400457c0e95cd5113ae
Issue-ID: SDNC-1242
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
|
|
|
|
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>
|