aboutsummaryrefslogtreecommitdiffstats
path: root/integration/src
AgeCommit message (Collapse)AuthorFilesLines
2021-12-13Script to update a POM parent referenceliamfallon1-0/+118
This script changes teh parent reference in a POM file to use the group ID, artifact ID and version specified on flags that are input to the script. Issue-ID: POLICY-3835 Change-Id: I0970f94d3acfc2a3d8d01fdfcb923b8f38442bf4 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-12-03Add script to gather data on release processliamfallon2-1/+168
This script gathers the latest tag version, the master snapshot version, the number of changed files since the last release, and the docker image names from each of the Policy Framework repos and stores that data in a CSV file. That CSV file is used by other scripts to do release process steps and to generate commits for the release process. Issue-ID: POLICY-3835 Change-Id: I2a282286c673bd690b6467cc5617f554f0c6de75 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-12-02Add script to generate release commitsliamfallon1-0/+163
This script generates a commit on an existing changed policy framework repo. It is called by other scripts in the release process. Issue-ID: POLICY-3835 Change-Id: I457e1bea7d9319250fde729e82a7006f5b1da4eb Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-11-30Add scripts to generate release Yaml filesliamfallon2-0/+256
These two scripts create the releases/x.y.z.yaml and releases/x.y.z-container.yaml files. These scripts were developed by Jim Hahn and were stored on the ONAP wilik. THey are being placed in this directory so that they are under source control. Further scripts will be added here to cover more of the ONAP release proecess. Issue-ID: POLICY-3835 Change-Id: I48167b2970bd041a58fe3d0b6e037cd2dbe38f7c Signed-off-by: liamfallon <liam.fallon@est.tech>