BiBiServ / bibigrid

BiBiGrid is a tool for an easy cluster setup inside a cloud environment.
Apache License 2.0
11 stars 8 forks source link

Keeping master up to date #438

Closed XaverStiensmeier closed 1 year ago

XaverStiensmeier commented 1 year ago

For more information please take a look at the documentation in most cases the configuration documentation is the right place to start.

Large updates

Images Allow Regex

You can now use regex instead of specific image names. This is the only way how a cluster can keep spawning worker nodes because every specific image can be deactivated and deactivated images cannot be used to create workers anymore. Therefore, you are advised to use a fitting regex.

Fallback On Other Image

You can now offer another image or another regex if no active image can be found when taking your regular image key.

Gateway

BiBiGrid can now use a Gateway for create, ide and update.

BiBiGrid Rest API prototype

This is still a prototype version and will likely change in the future

autoMount

Volumes can now be mounted automatically. Read documentation before using.

Smaller updates

Logging has been revised

Logging is no longer done via a global logger, but by passing a created logger. This is necessary in order for the REST API.

Worker name change

Worker names no longer include a worker group number. This number is simply no longer relevant.

Fixed error regarding multiple subnets

Now multiple subnets are possible. Also there was a bug preventing BiBiGrid from starting if only a network is given.

Many more minor fixes