Skip to content

Commit 0f22356

Browse files
Remove image_repository creds
1 parent 24f08f0 commit 0f22356

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

etc/kayobe/ansible/pulp-host-image-download.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
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"

etc/kayobe/ansible/pulp-host-image-promote.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
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') }}"

etc/kayobe/ansible/pulp-image-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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'

etc/kayobe/environments/ci-builder/stackhpc-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)