From: Vijay Venkatesh Kumar Date: Tue, 7 Jun 2022 20:04:28 +0000 (+0000) Subject: Merge "CodeCoverage improvement for dcaegen2-platform-mod-genprocessor" X-Git-Tag: 1.1.1-mod-distributorapi~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=388c4d246eef260560fdcf936dec14e7e9c7430f;hp=1e5a6e041efef87d43a182b54d4b01f4ae87355c;p=dcaegen2%2Fplatform.git Merge "CodeCoverage improvement for dcaegen2-platform-mod-genprocessor" --- diff --git a/adapter/acumos/pom.xml b/adapter/acumos/pom.xml index c160103..4b8dec8 100644 --- a/adapter/acumos/pom.xml +++ b/adapter/acumos/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= org.onap.dcae ================================================================================ -Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved. +Copyright (c) 2019-2020,2022 AT&T Intellectual Property. All rights reserved. Copyright (c) 2021 highstreet technologies GmbH. All rights reserved. ============================================================================= Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,19 +20,20 @@ limitations under the License. ============LICENSE_END========================================================= --> - - 4.0.0 - org.onap.dcaegen2.platform.adapter - dcaegen2-platform-adapter-acumos - 1.0.7 - - UTF-8 - . - xunit-results.xml - coverage.xml - py - python - **/*.py - **/tests/**,**/setup.py - + + 4.0.0 + org.onap.dcaegen2.platform.adapter + dcaegen2-platform-adapter-acumos + 1.0.7 + + UTF-8 + . + xunit-results.xml + coverage.xml + py + python + **/*.py + **/tests/**,**/setup.py + org.onap.dcaegen2.platform.adapter.acumos + diff --git a/adapter/acumos/tox.ini b/adapter/acumos/tox.ini index ea7a24e..c92b18a 100644 --- a/adapter/acumos/tox.ini +++ b/adapter/acumos/tox.ini @@ -1,7 +1,7 @@ # ============LICENSE_START==================================================== # org.onap.dcae # ============================================================================= -# Copyright (c) 2019 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2019,2022 AT&T Intellectual Property. All rights reserved. # Copyright (c) 2021 highstreet technologies GmbH. All rights reserved. # ============================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); @@ -31,7 +31,7 @@ deps= setenv = PYTHONPATH={toxinidir} commands= - nodeenv -p + nodeenv --node=17.2.0 -p npm install --global protobuf-jsonschema pytest --verbose --junitxml xunit-results.xml --cov aoconversion --cov-report xml --cov-report html --cov-report term diff --git a/mod/runtimeapi/Changelog.md b/mod/runtimeapi/Changelog.md index 23168b8..9f31f72 100644 --- a/mod/runtimeapi/Changelog.md +++ b/mod/runtimeapi/Changelog.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.3.3] - 2022-06-03 +- [DCAEGEN2-3087] Switch helmgen-core version to 1.0.4 (includes fix for log path) + ## [1.3.2] - 2022-01-04 - [DCAEGEN2-3028] Change version format to MMddHHmm (removed YY) - [DCAEGEN2-3008] Update helmgen-core from snapshot to released version diff --git a/mod/runtimeapi/pom.xml b/mod/runtimeapi/pom.xml index 7188527..56a0626 100644 --- a/mod/runtimeapi/pom.xml +++ b/mod/runtimeapi/pom.xml @@ -2,8 +2,7 @@ - 4.0.0 - pom - - runtime-core - runtime-web - - - org.onap.oparent - oparent - 2.0.0 - - org.onap.dcaegen2.platform.mod - runtimeapi - 1.3.2 - dcaegen2-platform-mod-runtimeapi - MOD Runtime API - - true - yyyyMMdd'T'HHmmss - ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - - true - - - - java11 - - 11 - 11 - 11 - - - - m2e.version - - true - - - - java8 - - 1.8 - 1.8 - - - - - - commons-io - commons-io - 2.8.0 - - - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.6.0.1398 - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + pom + + runtime-core + runtime-web + + + org.onap.oparent + oparent + 2.0.0 + + org.onap.dcaegen2.platform.mod + runtimeapi + 1.3.3 + dcaegen2-platform-mod-runtimeapi + MOD Runtime API + + true + yyyyMMdd'T'HHmmss + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + + true + + + + java11 + + 11 + 11 + 11 + + + + m2e.version + + true + + + + java8 + + 1.8 + 1.8 + + + + + + commons-io + commons-io + 2.8.0 + + + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.6.0.1398 + - - org.apache.maven.plugins - maven-enforcer-plugin - 1.4.1 - - - enforce-no-snapshots - - enforce - - - - - No Snapshots Allowed! - - - false - - - - + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4.1 + + + enforce-no-snapshots + + enforce + + + + + No Snapshots Allowed! + + + false + + + + - - - - - - org.springframework.boot - spring-boot-starter-parent - 2.1.7.RELEASE - pom - import - - - org.springframework.plugin - spring-plugin-core - - - - - org.springframework.plugin - spring-plugin-core - 2.0.0.RELEASE - - - + + + + + + org.springframework.boot + spring-boot-starter-parent + 2.1.7.RELEASE + pom + import + + + org.springframework.plugin + spring-plugin-core + + + + + org.springframework.plugin + spring-plugin-core + 2.0.0.RELEASE + + + diff --git a/mod/runtimeapi/runtime-core/pom.xml b/mod/runtimeapi/runtime-core/pom.xml index 5970bfd..3ca24e7 100644 --- a/mod/runtimeapi/runtime-core/pom.xml +++ b/mod/runtimeapi/runtime-core/pom.xml @@ -24,13 +24,13 @@ limitations under the License. runtimeapi org.onap.dcaegen2.platform.mod - 1.3.2 + 1.3.3 4.0.0 runtime-core - 1.3.2 - + 1.3.3 + -changelog-missing org.springframework.boot @@ -50,7 +50,7 @@ limitations under the License. org.onap.dcaegen2.platform helmchartgenerator-core - 1.0.3 + 1.0.4 org.yaml diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml index af89495..01ea8fd 100644 --- a/mod/runtimeapi/runtime-web/pom.xml +++ b/mod/runtimeapi/runtime-web/pom.xml @@ -23,18 +23,19 @@ limitations under the License. org.onap.dcaegen2.platform.mod runtimeapi - 1.3.2 + 1.3.3 runtime-web - 1.3.2-SNAPSHOT + 1.3.3-SNAPSHOT jar + -changelog-missing runtime-web MOD Runtime Web Module org.onap.dcaegen2.platform.mod runtime-core - 1.3.2 + 1.3.3 org.springframework.boot diff --git a/mod2/helm-generator/Changelog.md b/mod2/helm-generator/Changelog.md index 2dabb70..81c1d59 100644 --- a/mod2/helm-generator/Changelog.md +++ b/mod2/helm-generator/Changelog.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.0.4]- 2022-05-24 +* [DCAEGEN2-3087] Helm-gen fix for logpath default + ## [1.0.3]- 2022-02-23 * [DCAEGEN2-3052] Vulnerability fixes for okhttp & commons-io modules diff --git a/mod2/helm-generator/README.md b/mod2/helm-generator/README.md index d797410..5d8f003 100644 --- a/mod2/helm-generator/README.md +++ b/mod2/helm-generator/README.md @@ -1,5 +1,5 @@ ## Instructions for running helm chart generator -version: 1.0.2-SNAPSHOT +version: 1.0.4-SNAPSHOT 1. Must have helm installed. @@ -25,6 +25,4 @@ version: 1.0.2-SNAPSHOT Test files currently included in project: - Spec file: `helm-chart-generator\src\test\input\specs\ves.json` - - Charts Directory: `helm-chart-generator\src\test\input\blueprint` - - gi \ No newline at end of file + - Charts Directory: `helm-chart-generator\src\test\input\blueprint` diff --git a/mod2/helm-generator/helmchartgenerator-cli/pom.xml b/mod2/helm-generator/helmchartgenerator-cli/pom.xml index 3229e94..3b85801 100644 --- a/mod2/helm-generator/helmchartgenerator-cli/pom.xml +++ b/mod2/helm-generator/helmchartgenerator-cli/pom.xml @@ -22,10 +22,10 @@ org.onap.dcaegen2.platform helmchartgenerator - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT helmchartgenerator-cli - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT helmchartgenerator-cli UTF-8 @@ -34,7 +34,7 @@ org.onap.dcaegen2.platform helmchartgenerator-core - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT diff --git a/mod2/helm-generator/helmchartgenerator-cli/src/test/input/blueprint/base/values.yaml b/mod2/helm-generator/helmchartgenerator-cli/src/test/input/blueprint/base/values.yaml index ea82bbe..cd4c1bf 100644 --- a/mod2/helm-generator/helmchartgenerator-cli/src/test/input/blueprint/base/values.yaml +++ b/mod2/helm-generator/helmchartgenerator-cli/src/test/input/blueprint/base/values.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (c) 2021 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2021-2022 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -50,7 +50,8 @@ postgres: # log directory where logging sidecar should look for log files # if absent, no sidecar will be deployed -#logDirectory: TBD #/opt/app/VESCollector/logs #DONE +#log: +# path: TBD #/opt/app/VESCollector/logs #DONE # directory where TLS certs should be stored # if absent, no certs will be retrieved and stored diff --git a/mod2/helm-generator/helmchartgenerator-core/pom.xml b/mod2/helm-generator/helmchartgenerator-core/pom.xml index 1b9dc35..1b5dcb2 100644 --- a/mod2/helm-generator/helmchartgenerator-core/pom.xml +++ b/mod2/helm-generator/helmchartgenerator-core/pom.xml @@ -22,10 +22,10 @@ org.onap.dcaegen2.platform helmchartgenerator - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT helmchartgenerator-core - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT helmchartgenerator-core UTF-8 diff --git a/mod2/helm-generator/helmchartgenerator-core/src/main/java/org/onap/dcaegen2/platform/helmchartgenerator/chartbuilder/ComponentSpecParser.java b/mod2/helm-generator/helmchartgenerator-core/src/main/java/org/onap/dcaegen2/platform/helmchartgenerator/chartbuilder/ComponentSpecParser.java index 82d70c8..91fedf5 100644 --- a/mod2/helm-generator/helmchartgenerator-core/src/main/java/org/onap/dcaegen2/platform/helmchartgenerator/chartbuilder/ComponentSpecParser.java +++ b/mod2/helm-generator/helmchartgenerator-core/src/main/java/org/onap/dcaegen2/platform/helmchartgenerator/chartbuilder/ComponentSpecParser.java @@ -1,6 +1,6 @@ /* * # ============LICENSE_START======================================================= - * # Copyright (c) 2021 AT&T Intellectual Property. All rights reserved. + * # Copyright (c) 2021-2022 AT&T Intellectual Property. All rights reserved. * # ================================================================================ * # Licensed under the Apache License, Version 2.0 (the "License"); * # you may not use this file except in compliance with the License. @@ -96,7 +96,9 @@ public class ComponentSpecParser { utils.putIfNotNull(outerValues, "tlsServer", cs.getAuxilary().getTlsInfo().getUseTls()); } if(cs.getAuxilary() != null && cs.getAuxilary().getLogInfo() != null) { - utils.putIfNotNull(outerValues,"logDirectory", cs.getAuxilary().getLogInfo().get("log_directory")); + Map logPath = new LinkedHashMap<>(); + logPath.put("path", cs.getAuxilary().getLogInfo().get("log_directory")); + outerValues.put("log", logPath); } if(imageUriExistsForFirstArtifact(cs)){ utils.putIfNotNull(outerValues,"image", cs.getArtifacts()[0].getUri()); diff --git a/mod2/helm-generator/helmchartgenerator-core/src/test/input/blueprint/base/values.yaml b/mod2/helm-generator/helmchartgenerator-core/src/test/input/blueprint/base/values.yaml index ea82bbe..cd4c1bf 100644 --- a/mod2/helm-generator/helmchartgenerator-core/src/test/input/blueprint/base/values.yaml +++ b/mod2/helm-generator/helmchartgenerator-core/src/test/input/blueprint/base/values.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (c) 2021 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2021-2022 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -50,7 +50,8 @@ postgres: # log directory where logging sidecar should look for log files # if absent, no sidecar will be deployed -#logDirectory: TBD #/opt/app/VESCollector/logs #DONE +#log: +# path: TBD #/opt/app/VESCollector/logs #DONE # directory where TLS certs should be stored # if absent, no certs will be retrieved and stored diff --git a/mod2/helm-generator/helmchartgenerator-core/src/test/java/org/onap/dcaegen2/platform/helmchartgenerator/ComponentSpecParserTest.java b/mod2/helm-generator/helmchartgenerator-core/src/test/java/org/onap/dcaegen2/platform/helmchartgenerator/ComponentSpecParserTest.java index 8b26d25..e7d8cf2 100644 --- a/mod2/helm-generator/helmchartgenerator-core/src/test/java/org/onap/dcaegen2/platform/helmchartgenerator/ComponentSpecParserTest.java +++ b/mod2/helm-generator/helmchartgenerator-core/src/test/java/org/onap/dcaegen2/platform/helmchartgenerator/ComponentSpecParserTest.java @@ -1,6 +1,6 @@ /* * # ============LICENSE_START======================================================= - * # Copyright (c) 2021 AT&T Intellectual Property. All rights reserved. + * # Copyright (c) 2021-2022 AT&T Intellectual Property. All rights reserved. * # ================================================================================ * # Licensed under the Apache License, Version 2.0 (the "License"); * # you may not use this file except in compliance with the License. @@ -78,7 +78,8 @@ class ComponentSpecParserTest { private void assertOuterKeyValues(ChartInfo chartInfo) { Map outerKv = chartInfo.getValues(); assertThat(outerKv.get("image")).isEqualTo("nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:latest"); - assertThat(outerKv.get("logDirectory")).isEqualTo("/opt/app/VESCollector/logs/"); + Map logPath = (Map) chartInfo.getValues().get("log"); + assertThat(logPath.get("path")).isEqualTo("/opt/app/VESCollector/logs/"); assertThat(outerKv.get("certDirectory")).isEqualTo("/opt/app/dcae-certificate/"); assertTrue((Boolean) outerKv.get("tlsServer")); assertTrue((Boolean) outerKv.get("useCmpv2Certificates")); diff --git a/mod2/helm-generator/pom.xml b/mod2/helm-generator/pom.xml index 1b6d211..2c7060b 100644 --- a/mod2/helm-generator/pom.xml +++ b/mod2/helm-generator/pom.xml @@ -33,7 +33,7 @@ org.onap.dcaegen2.platform helmchartgenerator - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT helm-chart-generator Helm chart generator diff --git a/mod2/helm-generator/version.properties b/mod2/helm-generator/version.properties index ab6cbfe..8bd09ad 100644 --- a/mod2/helm-generator/version.properties +++ b/mod2/helm-generator/version.properties @@ -1,6 +1,6 @@ major=1 minor=0 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT diff --git a/releases/1.0.4-helm-generator.yaml b/releases/1.0.4-helm-generator.yaml new file mode 100644 index 0000000..a2c1428 --- /dev/null +++ b/releases/1.0.4-helm-generator.yaml @@ -0,0 +1,5 @@ +distribution_type: 'maven' +version: '1.0.4' +project: 'dcaegen2/platform' +log_dir: 'dcaegen2-platform-mod2-helm-generator-maven-stage-master/206' +git_tag: '1.0.4-helmgenerator'