Skip to content

Commit 80e73d1

Browse files
adds documentation for floatingIpId
#709
1 parent f8eab90 commit 80e73d1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

bibigrid.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
## If you use a gateway or start a cluster from the cloud, your master does not need a public ip.
2929
# useMasterWithPublicIp: False # defaults True if False no public-ip (floating-ip) will be allocated
30+
# floatingIpId: # if set, uses existing floating ip which will not be deleted on termination.
3031
# gateway: # if you want to use a gateway for create.
3132
# ip: # IP of gateway to use
3233
# portFunction: 30000 + oct4 # variables are called: oct1.oct2.oct3.oct4

documentation/markdown/features/configuration.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ If `False`, master will no longer help workers to process jobs. Default is `True
173173

174174
If `False`, master will not be created with an attached floating ip. Default is `True`.
175175

176-
#### gateway (optional)
176+
#### gateway (optional: None)
177177
In order to save valuable floating ips, BiBiGrid can also make use of a gateway to create the cluster.
178178
For more information on how to set up a gateway, how gateways work and why they save floating ips please continue reading [here](https://cloud.denbi.de/wiki/Tutorials/SaveFloatingIPs/).
179179

@@ -201,7 +201,7 @@ This also allows for external node schedulers by using the Slurm REST API to dec
201201

202202
### Local
203203

204-
#### waitForServices (optional):
204+
#### waitForServices (optional: None):
205205

206206
Expects a list of services to wait for.
207207
This is required if your provider has any post-launch services interfering with the package manager. If not set,
@@ -358,6 +358,14 @@ Exactly one in every configuration but the first:
358358
image: Ubuntu 22.04 LTS (2022-10-14) # regex allowed
359359
```
360360

361+
### floatingIpId (optional:None)
362+
363+
At most one floatingIpId in each configuration. When set, an existing floating ip is used.
364+
The floating ip is not released upon termination.
365+
If unset, a new floating ip is created which is released upon termination.
366+
367+
To list existing floating ip ids use `openstack floating ip list`.
368+
361369
### fallbackOnOtherImage (optional:False)
362370
If set to `True` and an image is not among the active images,
363371
BiBiGrid will try to pick a fallback image for you by finding the closest active image by name that has at least 60% name overlap.

0 commit comments

Comments
 (0)