Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / releasenotes / notes / heat-macros-d3e694add6081aac.yaml
1 ---
2 features:
3   - |
4     New ``lf-stack-create`` macro allows job-templates to setup a OpenStack
5     Heat stack, useful for spinning up CSIT labs to run integration tests
6     against. Use with the ``lf-stack-delete`` macro.
7
8 upgrade:
9   - |
10     ``lf-stack-delete`` has been modified to be a companion macro to
11     ``lf-stack-create`` in order to cleanup the stack at the end of a job run.
12     It now includes a required parameter **openstack-cloud** to choose the
13     ``clouds.yaml`` cloud configuration for the project. Existing users of
14     this macro will need to update their job templates accordingly.