Skip to content

Commit

Permalink
added cloudScheduling and userRoles in bibigrid.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Apr 24, 2024
1 parent 7eaae20 commit 32a3d13
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

# -- BEGIN: GENERAL CLUSTER INFORMATION --
# sshTimeout: 5 # Number of ssh connection attempts with 2^attempt seconds in between (2^sshTimeout-1 is the max time before returning with an error)
# cloudScheduling:
# sshTimeout: 42 # like the sshTimeout during startup but during the on demand scheduling

## sshPublicKeyFiles listed here will be added to access the cluster. A temporary key is created by bibigrid itself.
#sshPublicKeyFiles:
Expand All @@ -21,22 +23,11 @@
#nfsShares: /vol/spool/ is automatically created as a nfs
# - [nfsShare one]

## Ansible (Galaxy) roles can be added for execution # KEY NOT IMPLEMENTED YET
#ansibleRoles:
# - file: SomeFile
# hosts: SomeHosts
# name: SomeName
# vars: SomeVars
# vars_file: SomeVarsFile

#ansibleGalaxyRoles: # KEY NOT IMPLEMENTED YET
# - hosts: SomeHost
# name: SomeName
# galaxy: SomeGalaxy
# git: SomeGit
# url: SomeURL
# vars: SomeVars
# vars_file: SomeVarsFile
# userRoles:
# - hosts:
# - "master"
# roles:
# - name: "resistance_nextflow" # roles in

## Uncomment if you don't want assign a public ip to the master; for internal cluster (Tuebingen).
#useMasterWithPublicIp: False # defaults True if False no public-ip (floating-ip) will be allocated
Expand Down

0 comments on commit 32a3d13

Please sign in to comment.