summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-08-25RANSlice - allocate modify : CPS IntegrationAhila24-5810/+5667
Tested against CPS-TBDMT for an anchor Issue-ID: CCSDK-3340 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I8f8c22cbfb70433dcae126d24817b549a9793d4e
2021-08-23Merge "RAN Slice - Termination testing.Deleting unnecessary template files"Dan Timoney7-68/+0
2021-08-23Merge "HTTPS Proxy support for A1 adapter southbound"Dan Timoney11-522/+1721
2021-08-23Merge "Remove unneeded Opendaylight directories"KAPIL SINGAL6-487/+0
2021-08-23Remove unneeded Opendaylight directoriesDan Timoney6-487/+0
Remove OpenDaylight sodium and aluminun directories, no longer needed in Istanbul Issue-ID: CCSDK-3363 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If5bfabd05f8b19f2f2b1cccf6bfba8eec7511bc5
2021-08-21RAN Configuration enhancementsAhila9-8748/+9088
-Slice Profile decomposition -New slice Profile update in NearRTRIC during modify-allocate -Remove the Slice Profile from nearRTRIC during terminate -cell id(configParam) under nearRTRIC is appended with maxNoofConns to differentiate intelligent slicing from closed loop Issue-ID: CCSDK-3341 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I13720133500b10c3fdf27118a43f6924bfbb736c
2021-08-20HTTPS Proxy support for A1 adapter southboundychacon11-522/+1721
Issue-ID: CCSDK-3153 Signed-off-by: ychacon <yennifer.chacon@est.tech> Change-Id: I454e7f80ee0ccd94bc5a034dedc201a37e0dfc58
2021-08-11RAN Slice - Termination testing.Deleting unnecessary template filesHariharan7-68/+0
Issue-ID: CCSDK-3393 Signed-off-by: Hariharan <rh20085046@wipro.com> Change-Id: I057f93801d1b3df3049fbe8494d556b1301f9b55
2021-08-05RAN Slice - Termination testingHariharan3-5406/+6776
Issue-ID: CCSDK-3393 Change-Id: I6b99330eb7869fbca6c840fc994fb12131f3420a Signed-off-by: Hariharan <rh20085046@wipro.com>
2021-07-31CPS Integration - RANSlice-modify allocate scenarioAhila18-383/+12375
Issue-ID: CCSDK-3340 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I4a318dee0740ebe7bce4cae1bea4faed5e6e28da
2021-07-29Foundation for CPS compatibility with use casesSandeep Shah2-0/+40
This code commit relates to developing foundation for making network slicing and SON uses compatible with CPS as well as backward compatible with COnfigDB Issue-ID: CCSDK-3401 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I70b0cfc70081f068e9cd6184c9d69686d9cd84af
2021-07-29Update to support use of version rangesDan Timoney4-23/+60
Updates to allow use of ranges in CCSDK version properties. Issue-ID: CCSDK-3387 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I78c9e1952c5050548b08cb3f6e1fc447ed6643f5
2021-07-17Cleaning up DockerfilesSingal, Kapil (ks220y)4-90/+39
Issue-ID: CCSDK-3226 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: If902c2245e52e8cb911b3cb8fc5e78ded0ed3782
2021-07-15Add java memory optionsDan Timoney1-0/+1
Add java memory options in docker-compose.yaml to avoid java heap space exception on startup. Issue-ID: CCSDK-3373 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I9a449406f63575696620d826525dd4057ecd30da
2021-07-07Little refactoring on Dockerfile and pom.xmlSingal, Kapil (ks220y)4-30/+48
Moving FeaturesRepositories ENV Variable from Dockerfile to pom.xml Moving odl user creation to base image Issue-ID: CCSDK-3358 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I636e54e1849832faef22081a4a28feb6a2325c22
2021-07-07migrate odl to silicon-sr1Michael DÜrre2-2/+11
switched to 0.14.1 and adapt patches Issue-ID: CCSDK-3364 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: Idcf66d78f516898f568d4c3014d10c37a4702380 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-06-24Moving CCSDK/Features and ORAN Features to SDNC OAMSingal, Kapil (ks220y)2-81/+7
Cleaning up Dockerfile and Pom for related items Issue-ID: CCSDK-3358 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Iea381caf4a9245e6dc65d9d322dd016a2df50a46
2021-06-21Reverting use of ${JAVA_HOME} in PATHSingal, Kapil (ks220y)4-90/+3
Remving start-it-container as that being done by CSIT Issue-ID: CCSDK-3226 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I8a9a434dad484fa044dfc221cd20d126e06142b2
2021-06-18Replacing maven-exec-plugin with maven-antrun-pluginSingal, Kapil (ks220y)2-1/+2
Adding docker.skip.run property which can be used to skip docker run during merge/stage jenkins run Adding PATH to have JAVA_HOME added Issue-ID: CCSDK-3226 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Iabc4132f7022c265a98cd6c39dc30d075772ff42
2021-06-18Fix PATH ccsdk-odl-silicon-alpine-imagehighstreetherbert1-0/+1
Add jdk to PATH Issue-ID: CCSDK-3344 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I581278b7b14c045609605767824b4f70e1252939 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
2021-06-14Effort to reduce image size and layersSingal, Kapil (ks220y)3-32/+41
Issue-ID: CCSDK-3226 Change-Id: I3bb7b8a9eeef866fdc23804e06b2908d33f63c06 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2021-06-14migrate odlsli to siliconMichael DÜrre1-0/+5
add silicon image and fix odlsli dist Issue-ID: CCSDK-3268 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: Ib425beb04b2908d1c6fad138be736f31d3c9a2ba
2021-06-14RanSlice DG, Templates - Integration Testing FixesAhila25-9280/+10317
Issue-ID: CCSDK-3314 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I9d3960a3fe5bc2e693d20cd6176ed57953a71eea
2021-06-14Making changes as per SILICON ODLSingal, Kapil (ks220y)10-95/+347
Adding few dependencies and refactoring sli versioning Issue-ID: CCSDK-3331 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I9678e4b4401791a98499ab3c39ef5b24e404aea8
2021-04-30Adjust odlsli version numbers and fix artifact idshighstreetherbert1-8/+4
Fix artifact saltstack-adaptor-installer and ansible-adaptor-installer Issue-ID: CCSDK-3282 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I7017c4181db938e1a996c38dabb11b9ca99c1302 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
2021-04-21Update versions in release notesDan Timoney1-44/+44
Update versions in release notes to reflect final Honolulu versions Change-Id: I1d8f7cca5de2f0caa18bd903d853c58e6cdfda4e Issue-ID: CCSDK-3264 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-04-13RAN Slice DG - Honolulu updates - coverageAreaTAListAhila4-2070/+2383
Issue-ID: CCSDK-3244 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: Icc038d68f5fb5fbccc63e95131ca3936ad8938eb
2021-04-12RAN Slice DG-ModifyAllocate & SO callback fixesAhila12-8949/+11707
Issue-ID: CCSDK-3244 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I3ce241263d3d838dc3046fd6e8086cdd9861c1d4
2021-04-06Update release notes for HonoluluDan Timoney1-157/+112
Updated release notes for Honolulu release Change-Id: Ia34336a8f155cb9c7fb280534f9e4967aea43ad5 Issue-ID: CCSDK-3218 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-04-05Merge "RAN Slice DG - Bug fixes"Dan Timoney14-4152/+5822
2021-04-01RAN Slice DG - Bug fixesAhila14-4152/+5822
Issue-ID: CCSDK-3244 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I666ecaac5793d93127398ab5859a4ecd52a935ca
2021-03-29Adding noCache docker build argumentSingal, Kapil (ks220y)8-0/+8
noCache will avoid picking the cached layers during the docker image build which may have been corrupted Issue-ID: CCSDK-3226 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: If7e88b80a6127156cff9943a9760db9a6a8a81c2
2021-03-22Roll to Istanbul snapshotDan Timoney24-29/+29
Roll master to Istanbul snapshot version Change-Id: Ie39a976dfe5e59fdf213bd35a1fbf730f3fdc79e Issue-ID: CCSDK-3190 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-03-21Refactoring DockerFileSingal, Kapil (ks220y)1-10/+7
Combine multiple RUN statements to reduce image layers Issue-ID: CCSDK-3226 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Iebd8e0954eda108a409752b3e6e802a03e429c61
2021-03-21Replacing exec-maven-plugin with maven-antrun-pluginSingal, Kapil (ks220y)1-63/+70
With changes users with Windows environment can build module Note: Couldn't find alternate for running a bash script, so moved same into a profile which only gets activated only if OS family is UNIX Issue-ID: CCSDK-3226 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Idc7c0874525502553b6290dc151a2db84447fd68
2021-03-21Refactoring DockerFile to move few items to stage0 buildSingal, Kapil (ks220y)1-26/+29
Moved manipulating org.apache.karaf.features.cfg file to stage0 build and combines multiple RUN statements to reduce image layers Issue-ID: CCSDK-3226 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I77e8d8bf5da0f5b5772712b6ee037737d9dd6053
2021-03-21Refactoring docker POMSingal, Kapil (ks220y)2-5/+28
Relacing maven-exec-plugin with maven-antrun-plugin to make it platform independent and now maven build can be run on Windows system Adding docker.skip.run property with default value as false which can be set to true withih maven build arguments to skip image start Issue-ID: CCSDK-3226 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I0009bdaf0754381c831098c493de047f80b56d65
2021-03-21Refactoring DockerFile for multistage buildSingal, Kapil (ks220y)1-3/+16
Tested locally and it reduced 2 layers and image size by approx 100MBs Issue-ID: CCSDK-3226 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I478996f9eb91f92fb385593d0f090787cfefcb8d
2021-03-09DG Implementation - RAN Slice RPCSAhila20-4979/+17529
instantiateRANSlice-ModifyDeallocate terminateRANSlice activateRANSlice deactivateRANSlice Other Fixes Issue-ID: CCSDK-3191 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: Id970af03ce509daedf1f2eab62aef71394fe9fea
2021-03-09Fix dependency versionDan Timoney1-1/+1
Update to use released version 2.1.1 of dependencies-odl-bom Change-Id: Ib0c3fc1ba1d9ce81227b239e6093f66a82e8b2b3 Issue-ID: CCSDK-3206 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-03-01Intelligent slicing updates RANSlice featureSandeep Shah7-5/+2277
Includes code commit to support intelligent and closed loop RAN slicing for RANSlice feature. ALso includes bug fixes Issue-ID: CCSDK-3177 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I9c404f11f879c4aa8857fee4e626b16579a1785b
2021-02-24Release version 1.1.1 of dockers and roll versionsDan Timoney25-27/+48
Release 1.1.1 version of dockers and roll versions. Note: the docker tag for dgbuilder and odlsli is slightly different from other containers - they both use 'SNAPSHOT' instead of 'STAGING' in order for CSIT test to work correctly. Change-Id: I0c13a2dad9553acfa813968c9bf42d6a008185dc Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-23Release version 1.1.1 of maven artifactsDan Timoney1-0/+5
Release 1.1.1 version of maven artifacts Change-Id: I7955b58b7f6c68e1cf802b1754b8c8f8fbe559f2 Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-23Use released M3 versionsDan Timoney2-7/+7
Use released M3 versions of artifacts to build docker container Change-Id: I1f8fa7e699b18bb9f057a1bd3a9703e2a2af0419 Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-22Upgrade to latest integration java11 versionDan Timoney1-1/+1
Upgrade to lates java11 base image version Change-Id: Ib1d71a54c11e2b757275e06aa14af4f1f70a65ca Issue-ID: CCSDK-3176 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-22RAN Slice DG implementation of ran-slice-api_instantiateRANSliceModifyAllocateAhila5-6/+7202
Issue-ID: CCSDK-3112 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I50ecc0f3c4109a0ae01b1589b7f0038e86f1c7d9
2021-02-19Additional DG Updates Bug fixes RANSlice featureSandeep Shah14-2650/+4131
DG updates and bug fixes for RANSlice feature Issue-ID: CCSDK-3112 SIgned-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I7d06fa0e27c64723ee51b1ab9b7679e2f36f91ce
2021-02-18Enhacing ODL-SLI startODL.sh and installSdncDb.shSingal, Kapil (ks220y)4-113/+2187
Fixing odlsli.dump [Segmentation fault (core dumped)] Issue-ID: CCSDK-3173 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I5054b086170e3cc6cf7d714d144c4170459d1c7e
2021-02-18Simplify CCSDK Distribution CSITLasse Kaihlavirta4-23/+252
- remove runtime dependency to integation/csit and copy the scripts to local repo - remove unnecessary chrome and selenium installations - remove obsolete comment reference to UNIQUE_DOCKER_TAG Issue-ID: CCSDK-3174 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Iaedb8f853ca048817b403c1e0e0c67563a65db8a
2021-02-11add odl patchesMichael DÜrre4-3/+40
add patches for aaa and fixed ccsdk sdnr repos Issue-ID: CCSDK-3152 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I5590d87193c344f3dbf590b29f2e5b9ac5c77714 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>