-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standalone RKE2 Terraform Module #4322
Comments
picking this up today |
I have fully tested modules ready for these: I am working on https://github.com/rancher/terraform-github-rke2-install |
I don't like the name for "terraform-github-rke2-install", and I have a feeling I am going to need a config module that generates the rke2 config before install. I will need a way to automatically keep something like that up to date with the rke2 arguments. |
Basic tests are currently passing on the install module, which depends on the other modules (meaning that the other modules are working). This is only the most basic use case (single server, all roles, empty config). |
I decided, from internal feedback, that the download module did not make sense as a sub-module in the install module. I am instead moving it to its own module so that it can be composed or left out as desired. |
The internal comment detailed the beginnings of a use case: "AirGapped/Secure Use Case" (still working on the name)
|
I am also targeting a "basic/generic" use case: Generic
|
A specific form of the generic use case is tested by CI:
|
I have fully extracted the download module from the install module. |
Initial work on this is done and functioning - follow-on work will be tracked in other issues. Thanks Matt! |
Issue to track the development of a standalone RKE2 Terraform module.
Related Jira ticket: https://jira.suse.com/browse/SURE-6115
Please create subtasks as necessary.
The text was updated successfully, but these errors were encountered: