summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2021-02-10Fix ansible server buildDan Timoney1-1/+3
Ansible-server build is failing due to a change in python cryptography module, which now requires latest rust compiler version to be installed. Issue-ID: CCSDK-3151 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I36396c346c12cb432f696ae559d7f0b224c92a78
2021-02-05Update to ODL Aluminum SR1Dan Timoney9-32/+137
Update to OpenDaylight Aluminum SR1 release Change-Id: Ifcd172fec903dd2fb681b6998d45eac690066d10 Issue-ID: CCSDK-3107 Signed-off-by: Dan Timoney <dtimoney@att.com> Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2021-01-27Remove redundant staging tagging scriptLasse Kaihlavirta1-48/+0
- unified merge verification no longer does docker image staging, so removing this script to avoid confusion Issue-ID: INT-1833 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I29185a0a56b57513f323294ac95eca4fb03f4c10
2021-01-27Merge "Wrong version for ccsdk artifacts"Dan Timoney1-7/+6
2021-01-25Wrong version for ccsdk artifactsRavi Pendurty1-7/+6
Updated artifact versions to match the project version Issue-ID: CCSDK-3099 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I2329d8bfd6c8935ed2846fe97163044696b3cd47 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2021-01-25Merge "DG Update and Templates for ranSlice feature"Dan Timoney18-4792/+7982
2021-01-23DG Update and Templates for ranSlice featureSandeep Shah18-4792/+7982
Additional DG and templates to support ranSlice feature. This would include sub-DG's for varioius actions for instantiateRANSlice RPC/DG execution Issue-ID: CCSDK-3008 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I749a97b061e67644ee77bd56dd3725e5b9e7eb5a
2021-01-21Adjust CSIT for unified review verificationLasse Kaihlavirta6-27/+19
- enable use of locally built images (without nexus repo prefix) in docker-compose.yaml - use local docker images in CSIT by default - remove forced docker image push of odlsli-alpine and dgbuilder - remove unique docker tag usage - this change requires https://gerrit.onap.org/r/c/ci-management/+/116920 to be merged to work correctly Issue-ID: INT-1823 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ibc391ef4fc9412665a26486af6fcc8c26096cc64
2021-01-11Update committer listDan Timoney1-5/+3
Remove Jack Lucas as committer - Jack has moved on to other work and resigned as committer from CCSDK Change-Id: I30cce1a10273cfc2d2b1caa18df713a9f326ea85 Issue-ID: CCSDK-3080 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-12-18Add more STAGING tagsLasse Kaihlavirta1-4/+16
- initial implementation tagged the verified images only with <full version>-STAGING-latest while the original maven tagging added also <minor version>-STAGING-latest and <full version>-STAGING-<timestamp>; the latter two are now added by the script as well Issue-ID: CCSDK-3019 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ieb06a596e01f04b45295e7c2179ba8a0088f4af6
2020-12-181) Adding docker.skip.push tag so that it can be used to skip docker push ↵Singal, Kapil (ks220y)28-1358/+1251
during verify job 2) Upgrading docker-maven-plugin to 0.34.0 and replacing dockerFileDir to contextDir 3) Refactoring execution section of docker-maven-plugin 4) Refactoring POM Names 5) Running mvn tidy:pom Issue-ID: CCSDK-3057 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I19b9e231e5288e1372a9b3ac89d263bbb2209186
2020-12-16Separate snapshot tag var names from originalLasse Kaihlavirta5-15/+18
- original tag variables in pom.xmls are being used also outside of the poms (namely, in Dockerfiles) and the new tag usage is not taken in use in all images yet, so the tag names are now differentiated to support old usage where necessary - add STAGING-latest tag in TagSnapshotVersion groovy script as a quick fix for odlsli-alpine dependencies for now - minor typo corrections Issue-ID: CCSDK-3019 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ib6b5e275ea305f5871f124da78a6e94b126c0266
2020-12-10Merge "Move CSIT to ccsdk/distribution repo"Dan Timoney12-5/+305
2020-12-09Move CSIT to ccsdk/distribution repoLasse Kaihlavirta12-5/+305
- move CCSDK healthcheck CSIT under distribution repository - add run-project-csit.sh that takes common CSIT scripts from integration/csit on runtime and then executes all the plans under distribution/csit/plans - use version.properties and UNIQUE_DOCKER_TAG to identify the docker image versions to run for testing if the latter is given, otherwise just choose "latest" (to enable easy local testing) - introduce new groovy script for tagging SNAPSHOT images only based on version.properties and UNIQUE_DOCKER_TAG - apply UNIQUE_DOCKER_TAG in dgbuilder and odlsli-alpine docker image versioning - add script for tagging snapshot images identified with UNIQUE_DOCKER_TAG with STAGING - use docker-compose for teardown instead of common kill scripts Issue-ID: CCSDK-3017 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I37dcf682bf1ab77016a76adc89f5658bb0b71b19
2020-12-07Roll to next snapshotDan Timoney26-47/+47
Roll to next snapshot version Change-Id: I423a52bc457f0809086279c17830fd371c197a2a Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-12-04Merge "Update release notes"Dan Timoney1-8/+5
2020-12-03Update release notesafenner1-8/+5
Change-Id: I9176e9b40b33e7cfeee762aafcb42cda98e572a7 Issue-ID: CCSDK-3021 Signed-off-by: afenner <andrew.fenner@est.tech>