Include branch name in URL for IPA on master

While CoreOS images have a copy with and without the -master suffix,
tinyipa images which kayobe-config-dev has switched to, do not.

This change includes the branch name always.

https://tarballs.openstack.org/ironic-python-agent/coreos/files/

TrivialFix

Change-Id: Iff1504d17ecefd901d1c29c748a776a69a45b304
This commit is contained in:
Mark Goddard 2019-08-22 13:48:41 +01:00
parent 81912ab534
commit 48c643abbe

View File

@ -61,8 +61,7 @@ ipa_build_dib_git_elements: []
# Suffix of upstream Ironic deployment image files. Default is based on
# {{ openstack_branch }}.
ipa_images_upstream_url_suffix: >-
{% if openstack_branch != 'master' %}-{{ openstack_branch | replace('/', '-') }}{% endif %}
ipa_images_upstream_url_suffix: "-{{ openstack_branch | replace('/', '-') }}"
# Name of Ironic deployment kernel image to register in Glance.
ipa_images_kernel_name: "ipa.vmlinuz"