rancher / terraform-provider-rancher2

Terraform Rancher2 provider
https://www.terraform.io/docs/providers/rancher2/
Mozilla Public License 2.0
263 stars 226 forks source link

[RFE] Terraform + Elemental cluster enhancements #1387

Open dustin-groh-dev opened 2 months ago

dustin-groh-dev commented 2 months ago

Describe the solution you'd like

  1. Provision an elemental cluster from assets in machine inventory within Rancher.
  2. Allow custom pool sizing so that way elemental does not grab all machines in the inventory and only provisions the number of machines set on the pool size value in cluster management.
  3. Have Terraform create the MachineInventorySelectorTemplates (related https://github.com/rancher/elemental-ui/issues/220)
  4. Make sure that TF can have the RKE2 version upgraded without breaking reconciliation in the rancher cluster.
matttrach commented 2 months ago
matttrach commented 2 months ago

step one on this is a bit of a doozy, I will report back with progress as I make it