appuio / terraform-openshift4-exoscale

OpenShift 4 Terraform setup for Exoscale
2 stars 0 forks source link

Add support for configuring node disk sizes #19

Closed simu closed 3 years ago

simu commented 3 years ago

This PR introduces variables to control the size of all node disks.

The PR introduces a variable root_disk_size which can be used to configure the size of the root disk of all nodes and a variable worker_data_disk_size which can be used to configure an additional data partition on worker nodes. Field data_disk_size for entries in additional_worker_groups can be used to configure a data partition on additional worker nodes.

TODO