X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=releasenotes%2Fnotes%2Fpacker-openstack-clouds-yaml-b0f8a251d9b68bee.yaml;fp=releasenotes%2Fnotes%2Fpacker-openstack-clouds-yaml-b0f8a251d9b68bee.yaml;h=9a429d39eb4ca8b4f3c8bc2560e2349176321371;hb=d8e3dc493b1ba8b5a462887c6fa90a51c86bedc2;hp=0000000000000000000000000000000000000000;hpb=b94a82bd078988fbfb58496cb1ac835d48e5ec6e;p=releng%2Fglobal-jjb.git diff --git a/releasenotes/notes/packer-openstack-clouds-yaml-b0f8a251d9b68bee.yaml b/releasenotes/notes/packer-openstack-clouds-yaml-b0f8a251d9b68bee.yaml new file mode 100644 index 00000000..9a429d39 --- /dev/null +++ b/releasenotes/notes/packer-openstack-clouds-yaml-b0f8a251d9b68bee.yaml @@ -0,0 +1,14 @@ +--- +features: + - | + Add support to the packer-build job to use clouds.yaml for openstack builder + configuration rather than through the cloud-env file. This allows us to + simplify the template configuration for openstack builders moving forward. +upgrade: + - | + Minimum packer version 1.2.5 is now required for the packer-build job. + - | + **lf-infra-packer-build** macro now requires 2 new variables to be passed. + + #. **openstack:** Set to true if template is built using the openstack builder + #. **openstack-cloud:** The clouds.yaml cloud to use when running ``packer build``