chpc-tech-eval / chpc24-scc-nmu

Competition instructions for the Center for High Performance Computing (CHPC) 2024 Student Cluster Compettion (SCC). Which is hosted by the National Integrated Cyber Infrastructure Systems (NICIS), a division of the South African Council for Scientific and Industrial Research (CSIR).
https://scc.chpc.ac.za/
Apache License 2.0
7 stars 5 forks source link

Tut1 - Add seach instructions for OpenStack Flavors and Sources #98

Closed nyameko closed 1 week ago

nyameko commented 1 week ago

Long term goal will be to make the visibility of all Sebowa OpenStack flavors and sources private, so that each has to be manually added for each project or tenant's workspace:

openstack flavor set --project <PROJECT_ID> <FLAVOR_ID>
openstack flavor set --private <FLAVOR_ID>

openstack image set --visibility private <IMAGE_ID>
openstack image add project <IMAGE_ID> <PROJECT_ID>

This will need time, as there may be some down time, I'm not sure.

@ZamaZethu please test with two different workspaces of the student team's VMs (i.e. login with their credentials for visibility at each step of testing):

  1. Add a flavor sccHeadN and source image Rocky-8-base-latest to only one of the teams workspaces
  2. If you then can set the sccHeadN and Rocky-8-base-latest to private
    • I'm assuming no one is using the
  3. It should be visible in the teams workspace where you added them, and not available for anyone else.

Please can you confirm this, then I just add a "search" image for the tuts and we can just hide sccHeadN and sccComputeN, but test first please and we can discuss thereafter.

Also can we rename the flavors to include memory: i.e. from scc.CX.SZ -> scc.CX.MY.SZ etc...? Do you have a script for creating the workspaces?

nyameko commented 1 week ago

closing added search bar images.