Closed carlosrodlop closed 3 months ago
Note that as of the November 2024 feature release (2.479.2.x I think), HA managed controllers will default to using the /tmp
volume to check out Groovy libraries, and you will no longer be required to select “clone” mode.
BTW several URLs in the description are now 404s. Please use permalinks (Y shortcut) to defend against this.
Description
Please provide a clear and concise description of the issue you are encountering, and a reproduction of your configuration. The reproduction MUST be executable by running
terraform init && terraform apply
without any further changes.If your request is for a new feature, please use the
Feature request
template.⚠️ Note
Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
Module version [Required]:
Terraform version:
Provider version(s):
Reproduction Code [Required]
I followed the the recommendations explained in Shared Lib for HA and it don’t get Shared lib loading working on HA controllers.
Steps to reproduce the behaviour: Deploy 02 At Scale blueprints > team-c-ha] > admin > validations and run the following pipelines than uses Shared Lib:
IMPORTANT: same pipelines load Shared lib correctly for None HA controllers
Expected behavior
The Shared lib are loaded correctly
Actual behavior
The Shared lib are NOT loaded correctly
Terminal Output Screenshot(s)
Additional context