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 |
46
46
3837336661653962340a316631366463623138623530373133336665376433633437306631383666
47
47
30333461333535363433363336663664316634343432633766346564323833346663
48
48
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
-
53
49
# Build against released Pulp repository versions.
54
50
stackhpc_repo_grafana_version : " {{ stackhpc_pulp_repo_grafana_version }}"
55
51
stackhpc_repo_rhel9_rabbitmq_erlang_version : " {{ stackhpc_pulp_repo_rhel9_rabbitmq_erlang_version }}"
@@ -99,3 +95,7 @@ stackhpc_docker_registry_password: !vault |
99
95
# Username and password of the overcloud host image repository.
100
96
stackhpc_image_repository_username : " {{ stackhpc_docker_registry_username }}"
101
97
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 }}"
You can’t perform that action at this time.
0 commit comments