File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
etc/kayobe/environments/ci-builder Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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.
5450stackhpc_repo_grafana_version : " {{ stackhpc_pulp_repo_grafana_version }}"
5551stackhpc_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.
10096stackhpc_image_repository_username : " {{ stackhpc_docker_registry_username }}"
10197stackhpc_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 }}"
You can’t perform that action at this time.
0 commit comments