Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/sdc.git from branch 'master'
to cb30f3a566b73c78c3ea666acfcd3f288098684a
- Refactoring the sdc-BE-init python scripts
Deeper refactoring of python script:
- create the python package with init script
- support for python 3.x
- reuse code
- new design
- support for .json conf file
- update the docker chef script
Issue-ID: SDC-2784
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I02169eb7d0e3e90851ba1811536d1712c3b4145f
|
|
* Update docs/submodules/sdc.git from branch 'master'
to bdbfc2e460ccb561c3e174260b2908b974996d4f
- Decouple TXT Report file writing and formatting logic (6/6)
This commit moves the writeReportLineToFile from ReportManager to ReportFile, deletes ReportManager (as it's not longer used), and finalizes the decoupling between the writing and the formatting logic of the TXT Report file.
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: Ia5cce71535ea808e6e24807ed62ae9b262eab6ad
Issue-ID: SDC-2499
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 819a687195ef9d6c8dd9753d366c0120886d7736
- Fix ovnaction cnitype key value
Fix the annotation key value for cnitype - should be 'type'
instead of 'cniType'.
Issue-ID: MULTICLOUD-1094
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: I5b12049e9ed114dbc245c5fb219b5a735d8b7e2c
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to e72835a7bb6568f3320f3e437ce054fea2804ae4
- Merge "Fix sonar issues in Aggregate"
- Fix sonar issues in Aggregate
- check obj.isPresent() in method processInput
- return Optional.empty instead of null in method createPropertiesObject
Issue-ID: AAI-2934
Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com>
Change-Id: Iebe0184ce39f244dd56e6861617cbf4e5dafb06c
|
|
* Update docs/submodules/so.git from branch 'master'
to c919ee261f665b824e716e77b5cc358ec15e44a9
- Merge "style of test now matches"
- style of test now matches
updated unit test to match other tests in the codebase
Issue-ID: SO-2992
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Icf844d9c07105d23646681a3b29eeae06a03e91c
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to aee530a92b14041b73d5c15bf4fa0709c92a82d0
- Merge "Fix "npm run build" errors"
- Fix "npm run build" errors
Issue-ID: CCSDK-2474
Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I1577ea0f576f4000c77f94d52d22d4c2212525b2
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to c1ba2446334c41117ac67bd4a9288fe5cc8b9d1b
- Merge "Fix template&mapping in view/create"
- Fix template&mapping in view/create
Issue-ID: CCSDK-2450
Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: If84fba1cb7835cd3338767f9546bce0544d3dd1c
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 42b3d82ccbe1f0cdf7fa46f605d9f5a2fd96364d
- Fix hazelcast issues
- confined lock tests to individual threads to ensure correct unlocking
- removed silent failure in clusterlock.unlock function when unlock is
called by a thread that doesnt own the lock.
- added isLockedByCurrentThread method to ClusterLock interface
- disabled multicast discovery, tcp-ip should be more stable for tests
- fix Hazlecast typo
Issue-ID: CCSDK-2429
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: Idfe723fff04fcd9c48510cf429eb15b33662c49d
|
|
* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
to 171c450a84e41e352205e0aabc6ecb6e1d9013a6
- Merge "Adding newest 3GPP XML bulkPM file schema to BulkPM rqts"
- Adding newest 3GPP XML bulkPM file schema to BulkPM rqts
In Rel-16, 3GPP has published an updated BulkPM schema in TS 28.532 standard.
Support for previous TS 28.550 schema was added in Frankfurt already, it will be updated now in Guilin to 28.532.
Change-Id: Idc9b1229b7ca3de09f8c0fe4869465abfb4e4814
Signed-off-by: deen1985 <damian.nowak@nokia.com>
Issue-ID: VNFRQTS-894
Signed-off-by: deen1985 <damian.nowak@nokia.com>
|
|
* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
to fe6d6112a05c19b5f05dd70eac6396752ac4f391
- stndDefined domain added to VES schema
Change-Id: I8fec71a3fe3a77089fd558e87563e247966a5819
Signed-off-by: deen1985 <damian.nowak@nokia.com>
Issue-ID: VNFRQTS-888
Signed-off-by: deen1985 <damian.nowak@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 8c6ad373281722ce410a1108c67de5f1adf350ea
- Decouple TXT Report file writing and formatting logic (5/6)
This commit aims to move the reportEndOfToolRun function from ReportManager (deprecated) to ReportFile.
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: I17731864c34ed9a70b1b1e91b89bad835dc72449
Issue-ID: SDC-2499
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 2879d63dbeecdd485394f9f35df0578040b8cf2c
- Improve test coverage
Adding more tests to improve test coverage.
Issue-ID: SDC-3129
Signed-off-by: xuegao <xg353y@intl.att.com>
Change-Id: I23a717bfb6a0004e58ff3ca37d6dd877a956931e
Signed-off-by: xuegao <xg353y@intl.att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 360884a24df3f22abc9533130c5de2d1673528f8
- Refactor ToscaTypeTest
Adding more tests and adding assert for old tests.
Issue-ID: SDC-3143
Signed-off-by: xuegao <xg353y@intl.att.com>
Change-Id: Id7cf5ec763b0d43dece9493613e336a4b3df9b72
Signed-off-by: xuegao <xg353y@intl.att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 7434214a2126de38769b35896d8e776aeb8fded3
- Merge "fix issue for deleting files from definition section"
- fix issue for deleting files from definition section
Issue-ID: CCSDK-2402
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: I3da68daf0b06c307d0864391ecc504287842f954
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 66f61fb76f5126b60cbd1f5297cecdb2518a70f4
- Merge "Kafka Audit Service : Improve error handling and miscellaneous refactoring"
- Kafka Audit Service : Improve error handling and miscellaneous refactoring
When Kafka Audit Service fails it no longer stops Blueprint Processor execution
* Add error handling when trying to hide sensitive data
* Add error handling when trying to send kafka message
* Set timeout for blocking loop when sending messages with kafka producer
-> When broker is not available producer tries to reconnect in a blocking loop
* Refactor Audit Service interface to give more explict name for publish methods
* Modify publishExecutionOutput() to a non-blocking function
Issue-ID: CCSDK-2459
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
Change-Id: I809a5f34f81889aa9eed499608348f149984bc38
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to c0ae9f7eff91b8cd8e0567adaadbc766c10c3c3c
- Fix exception handling in AbstractComponentFunction
Moved try-catch to applyNB so that it also catches exceptions
in prepareRequestNB. This restores exception handling to the
way it was before introduction of locking feature.
Issue-ID: CCSDK-2460
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I20326d9a79ac5fbae630eda8530e8428cdb4f84c
|
|
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
to cb01ac28c8ebddd297f4689f4ef0300d490e6f82
- Implementation of HTTPS support for VFC-nslcm project interface
Change-Id: I268bc463ab69cd4a79fd5801db09bad3e11b6eb1
Issue-ID: VFC-1676
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
|
|
* Update docs/submodules/modeling/etsicatalog.git from branch 'master'
to 25a5b7ae680a120672faae4c2a1381b9e89f2a14
- upgrade code to add HTTP/HTTPS protocol registration switch to MSB
Change-Id: I6867304ec4f934a5dee274811000f1e4be365f73
Issue-ID: MODELING-372
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to b5d8e7e6f3d72317258fa4c66773b0f3e361544a
- Merge "Removing log4j from policy/parent"
- Removing log4j from policy/parent
Issue-ID: POLICY-2623
Signed-off-by: Utkarsh Jauhari <uj426b@att.com>
Change-Id: I0a3d9d0a1d677d88ceb90c6358de942ea1e0a90b
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to ee2c950e05901c92fd45a24898b7e8bb2418bc77
- Merge "add delete button in template&mapping view"
- add delete button in template&mapping view
Issue-ID: CCSDK-2448
Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I73691bc19ca4cf330896fe1cf327e3867ab4e1b4
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 201684fa7d04804d5d833d0876c6eb79f44232e1
- Merge "solving continuous saving"
- solving continuous saving
Issue-ID: CCSDK-2336
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: I7e488950a77a19b7b1b4ac2e4c9044698b9ff757
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to ca51aa02546f080038f677219217e8bd97372d68
- Remove duplicate apex stability results
results.zip: El Alto results
results.tar: Duplicate of results in the frankfurt subdirectiry
Issue-ID: POLICY-2657
Change-Id: Ida86fb6bc6e41eb92eeef8c6f2f6c11831948d68
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to bfda840fc9a9a817bfc18bfc35f01abd08f72bf1
- Security issue with Java-WebSocket:1.3.8
Stepping org.java-websocket:Java-WebSocket version 1.3.8 to version
1.5.1 removes the issue.
apex-pdp needs a corresponding change due to a change in an enum in the
new version of java-websocket.
Issue-ID: POLICY-2668
Change-Id: I3827cee6d7569f7343ec32942b5504d7714412eb
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to b29518ad6136fe628d7aff79d5fc607c5e890729
- Decouple TXT Report file writing and formatting logic (4/6)
This commit aims to move the reportValidatorTypeSummary function from ReportManager (deprecated) to ReportFile.
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: I30898d69bbcdb129a2dac917c4dee3c276556e91
Issue-ID: SDC-2499
|
|
* Update docs/submodules/so.git from branch 'master'
to 49e00e08dbbe4fcb6be9a7c4b9580918cc8f04f9
- Merge "[WIP] WorkflowAction refactoring"
- [WIP] WorkflowAction refactoring
Extracted superclass for ExecuteBuildingBlock and ConfigBuildingBlocksDataObject
Changed setters to return void instead of 'this'.
Adjusted all code which was using setters chaining
Issue-ID: SO-2634
Change-Id: I375db2004687f1f634adac31d4d1af3635f5981c
Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 214c8dfe0e56aff0fe0c2a3a5d7f76f2a4972710
- Merge "Edit mapping table style."
- Edit mapping table style.
Issue-ID: CCSDK-2472
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I4787412a34d1e26c0d30fe0419a231ef54df9efa
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 08084ee48ad5e97677b60860ada060e2dbdc81ad
- Fix editor highlight.
Issue-ID: CCSDK-2471
Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I8a78dc9c8989a933d8812c2ded7a03899800612d
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to 0d7559979877e7f0fd61a60b918613527e0325d4
- Remove license issues from policy/parent
The original tar file contained Javascript code to render the results.
the javascript is replaced with PDF printouts of the rendered results.
Issue-ID: POLICY-2657
Change-Id: I1d4aab577ca70bc8349114524f5740dc17c78030
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 051fcebef77e7f8c4536ef717a78f05ab1a002ff
- Decouple TXT Report file writing and formatting logic (3/6)
This commit aims to move the printValidationTaskStatus function's logic from ReportManager (deprecated) to ReportFile.
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: Ic33a519f4c70276d404a83bf7de8a27f0007b285
Issue-ID: SDC-2499
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 194c4a67301b88783ff7d2587feb66912de5ff94
- Improve ActionUtil coverage and improve Sonar score
Issue-ID: SDC-3133
Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
Change-Id: I5e6f927599520efa5bfa5856863ca173ecdfb553
Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to a098edad859459ab116d4587af8262877f2b522a
- Toggle
Add toggling mechanism to catalog side.
The first toggleable feature is healing - this was added to healing flow, in healJanusGraphDao
Issue-ID: SDC-2874
Signed-off-by: talio <talio@amdocs.com>
Change-Id: If386651cab8304ebaf13497ded3a7a50bd60e477
Signed-off-by: talio <talio@amdocs.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to b0140364e491df1009cf00e50c0207d2e9ca3453
- Add Node Filter Servlets Unit Tests
Issue-ID: SDC-3117
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: I84e728f21290a59c7674f97d5977b945b93ef546
- Add Support for node_filters
Allows for node_filter to be specified for a node template
to provide processing instructions to the orchestrator
Issue-ID: SDC-3095
Change-Id: I4e496e300552049d9bfd00df878b86d9fb97312b
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
|
|
* Update docs/submodules/sdc/sdc-docker-base.git from branch 'master'
to acbdca15dc166ff26be9d6ea16551ac71be32d15
- Release 1.7.0 base dockers
release 1.7.0 base dockers for use in G release
Issue-ID: SDC-3128
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: Idc710c76a53616a585ad974628bdfb3b1524251c
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 5dd7bf3451168c1701b6c35b29d0db70c218595a
- Fix sonar issues
Fix sonar/checkstyle issues in sdc code
Issue-ID: SDC-3116
Change-Id: I87802cc9edb378bdbe456c3ca4f10d8c6ebe9425
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
- Fix sonar issues
Fix sonar/checkstyle issues in sdc code
Issue-ID: SDC-3116
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I87802bb9edb378bdbe456c3ca4f10d8c6dae9437
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 9c414d7dbbe337c365b52f708ccd1c4ccf36021c
- Decouple TXT Report file writing and formatting logic (2/6)
This commit aims to move the reportStartValidatorRun function's logic from ReportManager (deprecated) to ReportFile.
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: I93c2e8f98cdef598094647d734d0deec0f1941db
Issue-ID: SDC-2499
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 8a44c78d37e82363cf572b6d9578e1cc6f6860bd
- Fix Assert usage
Sonar Fix, fix assert usage in this file
Issue-ID: SDC-3116
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I292649e84e589a35eb69139de53b3ee95223be26
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 886ffd112569eaa02cab85fb59a5a47db52c312d
- fix sonar issues related to MessageContainer.java
Issue-ID: SDC-3127
Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
Change-Id: I02357fa3cbf7afd7845737ba01c72dc202401882
Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 1f6c1d5d3750fbcfaadd1788ac47f28dd3708423
- Update to fix inconsistent naming
Dockerfile and Kunernetes resource files
use inconsistent names. This patch is to
fix inconsistent names.
Issue-ID: MULTICLOUD-1065
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: If7ea6d9ecf55196be5400ea5d2b4d3ce42f99b0f
|
|
* Update docs/submodules/oom.git from branch 'master'
to 1e9b0789277f884c4436c78c28b555493bcf9b09
- Merge "[GLOBAL] Upgrade readiness check version"
- [GLOBAL] Upgrade readiness check version
Use a newer readiness check script with better handling of readiness on
statefulsets.
Issue-ID: OOM-2418
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ica7c87e856c193b2ed825a3eb2345262689f2808
|
|
* Update docs/submodules/oom.git from branch 'master'
to 02d4369129f6928360a8a52a62f636f973409a6e
- Merge "[COMMON] Fix bad subchartDot retrieving"
- [COMMON] Fix bad subchartDot retrieving
readinessCheck was retrieving "subchartDot" in string format and not in
"object" format.
This commit fixes it
Issue-ID: OOM-1971
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I04060f973d283802e6269dc67370a336c5bcf95e
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to 35be4df461aa2ec45bce012c08f4abfe80dae60e
- Merge "Fix guard application doc"
- Fix guard application doc
recipe -> operation
added response example
Will cherry pick to frankfurt.
Issue-ID: POLICY-2656
Change-Id: Ia0e5c75d29edcecce54709f3659d3cd8f5bcfd15
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to 4a1ed8a656903f32b2cf134de6f9602412eb3c5c
- Merge "Revert "AAF Version change for log4j""
- Revert "AAF Version change for log4j"
This reverts commit 5014e05e9d93248854d1473d795ec671e2e7ba6b.
Reason for revert: version doesn't exist
Issue-ID: POLICY-2623
Change-Id: I6a4972a3491864fa6072eb493900022c44a85c1f
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to 3c3ff2d3845889d987ca307e2c87b492c9cff7e5
- Merge "AAF Version change for log4j"
- AAF Version change for log4j
Issue-ID: POLICY-2623
Signed-off-by: Utkarsh Jauhari <uj426b@att.com>
Change-Id: I30d33c82c15118a7305ea3a8b794aa48a61e06d1
|
|
* Update docs/submodules/portal.git from branch 'master'
to 885648993b3b2a9e7d36ebfeb96c196674c32e78
- fix for not displaying role sync button
Issue-ID: PORTAL-909
Signed-off-by: Muni Mohan Kunchi <munmohan@att.com>
Change-Id: If8cad2f0c5a1ca3a4188b3b7b83ff7a4f1cf752b
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 273d54c0277aff18e1b4e14e53adbd51bac67e8d
- Merge "(docs) Document AAI architecture"
- (docs) Document AAI architecture
Add an AAI component diagram and a list of repositories.
Issue-ID: AAI-2924
Signed-off-by: Vlastimil Starec <vlastimil.starec@orange.com>
Change-Id: Ib4c43da4db3d8070d34978f66d54c51c850cc0d5
|
|
* Update docs/submodules/oom.git from branch 'master'
to 9c2c7cfe29b0fb2cad1f13ab5b50e896aac1007a
- [RELEASE] Change AppVersion for onap main chart
Issue-ID: OOM-2424
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Iee3f9b6e1dc0dd278c9c55d317827f16ac8b3389
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 3579d15b41d9f786650f76c3b6a98d28f0052f1a
- Implement nodetemplate locking feature
Enables locking execution of a nodetemplate using a
lock key and lock acquire timeout.
Issue-ID: CCSDK-2460
Change-Id: I308d4d89dab44b7f7a766d5b62258e67b051eab1
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
|
|
* Update docs/submodules/so.git from branch 'master'
to 0abec191b0645a80c9bc5df4af3423a9377b83db
- Merge "Prepare for java 11"
- Prepare for java 11
final changes for java11 groovy compatibility
removed unnecessary dependencies and cleaned up poms
added missing jaxws-api dependency to pom.xml
java8 profile is now active by default in parent pom
update beans to have RemoteResource annotation
always use the compiler plugin from parent pom
Update external task timeout to longer value to hold lock
update remote resource annotation to match catalog db client
add remote resource annotation to bean for bowman
completely remove bowman from requests db client
Issue-ID: SO-2059
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: If6f0df36e8077ccd703abce9f64290daed63955b
|
|
* Update docs/submodules/so.git from branch 'master'
to dcca3afc8f9c4de72e84a7573932544996438c7c
- Merge "WorkflowAction, traverseNetworkCollection refactoring stage 2"
- WorkflowAction, traverseNetworkCollection refactoring stage 2
- extract one function to traverseNetworkCollectionResourceCustomization
Issue-ID: SO-2634
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: I869174d8e022603374fa86ba4405ea2611b4dfd1
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 18174bb951a8193e5c310969fb85684b3145fd0e
- Merge "Error when template-prefix-names list is set as an input"
- Error when template-prefix-names list is set as an input
Case when template-prefix-names list for resource resolution is passed as an input was not handled.
When the audit service was trying to get input-prefix-names values he was only getting {"get_input": "..."} and was not resolving this expression.
Issue-ID: CCSDK-2456
Change-Id: If9ebbf0aa6b6eae3e44a7bfe0b930f622dfd3c1e
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
|