Skip to content

Fix ssh in Ubuntu overcloud host images #1601

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

Merged
merged 3 commits into from
Apr 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/kayobe/pulp-host-image-versions.yml
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@
# Overcloud host image versioning tags
# These images must be in SMS, since they are used by our AIO CI runners
stackhpc_rocky_9_overcloud_host_image_version: "2024.1-20241209T151515"
stackhpc_ubuntu_jammy_overcloud_host_image_version: "2024.1-20250116T133659"
stackhpc_ubuntu_jammy_overcloud_host_image_version: "2024.1-20250408T082408"
6 changes: 3 additions & 3 deletions etc/kayobe/pulp-repo-versions.yml
Original file line number Diff line number Diff line change
@@ -46,9 +46,9 @@ stackhpc_pulp_repo_rocky_9_5_crb_version: 20241217T005008
stackhpc_pulp_repo_rocky_9_5_extras_version: 20241216T004230
stackhpc_pulp_repo_rocky_9_5_highavailability_version: 20241202T003154
stackhpc_pulp_repo_rocky_9_sig_security_common_version: 20241127T003858
stackhpc_pulp_repo_ubuntu_cloud_archive_version: 20241217T045049
stackhpc_pulp_repo_ubuntu_jammy_security_version: 20241217T071258
stackhpc_pulp_repo_ubuntu_jammy_version: 20241217T071258
stackhpc_pulp_repo_ubuntu_cloud_archive_version: 20250408T063025
stackhpc_pulp_repo_ubuntu_jammy_security_version: 20250408T085614
stackhpc_pulp_repo_ubuntu_jammy_version: 20250408T085614
stackhpc_pulp_repo_rhel_9_4_doca_version: 20241211T153620
stackhpc_pulp_repo_rhel_9_4_doca_modules_version: 20241213T112245
stackhpc_pulp_repo_rhel_9_5_doca_version: 20241211T171301
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
fixes:
- |
Bumps the ``stackhpc_ubuntu_jammy_overcloud_host_image_version`` to fix an
issue where ``authorized_keys`` for the ``ubuntu`` user was not populated
on newly provisioned nodes. Ubuntu package snapshots are also bumped to
match those used in the new host image.
Loading