Age | Commit message (Collapse) | Author | Files | Lines |
|
Updated APPC Guides with License and added the APPC Logging Guide
Issue-Id: APPC-284
Change-Id: Ic54100636ddb229a3257e336e184d3588e92877b
Signed-off-by: Scott Seabolt <js9808@att.com>
|
|
Change-Id: I0285454e18d52257f992b1283ddad4246a781aa8
Issue-ID: DOC-104
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
|
|
Change-Id: I755967d88980988251f4ec2e1d5a3265a300b020
Issue-ID: DOC-104
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
|
|
Ignore capability check for non VM level
Start, Stop,Restart
Issue-ID: APPC-281
Change-Id: I0bc888a9fbfede5923ba8b130f8ab4850559abcb
Signed-off-by: Ramya Balaji <rb111y@att.com>
|
|
Use a logger to log this exception
Sonar Link:https://sonar.onap.org/component_issues/index?id=org.openecomp.appc%3Aappc#resolved=false|severities=CRITICAL|assignees=amshegokar
Change-Id: Idb5f7ad9fcc5cf8be7361ffddcc9dbf97d6a0d65
Issue-ID: APPC-278
Signed-off-by: amshegokar <AS00500801@techmahindra.com>
|
|
Change-Id: Ibee4af7ba6a7b7fcf1dafdc1e5b46b42608d98f0
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-274
|
|
Added blank string condition when checking
for vnfc type in scope in reference artifact
Issue-ID: APPC-277
Change-Id: I25841585b4ba4d0be553303f0020cba247a21086
Signed-off-by: Ramya Balaji <rb111y@att.com>
|
|
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>
|
|
Code corrections in Artifact Handler to use vnf type to store capability artifact,
process download dg reference even if it is not sent in reference file,
to not generate capability artifact if reference file is at vnfc level
Issue-ID: APPC-271
Change-Id: If7e436576f9c64c3933ea681355e710ebf82c497
Signed-off-by: Ramya Balaji <rb111y@att.com>
|
|
The skiphypervisorcheck property was misspelled.
Change-Id: I7aa4d01ed079d33e23b7c8be36bb6e7f24aa4bd6
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-268
|
|
replaced ServiceCatalog with a factory to select correct version
ServiceCatalogV2 contains code previously found in ServiceCatalog
add ServiceCatalogV3 implementation of V3 connector
Issue-ID: APPC-259
Change-Id: Iba7d98cfc9e50914b8063be0b35494a9d0fea793
Signed-off-by: RY303T <RY303T@att.com>
|
|
Updated header formatting for docs
Issue-Id: APPC-102
Change-Id: Id26a4c85c8d370088eb0d2aef5e9aaadc075f4ab
Signed-off-by: Scott Seabolt <js9808@att.com>
|
|
Issue-ID : APPC-221
Change in appc-config-generator appc-artifact-handler
Change-Id: I9abaef2839ca60f10855a61c48fa696be012db5f
Signed-off-by: Sonali Das <sd394g@att.com>
|
|
The dblib artifact is listed twice which
is causing errors in maven site generation.
Change-Id: If7b023b71700991738f049e2307c256bfeaaf856
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-266
|
|
Issue-Id: APPC-262
Change-Id: I34455f902d55ff0c97ca1dc81e7388da388d735e
Signed-off-by: Rahul Sharma <Rahul.Sharma2@amdocs.com>
|
|
Fixes:
- In the AsyncTaskHelper, the cancel future augmentation in the
scheduleBaseRunnable(...) removed itself from the myFutureSet while
it was iterating over the entries. This caused the
ConcurrentModificationException
- The Timeout operation in the ConfigurationHelper was not converting
the units to millisecond.
- The Timeout in the BaseProcessor. preProcess(...) was NOT using the
request-timeout value supplied in the request.
- When a timeout occurred in the BaseProcessor. preProcess(...) method,
the OAM state was not being switched to ERROR state
Issue-Id: APPC-263
Change-Id: I02c5e3adaca9a595d2c3541d8a997f3254bf097a
Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
|
|
After uninstall appc-event-listener, appc-oam is going to be in installed state
which should not happen
Issue-Id: APPC-264
Change-Id: I314259382954057e457c7a5c927b31e4920e7336
Signed-off-by: Hao Kuang <Hao.Kuang@amdocs.com>
|
|
The licensing is not approved for this artifact
and it seems to not be needed for tests to pass.
Change-Id: I67d1f643e8ed725ff87a3e3437ec6695913b17c2
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-258
|
|
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>
|
|
Issue-ID: APPC-219
Change-Id: I407dd3781edcc6b06c598bc7fa1d57fc024c2648
Signed-off-by: Lina George <lg941u@att.com>
|
|
Issue-ID : APPC-240
Change-Id: I42d2277d73163041ccfebe69897f05ac0314e6a1
Signed-off-by: Dilip kumar Pampana <dp583p@att.com>
|
|
Replaced hardcoded 'v2' in url format with a range
Issue-Id: APPC-257
Change-Id: I0411f15d0d2166fb7cf72d2df587ea17b9c8705b
Signed-off-by: RY303T <RY303T@att.com>
|
|
Updating the README for this repo to match the updated README in the deployment repo.
Change-Id: Ic66a3abbb3034b02fe9809428bb656d3c313460a
Signed-off-by: Hector Anapan <ha076r@att.com>
Issue-Id: APPC-250
|
|
Created new test classes for SDC-Listener.
Contains changes reverted by Patrick.
Issue-Id :APPC-246
Change-Id: I593b23bae44db0046f513f4b6a159a86bf8cc885
Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
|
|
WorkflowResolver.java: L47
Sonar link:https://sonar.onap.org/component_issues/index?id=org.openecomp.appc%3Aappc#resolved=false|severities=CRITICAL|rules=squid%3AS2184
Change-Id: Id73e2153b13716706b0dce4204d8c7519885afe5
Issue-Id :APPC-238
Signed-off-by: sanchitap <sanchita@techmahindra.com>
|
|
As APP-C is not listening to this artifact type it should not send back NOTIFIED status back to SDC application
Issue-ID:APPC-245
Change-Id: I8b4f4b18047181aad9017264136cc5fb054305c9
Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
|
|
Fix Blocker/Critical sonar issues in appc module
https://sonar.onap.org/component_issues?id=org.openecomp.appc%3Aappc#resolved=false|severities=BLOCKER|fileUuids=AV36PknS89V-MRZU58_g
Issue-Id: APPC-186
Change-Id: I50868e7e76f03a724d97889432f2dce53552b36f
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
|
|
Change-Id: I0c98636c165a2cc5b9915a3950ab64744e6328c7
Issue-Id: APPC-244
Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
|
|
1. add junite test for appc-provider bundle to increase sonar test converage.
2. move test files of appc-dg-util under java folder.
Issue-Id: APPC-229
Change-Id: I37620a820eb99aecb7fe91974826b4ef2e5d428a
Signed-off-by: Hao Kuang <Hao.Kuang@amdocs.com>
|
|
Add Junit test in appc-common
- cache
- cache/impl
- configuration
- exceptions
- i18n
- logging
Issue-Id: APPC-230
Change-Id: I04c457da4dfa881c1109273b8fd3e16e76ebd68f
Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
|
|
Fix Blocker/Critical sonar issues in appc module
https://sonar.onap.org/component_issues?id=org.openecomp.appc%3Aappc#resolved=false|severities=BLOCKER|fileUuids=AV36PknS89V-MRZU58_f
Fixed issue Close "FileInputStream".
Issue-Id: APPC-186
Change-Id: I2fab5e54735992a4cbf2972628574edd17905fe3
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
|
|
Added Junit test cases to increase test coverage for appc-java-client
Change-Id: I31154acea348f50da5df47262611bfb108a4ed3a
Issue-ID:APPC-223
Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
|
|
ProviderStackOperation.java: L98 and L178
Sonar link:https://sonar.onap.org/component_issues/index?id=org.openecomp.appc%3Aappc#resolved=false|severities=CRITICAL|rules=squid%3AS2184
Change-Id: Id73e2153b13716706b0dce4204d8c7519855afe5
Issue-Id :APPC-237
Signed-off-by: sanchitap <sanchita@techmahindra.com>
|
|
This reverts commit 8b88bb6f258cf8af9d1658a0514eba6daa31f93c.
The commit is causing test failures and blocks all jobs.
Change-Id: I1e82f74d34bc4201690beea89bebe61c9d3845e2
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-228
|
|
Updating parent pom to latest
version in ccsdk parent.
Issue-Id: CCSDK-104
Change-Id: If7c9573f30dac43bf4d0337a349208824d49f1a2
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
Issue-ID: APPC-186
Change-Id: I6177d3976e4e91a6f29bee21558dc603aed44f1f
Signed-off-by: Summers, Gregory (gs2953) <gs2953@att.com>
|
|
Issue-Id: APPC-228
Change-Id: I805127d7b57bc88e97151e9a4e217fe384a33ffb
Signed-off-by: Hao Kuang <Hao.Kuang@amdocs.com>
|
|
Fix Sonar Blocker for resource leak Sonar Link: https://sonar.onap.org/component_issues/index?id=org.openecomp.appc%3Aappc#resolved=false|severities=BLOCKER|rules=squid%3AS2095
Change-Id: Id73e2153b13716706b0dce4204d8c7519850afe5
Issue-ID: APPC-236
Signed-off-by: amshegokar <AS00500801@techmahindra.com>
|
|
Updated unit test in SdcCallbackTest
Issue-Id :APPC-232
Change-Id: Ifa6d998d97de7637e9addc3c6e90984c3accc72d
Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
|
|
Issue-ID: APPC-186
Change-Id: Id73e2153b13716706b0dce4204d8c7519840afe3
Signed-off-by: Summers, Gregory (gs2953) <gs2953@att.com>
|
|
Add Junit tests in state-machine-lib
Issue-Id: APPC-225
Change-Id: I54b307663f1e593d597f1c93ed800ea657959030
Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
|
|
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>
|
|
for blocker APP-C Common. Sonar Link:https://sonar.onap.org/component_issues/index?id=org.openecomp.appc%3Aappc#severities=BLOCKER|rules=squid%3AS2097
Change-Id: I65ee1745f5fd5a7f7ac3365704943b22a9341e8a
Issue-ID: APPC-224
Signed-off-by: amshegokar <AS00500801@techmahindra.com>
|
|
Updated APPC Guides and index.rst for documentation cleanup purposes
Issue-ID: [APPC-102]
Change-Id: I22e249e4fa6be1bf621a0627edc550e983930380
Signed-off-by: Scott Seabolt <js9808@att.com>
|
|
For rest healthcheck Adapter-bundle
Change-Id: Ic499d7af6c90cd692e8362ba4f7d2f5d62d48422
Issue-ID: APPC-216
Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
Signed-off-by: Skip Wonnell <skip@att.com>
|
|
Fix Blocker/Critical sonar issues in appc module
https://sonar.onap.org/issues/search#issues=AV36Pm5i89V-MRZU59OH
Fixed NullPointerException might be thrown as 'data' is nullable here
Issue-Id: APPC-186
Change-Id: I65ee1745f5fd5a7f7ac3365704943b25a9341e8a
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
|
|
Sonar Blocker for PrecheckOption.java
Change-Id: Ic499d7af6c90cd692e8362ba4f7d2f5d65d48471
Issue-ID: APPC-223
Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
|
|
Added Code to check if record exists previously in table. If so, make an update else insert.
Issue-ID:APPC-220
Change-Id: I3825128d8381a4f0c7e62926be6ecec9ab178194
Signed-off-by: Ramya Balaji <rb111y@att.com>
|
|
Issue-Id: APPC-217
Change-Id: If7b087b715630fcb8d9d5cb3effdd10548ab00be
Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
|
|
Fix Blocker/Critical sonar issues in appc module
https://sonar.onap.org/component_issues?id=org.openecomp.appc%3Aappc#resolved=false|severities=BLOCKER
Fixed null pointer exceptions for localContext and removed redundant check for localContext
Issue-Id: APPC-186
Change-Id: I38223655d69b89f6828fbdc7f3f388031e22f412
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
|