Skip to content

v4.2.0

Compare
Choose a tag to compare
@lu1as lu1as released this 19 Mar 12:51
· 22 commits to main since this release
4634dd8

Added:

  • support SCSI bus support for OpenStack
  • add k3s channel variable
  • allow using ephemeral data disk instead of cinder volume

Upgrade notes:
Since the Cinder data volume is optional now the existing Terraform resource needs to be moved to a resource array:

terraform state mv "module.cluster_master1.openstack_blockstorage_volume_v3.data" "module.cluster_master1.openstack_blockstorage_volume_v3.data[0]"