Skip to content

Commit

Permalink
Require user SSH key to be available in ui-meta (#356)
Browse files Browse the repository at this point in the history
* Add requires_ssh_key:true into ui meta

* require ssh key for manila too

---------

Co-authored-by: Steve Brasier <[email protected]>
  • Loading branch information
JohnGarbutt and sjpb authored Feb 9, 2024
1 parent be72dcc commit b065088
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions environments/.caas/ui-meta/slurm-infra-fast-volume-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: >-
OnDemand web interface, and custom monitoring.
logo: https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Slurm_logo.svg/158px-Slurm_logo.svg.png

requires_ssh_key: true

parameters:
- name: cluster_floating_ip
label: External IP
Expand Down
2 changes: 2 additions & 0 deletions environments/.caas/ui-meta/slurm-infra-manila-home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ description: >-
when the platform is deleted.
logo: https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Slurm_logo.svg/158px-Slurm_logo.svg.png

requires_ssh_key: true

parameters:
- name: cluster_floating_ip
label: External IP
Expand Down
2 changes: 2 additions & 0 deletions environments/.caas/ui-meta/slurm-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: >-
OnDemand web interface, and custom monitoring.
logo: https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Slurm_logo.svg/158px-Slurm_logo.svg.png

requires_ssh_key: true

parameters:
- name: cluster_floating_ip
label: External IP
Expand Down

0 comments on commit b065088

Please sign in to comment.