File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ jobs:
241241 kayobe playbook run \
242242 src/kayobe-config/etc/kayobe/ansible/pulp-image-upload.yml \
243243 -e image_path=/opt/kayobe/images/overcloud-rocky-9 \
244- -e host_image_tag =${{ steps.host_image_tag.outputs.host_image_tag }} \
244+ -e image_tag =${{ steps.host_image_tag.outputs.host_image_tag }} \
245245 -e os_distribution="rocky" \
246246 -e os_release="9"
247247 env :
@@ -293,7 +293,7 @@ jobs:
293293 kayobe playbook run \
294294 src/kayobe-config/etc/kayobe/ansible/pulp-image-upload.yml \
295295 -e image_path=/opt/kayobe/images/overcloud-ubuntu-jammy \
296- -e host_image_tag =${{ steps.host_image_tag.outputs.host_image_tag }} \
296+ -e image_tag =${{ steps.host_image_tag.outputs.host_image_tag }} \
297297 -e os_distribution="ubuntu" \
298298 -e os_release="jammy"
299299 env :
Original file line number Diff line number Diff line change 77 remote_pulp_password : " {{ stackhpc_image_repository_password }}"
88 repository_name : " kayobe-images-{{ openstack_release }}-{{ os_distribution }}-{{ os_release }}"
99 pulp_base_path : " kayobe-images/{{ openstack_release }}/{{ os_distribution }}/{{ os_release }}"
10- file_extension : ' *. qcow2'
10+ file_extension : ' qcow2'
1111 tasks :
1212 - name : Print image tag
1313 debug :
1616 - name : Get filename
1717 find :
1818 paths : " {{ image_path }}"
19- patterns : " {{ file_extension }}"
19+ patterns : " *. {{ file_extension }}"
2020 register : found_files
2121
2222 - name : Upload an artifact
You can’t perform that action at this time.
0 commit comments