summaryrefslogtreecommitdiffstats
path: root/ms/generic-resource-api/src/main/docker
AgeCommit message (Collapse)AuthorFilesLines
2021-04-23Refactor GRA to separate docker creation from application codeDan Timoney1-47/+0
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>
2021-01-12Add vf-module,port-mirror, allotted-resource rpc and CRUDCheung, Pat (kc1472)1-2/+1
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
2021-01-11sdnc-apps updateCheung, Pat (kc1472)1-1/+2
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
2020-09-14Update sdnc/apps to use java11 base imageDan Timoney1-3/+3
Update sdnc/apps to use Java 11 base image Change-Id: I10468121df75931ad1687400457c0e95cd5113ae Issue-ID: SDNC-1242 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-19Implement GRA preload and service data objectsDan Timoney1-0/+47
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>