summaryrefslogtreecommitdiffstats
path: root/appc-directed-graph/appc-dgraph
AgeCommit message (Collapse)AuthorFilesLines
2017-12-05Removing sdnc version propertiesPatrick Brady1-5/+0
These versions are provided by the ccsdk parent pom and should not be duplicated. Change-Id: I2d013a2b4d46dcf41f2757cc3acb3b6a16c6353f Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-321
2017-11-21Bug Fixes in DG's chef ,Ansible and Encry toolkusuma kumari M2-2/+2
Issue-ID: APPC-320 Change-Id: I7ba57aa0018fa415987dee98d8d4d8a21453dbd0 Signed-off-by: kusuma kumari M <km583p@att.com>
2017-11-17Bump minor versionJessica Wagantall2-3/+3
Bump minor version in preparation for Amsterdam branching. Change-Id: I83e13547f583db020d6f756ddb8918360c38903b Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Signed-off-by: Patrick Brady <pb071s@att.com>
2017-11-07Changing to Amsterdam release versionv1.2.01.0.0-ONAP1.0.0-AmsterdamPatrick Brady2-3/+3
Appc will be realeased as version 1.2.0 since version 1.1.0 already was created spring 2017. Change-Id: I177931e892c2556c11a261f018fd835d62a14d54 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-314
2017-11-06Load correct dgPatrick Brady1-236/+334
Same change as was made in deployment project. Fix for vFW use case. The older version of a dg was being loaded which caused modifyConfig to fail. Change-Id: I1d8bc6a58cf6b4a4080cf59531739b1994b2198f Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-313
2017-11-01Fix missing SqlResource plugin reference in DGsSkip Wonnell4-5/+5
Change-Id: Icc45a0b01748ff1f78e66dd3674c8d6db0fa706f Issue-ID: [APPC-302] Signed-off-by: Skip Wonnell <skip@att.com>
2017-10-31Update DGs for Carbon and remove comments part 2Skip Wonnell111-2357/+137
Update plugins for Carbon CCSDK Update schemaLocation and namespace for Carbon CCSDK Remove license text comments since json files don't handle comments Change-Id: I6d7cdc7e082d3376b435d0549688a687b2f1cf6a Issue-ID: APPC-293 Signed-off-by: Skip Wonnell <skip@att.com>
2017-10-30Update DGs for Carbon and remove commentsSkip Wonnell7-616/+4071
Update plugins for Carbon CCSDK Format json Remove license text comments since json files don't handle comments Issue-ID: APPC-293 Change-Id: I6a227c804a424b0c3e49c3427391896ea1b06e15 Signed-off-by: Skip Wonnell <skip@att.com>
2017-10-27Update DG pluginsLina George4-4/+4
Issue-ID: APPC-286 Change-Id: I00c6e34abc29e5f9f4df8551321eb3abe53c4347 Signed-off-by: Lina George <lg941u@att.com>
2017-10-12Changes to capability check processingRamya Balaji1-2/+1
Code changes to ensure processing continues if capability artifact is not available Issue-ID:APPC-269 Change-Id: I27663622e56f54f721d40705d842ab30a173519d Signed-off-by: Ramya Balaji <rb111y@att.com>
2017-10-04VM start/stop DG input parameters name changesbeili.zhou2-2/+2
Change VM_start DG input parameters: - from start-vm-url to vm-id - from AICIdentity to identity-id Change VM_stop DG input parameters: - from stop-vm-url to vm-id - from AICIdentity to identity-id Issue-Id: APPC-260 Change-Id: Ifa84a0612a7926db3b176d083f1eb4fb5113dc8e Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-10-03Changes in pom and features.xml filesDilip kumar Pampana3-3/+3
Issue-ID : APPC-240 Change-Id: I42d2277d73163041ccfebe69897f05ac0314e6a1 Signed-off-by: Dilip kumar Pampana <dp583p@att.com>
2017-09-22Fix VM_Start(2.0.0) and VM_Stop(2.0.0) DGbeili.zhou2-501/+214
VM_Start DG was submitted with Rebuild_VM DG content VM_Stop DG needs an extra block for success path Issue-Id: APPC-217 Change-Id: I69c43576f1e266383b98383879b936b8f4b9c9c4 Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-09-19Add APPC VM_Start(2.0.0) and VM_Stop(2.0.0) DGsbeili.zhou2-0/+801
Issue-Id: APPC-217 Change-Id: If7b087b715630fcb8d9d5cb3effdd10548ab00be Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-09-14Updated DG and dg loader textfilerb111y2-8/+7
Updated dg_activate.txt to point to correct rpc. Also made updates to Restart DG for invalid action level. Issue-ID : APPC-197 Change-Id: Ia7c4d115e2fcbd29eb132791958286b077115441 Signed-off-by: Ramya Balaji <rb111y@att.com>
2017-09-07Change to CCSDK and ODL CarbonPatrick Brady21-40/+40
Change-Id: I49a0f436e366ff4a1b99705fb6bb5e7ba82e6ecc Signed-off-by: Patrick Brady <pb071s@att.com> Issue-Id: [APPC-91] Issue-Id: [APPC-158]
2017-08-31Update ASDC References to SDC 1/2mojahidi2-7/+7
This patch changes ASDC to SDC in APPC code, bundle names and other pertinent places. This change sanitizes SDC for Open Source. It is the first in a two part change, the first updates code mentions and artifacts. The second will update database references. Change-Id: Iffd73480cc325172b5d8969fe839728f1c88ef78 Issue-ID:APPC-179 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-08-28Clean up directed graph java codeSkip Wonnell7-469/+283
Issue-ID: APPC-90 Change-Id: I3ea4912523eed1fed85aa2e5909ec897bb13b72b Signed-off-by: Skip Wonnell <kw5258@att.com>
2017-08-23Add testing dependencies to dgraph pomSkip Wonnell1-0/+16
Insert missing junit, mockito, and powermock dependencies in pom. Change-Id: I74d19f9ec49edddf6f7c3a1608ee69dd698850a1 Issue-ID: APPC-165 Signed-off-by: Skip Wonnell <kw5258@att.com>
2017-08-18Initial add of appc-directed-graph bundlesSkip Wonnell218-0/+25887
Directed Graph library Additional JIRA Issues: APPC-66, APPC-71, APPC-74 Issue-ID: APPC-65 Change-Id: I1bd643f7675dec19e562e99db65bafa0dcda6ef4 Signed-off-by: Skip Wonnell <kw5258@att.com>