summaryrefslogtreecommitdiffstats
path: root/odlsli
AgeCommit message (Collapse)AuthorFilesLines
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 Timoney1-1/+28
2021-01-23DG Update and Templates for ranSlice featureSandeep Shah1-1/+28
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 Kaihlavirta1-6/+2
- 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
2020-12-181) Adding docker.skip.push tag so that it can be used to skip docker push ↵Singal, Kapil (ks220y)2-88/+84
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 Kaihlavirta2-6/+6
- 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 Timoney1-4/+6
2020-12-09Move CSIT to ccsdk/distribution repoLasse Kaihlavirta1-4/+6
- 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 Timoney2-3/+3
Roll to next snapshot version Change-Id: I423a52bc457f0809086279c17830fd371c197a2a Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-30Prepare initial Honolulu releaseDan Timoney1-8/+8
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-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-07DG's, templates, properties for ranSlice featureSandeep Shah1-56/+55
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-09-14Roll to initial Honolulu snapshotDan Timoney2-10/+10
Roll to initial Honolulu snapshot version Change-Id: I3a293d15680045917e817fe2e19b42f7d2c72819 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-10Update to use released artifactsDan Timoney1-7/+7
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-04Fix errors in odlsli DockerfileDan Timoney1-1/+2
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-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 Timoney1-0/+1
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-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-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-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-24Moving to next snapshotSingal, Kapil (ks220y)2-4/+4
Issue-ID: CCSDK-2691 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I2ca4948c618bb7a496099ae00b7b93ac9f075c03
2020-08-24Add oran a1-adapter feature to odlsli-alpineRehanRaza2-1/+9
Change-Id: I32e11d4dca0eb112785f91fc0c3a930dcd7ddb5f Issue-ID: CCSDK-2604 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
2020-08-17Added Policy Type DG For A1 MediationLathish1-0/+8
Issue-ID: CCSDK-2605 Change-Id: If25d47ccd9d981e21b66a37c085c0c257644f47b Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2020-08-07Use released 1.0.0 CCSDK versions to create dockersDan Timoney1-6/+6
Use released versions of CCSDK artifacts to create dockers Change-Id: If6c23fe8ba3897fc6f1dd4f1763f16c3f0a0140a Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-05Update ccsdk/distribution for SodiumDan Timoney2-1/+1
Updated dgbuilder/pom.xml to address breaking change in antrun maven plugin. Change-Id: Iff7b4f73caa7528d0cc5504a1d9efd4ac62142ea Issue-ID: CCSDK-2564 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-04Fix base image version of odlsliDan Timoney1-1/+1
odlsli should be using ccsdk-odl-neon-alpine-image as base, not ccsdk-odl-sodium-alpine-image. Change-Id: I375b25535961a79ab6fc7f164204ec081fc849db Issue-ID: SDNC-1312 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-29add java 11 alpine imageMichael Dürre1-1/+1
parallel alpine image with java 11 installed Issue-ID: CCSDK-2484 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ia20a2175ee623f2400327b9fc25265c464780e65
2020-03-25Bug fixes for CMNotify FeatureSandeep Shah1-0/+36
Fix the correct folder for CMNotify properties file Fix DG's to log into the correct file Issue-ID: CCSDK-2190 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I0f56af225f1e87221dd42751793f5e15208ea126
2020-03-24Create base Sodium imageDan Timoney1-5/+5
Create base ODL Sodium docker image Change-Id: Ibfc259529ffeb90d73ea897f9a2ae7a1a79a6b79 Issue-ID: CCSDK-2184 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-11Use Frankfurt M4 version of ccsdk/featuresDan Timoney1-1/+1
Use Frankfurt M4 version of ccsdk/features Change-Id: I65fecd868fa8f6d3ab303f36c3e6cc8490b00bc3 Issue-ID: CCSDK-2166 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-06Roll master to GuilinDan Timoney2-6/+5
Roll master to new versions for early Guilin developent Change-Id: I7cadbf176e87b8fe4a62f54d5d6d8f99921a449c Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-05Update to use released CCSDK artifactsDan Timoney1-574/+571
Updated odlsli pom to use released versions of CCSDK artifacts to create docker image Change-Id: Ide7faabd8a931fa550a509d6d4f59f74153d0966 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-05Merge "Use released 1.5.2 CCSDK parent"Dan Timoney1-1/+1
2020-03-04Platform/DG logic support for CMNotifySandeep Shah1-0/+36
Structure to include Directed Graphs for CMNotify VES events Issue-ID: CCSDK-2132 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I57f46fac85092f211884d05e36690a09cb6152e1
2020-03-04Use released 1.5.2 CCSDK parentDan Timoney1-1/+1
Use released Frankfurt M4 version of CCSDK parent poms Change-Id: Iaab02b84b29242768a049a9e2324c776351a3d03 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-02Integrate CMNotify installer in ODLSLI POMSandeep Shah1-0/+7
CMNotify feature integration into CCSDK distribution. Include installer in the ODLSLI POM file. Done to enwure feature JAR files are available for successful docker execution Issue-ID: CCSDK-2131 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Ibc965d4b48b039c6200245b802db18f2d8841fc9
2020-01-31Roll to next snapahot versionDan Timoney4-653/+9
Roll to next snapshot Change-Id: I4bd3b6181414d7aa51205309a3d4dbf2430b163d Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-29Use released version of CCSDK maven artifacts0.7.0Dan Timoney1-5/+5
Use released 0.7.0 version of CCSDK artifacts to build docker container Change-Id: I759f0cbd25dec122d1175aae74af74a514765ac8 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-23Use released parent pomDan Timoney2-2/+2
Use released version of ccsdk/parent poms Change-Id: Ifc6abb06a378a964a01c4f28b19f7323d90a682e Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2019-12-20DG's and Templates for A1 AdapterSandeep Shah1-14/+15
Included are 10 DG's, any pertinent templates, and updated properties file Issue-ID: CCSDK-2013 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Ia2edfb3d1be5043101487289fa15e71d953ddf1c
2019-12-03Use 1.5.1-SNAPSHOT version of parent pomTimoney, Dan (dt5972)2-3/+3
Fixed version of parent pom to use snapshot version Change-Id: Id4c709c07e8753eab4a846874cce3330bba634d1 Issue-ID: CCSDK-1935 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-03Include A1 adapter in CCSDK distribution repoSandeep Shah3-2/+94
Include A1 adapter installer in ODLSLI POM files, provide DG mechanics support to execute A1 adapter RPC's Issue-ID: CCSDK-1887 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I9a0cd57e8734e69205d899c7a342b70db8532808
2019-10-21Bug fixes to OOFPCIPOC templates, DG's, propertiesSandeep Shah1-4/+4
Bug fixes to OOFPCIPOC ConfigDB and DMAAP template files, SDNR property file, and corresponding DG's Issue-ID: CCSDK-1840 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I23ebfdc819213ed5e070887bdf7cc14ba0121ec8
2019-09-12Roll version for Frankfurt releaseTimoney, Dan (dt5972)3-10/+10
Roll version in master branch for Frankfurt development Change-Id: I3537832e061b368ec79082ad5c55e8a4f34554e7 Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-11Use 0.6.1 released artifactsTimoney, Dan (dt5972)1-5/+5
Update docker to use released 0.6.1 CCSDK artifacts Change-Id: I3c524598c09cdd36587164d19d74a73326fe992a Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-04Change versions of CCSDK dependencies for dockersTimoney, Dan (dt5972)1-5/+5
Change versions of CCSDK for dockers to 0.6.1-SNAPSHOT Issue-ID: SDNC-874 Change-Id: I03d7ee25e23ca37763bfda1f3828ac8543eee5d0 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-03Roll versionsTimoney, Dan (dt5972)3-5/+5
Roll versions in master branch Change-Id: I7271b4a1b466f18f0854e39e0613848072c25b07 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>