terraform-ibm-modules / terraform-ibm-landing-zone-vsi

Creates virtual server instances (VSI) across multiple subnets with any number of block storage volumes that are connected by any number of load balancers
Apache License 2.0
3 stars 8 forks source link

feat: support snapshot and consistency group usage for vsi volumes #685

Closed toddgiguere closed 1 month ago

toddgiguere commented 3 months ago

Description

Adds support for specifying volume snapshot ids or a consistency group id, which will then be used to create or restore VSI volumes based on those snapshots.

To further support VSI recreation, additional feature to manage reserved IPs and option for static boot volume names for VSI instances has also been added.

Covers issues #635 and #640

Release required?

Release notes content

Support added to create or restore VSI volumes to existing storage snapshots. The following new input variables have been added for this feature:

Run the pipeline

If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.

Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:

/run pipeline

Checklist for reviewers

For mergers

toddgiguere commented 3 months ago

/run pipeline

toddgiguere commented 2 months ago

/run pipeline

toddgiguere commented 2 months ago

/run pipeline

toddgiguere commented 1 month ago

/run pipeline

toddgiguere commented 1 month ago

/run pipeline

toddgiguere commented 1 month ago

/run pipeline

terraform-ibm-modules-ops commented 1 month ago

:tada: This issue has been resolved in version 4.1.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: