Skip to content

Commit b065088

Browse files
JohnGarbuttsjpb
andauthored
Require user SSH key to be available in ui-meta (#356)
* Add requires_ssh_key:true into ui meta * require ssh key for manila too --------- Co-authored-by: Steve Brasier <[email protected]>
1 parent be72dcc commit b065088

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

environments/.caas/ui-meta/slurm-infra-fast-volume-type.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: >-
55
OnDemand web interface, and custom monitoring.
66
logo: https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Slurm_logo.svg/158px-Slurm_logo.svg.png
77

8+
requires_ssh_key: true
9+
810
parameters:
911
- name: cluster_floating_ip
1012
label: External IP

environments/.caas/ui-meta/slurm-infra-manila-home.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: >-
99
when the platform is deleted.
1010
logo: https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Slurm_logo.svg/158px-Slurm_logo.svg.png
1111

12+
requires_ssh_key: true
13+
1214
parameters:
1315
- name: cluster_floating_ip
1416
label: External IP

environments/.caas/ui-meta/slurm-infra.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: >-
55
OnDemand web interface, and custom monitoring.
66
logo: https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Slurm_logo.svg/158px-Slurm_logo.svg.png
77

8+
requires_ssh_key: true
9+
810
parameters:
911
- name: cluster_floating_ip
1012
label: External IP

0 commit comments

Comments
 (0)