terraform-provider-flexbot

Terraform provider to build and manage bare-metal Linux on FlexPOD

MIT License

Stars
0
Committers
2

Bot releases are hidden (Show)

terraform-provider-flexbot -

Published by igor-feoktistov about 1 month ago

1.10.2 (September 10, 2024)

ENHANCEMENTS:

  • Node machine removal may cause node stuck in "Unavailable" state. This prevents new node registration with the same IP address.
    • Enhancement in rk-api forcefully removes k8s node before powering up respective blade.
terraform-provider-flexbot - Latest Release

Published by igor-feoktistov 2 months ago

1.10.1 (August 14, 2024)

ENHANCEMENTS:

  • Infoblox IPAM provider now accepts ext_attributes parameter which defines default Extensible Attributes for each host records created.
    • See provider documentation for more details.
  • Enhancements to improve resiliency for RKE API
terraform-provider-flexbot -

Published by igor-feoktistov 3 months ago

1.10.0 (July 19, 2024)

ENHANCEMENTS:

  • LUN Id's for boot, seed, and data LUN's are configurable now in IaC
  • Enhancements to improve resiliency to UCS API related errors.
  • Enhancements to support RK API (Rancher Kubernetes API) for nodes management
    • requires Rancher Management Server v2.8.5 or higher
    • manages RKE2 downstream cluster nodes via RK API
    • See provider documentation for more details.
terraform-provider-flexbot -

Published by igor-feoktistov 7 months ago

1.9.9 (March 25, 2024)

ENHANCEMENTS:

  • GoLang v1.22
  • More enhancements to improve resiliency to storage related errors.
terraform-provider-flexbot -

Published by igor-feoktistov 8 months ago

1.9.8 (February 29, 2024)

ENHANCEMENTS:

  • Enhancements to improve resiliency to storage related errors.
terraform-provider-flexbot - v1.9.7

Published by igor-feoktistov 9 months ago

1.9.7 (January 10, 2024)

BUG FIXES:

  • Fix for incorrect upgrade command reference
terraform-provider-flexbot - v1.9.6

Published by igor-feoktistov 9 months ago

1.9.6 (January 10, 2024)

ENHANCEMENTS:

  • GoLang v1.21
  • Enhancements to support maintenance task upgrade
    • Requires resource argument ssh_node_upgrade_commands
    • See resource documentation for more details.
terraform-provider-flexbot -

Published by igor-feoktistov 11 months ago

1.9.5 (December 8, 2023)

ENHANCEMENTS:

  • Enhancements to support Rancher Management Server 2.7.* and downstream RKE2 clusters
    • Rancher 2.7.* replaces Node resource with Machine resource in node management for RKE2 clusters
    • Node removal via Norman API will not remove Machine resource, therefore, requires special handling
terraform-provider-flexbot -

Published by igor-feoktistov about 1 year ago

1.9.4 (August 31, 2023)

BUG FIXES:

  • Fix for the issue when node taints may not be properly assigned in certain conditions
terraform-provider-flexbot -

Published by igor-feoktistov about 1 year ago

1.9.3 (August 29, 2023)

ENHANCEMENTS:

  • Further improvements in NVME over TCP support for data disk.
    • Simplified switching from iSCSI to NVME for data disk
    • Updated example for RKE2 downstream cluster with data disk on NVME
    • Updated elements of diskimage-builder for ubuntu-22.04

BUG FIXES:

  • Fix for the issue with RKE2 nodes upgrades when labels and taints were not consistently applied.
terraform-provider-flexbot -

Published by igor-feoktistov over 1 year ago

CHANGELOG

1.9.2 (April 4, 2023)

BUG FIXES:

  • Fix for the issue with REST LunCopy routine for the case of substantially delayed response from a storage.
terraform-provider-flexbot -

Published by igor-feoktistov over 1 year ago

CHANGELOG

1.9.1 (April 3, 2023)

ENHANCEMENTS:

  • Standardize and increase wait timeouts in waiting routines for cluster or nodes states.
    • Reduce impact on Rancher management server in case of long list of nodes waiting for state change.
terraform-provider-flexbot -

Published by igor-feoktistov over 1 year ago

CHANGELOG

1.9.0 (March 29, 2023)

ENHANCEMENTS:

  • NVME over TCP support for data disk.
    • Requires api_method=rest and OnTap v9.12.1 or higher.
    • Requires ubuntu-22.04.2 or higher.
    • See resource documentation for more details.
  • Cluster scope for api_method=rest
    • Requires resource setting storage->svm_name
    • See resource documentation for more details.
terraform-provider-flexbot -

Published by igor-feoktistov over 1 year ago

CHANGELOG

1.8.4 (February 14, 2023)

ENHANCEMENTS:

  • Minor enhancements in rancher_api code to support nodes upgrades for RKE2
  • Added diskimage-builder elements and build script for ubuntu-22.04
terraform-provider-flexbot -

Published by igor-feoktistov almost 2 years ago

CHANGELOG

1.8.3 (December 16, 2022)

BUG FIXES:

  • Minor issue in ranche2-client.NodeCordonDrain routine for scenario when drain timeout exceeded.
terraform-provider-flexbot -

Published by igor-feoktistov almost 2 years ago

CHANGELOG

1.8.2 (December 14, 2022)

ENHANCEMENTS:

  • Multiple improvements in ONTAP REST API client
    • api_method=rest is stable now, requires OnTap v9.12 or higher
terraform-provider-flexbot -

Published by igor-feoktistov about 2 years ago

CHANGELOG

1.8.1 (October 18, 2022)

BUG FIXES:

  • Minor issue in Read routine for scenario when rancher_api is enabled and node failed to join the cluster
terraform-provider-flexbot - v1.8.0

Published by igor-feoktistov about 2 years ago

CHANGELOG

1.8.0 (October 12, 2022)

ENHANCEMENTS:

  • GoLang v1.19
  • Support for standard Kubernetes API (RKE) in rancher_api provider configuration:
    • Node operations cordon, uncordon, drain.
    • Maintain nodes labels and taints.
    • See resource documentation and example HCL's for more details.
  • Drift detection for node labels and taints if rancher_api is configured
    • apply action would remediate the drift
  • Transient error resiliency in rancher_api
    • make sure to set retries parameter accordingly
    • See resource documentation for more details.
  • Updates in example HCL's
  • Fixes in diskimage-builder elements for ubuntu-20.04
terraform-provider-flexbot -

Published by igor-feoktistov about 2 years ago

CHANGELOG

1.7.19 (September 6, 2022)

ENHANCEMENTS:

  • Increase default timeouts for Create and Update routines.
terraform-provider-flexbot -

Published by igor-feoktistov over 2 years ago

CHANGELOG

1.7.18 (June 7, 2022)

FEATURES:

  • New Resource Argument: taints - (Optional) allows to set and manage k8s node taints, requires Rancher API enabled.
    • See resource documentation for more details.