aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-12-01DG fixCheung, Pat (kc1472)2-199/+1540
fix vnf-get-resource-request DG to use the correct indexes to retrieve vnf and vf-module param data Issue-ID: SDNC-1423 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Change-Id: I6fd549f65cc0444d2dc82a406f796b0abca43c6a Former-commit-id: 24de8f4a027dc6d4faa3c0cad38e60bccb65b8d3
2020-11-30Remove obsoleted admportal from docker-composeLasse Kaihlavirta1-29/+0
Issue-ID: CCSDK-2915 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I712478897d29012e67e9d3babb9153737bc810b7 Former-commit-id: 9a9f041fe289d994ee82be7b0394287ca4e229e9
2020-11-24Fix CCSDK DG versionDan Timoney1-1/+1
Fix sdnc-image to install correct version of CCSDK DGs for Honolulu release Change-Id: I40d899d1ee2e5ef5d2f1ee0ad0ddc1d11cfdbd41 Issue-ID: SDNC-1425 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 4d38d96c7f70fa6e3b6e3abf02bb7012df9a3e41
2020-11-19Merge "Fix render errors on GENERIC-RESOURCE-API swagger"Dan Timoney1-1/+1
Former-commit-id: d017e1eb42b09e061daacd5234e2a4ed83511dcf
2020-11-19Fix render errors on GENERIC-RESOURCE-API swaggerDan Timoney1-1/+1
Fix URL used for GR-API swagger to use blob_plain instead of blob in order to fix render error in document. Change-Id: I6efc644839cef0ff1bdf60c3ca94280b23b62ae3 Issue-ID: SDNC-1410 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: df0b5981e1f6d02030e8b771019b2a58143f757f
2020-11-19Merge "Update offered-apis"Dan Timoney3-8/+3
Former-commit-id: 7f9ff29839acb0f84a2b3085bdb4d3c9e2416236
2020-11-19Merge "Update installation to handle case /etc/ssl/certs not found"Dan Timoney3-7/+99
Former-commit-id: d783393be7834728e8919a5b12828613c7879ff9
2020-11-19Update offered-apisDan Timoney3-8/+3
Update offered-apis documentation to remove VNF-API and to point to latest GENERIC-RESOURCE-API documentation. Change-Id: Iac7d986a3fd8302d147a17e63348083fc4ec241c Issue-ID: SDNC-1410 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 1059e35dc83ff6beb66399c203054f236297ede9
2020-11-19Update installation to handle case /etc/ssl/certs not foundDan Timoney3-7/+99
Updated ca cert installation to handle case correctly where /etc/ssl/certs directory is not found. Alsp, added integration testing of standalone sdnc container. Change-Id: Iabb3b6f921f52e533f1a920c3afa68a024788667 Issue-ID: SDNC-1419 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 3ee44123de572df9ff2990ef2aedc0891b658285
2020-11-19Merge "Fix typos in release notes"Dan Timoney1-3/+3
Former-commit-id: 9e2950f7e8cda1ec2d1393e6eafe7ef12fede042
2020-11-19Merge "Update SDNC documentation for NETCONF/TLS certificate management"Dan Timoney1-0/+2
Former-commit-id: d5089a5befe88b4c92e0492b752f1e71856aeeae
2020-11-19Fix typos in release notesDan Timoney1-3/+3
Fixed typos in release notes that were causing rendering errors Change-Id: I00a81b063db006fd420914047bcf4b4440fe7547 Issue-ID: SDNC-1410 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 9e11364de1328a3e44ae99ad0907b417cfecbe4f
2020-11-18Add Guilin release notesDan Timoney1-49/+35
Add Guilin release notes Change-Id: Ic274b1940080f4dc179297754f3961adf6b2fddb Issue-ID: SDNC-1410 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 95964e2fa08f3842840d9062f103d1dd9e1f2f0e
2020-11-18Update SDNC documentation for NETCONF/TLS certificate managementegernug1-0/+2
Issue-ID: SDNC-1124 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: Ia0b22ef5c9715e701303e762b1d54ffdf91f5e32 Former-commit-id: aecc4a75fac6d92e103db6d6651ac3b13c8fbb4c
2020-11-16Reset a context memory variable (vpn-binding) in a for loop blockHesam Rahimi2-1/+16
Issue-ID: SDNC-1414 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I9582036fbee5f676b12a0b7df4d7d119c020706b Former-commit-id: 14efdd64ace038a131d7aca9e14c057fa5d7a0b0
2020-11-12- Changing POST operation to PATCH for OTN Tunnel creation.Hesam Rahimi13-2935/+2979
- Adding Transport Slicing DGs into graph.versions - Fixing template files for OTN tunnel creation Issue-ID: SDNC-1413 Change-Id: I3ddabd4c0d361a4e0d5e98caf86e9bb361b41b63 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Former-commit-id: 97afd8c7495cf23e8819cb666be9ccbe4f968f68
2020-11-04Update dmaap-listener and ueb-listener to use java11Dan Timoney3-9/+4
Updated dmaap-listener and ueb-listener to use java 11 JRE instead of java 8. Also updated dmaap-listener to use ONAP standard base image Change-Id: I7c568cc6f9e9a27b7c4028a01e3a7c41a3130a63 Issue-ID: SDNC-1352 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: e2992cfd8358b961e9cf3126d33a8a8b6643931b
2020-11-02Completing the logic and the call flow for Transport Slicing operations:Hesam Rahimi26-7901/+10539
- Allocate a Transport Slice - Activate a Transport Slice - DeActivate a Transport Slice - Delete a Transport Slice Bug Fixing and cleaning up the DGs. Issue-ID: SDNC-1202 Issue-ID: SDNC-1404 Change-Id: Ib2eae06c543ae8277ee2014fda87ca2ca3a516af Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Former-commit-id: 37a6361877cd1b9cae35e94f4a0be3a19bd4d088
2020-10-26Adapt versionhighstreetherbert1-1/+1
Version to actual ccsdk feature snapshot Issue-ID: SDNC-1399 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ia4e2547b997112fc93b6a65323cdf6654c6e0a21 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 1f4c8b46c86818f623974d70869161781e6cd0f3
2020-10-26Merge "Add all missing specific devicemanagers"Herbert Eiselt1-3/+1
Former-commit-id: c3499b3deb41ec4ba7e7b184b5ee9266e9d180f6
2020-10-23fixed websocket forwardingMichael Dürre2-4/+4
fixed forwarding rule for websocket Issue-ID: SDNC-1395 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ida2e28662afdfee86269c51c0902df13a55d53ca Former-commit-id: bcb12ca4fd5c6df770f96a0ac76170b6a4f2281f
2020-10-22Add all missing specific devicemanagersRavi Pendurty1-3/+1
startODL.sh missing device managers in SDNRDM=true Issue-ID: SDNC-1387 Change-Id: Ia732fbd2c8763aefc8021bef861c8607316bda10 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: f924fe00692e9ba1aa008bb7c40eb7b50e1847ba
2020-10-20Merge "Fix error caused by empty env TOPOURL"Herbert Eiselt5-4/+7
Former-commit-id: eb77a8979a8f42ddb2dccb0da40dacd1c251abe0
2020-10-20Fix error caused by empty env TOPOURLRavi Pendurty5-16/+21
container in crashloop back due to empty env TOPOURL Issue-ID: SDNC-1385 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Id5d106caee7fcb78ee9fce390521dad056debca4 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: aedaa63d22821c83042a4dd3f16b1c053d3ac031
2020-10-20Incorrect message for SSL Certificate checkRavi Pendurty1-12/+14
wrong output for SSL_CERTIFICATE/SSL_CERTIFICATE_KEY check Issue-ID: SDNC-1386 Change-Id: Ib076e4db7d6083d36c826f321b25c1ec8cb9b284 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: 1018575d646cccb804314e07b46994fee4b54b33
2020-10-13Retain default behavior of startODL.sh scriptRavi Pendurty2-16/+25
Retain default behavior of startODL.sh in standalone environment Issue-ID: SDNC-1374 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I95f02de192a4ae0f834d9eaf28c27e7a6d0be6f9 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: 1c4be052347a39afcc40767b0ad1fcf3e7aaa391
2020-10-07Fix start script issuesDan Timoney2-7/+9
Fix issues in start script Change-Id: I9f78611d97021c27496c424930f8f0bca83a427c Issue-ID: SDNC-1371 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 484471f013194ac337da337bb324475d267a917f
2020-10-06Merge ONAP certs into cacertsDan Timoney2-2/+5
Merge ONAP certificates into openjdk cacerts file Change-Id: I9743442196d85e68d4ca2f2a5df46590d33eec3b Issue-ID: SDNC-1371 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 7a9a9e3a922dd74e9d68660431fc610ca16919f9
2020-10-05Update SDNC KeypassRavi Pendurty1-1/+1
Update SDNC Keypass Issue-ID: SDNC-1372 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Idcac967794bc4b8321251ea73829557c1d62cc53 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: 32976a44b3f5049a6a7dded2cabcec7a3bb4b722
2020-10-02Make sdnc-image GPL freeRavi Pendurty1-129/+130
Use bourne shell instead of bash Issue-ID: SDNC-1343 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: If9c296be34ff5c413d6456a541a5ba40b7e5ad38 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: fb56805b552f9cd67e66a9f874b2284dcb772bd5
2020-09-28Fixes based on review comments in GuilinRavi Pendurty2-13/+25
Fixes based on review comments in Guilin for the startODL.sh and startODL.oom.sh merge Issue-ID: SDNC-1370 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I8a7513800821a4d24852b3a070f2671ea635e18e Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: 6ade86fb576e33014b0486d95d241824ba4fc673
2020-09-23Merge SDNC startup and certificate install scriptsRavi Pendurty4-805/+312
startODL.oom.sh merged with startODL.sh and installCerts.oom.py merged with installCerts.py Issue-ID: SDNC-1366 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I21f9d140e19c18f57f9dc988bfd7e0d07e96f286 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: d625b03fa2a13a3efec49f9df6ca5c0ba0d15b63
2020-09-17Merge "Adding DGs to support Transport Slicing operations. - Allocate a ↵Dan Timoney12-1404/+10141
Transport Slice - Activate a Transport Slice - DeActivate a Transport Slice - Delete a Transport Slice The logic and the required call-flow inside the DGs are not yet completed and are still work-in-progress." Former-commit-id: 3360cf8f057417bca230f0c092eacd2cfe7041e8
2020-09-14Roll to initial Honolulu snapshotDan Timoney22-43/+43
Roll to initial Honolulu snapshot version Change-Id: Ic4be591d50fe3bfdf616af43d1245b1ba8d20dbf Issue-ID: SDNC-1355 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: ed8420fb7b28582b36b3df30a54e7502f362bd22
2020-09-11Update sdnc/oam to build against released M4 versionsDan Timoney8-8/+8
Update sdnc/oam to build dockers against released M4 versions Change-Id: I9c114a4becb1f86ae9dca9e33367d8d50f1f187f Issue-ID: SDNC-1355 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 96f21a4d6bf50fb54e17c2443ee2f677af382ee3
2020-09-03Adding DGs to support Transport Slicing operations.Hesam Rahimi12-1404/+10141
- Allocate a Transport Slice - Activate a Transport Slice - DeActivate a Transport Slice - Delete a Transport Slice The logic and the required call-flow inside the DGs are not yet completed and are still work-in-progress. Issue-ID: SDNC-1202 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I0c9246063861ac43b645ad198d02ad35bada8e96 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Former-commit-id: a6df651138e1da2668515ee6d23e89670f376186
2020-09-03Merge "DMAAP Listener properties for RANSlice feature"Dan Timoney2-1/+36
Former-commit-id: 87b57a18655ad87628f88626d9ba6272d0517a2e
2020-09-03rollback scripts to bashMichael Dürre14-14/+14
change back from sh to bash Issue-ID: SDNC-1346 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I3798ff8cbe5e1ee52d8c3abbc45a45a00ff3be42 Former-commit-id: f685f0a4491f2adfc498977c404b6c1f93f16717
2020-09-02DMAAP Listener properties for RANSlice featureSandeep Shah2-1/+36
DMAAP Listener properties for RANSlice feature to include DMAAP topic to listen to and SDNC end point to execute RPC's against Issue-ID: SDNC-1344 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Ifbaf5816d0a20e98014329236b86cc48fa830c11 Former-commit-id: f0a8b38da48328bda7464b4b70abe7c5dfb6fad4
2020-09-01Merge "adapt sdnc-image to latest baseimage"Dan Timoney16-30/+20
Former-commit-id: 3330eabdac41dfabd0509bbf7a0f44f03cc1844b
2020-09-01adapt sdnc-image to latest baseimageMichael Dürre16-30/+20
clean up dockerfiles and switch from bash to sh Issue-ID: SDNC-1342 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I79c5c5d04aa5b4d87f57f4dedc1fc25d34635327 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Former-commit-id: 61775c18131655bd6c74f25787e621138120ac36
2020-09-01fixed sdnc-web proxy for topology apiMichael Dürre2-19/+10
fixed proxy pass for topology api and synced https Issue-ID: SDNC-1341 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ie45f3fa91a082fd7739e5c040691df5602553c98 Former-commit-id: f2d7e05ffb34afcbbcccc376e6b823725982566a
2020-08-31Remove override of java compiler versionDan Timoney1-14/+0
Java compiler version should be inherited from parent pom and NOT set explicitly on project pom. Removed explicit setting of java 8 compiler to allow compilation under java 11. Issue-ID: SDNC-1242 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iba6e0b3b8b44f6b5008e8cba9ef252e1b879a1f1 Former-commit-id: fd2a84a01eb96fcb11d8da9a59cb0aaa2888a103
2020-08-31update sdnc-web imageMichael Dürre6-257/+177
cleanup installation and add more proxy fn Issue-ID: SDNC-1337 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Id5fcee41dd43d4935b08b821521c6036c321b2e7 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Former-commit-id: c553802849a383176eca863fc35694426f9d31cb
2020-08-28Rolling to next SNAPSHOTSingal, Kapil (ks220y)28-81/+81
Ran mvn tidy:pom to refactor poms Issue-ID: SDNC-1340 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I845330844c5e453601d2f142be14fb26de6e0066 Former-commit-id: 7126148e8ce4a7a472e9ea084259792d77697fc5
2020-08-28Merge "Add a configurable truststore for A1 adapter"Herbert Eiselt5-0/+38
Former-commit-id: 6a9e13ac968d3210919c18714cd646621ac089ed
2020-08-28Merge "Update scripts to use python3"Dan Timoney4-32/+121
Former-commit-id: 97238533de89a757f9118ea1964da3941ed4d31e
2020-08-28Add a configurable truststore for A1 adapterRehanRaza5-0/+38
The default truststore truststore.a1.adapter.jks contains a1simulator's cert from ORAN-SC: https://gerrit.o-ran-sc.org/r/gitweb?p=sim/a1-interface.git;a=blob;f=near-rt-ric-simulator/certificate/cert.crt;h=51e37a79a508242a2179f0607df61fb795e94a6a;hb=refs/heads/master This truststore can be overridden by mounting a new volume in docker-compose/helm, and the correpoding password for the truststore is set using an environment variable. Change-Id: Iec489a5a8f0435191475db0a1737e822f0a44b99 Issue-ID: SDNC-1339 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech> Former-commit-id: 6ee5a32752bd838225b9cbacd22ed451fd24c9a6
2020-08-28Update scripts to use python3Ravi Pendurty4-32/+121
startODL scripts and certificate install scripts are updated Issue-ID: CCSDK-2707 Change-Id: I67ab95c6d725b82fc381ca86a5be091e7aade803 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Former-commit-id: 031046c24f3dc81d0d04259deb35ed44382d1c39
2020-08-28Remove ccsdk.feature.version and use CCSDKFEATUREVERSIONhighstreetherbert3-9/+8
Issue-ID: SDNC-1332 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I28b079ad0137113e9fd9d3bfb1fe681bdbe25e11 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 25b7e1b639066284cb7b06032a2cf6986615c98c