aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-12-15Remediate log4shell vulnerabilityDan Timoney3-3/+20
Remove JndiLookup.class to remediate log4shell vulnerability Issue-ID: CCSDK-3556 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iadfd1f01bd7949a1a60d67bb9dca121024adaeb8 Former-commit-id: a2dd8e00057c772e57d8ddf4af15c8e942f66247
2021-12-14Support for 1+1 protection path for a cloud leased-line (CLL) service.Hesam Rahimi20-10765/+28101
Issue-ID: SDNC-1653 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I7839f07fea141cbcb585673744ba06fcc6f63ed6 Former-commit-id: 1f182c0213ea34d45e3255cd63f34a1ff3b1fca9
2021-12-01Remove retired committer - Dave StilwellDan Timoney1-5/+3
Remove retired committer, Dave Stilwell Issue-ID: SDNC-1636 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I00c52e1a8adeed85e6156dec23d398c36fb31cae Former-commit-id: 4a513fde3a92167e62e7e7de18475e23917bf626
2021-11-26Use Silicon SR2 version of parent pomsDan Timoney4-5/+5
Update to use Silicon SR2 version of parent poms (2.3.1) Issue-ID: CCSDK-3514 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I38bdfdefcafbab940964da90420c9dfea07f2121 Former-commit-id: 026258fa3d6ff78992a67fa5a6cc573eec2dae99
2021-11-10Merge "Adding support for connecting a single ONU port to multiple clouds ↵Dan Timoney17-6696/+8176
with different vlan-id's. Also fixing a few bugs in cll creation and deletion." Former-commit-id: 1e0e6fc0a578b7359c7aa2a069924802e2a7a300
2021-11-08Update version for final releaseDan Timoney1-6/+6
Updated version numbers in release notes to reflect final Istanbul build Issue-ID: SDNC-1630 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia261e85fc82644e82443fa6b1db888fbb5027679 Former-commit-id: a005b54aade22e3a2152a13721582d8c5d4d21ff
2021-11-04Adding support for connecting a single ONU port to multiple clouds with ↵Hesam Rahimi17-6696/+8176
different vlan-id's. Also fixing a few bugs in cll creation and deletion. Issue-ID: SDNC-1594 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I5e1b117104ef32f5dbb9b83e2c19ba3727789fe5 Former-commit-id: af17de2185bc8e0d1a7f0cb6f965df157c893412
2021-11-02Add SDNC Istanbul release notesDan Timoney1-26/+26
Update SDNC release nodes for Istanbul releases Issue-ID: SDNC-1610 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1dfa436a32c79826339b67770ef16783bd553446 Former-commit-id: 9462f44c9695208f04b8a85f5f6570daa7d2fa32
2021-11-01Use version 2.3.0 of parent pomsDan Timoney4-5/+5
Use released version 2.3.0 of parent pom to avoid compile errors due to removing aged-out snapshot version Issue-ID: CCSDK-3511 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I570d727bf55af417196d49229877bf5151cc2fc0 Former-commit-id: 4dea590d4e8c99e51d9a24b69ac0fbaddd704ea2
2021-10-21Leverage upper-constraints files to pin all dependenciesCédric Ollivier2-15/+4
It leverages the latest change from lfdocs-conf and the upper-constraints.txt now centralized in ONAP docs. In a long run, upperconstraints.os.txt should be removed once ONAP is synced with OpenStack. It removes tox and setuptools from requirements as nothing depends on them (most requirements should be removed except lfdocsconf) Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I63da3905aa77d561b28aedc8d9b69e535852206d (cherry picked from commit 22af228260d82a944350e2e5073cefb6562f59cc [formerly 6f7fa79eaed75440f53fc0b061a7d2a0cd1a1305]) Former-commit-id: ad40c3efa62346ec737c7afa4a5576c58670b7fa
2021-10-21Merge "Set defaultbranch in .gitreview"Dan Timoney1-0/+1
Former-commit-id: cd1c237c0b324812fae11cf803fd8897416d95cd
2021-10-21Set defaultbranch in .gitreviewCédric Ollivier1-0/+1
Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I30e46935ff12286e598e9ab33b508ae7921d11db Former-commit-id: 413293a9030b5adb218651fefb60b2394d4b1565
2021-10-15Support for proper deletion of vpn-bindings when there are multiple CLLs and ↵Hesam Rahimi4-2764/+4238
multiple clouds. Issue-ID: SDNC-1594 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: Iae468575a26b45efa069e87814f41739c9e7563b Former-commit-id: 904f8819208b26f7a6b715540319d076d3819cb7
2021-10-13Merge "Support individual CLL deletion, and UNI removal from Ethernet ↵Herbert Eiselt9-4736/+14959
Service, and adjusting the bandwidth of OTN tunnels and UNIs accordingly." Former-commit-id: 5e818524aa3383bc1f29b5cb2304edb53a7f9923
2021-10-12Merge "Roll versions for Jakarta release"Dan Timoney23-34/+86
Former-commit-id: 34143b9220ac8b4401198ccc8589fed6edf3cdf4
2021-10-12Fix ansible startup directoryDan Timoney1-1/+1
Update docker-compose to fix entrypoint for ansible-server Issue-ID: SDNC-1626 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I28a252717e25e9887454f08023e27d8c570cd3b8 Former-commit-id: cdc716ed9e3bfad973c182932f1b9d04f5210264
2021-10-12Support individual CLL deletion, and UNI removal from Ethernet Service, andHesam Rahimi9-4736/+14959
adjusting the bandwidth of OTN tunnels and UNIs accordingly. Issue-ID: SDNC-1594 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I0d5e30a948cf0a9fe10dc9ce0c4c5f5584797469 Former-commit-id: 68c418849f4636b0e960a80fa3604519723167cf
2021-10-12Roll versions for Jakarta releaseDan Timoney23-34/+86
Roll versions in master branch for use in Jakarta release Issue-ID: SDNC-1611 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ie3e9bd9728359278ec631047fcdc48ddcc5aaea7 Former-commit-id: 54d26a0fdd15cb78879043e4dd79f7626feb99a8
2021-10-12Fix sdnr csit sdnc-image version for Jakartahighstreetherbert3-4/+4
Issue-ID: SDNC-1624 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I5ef2b217d4aedae62db56aac517d2b1f1a5330f8 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 700040d833f8954bd0480c547a1beea76b53833f
2021-09-21Buf fixing for creation, deletion, and modification of a cloud leased-line ↵Hesam Rahimi13-10118/+17665
(CLL) service. Issue-ID: SDNC-1594 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I4da3a04db97a3e6358cd24cdff540e2e97c208cc Former-commit-id: 0fab18d499c857b08812b099d9e0d88a93102247
2021-09-20Release 2.2.0 maven artifacts and roll versionDan Timoney20-19/+24
Release version 2.2.0 sdnc/oam maven artifacts and roll version Issue-ID: SDNC-1609 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I93262c278a6be224c6f92798bb36959875f0f3f5 Former-commit-id: bcb990d74c92cd1e46fc445ae0002b821454efff
2021-09-20Release version 2.2.0 (initial Istanbul) dockersDan Timoney1-0/+19
Release version 2.2.0 of SDNC docker containers. Issue-ID: SDNC-1609 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I5d7aacc6f48ff9f4f489e35dc84f746bf376d900 Former-commit-id: bfe26b4ac6fd1c85c2cf64fdefb662390fe24b20
2021-09-16Update versions for initial Istanbul release2.2.0Dan Timoney7-39/+31
Update versions for initial Istanbul release Issue-ID: SDNC-1609 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iac1e760dee06e1939a9d7978b5fc385912c4bfaf Former-commit-id: 9236e9071be481ba03a9acd65fdc51497bc73d15
2021-09-07New DGs required for deletion and bandwidth modification of a given cloud ↵Hesam Rahimi8-1528/+4793
leased-line (E-TREE) service. Issue-ID: SDNC-1594 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I0b6f2e32ddb103ca7ac053a80461980cfe10aab2 Former-commit-id: 926d912ec35ecd30f5f1c32ca91da2758b018223
2021-08-27New DGs required for creation of a cloud leased-line (E-TREE) service.Hesam Rahimi22-719/+17845
Issue-ID: SDNC-1594 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I23e2008c497289c20415f012a77aa4478e7c0815 Former-commit-id: 748b1c0d2e20f88c327673fe3bc32d3d50e5e12b
2021-08-27[SNDC-CSIT] Add tests for device managerdemskeq833-15/+1280
Integration tests for wt feature set Issue-ID: SDNC-1584 Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com> Change-Id: I21de1540a664684d55bdec1172112130cdc2902f Former-commit-id: bdbf1ee7ae34887ca40dcc113d1065ce44da4a89
2021-08-22New DGs added for CCVPN scenario enhancement.Zhuangyang3-20/+34
Fix DGs URL and add rest-api template Issue-ID: CCSDK-3389 Signed-off-by: zychen <418624178@qq.com> Change-Id: I0d77a0ffe2b20e55a8cb21a2771838b19013515f Former-commit-id: 929ae023c5e20f3a8e95cbef72647184f8ec3c67
2021-08-22New DGs added for CCVPN scenario enhancement.Zhuangyang3-0/+294
Issue-ID: CCSDK-3389 Signed-off-by: zychen <418624178@qq.com> Change-Id: I01ca7d4cfdeb5476c664fe2eb784015f1e55eaac Former-commit-id: 32d0fbff0bfb130b605fa35fdc2465995f6c2ce0
2021-08-17Fix root pom version definitionhighstreetherbert6-9/+32
Change version range to version number Issue-ID: SDNC-1587 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I3553270aa378c718e7e3ddd4564845d2cfc6e9a6 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: e81e7ae9a71a33fd27904849929ffbc0c7269ce0
2021-07-29Merge "Add A&AI Mock Response Simulator for Testing"Dan Timoney4-14/+142
Former-commit-id: 131a4ede1c7e7e0dea5e4746e989afe4480a6509
2021-07-28Add A&AI Mock Response Simulator for TestingJonathan Platt4-14/+142
Added A&AI mock response simulator for CSIT test cases. Issue-ID: SDNC-1586 Signed-off-by: Jonathan Platt <jonathan.platt@att.com> Change-Id: I89ab08598ae3628e668353097a6763c50951a14d Former-commit-id: 698315d91a4071d467bb7760f57d3584c9008c28
2021-07-28Merge "Update to support use of version ranges"Dan Timoney3-26/+14
Former-commit-id: 894a8b9fb692863b1e34bc4ed368cd1887a76265
2021-07-27Update to support use of version rangesDan Timoney3-26/+14
Updates to allow use of ranges in CCSDK version properties. Issue-ID: CCSDK-3387 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I63be4ff42c79b50aadb45635e22918aa13b76990 Former-commit-id: 24396db9c62ba9f0d4f94a3382e3b45d0d1be2a5
2021-07-23Updating Topology Discovery DGs to align with the latest changes of IETF ↵Hesam Rahimi6-1543/+1543
TE-Topology YANG models. Issue-ID: SDNC-1585 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I93ee9ea574ec6b0aa9932b2e6ece0c505fdac1c7 Former-commit-id: 83d8f398dc0acce88475c694902d5542a8e811d1
2021-07-20Fix error in log outputhighstreetherbert1-0/+1
startODL indicates sed no previous regexp Issue-ID: SDNC-1583 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I0297950e026428d620b585c43a7ad2074ae0042c Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 89cce015763824134b532cf49f55d4ee8ee2eee6
2021-07-20Merge "[SNDC-CSIT] Provide test deployment for SDNC/R"Herbert Eiselt27-4/+1271
Former-commit-id: c3ff30e996b138db0cf25789ca734fc189c395b5
2021-07-19[SNDC-CSIT] Provide test deployment for SDNC/Rdemskeq827-4/+1271
Integration tests for wt feature set Issue-ID: SDNC-1562 Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com> Change-Id: If579b6f23b3e6291dc49b10952b23da2626e45b7 Former-commit-id: c15899f037944cabbcdee16460427b0f813599c3
2021-07-14Short Term fix for javax.servlet-apiSingal, Kapil (ks220y)3-41/+43
Fixing run-csit.sh script Commenting out few sdnc_csit.robot tests for short term Issue-ID: SDNC-1581 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I0a4941519eff4e774d77a59dcf3da3da457356e5 Former-commit-id: de3e2550b9b63e49d2813e6b3d94cb0a1a33c791
2021-07-06Little refactoring on Dockerfile and pom.xmlSingal, Kapil (ks220y)2-15/+21
Issue-ID: SDNC-1572 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I58d4d79aa1921da84c8d0c45158546949bdf8b3e Former-commit-id: 42979c80a52a39223dbc525ca06af967e93512a3
2021-07-02ODLUX Encoding issues and Missing log outputhighstreetherbert2-0/+2
Issue-ID: SDNC-1580 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: If452c24fa6b8d1ae47d9c612b1d7007312acbd47 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: e2c1610e79fb3688e34a3fc9044aba2029bf15a6
2021-06-24Moving CCSDK/Features and ORAN Features from CCSDK/distributionSingal, Kapil (ks220y)3-17/+97
Updating Dockerfile and Pom for related items Issue-ID: SDNC-1572 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I3f2b02f82b7efaa73630edf0d18f60918f836f1b Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Former-commit-id: 16648c0c90d57ba722115592a11fc0f939562140
2021-06-22Effort to reduce image layer and sizeHesam Rahimi41-571/+316
Removing few ENV version variable and those should be read from pom properties (maven-resource-plugin filtering true) Combined Dockerfile and Standalone.Dockerfile Adding Docker build arg AAF which will decide whether to add aaa-app-config.xml in docker image or not for standalone Updated docker-maven-plugin to 0.34.0 to have noCache true Removing start-it-container execution as it's being tested by CSIT Replacing maven-exec-plugin with maven-antrun-plugin Updating latest base docker images versions Updating parent version to 2.1.7 Issue-ID: CCSDK-3226 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I68f8f4780804a2014b73b5eeb9dba29d1896a602 Former-commit-id: 866ddebbcac80c38c79c46bb37373123a0c678f0
2021-06-17Calculating the maximum tpn for otn tunnels among all domainsHesam Rahimi7-18/+384
Issue-ID: SDNC-1563 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I4a0207d09698d7bd5f9c35160f98b64bb8221e39 Former-commit-id: c53664df29b5fed1c2c413434cefa890f68ec815
2021-06-17[SDNC-CSIT] Run tests optional in docker containerdemskeq81-3/+14
Define alternative robot-framework docker image in env ROBOT_IMAGE Issue-ID: TEST-314 Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com> Change-Id: Ie3ebc85e32d0e429db55604f862c46abc9c27cee Former-commit-id: 10ec243ccd7f33857b855f7bfd549e2c3cb4b640
2021-06-17Fix docker buildhighstreetherbert2-1/+2
add path to java Issue-ID: SDNC-1566 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I0bfdf40f0d84641d3b515120c3e911dfac2687f3 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 9ca567925d014b1ea492fb065d47d686b7e7c86c
2021-05-25Add GRA CSIT testsDan Timoney32-31/+4041
Added CSIT test cases for basic GENERIC-RESOURCE-API flow Change-Id: Ic4f0b1bb5c59ca873e028089e77ab938deaa95f9 Issue-ID: SDNC-1546 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 1e647188c6844f5fdef672feec05282b77cdbf87
2021-05-18Wrong version number for stage buildshighstreetherbert1-1/+1
Wrong version number for stage builds Issue-ID: SDNC-1559 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I66e098fcceb8895de1b9cd5cc922c4597e5d9e75 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 1805eb0aaac07f5ad19f8b42f94f6c2e7a250435
2021-05-17Merge "Add CSIT test cases to sdnc/oam repo"Dan Timoney18-8/+844
Former-commit-id: 7319785d66d16694a688358ced963623c547bc70
2021-05-17Add CSIT test cases to sdnc/oam repoDan Timoney18-8/+844
Refactored csit tests currently in integration/csit and moved them as part of sdnc/oam project so that we can trigger csit tests as part of our docker builds. Change-Id: I3acd25c7a6f1bc0ea9b2a2bd756cedc5fb2bf701 Issue-ID: SDNC-1545 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 16a6e0ea52a4a681ed2799612e310c867e720a61
2021-05-12Place version properties in root pomhighstreetherbert9-13/+18
ccsdk related versions Issue-ID: SDNC-1522 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Iff7d56586997e85b19879e426785cf5387b654f4 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 5bccac3337bb3ca27b3777c8e3f3dc3ec706eaee