File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,7 @@ jobs:
242
242
src/kayobe-config/etc/kayobe/ansible/pulp-image-upload.yml \
243
243
-e image_path=/opt/kayobe/images/overcloud-rocky-9 \
244
244
-e image_tag=${{ steps.host_image_tag.outputs.host_image_tag }} \
245
+ -e image_name="kayobe-images" \
245
246
-e os_distribution="rocky" \
246
247
-e os_release="9"
247
248
env :
@@ -294,6 +295,7 @@ jobs:
294
295
src/kayobe-config/etc/kayobe/ansible/pulp-image-upload.yml \
295
296
-e image_path=/opt/kayobe/images/overcloud-ubuntu-jammy \
296
297
-e image_tag=${{ steps.host_image_tag.outputs.host_image_tag }} \
298
+ -e image_name="kayobe-images" \
297
299
-e os_distribution="ubuntu" \
298
300
-e os_release="jammy"
299
301
env :
Original file line number Diff line number Diff line change 5
5
remote_pulp_url : " {{ stackhpc_release_pulp_url }}"
6
6
remote_pulp_username : " {{ stackhpc_image_repository_username }}"
7
7
remote_pulp_password : " {{ stackhpc_image_repository_password }}"
8
- repository_name : " kayobe-images -{{ openstack_release }}-{{ os_distribution }}-{{ os_release }}"
9
- pulp_base_path : " kayobe-images /{{ openstack_release }}/{{ os_distribution }}/{{ os_release }}"
8
+ repository_name : " {{ image_name }} -{{ openstack_release }}-{{ os_distribution }}-{{ os_release }}"
9
+ pulp_base_path : " {{ image_name }} /{{ openstack_release }}/{{ os_distribution }}/{{ os_release }}"
10
10
file_extension : ' qcow2'
11
11
tasks :
12
12
- name : Print image tag
You can’t perform that action at this time.
0 commit comments