Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: ccsdk/distribution master 85287c1aceef703e37e7ffd388ac6c8f3272fcf6
Updated keystore file in ccsdk/distribution
Changes made:
- updated content of the truststore.opendaylight.client.jks file
Change-Id: I422ff6cd3d05993304e67af8fa65358d7efdd9ab
Issue-ID: SDNC-134
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
|
|
Project: ccsdk/sli/core master 1e1e9ffde7143ff18ff893f2ad5cb371dde139d1
added code to convert yang to properties
this code is used by dgbuilder to convert the yang to context property names
Change-Id: Ib53f57df6e8bd32a3a1b7ba6fa7854497c1f5c6c
Issue-ID: SDNC-81
Signed-off-by: Sheshi Chinthakayala <sc2914@att.com>
|
|
Project: ccsdk/distribution master 7db84e03265024d3510b6d25a054ac895e0f0e1d
Add keystore file to ccsdk/distribution
Changes made:
1. added main/stores directory
2. added truststore file
3. updated pom file to properly include stores directory
Change-Id: Ic10370e3c21c5e413c5745c2fbee7116f14a86a2
Issue-ID: SDNC-134
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
|
|
Project: ccsdk/sli/adaptors master 50dd7801068958f82094614b8566e59c0cf0fbf0
Fix resource-assignment blueprint
Some entries in resource-assignment blueprint that had been
copied from spring blueprint needed to be changed slightly
due to differences between Spring and Aries.
Change-Id: I196f88f2036f30673bee0f3d23773616f6c1ba1b
Issue-ID: CCSDK-120
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/sli/plugins master ba4ef5baf9a3661aa4c55d06a38b62b8bb0a00b4
Add JSON template for VoLTE use case
*For ipwan controller first need to get authentication token and add to customHttpHeaders
Change-Id: I7be6e75f9712bc2214ee4a1804189162675c8a25
Issue-Id: SDNC-131
Signed-off-by: Ramu N <ramu.n@huawei.com>
|
|
Project: ccsdk/sli/northbound master ebf8972edb5504f0e0cba462f73b36c27a4d454c
Fix ueb-listener client name
Fix package name of ueb listener client in jar manifest
Change-Id: I1db2acd8b269ffbf88d41f827c3baaa22b253bd7
Issue-ID: SDNC-129
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/sli/adaptors master f80bc74d3e61c6f73a9b764eb6f7f05f8c8fa65a
Fix resource-assignment blueprints
resource-assignment blueprint files contained references to openecomp
that should be changed to onap.
Change-Id: I1eb27ba8c805e65f67f167df8bf75e609e9b5f9f
Issue-ID: CCSDK-120
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/sli/northbound master c2f3ec47d2d45ba4021c5cde7cea21515f276cf3
Fix sli/northbound blueprint
Wrong package name is used for NotificationPublishService in blueprint,
resulting in asdcApi and dataChange not being loaded properly.
Change-Id: I144f8e4bd48e547e7c7241e9ebaacf744d808022
Issue-ID: CCSDK-119
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/sli/plugins master 85e0df60352d2ffa7e63a5a5e570f12cb0b081f4
Update VoLTE underlay JSON template
*Fix missing site element in l3smsitetemplate.json file
*Add UT test case delete L3VPN
Change-Id: Iee56d30746328e8f094a5c45c6e2e577b6989bf9
Issue-Id: SDNC-108
Signed-off-by: Ramu N <ramu.n@huawei.com>
|
|
Project: ccsdk/platform/plugins master 2db25ae8c4c844b968d3e93c02ad92aec0eb7689
add plugin rst files to docs directory
for i in dmaap dnsdesig pgaas sshkeyshare
do pandoc -f markdown -t rst -o docs/foo.rst foo/README.md
done
Change-Id: Icbde9093955ba2c65c8cf4dbf17e84f198205e13
Signed-off-by: Tony Hansen <tony@att.com>
Issue-ID: CCSDK-118
|
|
Project: ccsdk/sli/northbound master 69f04bc857aeefea9142b0a194f3f769897fbbcf
Merge "Add readthedocs documentation for sli/northbound"
Add readthedocs documentation for sli/northbound
Add readthedocs documentation for sli/northbound.
Change-Id: I8ca9d7e839408094ab3754500d71fe7463f0b0e4
Issue-ID: CCSDK-107
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/sli/core master e940e23cd0b574f8239cdd24fc3b1e590326361e
Add @Override annotation
*This is improve readability of source code
Issue-Id: CCSDK-117
Change-Id: I4bb73a6e4b440ae861045c7548a7e985d1fbf02c
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
|
|
Project: ccsdk/sli/northbound master 806de96eefaaf8ad6685a2c24b7dea03eb629ba2
Remove IOException in method declaration
*This is done because IOException cannot be thrown
from the method and is hence superflous
Issue-Id: CCSDK-117
Change-Id: I0712cfbf610f815e76ed33b0039ecb5e3cc7bbbe
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
|
|
Project: ccsdk/sli/plugins master 3cc6cc194791d9eedfe87fd671ee0db3e8e72897
Remove null check
*Move string literal to the left side of comparison
Null check is performed by String.equalsIgnorecase hence removed
Issue-Id: CCSDK-117
Change-Id: I48c8815f9f20a1c6e86c8b4af8966c9945d5b0c7
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
|
|
Project: ccsdk/sli/adaptors master 9c72587e6a8303bf93586823907165ce9913a19f
Remove toString called on String object
*Removed toString on a string object
This is a redundant construction and saves keystrokes
*Replace type specification in constructor with diamond operator
This is to reduce verbosity of generics code
Issue-Id: CCSDK-117
Change-Id: I5669450e8b5364eb9b01831b26a77596adf6c21a
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
|
|
Project: ccsdk/parent master e6252f539f8c7ab82f16a68462d7eba13ae10dfe
Changing repository names
Changing the repository name ecomp-snapshot and
ecomp-release to ecomp-snapshots and ecomp-releases. I
belieive that the correct version has the 's' at the end. This
matches oparent and other projects' pom files. I could be wrong
in which case you can abandon this.
Change-Id: I71118d90b9b826e58833cd97589d26c26db15046
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: CCSDK-116
|
|
Project: ccsdk/sli/plugins master e83bb3719c410e1f3d5b9d1fa345672dec9f7f43
Add readthedocs sections for sli/plugins
Add readthedocs sections for sli/plugins
Change-Id: Ic5292d16f9fd4f07cadba775aac80d6fea10e647
Issue-ID: CCSDK-107
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/sli/adaptors master 69afaf3212efcdbf90ed365a1b64e8f87765390b
Add readthedocs skeleton files to sli/adaptors
Add readthedocs sections to sli/adaptors
Change-Id: I129db2b2b553165f18e69cfffd056b89d5c09f36
Issue-ID: CCSDK-107
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/sli/core master 312f6a301ae62f121482df6cbf969d41a76ca131
Add readthedocs info to sli/core
Add additional information to sli/core readthedocs documentation.
Change-Id: I9fe5e6185061ed6a05f373b6667f686e11d5f0aa
Issue-ID: CCSDK-107
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/sli/plugins master 2f8f9b58913ad1aa11838680857a1148a8b72bb3
Update underlay JSON template for VoLTE use case
Fix closing braces in l3smvpntemplate.json file
Change-Id: I1c891d46591f184a9cc89ca3d15b3046932ab05f
Issue-Id: SDNC-108
Signed-off-by: Ramu N <ramu.n@huawei.com>
|
|
Project: ccsdk/sli/core master eb1a9209bb408256799869da53cffaf4d6751cfb
Add readthedocs templates
Add readthedocs templates for sli/core
Change-Id: I2efaad7720997ef51c4dcb9036de5011bc6a1c4b
Issue-ID: CCSDK-107
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/storage/pgaas master 585f09df76acfe77c35fe39bcf16371739746687
rm gnu_getopt.jar
I thought I had removed this file a month or two ago
Change-Id: I4d4847d8ed6ab9ef5c7248a75aad4972541dbc40
Signed-off-by: Tony Hansen <tony@att.com>
Issue-ID: DCAEGEN2-146
|
|
Project: ccsdk/dashboard master 0d7b5be02c42f97257d79d84809b51ab6a58e6ea
ccsdk/dashboard: Doc Structure Update 2
Change-Id: I87573e15b04766cb49029f44e33a1cefdb796359
Issues-Id: CCSDK-109
Signed-off-by: Nicolas Hu <jh245g@att.com>
|
|
Project: ccsdk/parent master eff915b66547d6cda4b0eaffd6f9a16467bc1178
Merge "Define onap.nexus.url in parent/pom.xml"
Define onap.nexus.url in parent/pom.xml
Define onap.nexus.url in parent/pom.xml, needed by staging plugin
Change-Id: Idff22a7437ef44592792d145b9806ae95978af44
Issue-ID: CCSDK-113
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/sli/adaptors master c6856e5f2932485bc2f037e77e5445c2cab37f53
Resolved blocker issue
Changes made:
1. Rewrote exception handling in AAIServiceActivator
Change-Id: Ife205d051656d3a9bd303dee44be959ab970dbab
Issue-ID: CCSDK-106
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
|
|
Project: ccsdk/parent master 133f2f8d455ffeca0a99fed9a392d91a8ab190d1
Merge "Remove parent tag from parent pom.xml"
Remove parent tag from parent pom.xml
Top level pom.xml in ccsdk/parent should not have a parent.
Change-Id: I5b273662e66d079cea164a235840b0cdfde36421
Issue-ID: CCSDK-113
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/parent master 86a3417765c97f384374c3095867bcb234deb0ca
Merge "Remove staging config from parent pom.xml"
Remove staging config from parent pom.xml
Release build of parent is not using staging plugin, due to explicit
configuration of staging plugin in pom.xml. Remove that config
so it is inherited from oparent instead.
Change-Id: Ibd5773f240e53468051518777b6266c2012c715c
Issue-ID: CCSDK-113
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/sli/northbound master 73d1bd7ab120c112f0febbcfa5b549be7e9754ea
Add retry to ueb-listener
Added retry mechanism to ueb-listener to handle case where
ueb-listener comes up before DMaap or SDC.
Change-Id: I0d96bd1fe4d3d0fdb5e01d9f42304b54bea0a550
Issue-ID: CCSDK-112
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/dashboard master f73ff221db773d202d30981f1edc479cf6ff62cf
ccsdk/dashboard: Doc Structure Update
Change-Id: I1f83c361309ab8fca3f397983209332caad263b6
Issues-Id: CCSDK-109
Signed-off-by: Nicolas Hu <jh245g@att.com>
|
|
Project: ccsdk/dashboard master 377afe4c323a54cbcaf97f7a6f6be67ce08cc7ad
Update documentation for ccsdk/dashboard
Change-Id: I2ccf21e56fa3163cb98e3b5d82f6915e50ae00f5
Issues-Id: CCSDK-109
Signed-off-by: Nicolas Hu <jh245g@att.com>
|
|
Project: ccsdk/dashboard master d9503e2423f66edc1923afe678807d97b74b2b02
Refactor CCSDK/Dashboard project: Add git files
Change-Id: I92b6ccb444adf6ce38eb42ae3cce11bdab380ffa
Issues-Id: CCSDK-111
Signed-off-by: Nicolas Hu <jh245g@att.com>
|
|
Project: ccsdk/dashboard master c19189718469498377b194eea2f9a247bb79c4f9
Refactor CCSDK/Dashboard project
Change-Id: I34451fbebbe7bbaaf1cd23aed5cef0f9a9ba37b7
Issues-Id: CCSDK-111
Signed-off-by: Nicolas Hu <jh245g@att.com>
|
|
Project: ccsdk/sli/northbound master 1aab3d043fca73edbdb5da1972a947d92ce85a77
Add a test for DummyDmaapConsumer
*Add a unit test in sli/northbound module
This is to improve code coverage of DummyDmaapConsumer class
Issue-Id: CCSDK-106
Change-Id: Iecd4970a0cd82c94a219b1a2e861fcc3da11f23c
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
|
|
Project: ccsdk/dashboard master d6c693de3070a6cd470356541324468d9fa42c59
Fix the license issues for dashboard project
Change-Id: Ia77a71c730f44577af7861e5d6e5d5524b8980dd
modified: the oom-app-os/pom.xml
Issues-Id: CCSDK-110
Signed-off-by: Nicolas Hu <jh245g@att.com>
|
|
Project: ccsdk/sli/northbound master 905f1d2016e8bc4d02a801017a31b20c4eb2119e
Add a test for SdncJsonDmaapConsumer
*Add a unit test in sli/northbound module
This Test checks whether an InvalidMessageException is
thrown when null is passed to processMsg method
Issue-Id: CCSDK-106
Change-Id: I52327377f4582d8c24cef87f0360b977f2f216fc
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
|
|
Project: ccsdk/sli/northbound master 70eb2ae5c2f87511a34aeab170b13a7d3bdae66a
Test TOSCA table insertion
Add code to create TOSCA tables in test driver to test TOSCA table
insertion in ueb-listener TOSCA parser test.
Change-Id: Ib8c3fcdb25fbdba39b4700553d8c01b684efa384
Issue-ID: CCSDK-102
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/sli/adaptors master e4037ffc232e37758db669402523bf4e24321e4d
Improve CCSDK adaptors Sonar coverage
Changes made:
1. Cleaned up blocker issues
Change-Id: Ie0424ce7aeaf07ed8a521dc2bff21b66a28e051f
Issue-ID: CCSDK-108
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
|
|
Project: ccsdk/sli/northbound master 0df357bc4d684d13029d702312995659373fc711
Improve ueb-listener tests
Use Maria4JDB to improve test coverage of ueb-listener.
Change-Id: Ifb88916434bb1b293b4bbd6fae069cd1e88c9d8d
Issue-ID: CCSDK-106
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/sli/adaptors master 73e10c782444301edd8e01092e75b90bf6576847
Improve CCSDK adaptors Sonar coverage
Changes made:
1. Removed obsolete code
2. Added new test cases
Change-Id: I3c12948a4af29707a31b4e4cf4be6782bc5d1071
Issue-ID: CCSDK-108
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
|
|
Project: ccsdk/sli/northbound master 138a0022b67f9771d69b2c4e82bbce2a054d12cd
Add ueb-listener test case
Add test case for license-model parsing in ueb-listener.
Change-Id: I279e269f7ba3c6f37c09f71b99b20d4e9e661e23
Issue-ID: CCSDK-106
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/sli/core master 5fabcb07493f5da2b6af49ec1b31ecb5034179d0
Merge "SLI-API northbound add to docs"
SLI-API northbound add to docs
Issue-ID: CCSDK-107
Change-Id: Ic4a41466288229140ae3cad79e650d14c7877cc9
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
Project: ccsdk/sli/adaptors master c7c8048c03a06d3e0cccf4e8a4473fe81f92f1da
Improve CCSDK adaptors Sonar coverage
Changes made:
1. Removed unused classes
2. Added new test cases
Change-Id: I26be2445488a6ae32ff478e9d06cf992266e273a
Issue-ID: CCSDK-108
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
|
|
Project: ccsdk/dashboard master 37479449b88eb7ceb32ffae4a9005c77a1a5f5f2
Add title for ccsdk/ dashboard document.
modified: the docs/index.rst
Issues-Id: CCSDK-109
Change-Id: Icf8f2cf1ea7b89d5c3578e47dc4632ee09904f72
Signed-off-by: Jun Hu <jh245g@att.com>
Signed-off-by: Nicolas Hu <jh245g@att.com>
|
|
Project: ccsdk/sli/northbound master cb88603cc05d2b8fa58c1b51d5f4117f0585171b
Merge "Improve SDNC coverage"
Improve SDNC coverage
Added initial test cases for dataChange.
Issue-Id: SDNC-101
Change-Id: I112a6695f4d4ca92b78884d25fef12f382598b37
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
|
|
Project: ccsdk/sli/northbound master fa9d764ef796f450f5f031a8c2a43ee60ab8b829
Add ueb-listener unit test
Enhance ueb-listener unit test to verify TOSCA parse
Change-Id: Iedc675ead3ef69e4fa7151c8c4c500990c0ee6a7
Issue-ID: CCSDK-106
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/sli/adaptors master 6d746b3947a4d2f8dce69812cee5d7e354caf8cb
Fix Blocker/Critical issues
Fix Blocker/Critical issues in ccsdk/sli/adaptors/aai-service module
Change-Id: Ia6fd34892a8ec6db83126f31b27bd7b69b77b256
Issue-Id: CCSDK-102
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
|
|
Project: ccsdk/sli/adaptors master 1c8fff51420e5dc3ea45bd5089d8649a7178015f
Merge "Add unit tests for mdsal-resource"
Add unit tests for mdsal-resource
Add unit tests for mdsal-resource component.
Change-Id: I44ee079d43ee29e4d507abb5fc065188279b1ffe
Issue-ID: CCSDK-106
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/sli/core master 04dfb1ad4293791456c326f6d3f21f5f2b6e4a2c
Merge "Add unit tests for dblib"
Add unit tests for dblib
Add unit test case for dblib/provider, using MariaDB4J as database.
Change-Id: I18492595a9d54999c3d52b56ecfe33d0d2cae019
Issue-ID: CCSDK-106
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/sli/core master 78af232946c8534fa154bd0b425daf2bcac73e00
Add unit test for ccsdk/core
*Add a unit test for SliStringUtils
This is to test substring method of SliStringUtils
and improve code coverage
Issue-Id: CCSDK-106
Change-Id: I73c5af3b036a92fdcb1d3d1be7eb0b3abc44fd5a
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
|
|
Project: ccsdk/sli/northbound master 12d893efa353bc5bd5054cd59998a623f5d058d0
Add unit test for dmaap-listener
Add unit test case for dmaap-listener.
Change-Id: I501614016c96d8300bc15cdf1819691f95c467f4
Issue-ID: CCSDK-106
Signed-off-by: Dan Timoney <dtimoney@att.com>
|