Include component repo in image builds

When building images in OVB component jobs,
the componet delorean repo is disabled.
Include the component-ci-testing repo in the
image repo build path where it is available.

Change-Id: Ia677d4d84a70c2e4944656d5fd4688384e5a72a1
This commit is contained in:
Ronelle Landy 2021-06-10 11:37:33 -04:00
parent 75129e5ca6
commit be3d8f68dc
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ overcloud_as_undercloud: true
overcloud_repo_paths:
- "/etc/yum.repos.d/delorean*"
- "/etc/yum.repos.d/quickstart-*"
- "{% if job is defined and job.component is defined -%}/etc/yum.repos.d/*-component.repo{%- endif -%}"
image_build_extract_list:
- "/ironic-python-agent.initramfs"
- "/ironic-python-agent.kernel"