...
Consumed API from other projects
...
Consumed API from other projects
Project | API Dependency | Notes |
---|---|---|
Portal | 2.6.0 | |
AAF | v2.1.2 | |
Dmaap | v1.1.8 | |
SDC | 1.6.0 | |
AAI | v16 aai-schema 1.0.3 | No direct link to any libraries |
SO | REST - No direct link to any libraries | |
VFC | REST - No direct link to any libraries | |
SDNR | Dmaap - No direct link to any libraries | |
SDNC | REST - No direct link to any libraries |
...
1. Follow the process as outlined here: Independent Versioning and Release Process. Policy repositories inherit from oparent so release jobs will fail if any SNAPSHOT artifact is referenced in the pom.xml's.
all pom.xml's
...
- Verify there are no SNAPSHOTs and we are up-to-date with other team's released artifacts. The CI/CD daily release job does this by automatically failing if a SNAPSHOT is defined in the pom.xml's.
- Use the Self Releases Workflow (Nexus2) to release artifacts. Look at comments by Jorge Hernandez for steps.
- Update the OOM team K8S Helm Charts.
Note: If using maven version or release plugin, also manually check the versions are set correctly in the POMs, these plugins can miss POMs especially if they do not have Java source code in them.
2. For any new changes to be done post-Release. Then the we must update to the next SNAPSHOT version:
...
policy/parent
3.1.3
- are up-to-date with other team's released artifacts. The CI/CD daily release job does this by automatically failing if a SNAPSHOT is defined in the pom.xml's.
- Use the Self Releases Workflow (Nexus2) to release artifacts. Look at comments by Jorge Hernandez for steps.
- Update the OOM team K8S Helm Charts.
Note: If using maven version or release plugin, also manually check the versions are set correctly in the POMs, these plugins can miss POMs especially if they do not have Java source code in them.
2. For any new changes to be done post-Release. Then the we must update to the next SNAPSHOT version:
Release Order | Repo (released version) | Notes | Example Commit(s) for upgrading versions | |||||
---|---|---|---|---|---|---|---|---|
1 | policy/parent 3.1.3 | all pom.xml's version.properties | https://gerrit.onap.org/r/c/policy/parent/+/104021 | |||||
2a | policy/docker 2.0.1 | all pom.xml's version.properties | https://gerrit.onap.org/r/c/policy/docker/+/102678 | |||||
2b | policy/common 1.6.5 | all pom.xml's version.properties In main pom.xml change the following properties
| https://gerrit.onap.org/r/c/policy/parentcommon/+/104021104047 | |||||
2a3 | policy/dockermodels 2.02.16 | all pom.xml's version.properties In main pom.xml change the following properties | https://gerrit.onap.org/r/c/policy/docker/+/102678 | 2b | policy/common 1.6.5 |
BRMS_MODELS_DEPENDENCY_VERSION
| https://gerrit.onap.org/r/c/policy/ common104047 | |
34a | policy/modelsapi 2.2.64 | all pom.xml's version.properties In main pom.xml change the following properties
BRMS_MODELS_DEPENDENCY_VERSION
| https://gerrit.onap.org/r/c/policy/modelsapi/+/104232104257 | |||||
4a4b | policy/apipap 2.2.43 | all pom.xml's version.properties In main pom.xml change the following properties
| https://gerrit.onap.org/r/c/policy/apipap/+/104257104262 | |||||
4b4c | policy/papdrools-pdp 21.26.3 | all pom.xml's version.properties In main pom.xml change the following propertiesconsider changing the policy.common.version property:
Update policy/drools-applications files:
| https://gerrit.onap.org/r/c/policy/ pap104262 | |||||
4c4d | policy/droolsapex-pdp 12.63.2 | all pom.xml's version.properties In main pom.xml consider changing the policy.common.version property:
Update policy/drools-applications dockerfile to pull this image (see below) Update policy/drools-applications files:
| 4d | policy/apex
| ||||
4e | policy/xacml-pdp 2.32.12 | all pom.xml's version.properties In main pom.xml consider changing the policy.common.version property:
| 4e | https://gerrit.onap.org/r/c/policy/xacml-pdp/+/104294 | ||||
4f | policy/distribution 2.3.2.1 | all pom.xml's version.properties In main pom.xml consider changing the policy.common.version property:change the following properties
| https://gerrit.onap.org/r/c/policy/xacml-pdpdistribution/+/1042944f104296 | |||||
5 - Dependent only on policy/drools-pdp | policy/distributiondrools-applications 21.36.14 | all pom.xml's version.properties In main pom.xml change the following properties
OOM:
BRMS_DEPENDENCY_VERSION
| https://gerrit.onap.org/r/c/policy/distributiondrools-applications/+/104296104408 | |||||
5 6 - Dependent only on policy/drools-pdp | policy/drools-applications 1.6.3 | all pom.xml's version.properties In main pom.xml change the following properties
Additional files to change in JUnit tests: controlloop/common/feature-controlloop-managementpolicy/drools-applications | policy/engine 1.6.4 | all pom.xml's version.properties BRMSGateway/config.properties BRMSGateway/dependency.json BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java BRMSGateway/src/test/resources/opconfig.pom
BRMS_DEPENDENCY_VERSION
| https://gerrit.onap.org/r/c/policy/drools-applications/+/104408 | 6 - Dependent on policy/drools-applications | policy/engine 1.6.3 | all pom.xml's version.properties BRMSGateway/config.properties BRMSGateway/dependency.json BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java BRMSGateway/src/test/resources/config.properties packages/base/src/files/install/servers/brmsgw/config.properties packages/install/src/files/brmsgw.conf In main pom.xml change the following properties
|
When branching, its easiest to update the .gitreview file ON the new branch in order to ensure that new gerritt submissions are tracked on that branch.
If this is not done, then one should specify the branch when submitting the git review. 'git review elalto'
Code Block |
---|
[gerrit]
host=gerrit.onap.org
port=29418
project=policy/engine.git
defaultbranch=frankfurt |
When tagging for a release the following commands should be used:
...
properties packages/base/src/files/install/servers/brmsgw/config.properties packages/install/src/files/brmsgw.conf In main pom.xml change the following properties
|
When branching, its easiest to update the .gitreview file ON the new branch in order to ensure that new gerritt submissions are tracked on that branch.
If this is not done, then one should specify the branch when submitting the git review. 'git review frankfurt'
Code Block |
---|
[gerrit]
host=gerrit.onap.org
port=29418
project=policy/engine.git
defaultbranch=frankfurt |
When tagging for a release the following commands should be used:
Code Block |
---|
git tag -sm "6.0.0-ONAP Release" 6.0.0-ONAP
git push <remote-name> 6.0.0-ONAP |
Steps for Releasing and branching |
---|
1. Go to latest merged review of repo and comment “stage-release” |
2. It will trigger2 Jenkins jobs - stage-master & docker-stage-master |
3. Once the jobs are successful, create a yaml filefor releasing maven artifacts firstandraise a review |
4. Once that is merged andbuildis successful, create another container.yaml filefor releasing docker image andraise a review NOTE: Drools-applications will require a 2nd "stage-release" to be done after step 3 due to the way it is built. The docker image requires the java artifacts to be released first, which are packaged into the image. |
5. Once that is merged andbuildis successful, goto nexus3.onap.org andverify that the image was released |
6. Bump the snapshotversiontonextpatchversionandraise a review - I use this command “mvn versions:set -DnewVersion=2.5.1-SNAPSHOT” |
7. Once that is merged andbuildis successful, goto gerrit andcreate a “frankfurt” branch. |
8. Once the branch is created, bump the master branch tonext minor versionusing the same maven command andraise a review 9. Finally goto frankfurt branch andchange the .gitreview fileto point to frankfurt asdefault branch andraise the review. |