Skip to content

Commit 80e230f

Browse files
Use image repository credentials instead
1 parent ecd1bcb commit 80e230f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ stackhpc_repo_mirror_password: !vault |
4646
3837336661653962340a316631366463623138623530373133336665376433633437306631383666
4747
30333461333535363433363336663664316634343432633766346564323833346663
4848
49-
# Use AIO credentials to push OFED RPMs
50-
stackhpc_release_pulp_username: "{{ stackhpc_repo_mirror_username }}"
51-
stackhpc_release_pulp_password: "{{ stackhpc_repo_mirror_password }}"
52-
5349
# Build against released Pulp repository versions.
5450
stackhpc_repo_grafana_version: "{{ stackhpc_pulp_repo_grafana_version }}"
5551
stackhpc_repo_rhel9_rabbitmq_erlang_version: "{{ stackhpc_pulp_repo_rhel9_rabbitmq_erlang_version }}"
@@ -99,3 +95,7 @@ stackhpc_docker_registry_password: !vault |
9995
# Username and password of the overcloud host image repository.
10096
stackhpc_image_repository_username: "{{ stackhpc_docker_registry_username }}"
10197
stackhpc_image_repository_password: "{{ stackhpc_docker_registry_password }}"
98+
99+
# Use image credentials to push OFED RPMs
100+
stackhpc_release_pulp_username: "{{ stackhpc_image_repository_username }}"
101+
stackhpc_release_pulp_password: "{{ stackhpc_image_repository_password }}"

0 commit comments

Comments
 (0)