Skip to content

Commit

Permalink
updated example configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Sep 15, 2023
1 parent 5b62d95 commit 15c71c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bibigrid.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# See https://cloud.denbi.de/wiki/Tutorials/BiBiGrid/ (after update)
# See https://github.com/BiBiServ/bibigrid/blob/master/documentation/markdown/features/configuration.md
# First configuration also holds general cluster information and must include the master.
# All other configurations mustn't include another master, but exactly one vpngtw instead (keys like master).

Expand Down Expand Up @@ -43,7 +44,7 @@
#localDNSlookup: True
#zabbix: True
#nfs: True
#ide: True # Very useful to set on True. Use `./bibigrid.sh -i [path-to-bibigrid.yml] -ide -cid [cluster-id]` to start port forwarding to access the ide.
#ide: True # A nice way to view your cluster as if you were using Visual Studio Code

useMasterAsCompute: True # Currently ignored by slurm

Expand All @@ -53,7 +54,7 @@
# master configuration
masterInstance:
type: # existing type/flavor on your cloud. See launch instance>flavor for options
image: # existing image on your cloud. See https://openstack.cebitec.uni-bielefeld.de/project/images pick an active one. Currently only ubuntu22.04 is supported
image: # existing active image on your cloud. Consider using regex to prevent image updates from breaking your running cluster
# features: # list

# -- END: GENERAL CLUSTER INFORMATION --
Expand All @@ -63,7 +64,7 @@
# worker configuration
#workerInstances:
# - type: # existing type/flavor on your cloud. See launch instance>flavor for options
# image: # same as master
# image: # same as master. Consider using regex to prevent image updates from breaking your running cluster
# count: # any number of workers you would like to create with set type, image combination
# # features: # list

Expand Down

0 comments on commit 15c71c8

Please sign in to comment.