aboutsummaryrefslogtreecommitdiffstats
path: root/appc-directed-graph/appc-dgraph
AgeCommit message (Collapse)AuthorFilesLines
2019-01-21Network Inventory Cient Platform HardeningBalaji, Ramya (rb111y)1-1052/+1052
Renamed class files to be more meaningful and synched up directories Issue-ID: APPC-1338 Change-Id: I5eee7c96013e8733fb14e4b0a1de88d4c9611a0f Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-11-12Increment version numberPatrick Brady2-3/+3
Changing to version 1.5.0-SNAPSHOT Change-Id: I1e0773d16cb058ac2fb96718581cfbf8d716a2e0 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-10-29output payload is blank when doing healthcheckShailendra Borale1-1/+1
Changed the payload attribute name to output-payload Change-Id: I2b0e6de88e87c8be1f24a1d4822c8a60ec49dc7b Issue-ID: APPC-1233 Signed-off-by: Shailendra Borale <sb8915@att.com>
2018-10-11Roll to next version after releasePatrick Brady2-3/+3
Change to version 1.4.1-SNAPSHOT Change-Id: Ie6238743cbe2bebeb122ce3985fb2488d9a6c62e Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-09-07API doc issue fixBalaji, Ramya (rb111y)1-1311/+1053
Removed code that saves yang in md-sal to prevent API doc issues. Issue-ID: APPC-1187 Change-Id: I30e3485f6e07660eedf3329bb1666eaa31e3e580 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-08-03Changed Code and DGs to return detailed response.Shailendra Borale3-6/+6
Added comment and used String instead of Integer.toString Change-Id: I07a0a7752b225fbf50d761b489b9320b47fcc71d Issue-ID: APPC-1013 Signed-off-by: sb8915 <sb8915@att.com>
2018-07-31 GetTemplateConfigAnsible DG BugGanesh Chandrasekaran1-86/+170
Please refer to Jira page for more details Issue-ID: APPC-1115 Change-Id: I0f56009a44b37e0f30942da533f8bc08766de602 Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
2018-07-31 GetTemplateConfigChef DG BugGanesh Chandrasekaran1-88/+174
Please refer to the Jira page for more information. Issue-ID: APPC-1114 Change-Id: I6c0f033594371c33efd9ab224873c7f9cbec0f2e Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
2018-06-21[APPC-922] Add new OpenStack Reboot Directed GraphDan McMillan4-76/+520
Introduce APPC_RebootVM.json directed graph Add APPC_RebootVM to the dg_activate.txt config file Add protocol query to APPC_healthcheck.json directed graph Add outputdata to APPC_ansible-adapter-1.0.json success return Change-Id: I80cc5695bf04575955b79656d731eab38b0b49c4 Issue-ID: APPC-922 Signed-off-by: Dan McMillan <dm3821@att.com>
2018-06-20Add snapshot-id to RebuildVM DGDan McMillan5-6/+6
Parameterize error-message in AttachVolumeVM DG Parameterize error-message in DetachVolumeVM DG Parameterize error-message in VM_Start DG Parameterize error-message in VM_Stop DG Change-Id: I8a2a06661d668565dc2b2f0160ac7695ac52198e Issue-ID: APPC-1011 Signed-off-by: Dan McMillan <dm3821@att.com>
2018-06-13Update license header in misc appc xml filesJohn McClung3-6/+3
Modify license header in miscellaneous appc xml files to reflect 2018 changes. Change-Id: Ia62d24370e152c23f3575c755ff88980fccc42d2 Issue-ID: APPC-1001 Signed-off-by: John McClung <jm1364@att.com>
2018-06-13Update lic header in misc appc properties filesJohn McClung19-38/+19
Modify license header in miscellaneous appc properties files to reflect 2018 changes. Change-Id: I21eb99f680ab4cbddbd7f8abe65720c87e2dbb33 Issue-ID: APPC-998 Signed-off-by: John McClung <jm1364@att.com>
2018-06-13More updates to lic header in appc propertiesJohn McClung2-4/+2
License header fixes to reflect 2018 changes in various appc-adapters, appc-client, appc-common, appc-config, appc-dg and appc-directed-graph java and properties files. Change-Id: Idbe000f175e11ba42f6e83689a2b2d3d353be008 Issue-ID: APPC-996 Signed-off-by: John McClung <jm1364@att.com>
2018-06-12Update lic header in appc dir graph propertiesJohn McClung41-82/+41
Modify license header in appc-directed-graph properties files to reflect 2018 changes. Change-Id: I5ddf83e5bd03b033a04205c397a6805ed2ae1c91 Issue-ID: APPC-997 Signed-off-by: John McClung <jm1364@att.com>
2018-06-06Update license header in appc-dg filesJohn McClung20-40/+20
Modify license header in various appc-dg-util, appc-dg-shared and appc-directed-graph java files to reflect 2018 changes. Change-Id: I4ae3aed9af5eda808ed908948ca1bdee5ac7bd93 Issue-ID: APPC-976 Signed-off-by: John McClung <jm1364@att.com>
2018-05-22Increment version for new branchPatrick Brady2-3/+3
Change from version 1.3.0-SNAPSHOT to 1.4.0-SNAPSHOT and update version file. Change-Id: I6b54c3e3b97c3ef0a554fb173d0dd261ca2107d3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-916
2018-05-16Changes to GetAaiInfo DGBalaji, Ramya (rb111y)1-1/+1
Corrected parameter passed to method to get vfModule information. Issue-ID: APPC-904 Change-Id: Ib32122e1e080a676082a1676e89335904eb4d61a Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-05-09Corrections to SqlResource pathBalaji, Ramya (rb111y)1-1/+1
Issue-ID: APPC-889 Change-Id: I371f100928a9626eeece1955a75ce0cc5e4248f9 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-05-08Modify DGs to match deployment repoPatrick Brady2-248/+346
DGs are being pulled from main appc repository. A few changes needed to be moved over from the deployment repo. Change-Id: Ia30bd6f7b1cabb9968df1839bba3b66c110c871f Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-887
2018-05-08Update dg_activate filePatrick Brady1-1/+3
Since this will be the file used in deployment now, I added the entries here that are present in the deployment version. Change-Id: Ib353db7c33f64c94d50491f77b1650ccac6a9d71 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-887
2018-04-06Dg changes to fix methodnotfound exceptionvidhyasree1-4/+4
APPC_chef.json is updated with vnfc instead of Vnfc to allow the method callouts and to sinkup with the method names in chefAdapterImpl.java Issue-ID: APPC-829 Change-Id: I04bd9c720869117962c4dbe731abb22945fc03ee Signed-off-by: vidhyasree <sn141y@att.com>
2018-04-03Corrections to DGs for ConfigScaleOutBalaji, Ramya (rb111y)2-810/+521
Issue-ID: APPC-822 Change-Id: I2a0e9efbc67890ad5792ed10295dd76b4e2bd253 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-03-28Fix healthcheck rest and ansible to set the paylodGeorge, Lina (lg941u)2-898/+898
Issue-ID: APPC-805 Change-Id: I0c4a8181149a8326d88bec7a4bc45f5323b9e5cd Signed-off-by: George, Lina (lg941u) <lg941u@att.com>
2018-03-28Fix package name for RestConfCallNodeSkip Wonnell1-1/+1
Issue-ID: APPC-800 Change-Id: Ic45cbcd25971b437a634204949a9825902b8c82c Signed-off-by: Skip Wonnell <skip@att.com>
2018-03-27Fix for config not able to save in DBDilip kumar Pampana3-1982/+1554
Did changes in DG's for getRunningConfig not able to save in Db Issue-ID: APPC-800 Change-Id: I67722f6eafe045b63edf1922430b425c4f6ee755 Signed-off-by: Dilip kumar Pampana <dp583p@att.com>
2018-03-22Change in DG for the Audit and the SyncSonali Das1-1124/+1211
Issue-ID: APPC-735 Change-Id: I4e07b07d476b1353388e51ce3b41d245b99c4bb7 Signed-off-by: Sonali Das <sd394g@att.com>
2018-03-14Directed Graph & Associated code changesBalaji, Ramya (rb111y)2-1089/+987
Changes to DGs for A&AI processing and for formatting controller template id if passed in input. Issue-ID: APPC-690, APPC-691 Change-Id: I3019d093f8327839aa286a5784fcc96bde0fb0d6 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-02-28Code fix for attach and detach volumesPatrick Brady2-352/+352
Cherry-picked to split up commit https://gerrit.onap.org/r/#/c/31149/ into individual jira tickets. open stack consumes cdp-pal openstack jars to connect to cinder, this fix retrives set of volumes from volumeservice provider and performs attach or detach through compute service. Change-Id: I59bce60d9f79ba9285f284fe1f56945e63d0bcba Signed-off-by: Patrick Brady <pb071s@att.com> Signed-off-by: kusuma kumari M <km583p@att.com> Issue-ID: APPC-448
2018-02-27security issue: commons-collectionsTaka Cho1-0/+11
Change-Id: I74a56640065ae6c6a470835ab1022ed0f266fc09 Issue-ID: APPC-665 Signed-off-by: Taka Cho <tc012c@att.com>
2018-02-21Update license text part 3Skip Wonnell3-1/+64
Issue-ID: APPC-637 Change-Id: I361c457acd27099294365f8ee3aeb167cd7fcafd Signed-off-by: Skip Wonnell <skip@att.com>
2018-02-20Update .gitignore with license textSkip Wonnell3-0/+65
Update .gitignore with license text Remove IDE generated files from repository Update .gitignore to ignore IDE Generated files Issue-ID: APPC-637 Change-Id: Ie650e2c6d46d55d06dcc54877533cb3e14be66d6 Signed-off-by: Skip Wonnell <skip@att.com>
2018-02-07Removing old name referencesPatrick Brady49-212/+180
Removing references to bvc, att Change-Id: I794861fe40b96c922f6e5c011b2fe5d2c4bc515b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-292
2018-01-29Code fix for config directed graphGeorge, Lina (lg941u)1-354/+618
Issue-ID: APPC-427 Change-Id: I36cdad252f62767aebf490cf62fe971d822a8f19 Signed-off-by: George, Lina (lg941u) <lg941u@att.com>
2018-01-24code fix for OS attach volumes and dettach volumeskusuma kumari M2-347/+347
Issue-ID: APPC-448 Change-Id: I348108a8fb49a42c79039975e8470442a0f80dd2 Signed-off-by: kusuma kumari M <km583p@att.com>
2018-01-12Updates to config directed graph bundleGeorge, Lina (lg941u)2-2821/+2821
Issue-ID: APPC-395 Change-Id: I90dffe67fb96ecdc8b22ece0ea61529b8cd64975 Signed-off-by: George, Lina (lg941u) <lg941u@att.com>
2018-01-12Add missing license text to pom files, part 2Skip Wonnell1-0/+21
Change-Id: I47c09b26da03ca7ca10ef632c9880d744df6a7f4 Issue-ID: APPC-398 Signed-off-by: Skip Wonnell <skip@att.com>
2018-01-03Platform Hardening for DG - Part 8Skip Wonnell94-2885/+2975
Issue-ID: APPC-305 Change-Id: I70fa76837b02314bdd3211190306cfbd3564d639 Signed-off-by: Skip Wonnell <skip@att.com>
2017-12-22Platform Hardening for DG Json files - Part 7Taka13-715/+5869
Change-Id: Ifac28a64e01767c15d940b20404904f2fc2d9b24 Issue-ID: APPC-305 Signed-off-by: Taka <tc012c@att.com>
2017-12-22Platform Hardening for DG Json files- Part 6Taka11-299/+6393
Issue-ID: APPC-305 Change-Id: I6cdc5bc789c4935d4515bc55edd8a9dc7f32c3c3 Signed-off-by: Taka <tc012c@att.com>
2017-12-22Platform Hardening for DG Json files - Part 5Taka22-5743/+13475
Change-Id: If1d1b8090c6f932c1b383e0be3d942bc9d082fae Issue-ID: APPC-305 Signed-off-by: Taka <tc012c@att.com>
2017-12-22Plaform Hardening for DG Json files - Part 4Taka14-14/+9804
Change-Id: I7f4ed14a349bdf6e5a80d4e32e4d9571b117b702 Issue-ID: APPC-305 Signed-off-by: Taka <tc012c@att.com>
2017-12-22Platform Hardening for DG Json files - Part 3Taka20-2095/+18704
Change-Id: Ib5534da1dc26e8942be56b5a3742876cebd4b2fc Issue-ID: APPC-305 Signed-off-by: Taka <tc012c@att.com>
2017-12-22Platform Hardening for DG Json files - Part 2Taka16-7601/+14269
Change-Id: Ia11df00de6f114ab63200efaaeff3a2b22a17b83 Issue-ID: APPC-305 Signed-off-by: Taka <tc012c@att.com>
2017-12-22Platform Hardening for DG Json files - Part 1Taka16-1258/+5216
Change-Id: I0bf2ee8883889e1edeb46ef3bcd96d1002746cf6 Issue-ID: APPC-305 Signed-off-by: Taka <tc012c@att.com>
2017-12-19Update bundle names from openecomp to onapTakamune Cho33-59/+59
Change-Id: Ib0cf4edbab87a32c9d83cc9473412feb77b27a0e Issue-ID: APPC-13 Signed-off-by: Takamune Cho <tc012c@att.com>
2017-12-19Move dg-loader files to org.onap packageSkip Wonnell2-1/+2
Issue-ID: APPC-13 Change-Id: I5bab561f243f31bca633882b9291b147e24bea9e Signed-off-by: Skip Wonnell <skip@att.com>
2017-12-19Update appc-config-generator to use onap packagingTakamune Cho1-2/+2
Change-Id: Ia89d9eb8f56c8ac0e46cbe1b473f7cfced32228a Issue-ID: APPC-13 Signed-off-by: Takamune Cho <tc012c@att.com>
2017-12-13Third part of onap renamePatrick Brady20-0/+0
This part of the commit changes the folder structure on all other folders of appc. Change-Id: I8acfa11cdfcdcd36be0e137245d1dd7324f1abd3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-12-13First part of onap renamePatrick Brady164-559/+559
This is the first commit of the rename. This commit changes refereces to org.openecomp.appc > org.onap.appc that occur within files. The package folder structure is not changed in this commit. Change-Id: Ic95d749eb99d8a6f4f2b9ee9b06eb41c5cfa7e1c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
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