Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: appc master 5a44262e9e9be6a970db57f12286ced7c17cf8ec
Removing parent files
The parent files have been moved to the appc/parent repository.
They are being removed from this repository as part of this move.
Change-Id: Ifa0fa81094e9848a046cf87fbafe3f44d36c9509
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1208
|
|
Project: appc master b1f5afc03a77a57a6e0ff6a315429f254298b425
Fix logger constants
The new appc-common-bundle had different exports than the old
appc-common bundle did. This seemed to be causing the logging
constants to not load properly. This puts the exports back to
the way they were before.
Change-Id: I0f3c7e747ad9d45c4169f0da05a2fd01885134d3
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1207
|
|
Project: appc master 28da5021fad45b2c4da1bd1b7db794863e5ef7f3
Remove logback 1.1.3 security issue
cdp-pal and eelf are the dependencies using logback-classic
1.1.3. Need to use exclusions option in pom file
Change-Id: Id8f5817ec955e2b7b486bc0215c35541086606aa
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1018
|
|
Project: appc master 32780c70147bf7273f7f6a8d81de1a1efd68a92c
Remove logback 1.1.2 security issue
Replace the logback version brought brought in by tosca
datatype dependency of appc-config-params.
Change-Id: I6ebeb13676ff284fa4c56b39028d2d91cffdf37a
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1018
|
|
Project: appc master 55393633ac29b83662db980ccbf03b9991c7b06c
Fix for multistep vnf level actions
Issue-ID: APPC-1197
Change-Id: I12e7107d88e9d1ca21f0d90500292c31a00260d6
Signed-off-by: George, Lina (lg941u) <lg941u@att.com>
|
|
Project: appc master 0b7cd61bb7db6ab4e71a35b85647f6fa8bb6e099
Changes to identity-url for multistep flow
Change-Id: I82f1d4302ebd4ad53d7f1f0b78b16f98ee8916f9
Issue-ID: APPC-1186
Signed-off-by: George, Lina (lg941u) <lg941u@att.com>
|
|
Project: appc master ba28cb6a1255a7372c00b2dee85be1f15e86c8fd
Changes to encryptionToolDGWrapper
Issue-ID: APPC-1199
Change-Id: Ifa93fd75d08081e0fdc8fc4f941934df0cc4706a
Signed-off-by: George, Lina (lg941u) <lg941u@att.com>
|
|
Project: appc master 2133020f219c8ec31c748d0a3ff9c063aa15dde9
scopeOverlap errorfix actionrequest fr force=false
Issue-ID: APPC-1188
Change-Id: Ife6666e80025a595c5a8f840a00d0882ac80ed71
Signed-off-by: Modaboina, Kusumakumari (km583p) <km583p@us.att.com>
|
|
Project: appc master 3c0def26b386b2bc48ec7b6c0f53064bd270ce63
Adding DistributeTraffic LCM API
This commit contains code modifications for APPC to support DistributeTraffic LCM API. Tests has been implemented for new service.
Change-Id: I853120eced93928268074cf89dd62fb89fea9ff8
Issue-ID: APPC-1169
Signed-off-by: Tomek Osinski <tomasz.osinski2@orange.com>
|
|
Project: appc master d90ba5c3b7237131a47ad835ab19f42110166a73
Documentation for DistributeTraffic LCM action
This change modifies APPC LCM API Guide and APPC CDT User Guide
with descriptions for new DistributeTraffic LCM API
Change-Id: Ieb945976821369728c6a4e96437acce920a2ff1a
Issue-ID: APPC-1171
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
|
|
Project: appc master a5411a8a16c13ab34733ebeea0d4222b3220f882
Revert "remove logback 1.1.2 security issue"
Fix for bundle error.
This reverts commit b51a315636321718cde5ea759cebcb1b28a06d94.
Change-Id: Idd5cc7452a4ff36c1238ccc6c38dbcdcd4453769
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1202
|
|
Project: appc master bfef95f9d0cd80a68fcd7a6f59b18080161ca326
Correct fasterxml errors
Different versions of fasterxml were being used at once,
causing type errors.
Change-Id: I42c28e26386284010fe5c965456e2c72fdb30f3c
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1202
|
|
Project: appc master 20ffad1633dcacf48a236de3fa22f4676e359376
Fix for json types error
Karaf is now including an older version of json bundle. In order to
avoid conflicts, the correct version is now embedded here.
Change-Id: Id1c037abc2a2825998e4f2e4777bd2e2d5996529
Signed-off-by: Patrick Brady <pb071s@att.com>a
Issue-ID: APPC-1202
|
|
Project: appc master ccb933e13f1b6d96a65232a40779798388752815
Misplaced shebangs and missing exec flags
patch description: Restore of valid shebang lines and exec flags
Change-Id: Id44c9d4ac9f2243f478213b34f61a30576ca2235
Issue-ID: APPC-1203
Signed-off-by: Nicolas Edel <nicolas.edel@orange.com>
|
|
Project: appc master f1b353074c937b473e23e717966d97602bc981f8
In progress trxns criteria fix
Changed the criteria for inprogress
transactions to the last X hours.
This will eliminate stale transactions
causing an incorrect scope
overlap error.
Issue-ID: APPC-1194
Change-Id: I2f3147503f4202e8e8931b2615e626e3b9af8261
Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
|
|
Project: appc master 99043712640be0ffc317f95d0630b2119998cb2b
refactored code for TestCompareNodeXml
added object creation to setup method using before annotation
Issue-ID: APPC-1086
Change-Id: If0e0c438a4e31751ae17db6ee557b2a2adb55036
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: appc master 5db773715b158ab9194051e7a60c366f1114bc19
refactored code for TestCompareNodeCli
added object creation to setup method using before annotation
Issue-ID: APPC-1086
Change-Id: Ia125c53807d4f255686d4f2ff6af818c1b08ca4d
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: appc master 91a12713611ef604a5e301315ad0896e829cd6c0
refactored code for TestCompareNodeJson
added object creation to setup method using before annotation
Issue-ID: APPC-1086
Change-Id: I136191ab61d7b39751ccffa63a711d9ef14add7d
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: appc master 464324b918120636fb17d6316d8010342d7adf7e
added test case to TestParsingNode.java
to increase code coverage
Issue-ID: APPC-1086
Change-Id: I1b37fa65a8cb8182f0f6f1af810c4cdddfa30ef0
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: appc master ff0b8a6ac4b566e05538b8ee1c33a92b8eced98c
bugfix to allow reboot even VM is at error state
Issue-ID: APPC-1198
Change-Id: I12cb5b2807a026b7bc55f16109fbca852b2b41fb
Signed-off-by: Modaboina, Kusumakumari (km583p) <km583p@us.att.com>
|
|
Project: appc master 5fb7cd971b57bb25ce7fb01b27576d02777558e5
added test case to ConfigComponentAdaptorTest
to increase code coverage
Issue-ID: APPC-1086
Change-Id: I49259f114ed7e180c0dd4d71de11da331634dc12
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: appc master eb3caaa3717bff67a566585dd0b1bd34b2dc3b04
added test case to TestDGGeneralDBService
to increase code coverage
Issue-ID: APPC-1086
Change-Id: I034a158efa5d3d274b0ee92cc7d91ae918f7e744
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: appc master 6803143f3ab9b24b212de4cacf16bb739450f1b6
Test cases configure and disconnect JschClient
Issue-ID: APPC-1182
Change-Id: I49db6487f48a214ccd061be323fde09546bbd228
Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
|
|
Project: appc master 0750d459edaaf242190ddc87ead3c3207f2edb55
Test cases for Jsch client
Issue-ID: APPC-1182
Change-Id: I67d04500b36c794bc8afb1db0b404b41bf0576a7
Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
|
|
Project: appc master 136077f4957ae979ec620d53d4b6f671427f4a5c
Netconf adaptor logger cover
Issue-ID: APPC-1182
Change-Id: Iff5c5c1bc54d7b767a89f6b6b98aafffa21e7a12
Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
|
|
Project: appc master 5a5e1745c1449074f3b91a0ed23494477f445106
Mocked test cases for NetconfDataAccessServiceImpl
Issue-ID: APPC-1182
Change-Id: I43075937348c666b87d3962b71b5def7a57e08c6
Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
|
|
Project: appc master 52b8066a392b0c3bee7fa9339930126ff684eafa
added test case to ConfigResourceNodeTest
to increase code coverage
Issue-ID: APPC-1086
Change-Id: I1e8948ed3009704bf4f118b2ac6a6b94aa96178c
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: appc master 237e4d0ffa907fefd203f1e34cba840f4d8eba08
Fix for artifact handler rpc error
Change over to using blueprint for rpc registration
Change-Id: Ie647472eb3e42eb7e878c526b13acbfffd1bc18f
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1185
|
|
Project: appc master b51a315636321718cde5ea759cebcb1b28a06d94
remove logback 1.1.2 security issue
under provider, we need to specify logback
artifact to remove the issue
Change-Id: Idb85bac263983447cc4b0d3d8e828371d1c7b2b4
Issue-ID: APPC-1018
Signed-off-by: Taka Cho <tc012c@att.com>
|
|
Project: appc master 58d1bddf8148b33e613931f4ec94dd5e591bc7cf
Fix for provider rpc error
Change over to using blueprint for rpc registration
Tests cases will need to be modified and uncommented
Change-Id: I6535c2d9d141406ac29dc8bb2b769fea3bdbf53f
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1185
|
|
Project: appc master 872f19c71c545950efb9fb65391f2ab7ee8af1a4
added test case to SshJcraftWrapperTest
to increase code coverage
Issue-ID: APPC-1086
Change-Id: Ic40b87f63f4b14b70870fa717bcf01f206dc982f
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: appc master ae3e71c489d17e4d7604521922926e87874e4bfd
Misleading err msg failed to rebuild for snapshot.
Issue-ID: APPC-1196
Change-Id: I017528097939c89794afb8753db429886269c7c8
Signed-off-by: Modaboina, Kusumakumari (km583p) <km583p@us.att.com>
|
|
Project: appc master e2454d1b226e7a350da11404cb7d1fad40510ca7
API doc issue fix
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>
|
|
Project: appc master 16dc89fdfea1c6f72f10eb20586b16da79962aea
covered cases for NetconfAdaptor2
Issue-ID: APPC-1182
Change-Id: Ib3e96b5869ce95299cf6e83a6f25ad04f7373382
Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
|
|
Project: appc master 98cc619c1bb1cd59121bb862c8c48f4125319ba5
Code Coverage for XinterfaceServices.java
Junit test for code covergae for XinerfaceServices.java in design
services
Issue-ID: APPC-1190
Change-Id: I8b23975eb1c9d19200b5d0d115763168e48c53b9
Signed-off-by: Dilip kumar Pampana <dilip.kumar.pampana@ibm.com>
|
|
Project: appc master 71c7a87ad665e900b89d231d7b4ec590e9187d9d
increase coverage for restAdaptor HTTP_POST
Issue-ID: APPC-1181
Change-Id: If92c903fa520e1a609d4e4558241709a2b3f6439
Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
|
|
Project: appc master f5035002126910aeba60cdcd070290696c3f2942
increase coverage for restAdaptor HTTP_GET
Issue-ID: APPC-1181
Change-Id: Iac9a6be49bc3e4ed2461a337e9b892b821a8d518
Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
increase coverage for restAdaptor HTTP_DELETE
Issue-ID: APPC-1181
Change-Id: I50eead8d40c692cd9674fdc2f1f3ed63c9f9031a
Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
|
|
Project: appc master 726d7d621d21215e3822a31fbbc8a6091d7697ea
refactor restAdaptor and add test for HTTP-PUT
Issue-ID: APPC-1181
Change-Id: Ibd70b03db906343c5e9c27439e2da541a54672e2
Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
|
|
Project: appc master 875d836aeff308645ce59daf0ca59b77e0f13940
Fixed error message for rebuild
Corrected code to ensure that all errors
in retrieving images do not result in a misleading
error message attributed to bootable volumes.
Instead, a generic error message processing has
been added.
Issue-ID: APPC-1189
Change-Id: Ic4dc917e86429a3ab7bce4432796083f0741c637
Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
|
|
Project: appc master 06ee81fdf3eb1cc4e82f2c1cbf337098ee786b0d
upgrade netty-handler from 4.0.27 to 4.1.22
excluded cassandra from sdc tosca
and upgrade cassandra to 3.0.8
Change-Id: I725329e35746a9ed62aa9eda59ecbaefdaf8575b
Issue-ID: APPC-1018
Signed-off-by: Taka Cho <tc012c@att.com>
|
|
Project: appc master a7a427af6c792dfb2459bc19806a9b08fd315e9f
fix the wrong LCM in doc
fix the outdated LCM API in APPC LCM API
document
Change-Id: I089540ce70fb311718a0ad1651cc1a86c19a544b
Issue-ID: APPC-1184
Signed-off-by: Taka Cho <tc012c@att.com>
|
|
Project: appc master 98e9551687348d7c485eeda306d63350d2faaef3
fix com.fasterxml.jackson.core 2.8.1
Group: com.fasterxml.jackson.core
Artifact: jackson-core Version: 2.8.1
to
Version: 2.8.6
Change-Id: Ibe2b61a4ce2062372d98f88741e101e77b2d652c
Issue-ID: APPC-1018
Signed-off-by: Taka Cho <tc012c@att.com>
|
|
Project: appc master 2fd20f590105aab009a29a6979b88f329fd8edc8
fix com.fasterxml.jackson.core 2.8.4
Group: com.fasterxml.jackson.core
Artifact: jackson-core
Version: 2.8.4
to
Version: 2.8.6
Change-Id: Id691ab4da8d5a5f205cff02acee70719952ef956
Issue-ID: APPC-1018
Signed-off-by: Taka Cho <tc012c@att.com>
|
|
Project: appc master 23d877b95c2e535cd9483466ffc34779a29026c3
Remove excess feature files
These feature stub files were accidently created, they
should not be in these projects.
Change-Id: Ib710d4d9be3d2f323ba2e4cfca31b2951777825f
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1185
|
|
Project: appc master 427428023f01af5ff4d2683ce260b25f58e43865
refactored code in ExecuteNodeActionImpl.java
created a method a called getVserverRelations(SvcLogicContext vnfCtx,
SvcLogicContext ctx) having the logic for looping through relationship-list
data, to get vserver relations. This piece of code was earlier not
covered by test cases. By putting this logic in a separate method, we
will be able to write a specific test case for this logic and will be
able to increase the code coverage by a big amount.
Issue-ID: APPC-1086
Change-Id: Iffa2a4f04a1fd2b93edc4bcdfef8625f196a305e
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: appc master 9197e727349f035c9f782f5e841c4b3e2f2ff1f5
Junit for code coverage in artifact-handler
Junit Test cases for checking Exceptions part and also for isUpdate in
DBService.java file
Issue-ID: APPC-1140
Change-Id: Ibbfe9daf5465f4efcc8d42e8ed508d0b5e5129bb
Signed-off-by: Dilip kumar Pampana <dilip.kumar.pampana@ibm.com>
|
|
Project: appc master 9cf887eb3204cfa86eb37914e4aea9d61a1648a1
upgrade bcprov 1.59 to 1.60 to fix security issue
on chef-adapter, I added a dependency to resolve bcprov-1.59
security issue from Nexus IQ report
Change-Id: I238664499becf3a969a7c88ac5a0e7cd2da2aa61
Issue-ID: APPC-1018
Signed-off-by: Taka Cho <tc012c@att.com>
|
|
Project: appc master 94130da63b03946ff3aee7911ed823bc7885b089
resolved SONAR issue in MetricActivator.java
resolved SONAR issue
Issue-ID: APPC-1163
Change-Id: I1d91fbebb938480f5470055768d9cff9e5902a57
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: appc master 26e6e36b31017efcb8b3bf38f126ce47412b78f5
removed redundant object assignment
removed PropertyDefinition object creation dependency. The object is
already defined in the setUp method.
Issue-ID: APPC-1086
Change-Id: Icb7e791109a409af1b646b07052bc43517d09dc5
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: appc master 7b632b442633ccfaa13b98b0ff0cbeb8cd16e6f5
Remove old appc-common
Issue-ID: APPC-1159
Change-Id: I65f1bc07fe0088df0624266e6158296ac73884a6
Signed-off-by: Ryan Young <ry303t@att.com>
|