feat: add Terraform module for lustre-server - #52
Merged
Merged
Conversation
Signed-off-by: José Julián Espina <julian.espina@canonical.com>
jedel1043
requested review from
NucciTheBoss and
benschwaller
and removed request for
a team
August 13, 2026 15:52
NucciTheBoss
approved these changes
Aug 13, 2026
NucciTheBoss
left a comment
Contributor
There was a problem hiding this comment.
Looks great! Glad to see that my AI skill was useful!
Left a foresight comment about potential default channels in the future, but this is something that will come after we spin Lustre out into its own repository.
| variable "channel" { | ||
| description = "Charm channel to deploy from" | ||
| type = string | ||
| default = "latest/edge" |
Contributor
There was a problem hiding this comment.
[foresight]: eventually we'll want to switch this over to the stable channel for Lustre. I'm expecting the channel name to be something like 2/stable to represent the latest major version of Lustre.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-submission checklist
Summary of changes
Adds a Terraform module for deploying the Lustre server, facilitating the setup of a Lustre cluster with Terraform.
Docs
A README has been added with all the information on how to use the Terraform module.