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 25
25
- name : Download image artifact
26
26
get_url :
27
27
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 }}"
30
30
force_basic_auth : true
31
31
unredirected_headers :
32
32
- " Authorization"
Original file line number Diff line number Diff line change 4
4
hosts : localhost
5
5
vars :
6
6
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 }}"
9
9
repository_name : " kayobe-images-{{ openstack_release }}-{{ os_distribution }}-{{ os_release }}"
10
10
base_path : " kayobe-images/{{ openstack_release }}/{{ os_distribution }}/{{ os_release }}"
11
11
promotion_tag : " {{ lookup('env', 'OVERCLOUD_HOST_IMAGE_TAG') }}"
Original file line number Diff line number Diff line change 3
3
hosts : seed
4
4
vars :
5
5
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 }}"
8
8
repository_name : " {{ artifact_path }}-{{ openstack_release }}-{{ os_distribution }}-{{ os_release }}"
9
9
pulp_base_path : " {{ artifact_path }}/{{ openstack_release }}/{{ os_distribution }}/{{ os_release }}"
10
10
file_extension : ' qcow2'
Original file line number Diff line number Diff line change @@ -94,5 +94,5 @@ stackhpc_docker_registry_password: !vault |
94
94
3664
95
95
96
96
# 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