Skip to content

SafeScale v19.10.0

Compare
Choose a tag to compare
@vplanche-pro vplanche-pro released this 12 Nov 15:09
· 15 commits to release/v19.10 since this release

New:

  • Gateway HA:
    When the provider supports it (currently pure Openstack, FlexibleEngine and OpenTelekom), it's now possible to create a network with 2 gateway hosts and a Virtual IP which behaves as default route for the network. One gateway hosts the VIP at a time, and is endorsed by the other gateway host of the first one fails.
    In case of a cluster, in complexities normal and large, this ability is used automatically (it can be disabled).
    When the provider used doesn't support Virtual IP, safescaled will provude a warning log indicating the lack of support but will continue will a single gateway host.

  • new feature : postgresxl
    Installs on a cluster a Postgres-XL service on master(s). Postgres-XL is a multi-master database environment, that provides almost all the features of PostgreSQL (one notable exception being subtransactions...).

  • New feature : geoserver
    Installs a GeoServer instance on the cluster (for now without HA)

Changes:

  • Better error handling (the goal is to get rid of panics everywhere, still work in progress)
  • Proxy rules in feature: supports upstreams parameters, to change algorithm and related settings of Kong

Fixes:

  • Detected and fixed data races

Documentation:

We are definitely late on the documentation, we will publish a revision soon with an update of it.