File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2525 - name : Download image artifact
2626 get_url :
2727 url : " {{ stackhpc_overcloud_host_image_url_no_auth }}"
28- username : " {{ stackhpc_image_repository_username }}"
29- password : " {{ stackhpc_image_repository_password }}"
28+ username : " {{ stackhpc_release_pulp_username }}"
29+ password : " {{ stackhpc_release_pulp_password }}"
3030 force_basic_auth : true
3131 unredirected_headers :
3232 - " Authorization"
Original file line number Diff line number Diff line change 44 hosts : localhost
55 vars :
66 remote_pulp_url : " {{ stackhpc_release_pulp_url }}"
7- remote_pulp_username : " {{ stackhpc_image_repository_username }}"
8- remote_pulp_password : " {{ stackhpc_image_repository_password }}"
7+ remote_pulp_username : " {{ stackhpc_release_pulp_username }}"
8+ remote_pulp_password : " {{ stackhpc_release_pulp_password }}"
99 repository_name : " kayobe-images-{{ openstack_release }}-{{ os_distribution }}-{{ os_release }}"
1010 base_path : " kayobe-images/{{ openstack_release }}/{{ os_distribution }}/{{ os_release }}"
1111 promotion_tag : " {{ lookup('env', 'OVERCLOUD_HOST_IMAGE_TAG') }}"
Original file line number Diff line number Diff line change 33 hosts : seed
44 vars :
55 remote_pulp_url : " {{ stackhpc_release_pulp_url }}"
6- remote_pulp_username : " {{ stackhpc_image_repository_username }}"
7- remote_pulp_password : " {{ stackhpc_image_repository_password }}"
6+ remote_pulp_username : " {{ stackhpc_release_pulp_username }}"
7+ remote_pulp_password : " {{ stackhpc_release_pulp_password }}"
88 repository_name : " {{ artifact_path }}-{{ openstack_release }}-{{ os_distribution }}-{{ os_release }}"
99 pulp_base_path : " {{ artifact_path }}/{{ openstack_release }}/{{ os_distribution }}/{{ os_release }}"
1010 file_extension : ' qcow2'
Original file line number Diff line number Diff line change @@ -94,5 +94,5 @@ stackhpc_docker_registry_password: !vault |
9494 3664
9595
9696# Username and password of the overcloud host image repository.
97- stackhpc_image_repository_username : " {{ stackhpc_docker_registry_username }}"
98- stackhpc_image_repository_password : " {{ stackhpc_docker_registry_password }}"
97+ stackhpc_release_pulp_username : " {{ stackhpc_docker_registry_username }}"
98+ stackhpc_release_pulp_password : " {{ stackhpc_docker_registry_password }}"
You can’t perform that action at this time.
0 commit comments