Skip to content

Commit

Permalink
updated documentation for new volumes and for usually ignored keys
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Aug 20, 2024
1 parent 22f4993 commit 1841d5e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
8 changes: 5 additions & 3 deletions bibigrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@
# deleteTmpKeypairAfter: False
# dontUploadCredentials: False

# Other keys - default False
#localFS: True
#localDNSlookup: True
# Other keys - these are default False
# Usually Ignored
##localFS: True
##localDNSlookup: True

#zabbix: True
#nfs: True
#ide: True # A nice way to view your cluster as if you were using Visual Studio Code
Expand Down
20 changes: 9 additions & 11 deletions documentation/markdown/features/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,17 @@ userRoles: # see ansible_hosts for all options
# - file1
```

#### localFS (optional:False)
#### Usually Ignored Keys
##### localFS (optional:False)

In general, this key is ignored.
It expects `True` or `False` and helps some specific users to create a filesystem to their liking. Default is `False`.

#### localDNSlookup (optional:False)
##### localDNSlookup (optional:False)

If `True`, master will store DNS information for his workers. Default is `False`.
[More information](https://helpdeskgeek.com/networking/edit-hosts-file/).
If no full DNS service for started instances is available, set `localDNSLookup: True`.
Currently, the case in Berlin, DKFZ, Heidelberg and Tuebingen.
Given that we use dnsmasq, this might be obsolete.

#### slurm (optional:True)
If `False`, the cluster will start without the job scheduling system slurm.
Expand Down Expand Up @@ -360,11 +362,6 @@ Find available `subnets`:
openstack subnet list --os-cloud=openstack
```

#### localDNSLookup (optional:False)

If no full DNS service for started instances is available, set `localDNSLookup: True`.
Currently, the case in Berlin, DKFZ, Heidelberg and Tuebingen.

#### features (optional)

Cloud-wide slurm [features](#whats-a-feature) that are attached to every node in the cloud described by the configuration.
Expand All @@ -377,9 +374,10 @@ If True, the instance will boot from a volume created for this purpose. Keep in
to multiple boots of the same configurated node. If you don't make use of [terminateBootVolume](#terminatebootvolume-optionalfalse)
this will lead to many created volumes.

#### volumeSize (optional:50)
The created volume's size if you use [bootFromVolume](#bootfromvolume-optionalfalse).

#### terminateBootVolume (optional:True)
If True, once the instance is shut down, boot volume is destroyed. This does not affect other attached volumes.
Only the boot volume is affected.
#### volumeSize (optional:50)
The created volume's size if you use [bootFromVolume](#bootfromvolume-optionalfalse).

0 comments on commit 1841d5e

Please sign in to comment.