Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / releasenotes / notes / auto-update-cloud-images-19a2241aca85abe3.yaml
1 ---
2 features:
3   - |
4     Add template to update OpenStack cloud images.
5   - |
6     This job finds and updates OpenStack cloud images on the ci-management
7     source repository.
8   - |
9     The job is triggered in two ways:
10   - |
11     1. When a packer merge job completes, the new image name created is passed
12        down to the job.
13     2. Manually trigger the job to update all images.
14   - |
15     When the job is triggered through an upstream packer merge job, this only
16     generates a change request for the new image built.
17   - |
18     When the job is triggered manually, this job finds the latest images on
19     OpenStack cloud and compares them with the images currently used in
20     the source ci-management source repository. If the compared images have
21     newer time stamps are **all** updated through a change request.
22   - |
23     This job requires a Jenkins configuration merge and verify job setup and
24     working on Jenkins.
25 upgrade:
26   - |
27     Packer merge jobs have a new build parameter when checked also updates the
28     cloud image.
29   - |
30     **lf-infra-packer-build** macro now requires 1 new variables to be passed.
31   - |
32     #. **update-cloud-image:** Set to true when images need to be updated on
33        Jenkins.