Skip to content

Fix RL8.6 and EPEL repo changes #245

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 9 commits into from
Jan 10, 2023
Merged

Fix RL8.6 and EPEL repo changes #245

merged 9 commits into from
Jan 10, 2023

Conversation

sjpb
Copy link
Collaborator

@sjpb sjpb commented Jan 4, 2023

@sjpb
Copy link
Collaborator Author

sjpb commented Jan 4, 2023

Checks were failing as volumes were /dev/sd*. Fixed by running:

openstack image set \
--property hw_rng_model=virtio \
--property hw_scsi_model=virtio-scsi \
--property hw_disk_bus=scsi \
--property hw_vif_model=virtio \
openhpc-230104-1319.qcow2

@sjpb sjpb force-pushed the fix/ohpc-base-compute branch from f3a8060 to 751e2c2 Compare January 10, 2023 08:24
@sjpb sjpb force-pushed the fix/ohpc-base-compute branch from 751e2c2 to 6c75d98 Compare January 10, 2023 08:54
@sjpb sjpb closed this Jan 10, 2023
@sjpb sjpb reopened this Jan 10, 2023
@sjpb
Copy link
Collaborator Author

sjpb commented Jan 10, 2023

Closed and reopened to force CI to run

@sjpb sjpb marked this pull request as ready for review January 10, 2023 13:12
@@ -1,6 +1,7 @@
flavor = "vm.alaska.cpu.general.small"
networks = ["a262aabd-e6bf-4440-a155-13dbc1b5db0e"] # WCDC-iLab-60
source_image_name = "openhpc-221118-1422.qcow2"
source_image_name = "openhpc-230106-1107.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/13
#source_image_name = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While this is a fine workaround for now, we should probably put some time into working out how to build from Rocky GenericCloud images again when we have the capacity.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can built from GenericCloud 8.6 images, that is what the "fat" image openhpc-221118-1422.qcow2 is based on (the link to the fat image PR is the other change in the TF). We just can't build from 8.7 images cause they appear to be broken.

@sjpb sjpb merged commit 6d11e4c into main Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants