-
Notifications
You must be signed in to change notification settings - Fork 25
Rotate ci passwords (Yoga) #2237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,14 +38,14 @@ kolla_build_neutron_ovs: true | |
| # Build against the development Pulp service repositories. | ||
| # Use Ark's package repositories to install packages. | ||
| stackhpc_repo_mirror_url: "{{ stackhpc_repo_mirror_auth_proxy_url if stackhpc_repo_mirror_auth_proxy_enabled | bool else stackhpc_release_pulp_url }}" | ||
| stackhpc_repo_mirror_username: "skc-ci-builder-reader" | ||
| stackhpc_repo_mirror_username: "skc-ci-builder-reader-yoga" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To improve maintainability and make it easier to adapt this configuration for future OpenStack releases, consider using the openstack_release variable to construct the username. This avoids hardcoding the release name. Ensure that the resulting username remains dedicated to this specific environment to maintain isolation as per our security guidelines. stackhpc_repo_mirror_username: "skc-ci-builder-reader-{{ openstack_release }}"References
|
||
| stackhpc_repo_mirror_password: !vault | | ||
| $ANSIBLE_VAULT;1.1;AES256 | ||
| 65353432616332643332646463303562326534633935343338323562343062323936393861636637 | ||
| 6364653733343035623138316561316462313939393430300a666436633535323163386338336266 | ||
| 64346461653933613838643163333932353365613535373038663731666230663632646531343662 | ||
| 6362346163613633390a663264626438333263386132326238623866633466373635666161326462 | ||
| 61346130346339643433656562363366623561356162386138616430356463613633 | ||
| 62323135633666353263303965356638303639383032353234623034383834636165346463356335 | ||
| 3136323133393534373037343332643666616662613534370a363539323466346130323634353030 | ||
| 35626538613337633237383831643632353235613830343731636162306264646165393139616465 | ||
| 3261303039653436370a363132396234343234656439653938633737643731343433373966303637 | ||
| 63313239653134353364636530623734393261656161333562636230363234623533 | ||
|
|
||
| # Build against released Pulp repository versions. | ||
| stackhpc_repo_centos_stream_baseos_version: "{{ stackhpc_pulp_repo_centos_stream_8_baseos_version }}" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To improve maintainability and make it easier to adapt this configuration for future OpenStack releases, consider using the openstack_release variable to construct the username. This avoids hardcoding the release name. Ensure that the resulting username remains dedicated to this specific environment to maintain isolation as per our security guidelines.
References