Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: oom master 799ae16776823e5f12412eab4bd21368480d682e
Add onap parent chart
This is a top-level parent helm chart which deploys customizations
of the ONAP platform.
The parent ONAP chart represents the start of OOM's move away from
the oneclick bash scripts and towards the direct use of Helm to
manage configuration and deployment of ONAP.
How to deploy onap chart from local oom/kubernetes codebase.
** need to create/update dependencies defined in the chart's
** requirements.yaml
helm dep update onap/
** deploy the onap parent chart (and all referenced subcharts)
** with the "release" name of 'onap'
helm install onap/ -n onap
Change-Id: I71bee25770bdce82a47bfabb04946bb4fad069a2
Issue-ID: OOM-265
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
Project: policy/engine master fa54ede568ac252870b5ab4ab00878d471659143
Merge "Fix Fortify Issue - External Entity Injection"
Fix Fortify Issue - External Entity Injection
Fix Fortify Issue by setting secure process of factory as true
Issue-ID: POLICY-551
Change-Id: I46890d2664d0ae9ed9540ba830d0f4b27136a6e9
Signed-off-by: guangxingwang <gw1218@att.com>
|
|
Project: policy/engine master db22558f4ddb77c3b56f3750177a4111d4c353f6
Merge "Add JUnit tests policy/engine PolicyEngineAPI"
Add JUnit tests policy/engine PolicyEngineAPI
Change-Id: I8d7a76836759b042c83349c2b875fb77085b531c
Issue-ID: POLICY-606
Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
|
|
Project: appc master e048c6ff0320c6c7e0d111f840aa6721a3c5d3cb
Migrate powermock to mockito for providerlcm
Change-Id: I66f70a1dcb4ea1d4f6f8ca6149c1291a76f84e32
Issue-ID: APPC-649
Signed-off-by: Taka Cho <tc012c@att.com>
|
|
Project: ccsdk/platform/plugins master 6e6babd96b389602e6ab4b3550a0c3db4f9ae7c6
Make SONAR code coverage work
Change-Id: Id54f9199d4ac7a1a501a875743fa35aecbe60ac4
Issue-ID: DCAEGEN2-355
Signed-off-by: Andrew Gauld <ag1282@att.com>
|
|
Project: aai/aai-common master d785026550b7ca735ea4666fd7f1b1136b284674
Update v1.1.1 patch release notes
Issue-ID: AAI-672
Change-Id: I93135b613be776bf00c64f006a57c11820ee2197
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
(cherry picked from commit cc5e615ea72c1c794aa137197637352fbf98de8a)
|
|
Project: policy/engine master 9092983343fd0324b46b491cd755ebbc1ce3bcdc
JUnit small additions for PAP-REST,PDP-REST,XACML
Issue-ID: POLICY-600
Change-Id: I1b012dd1dbc49c10cd47b5f100e8ccef6c92f70b
Signed-off-by: bobbymander <bobby.mander@att.com>
|
|
Project: so master e35347d6521133807e92f397820fa18a5412aee7
add junit for cloud wrappers
Change-Id: I699b10ee2cb6e8b57ca56e8a9baae8aa41000540
Issue-ID: SO-430
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
Project: portal master a7a2fedb67c3607de80483749366681d339a4188
Merge "Added Junits"
Added Junits
Issue-ID: PORTAL-136
Includes JUNITS
Change-Id: I859aa9de0ce51a1ac699c81e98c2af7fda7ae660
Signed-off-by:GUJJA <kg811t@research.att.com>
|
|
Project: portal master 14401350d3a2551da2d918ffe9ec3b1df79d8cfc
Unit Test Case for WidgetServiceImpl.java
Added JUnit test cases for WidgetServiceImpl.java
Change-Id: I098df1f6442e5caa89c3771f8e9087f0f8b78156
Issue-ID: PORTAL-206
Signed-off-by: Hari Om Verma <hv00482922@techmahindra.com>
|
|
Project: modeling/toscaparsers master b7165820de2d5bd56e874c496e85dfc5dadda94d
Add license info for py files
Cuurently There isn't any license for __init__.py files
the patch will fix it.
Issue-ID: MODELING-64
Change-Id: I0c517848598ce3ea1ff9d28bd74750280fd3571c
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
|
|
Project: so/libs master 499d066482cc566ceba2c41ded1267a57aad4045
Port SO/lib artifacts to ONAP folder structure
Change-Id: Id1fa603699ec43f466916bd11cd28af775dfd61e
Issue-ID: SO-372
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
Project: so master 077d14997f5663e570948a0c497e8fae80a0f5d5
Merge "ARIA REST client bugs"
ARIA REST client bugs
Change-Id: Ie3f1846589b5563707f4ab71406900c4f12ba0be
Issue-ID: SO-440
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
|
|
Project: so master a4272dde25c1de7110318d1c09c53b11de753b33
Merge "Support more Generic workflow for voLTE"
Support more Generic workflow for voLTE
Support more Generic workflow for voLTE
Change-Id: I0005fffdb420709b597739173fa894981ac9c74e
Issue-ID: SO-438
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Project: appc master 0df5aa1d2f10f0c20d80dfaf0311891e6d1b5974
ChefApiClient Package Reorganization and cleanup
-Reorganize ChefApiClient classes according to their usage, construction
and implementation.
-Introduce api and impl packages.
-Extract interface from ChefApiClient impl
-Remove unused old chefapi.* classes
Change-Id: Ic1ddbdcfd0e1bbc0830b923da5aac5b68ac44a2f
Issue-ID: APPC-437
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
|
|
Project: appc master 5a99e9824824b2fa5f22945cd58cd5e3ee0df1ef
modify listeners to only start when props present
Change-Id: If4ba1552eb6bc78a95f1b53292752181bc29cb2d
Issue-ID: APPC-564
Signed-off-by: RY303T <RY303T@att.com>
|
|
Project: appc master 7353bcd8f2b85a50720b7cc7ca04c837c7b1796a
DGXML classes refactoring
Did some refactor in org.onap.sdnc.dg.loader package in order to reduce code duplication
Change-Id: I5c063487046c7ff72042d067213ea3d639a37227
Issue-ID: APPC-655
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
|
|
Project: so master 22e015f9a91ff368169605bc8566e7df4169e9c9
Port SO artifacts to ONAP folder structure
Change-Id: Ib7aea4df7e6a31cf5e1e6513b89bed6f878537af
Issue-ID: SO-372
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
Project: appc master 78cc8df2d203e32296e15e5564d9f809734c2e26
AAIResourceNode sonar fixes
Change-Id: I1e7a6442b041138b0261973acc4181b56904c80e
Issue-ID: APPC-659
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
|
|
Project: policy/engine master e22a2b613bda0e683043ef870d6b16e5a7e04df7
Merge "JUnit additions for ONAP-PAP-REST xacml.rest"
JUnit additions for ONAP-PAP-REST xacml.rest
Issue-ID: POLICY-600
Change-Id: Ia6ccc2904efd7c1e7ec206caaedd8552c83d92a5
Signed-off-by: bobbymander <bobby.mander@att.com>
|
|
Project: appc master ff14a98360534622511e71a210eac52bfb8254c6
AAIPluginImpl sonar fixes
Change-Id: Ifa07addb19b34a1f1a2f546c5eb21c2ac0bb3e1a
Issue-ID: APPC-651
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
EELF logging with error codes
Introduced error codes in error logging for compilancy with ONAP logging guidelines
Change-Id: If0418a1ea8d91ea84be251df10ca81402fb78b41
Issue-ID: APPC-428
Signed-off-by: Tomek Kaminski <tomasz.kaminski@nokia.com>
Task to add ConfigScaleOut to LCM API, Yang Model.
A new action ConfigScaleOut is added to LCM API and Yang model.
Removed old action item configscaleout supporting VM action level
which is no longer needed.
Issue-ID: APPC-479
Change-Id: Ie5452f4d5625fc3be6b66c0f403d12baa64fa096
Signed-off-by: vidhyasree <sn141y@att.com>
|
|
Project: policy/engine master 5cca39500fa5b1fde5c9d8f1d4ee4b43787a3ad9
Merge "Fix Fortify Path Manipulation Issue"
Fix Fortify Path Manipulation Issue
Fix Fortify path manipulation issue by adding a validation on dictionary
name.
Issue-ID: POLICY-541
Change-Id: I87492b0d80bf96bebfc029d7d164cdd20ca5ef0f
Signed-off-by: guangxingwang <gw1218@att.com>
|
|
Project: appc master 446bae37c2f6dabe842cb2b6585a17bcec327a17
DGXMLActivate sonar fixes
Change-Id: I7d09a91d66d491b5942214d1df36c188c4e9cda6
Issue-ID: APPC-654
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
Dme2Client sonar fixes
Change-Id: I0617290c2674398f3c483f2e0df7f74702bc62cf
Issue-ID: APPC-662
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
InstarClientNode sonar fixes
Change-Id: I3c61219c989fc2fdb17719babd06487da0f7032b
Issue-ID: APPC-663
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
ArtifactHandlerClient sonar fixes
Change-Id: Ic43b1e4748c753e696ffff1deb89f2b73a8cb9ce
Issue-ID: APPC-650
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
|
|
Project: vnfrqts/requirements master b99190d811216df92a86e64e80b5469f680a5f37
VNFRQTS - doc8 trailing whitespace
Removed trailing whitespace from RSTs
doc8 output:
Total files scanned = 10
Total files ignored = 0
Total accumulated errors = 1429
Detailed error counts:
- doc8.checks.CheckCarriageReturn = 0
- doc8.checks.CheckIndentationNoTab = 9
- doc8.checks.CheckMaxLineLength = 1388
- doc8.checks.CheckNewlineEndOfFile = 2
- doc8.checks.CheckTrailingWhitespace = 0
- doc8.checks.CheckValidity = 30
Change-Id: I4eac2c586f5afbd37c46380101f1b27e92204233
Issue-ID: VNFRQTS-139
Signed-off-by: steven stark <ss820f@att.com>
|
|
Project: dmaap/messagerouter/messageservice master 0d2012df4ac79e41371fba15241c5efcb327a7ad
sonar critical issue
Either log or rethrow this exception
Sonar Link:
https://sonar.onap.org/project/issues?assignees=Snigdha503415&id=org.onap.dmaap.messagerouter.messageservice%3AdmaapMR1&open=AV5hThEb32hFUzlqeS5d&resolved=false&severities=CRITICAL
Location:
src/main/java/com/att/nsa/dmaap/util/DMaaPAuthFilter.java
Line No-66
Change-Id: Ifd99978ed4d0cbcce5fb78c7afed785f65b516c5
Issue-ID: DMAAP-311
Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
|
|
Project: appc master f78405fa2d752fe29b1f86e527d741b75b388fcb
ConfigComponentAdaptor sonar fixes part 2
Change-Id: I1eab3df281f394337fe33c0df07ff26da4302cbd
Issue-ID: APPC-648
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
|
|
Project: clamp master deb04e16705796daa8bee31623c3dbdc87871c48
Add SDC proxy in docker-compose and templates ex
Change-Id: I365c279fd38fc229bcd3b872c753ca4d801f5e52
Signed-off-by: ehautot <eh552t@intl.att.com>
Issue-ID: CLAMP-100
|
|
Project: aai/aai-common master 8e75ff915223a40b56f515f2cff75728032ad55d
Revert to pre-nexusIQ updates
Issue-ID: AAI-586
Change-Id: I7b3f40e0b8317c562715cb44964a8396fb06dd54
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Project: appc master a572870e9f8b852a29b2bad0c3f2632d12d6c1d7
ConfigComponentAdaptor sonar fixes part 1
Change-Id: I8fdd18225315a936df393fd7e900e9ef2e499122
Issue-ID: APPC-648
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
|
|
Project: appc master 8ba7c91f8109e7aea319f3e1fcb128319f7beab5
Improve coverage flow/controller/node #2
* Extract TransactionHandler util class
* Minor cleanup
Issue-ID: APPC-440
Change-Id: I73d2ced81713daf36523e6b9d7de3bf19c98c9a1
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
|
|
Project: sdc master 22651a4cbe7bdec5e17f48b4c8f1efeaaaf70754
fix docker_run script
Change-Id: I4080fc9ffdbb95b6c6b1fdd10658f9278a6e9ec2
Issue-ID: SDC-918
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
|
|
Project: sdc/sdc-tosca master fe7a82b3a8f416fd87519caa07124261d9f117f3
[367741] vLAN Tagging. Support Tosca Policies.
Change-Id: I4d47ee603883e4d6a2b54776d7d570ba074cc25a
Issue-ID: SDC-1056
Signed-off-by: Natalia Sheshukov <ns019t@intl.att.com>
|
|
Project: sdc/jtosca master 5e7130be2350a29d8dbc65f52cdca596a188114f
[367741] vLAN Tagging - Support Tosca Policies
Change-Id: Icb0739eaf5abd071c45b4d7c49d7b412e10c8c4d
Issue-ID: SDC-1056
Signed-off-by: Natalia Sheshukov <ns019t@intl.att.com>
|
|
Project: oom master a70775c54d244fe769293ea3bba1d99881416e6e
Merge "vnfsdk - readiness image update"
vnfsdk - readiness image update
changes can be seen in reviews: 31743 and 31721
Issue-ID: OOM-514
Change-Id: Ia35aaf5a59960e13d0514a74a5416b08905829b6
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master dfa25e64ec9f3d2a5aa0b3470e623ad79ad8b5dc
Merge "vid - readiness image update"
vid - readiness image update
changes can be seen in reviews: 31743 and 31721
Issue-ID: OOM-514
Change-Id: I0d772c06394c7ac643f93ff1ce8baf6ac2789312
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master dc18c7311ae36e129160c0a71e8c7fc3495b9a70
Merge "sdnc - readiness image update"
sdnc - readiness image update
changes can be seen in reviews: 31743 and 31721
Issue-ID: OOM-514
Change-Id: I55e37a22970e3534cc5bb77a03c802135c00bbec
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master 673282a603133787a8659c7b7d8cb0748f0687b4
Merge "portal - readiness image update"
portal - readiness image update
changes can be seen in reviews: 31743 and 31721
Issue-ID: OOM-514
Change-Id: I7373540d34ba605abb372690f7636d353b99b414
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master 7b8caa151ee72e42b983d48fb15b07b9bfc691a3
Merge "Update TOSCA license"
Update TOSCA license
Change-Id: Id789aa41cf1d8c2cb5f1cb9f091c8f434c3e43a1
Issue-ID: OOM-724
Signed-off-by: Jun (Nicolas) Hu <jh245g@att.com>
|
|
Project: oom master 5e6caf629c00043af7ebef1127682a21e0e25cb8
Merge "log - readiness image update"
log - readiness image update
changes can be seen in reviews: 31743 and 31721
Issue-ID: OOM-514
Change-Id: Id90fe7d61cbc1e7159832d59879eebfe29782120
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master 14bfc580669b5a87a8df81716e05587a9d327ee5
Merge "msb - readiness image update"
msb - readiness image update
changes can be seen in reviews: 31743 and 31721
Issue-ID: OOM-514
Change-Id: Ie610db1b0c4471beac7d91622aa98168a452ab23
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master f5fc7774f3910c4444602172249764f75f472456
Merge "clamp - readiness image update"
clamp - readiness image update
changes can be seen in reviews: 31743 and 31721
Issue-ID: OOM-514
Change-Id: I28044b671abfff8d031fce7db550ccf0847806d6
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master 47a8168b17e11e7f603185e97b34f828a048731a
Merge "appc - readiness image update"
appc - readiness image update
changes can be seen in reviews: 31743 and 31721
Issue-ID: OOM-514
Change-Id: I5590a42783978be46f69c1ed4c5c72e4e1c34ddb
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master e101cfe5875eaeff12da6b55b58e01919ee63836
Merge "message router - readiness image update"
message router - readiness image update
changes can be seen in reviews: 31743 and 31721
Issue-ID: OOM-514
Change-Id: Ib04fbf5814b8dda7cc398726a38d97979d1d2e28
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master e093347f53d92e61e746b98268517b0110081a00
Merge "AAI - readiness image update"
AAI - readiness image update
changes can be seen in reviews: 31743 and 31721
Issue-ID: OOM-514
Change-Id: I8ab9c35a2c96d2456f026bd13f26641d92cc055e
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master a7e76d959225e765b395aa9bc0aadff92e50138c
Merge "AAF - readiness image update"
AAF - readiness image update
Issue-ID: OOM-514
Change-Id: I3533bafa88341e6895132ba8fda2fb8fc4e27210
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master 69914fd7d1f5cb2dae6052c697bb79e61718b927
Merge "mso - readiness image update"
mso - readiness image update
changes can be seen in reviews: 31743 and 31721
Issue-ID: OOM-514
Change-Id: Ie77aee01045a62794a098cf20a99be46d86d60ae
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master 4fc04288fac45f99dfb1b4bb818dd8e10ec8c320
Merge "multicloud - readiness image update"
multicloud - readiness image update
changes can be seen in reviews: 31743 and 31721
Issue-ID: OOM-514
Change-Id: I3f033e2acca07f1b430a11bbc78d37b07f47d05f
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master 987fcbb265ca47392e5fc3be451eab6d22e5e859
Merge "policy - readiness image update"
policy - readiness image update
changes can be seen in reviews: 31743 and 31721
Issue-ID: OOM-514
Change-Id: I001362b65b03137d996e93b1ace64438bcbf2d9c
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master 18d5e566063083f25f3bc32cace70a2bbdb6a5ff
sdc - readiness image update
changes can be seen in reviews: 31743 and 31721
Issue-ID: OOM-514
Change-Id: I6ee0938a4de34fa1c12ff838658ad8a25e708cf5
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: portal master ad024fa2186f73cfb54ecc3cd422d57d7ea87f93
Unit Test Case for SharedContextServiceImpl.java
Added JUnit test cases for SharedContextServiceImpl.java
Change-Id: I66442b8066f688784a3a13321d82571db9f93902
Issue-ID: PORTAL-204
Signed-off-by: Hari Om Verma <hv00482922@techmahindra.com>
Unit Test Case for EPProfileServiceImpl.java
Added JUnit test cases for EPProfileServiceImp.java
Change-Id: Id39631225bb7fd77ea8eac2e3cc52d490aa48e13
Issue-ID: PORTAL-195
Signed-off-by: Hari Om Verma <hv00482922@techmahindra.com>
|