summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2020-12-02Release version 1.1.0 of dockersDan Timoney1-0/+23
Release verson 1.1.0 of ccsdk/distribution docker containers Change-Id: If3f505771374333affad4122b931327169f50cca Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-12-02Release version 1.1.0 of maven artifactsDan Timoney1-0/+5
Release verson 1.1.0 of ccsdk/distribution maven artifacts Change-Id: I325261d3bd7b193d9ae8087280925ad94991e0f1 Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-30Prepare initial Honolulu releaseDan Timoney4-11/+11
Prepare to release initial version of Honolulu artifacts to support early testing. Change-Id: I5f047bb978ee6413603cf637f71106ab3d05389e Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-19Add Guilin release notesDan Timoney1-76/+75
Add release notes for Guilin release Change-Id: Ibbbd460db21bc820e7a995199724c974c8244530 Issue-ID: CCSDK-2974 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-18Add integration test for odlsli dockerDan Timoney4-9/+115
Add integration test for odlsli docker Change-Id: Ie8140a1c9e480d368cd6653ea80efb58f44eb6dd Issue-ID: CCSDK-2986 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-12Create base ODL Aluminum docker containerDan Timoney4-0/+232
Added new base docker container with OpenDaylight Aluminum installed Change-Id: I6b76e11803d89aba79e9f45f053cabd3e93fcff7 Issue-ID: CCSDK-2983 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-09Merge "DG's, templates, properties for ranSlice feature"Dan Timoney15-282/+5290
2020-11-07DG's, templates, properties for ranSlice featureSandeep Shah15-282/+5290
This commit includes DG for instantiateRANSlice RPC, templates, and proerty file updates Issue-ID: CCSDK-2857 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Ib6e6199940e18f7358116818f410bea09184bc42
2020-11-04Remove java 8 installationDan Timoney12-1008/+1
Removed java 8 installation from CCSDK base containers. Also, removed obsolete ODL neon docker. Change-Id: I009193b46e8da8a2e53461dcc1ed7d7fce042461 Issue-ID: SDNC-1352 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-21Bug fix in RANSlice platform logic POMSandeep Shah1-1/+1
Minor bug fix associated with RANSlice platform logic POM Issue-ID: CCSDK-2844 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I7d19d4e910cec193e4058943768205e00cb2a364
2020-09-14Roll to initial Honolulu snapshotDan Timoney27-60/+60
Roll to initial Honolulu snapshot version Change-Id: I3a293d15680045917e817fe2e19b42f7d2c72819 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-10Release M4 version of ccsdk docker imagesDan Timoney1-0/+25
Release M4 version of CCSDK docker images Change-Id: Icdb18d72cdc6c9b347da1f386889bb58f210f3b9 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-10Release M4 version of ccsdk/distributionDan Timoney1-0/+5
Release M4 version of ccsdk/distribution maven artifacts Change-Id: I78024ff7535deefc6aea040fd529b08072a73d21 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-10Update to use released artifactsDan Timoney5-14/+11
Update ccsdk/distribution to use released artifacts to create dockers Change-Id: I026b59a4120ae70fd3adca884d7f9b5225bae267 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-08Merge "Platform Logic and DG's for RANSlice feature"Dan Timoney23-0/+6105
2020-09-07Fix build problem with dgbuilder-dockerhighstreetherbert1-1/+1
comment script in dockerfile Issue-ID: CCSDK-2737 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ia72435af46d9871b34437c2aa6b451bde907128a Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
2020-09-04Upgrade to Sodium SR4Dan Timoney2-6/+11
Upgrade to OpenDaylight Sodium SR4 Also, install implementation class for JAX-WS, needed by aafshiro Change-Id: I5d1433df3ef13a75323046024db23d17b30b340f Issue-ID: CCSDK-2729 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-04Fix errors in odlsli DockerfileDan Timoney2-1/+3
Fix errors in odlsli Dockerfile introduced by port to common ONAP base image Change-Id: I7593a5b93ada0b6215d38536dda14ef0f0fbca26 Issue-ID: CCSDK-2418 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-03Update lifecycle stateDan Timoney1-1/+1
Update lifecycle state to Mature Change-Id: I421890f87fd4f874134e13c9a2a7bd74bb79d397 Issue-ID: CCSDK-2660 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-03Platform Logic and DG's for RANSlice featureSandeep Shah23-0/+6105
This code commit includes basic DG templates required to support RANSlice feature. DG's will be updated during further development and testing cycle. Issue-ID: CCSDK-2723 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Ia8960f59a2e2c3e4a14328e43b12777eddcb7baa
2020-09-03rollback scripts to bashMichael Dürre2-2/+2
change back from sh to bash Issue-ID: SDNC-1345 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I89a1acd3fbf7d17e7a49778413c0a3501861bedf
2020-09-01Update to use ONAP standard base imagesDan Timoney9-31/+57
Updated all containers to use one of the 2 approved ONAP base images: - onap/integration-java11 - onap/integration-python Change-Id: I961e9af38d790f74528a726a0fc68d1a2e5fbfb9 Issue-ID: CCSDK-2418 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-01Merge "fix odlsli image for new base image"Dan Timoney23-2241/+3
2020-09-01Merge "fix alpine j11 base image"KAPIL SINGAL1-6/+5
2020-09-01fix alpine j11 base imageMichael Dürre1-6/+5
fix alpine base image with j11 Issue-ID: CCSDK-2715 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ief43e6c6189ee45ae8f86dc059e85890bb60561c
2020-09-01fix odlsli image for new base imageMichael Dürre23-2241/+3
fix odlsli image and remove unused files Issue-ID: CCSDK-2717 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I7dac1412426d19663bd91ba5cf7f23d24da69b3f Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2020-09-01switch sodium to J11Michael Dürre1-6/+1
switch sodium odl image to base J11 Issue-ID: CCSDK-2716 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ia2c062ad5fe4dd64cc045e53b6d7664626088e23 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2020-08-31Use Java 11 base docker imageDan Timoney2-1/+14
Update Sodium image to use java 11. Also, update platform logic installer to install JAXB implementation libraries. Issue-ID: CCSDK-2710 Issue-ID: CCSDK-2485 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I2f2e6880464125dba37e2dd444e8a757bdfdd956
2020-08-27Merge "Deprecate the SDNR A1 Adapter"KAPIL SINGAL1-7/+0
2020-08-26Inclusion of ranSlice feature in ODLSLISandeep Shah2-5/+103
Since ranSlice related feature code was already merged, now feature can be included in the CCSDK ODLSLI POM file Issue-ID: CCSDK-2679 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I2e1c4802c51b109df9359c8e1ccf569b32f4e95e Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-26Deprecate the SDNR A1 AdapterLathish1-7/+0
Issue-ID: CCSDK-2694 Change-Id: I4572e2dabbdc7c46995b6aaea3f05cb3084774d4 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2020-08-25Updating version.propoertiesSingal, Kapil (ks220y)1-1/+1
Issue-ID: CCSDK-2691 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I20c74eac48aa3b87494e4ca82b0cb78e205383a3
2020-08-25Add env to odlsli imagehighstreetherbert1-0/+1
Variable used by sdnr installation script Issue-ID: SDNC-1331 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: If07b11d7dbbba06b8bebfa1010c3f1b03af43b38 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
2020-08-24Merge "Moving to next snapshot"KAPIL SINGAL25-50/+50
2020-08-24Moving to next snapshotSingal, Kapil (ks220y)25-50/+50
Issue-ID: CCSDK-2691 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I2ca4948c618bb7a496099ae00b7b93ac9f075c03