You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix artifact download mode for template-manager and clean-nfs-cache Nomad jobs
Same fix as 5c599a2 for orchestrator: set mode=file and explicit destination
to prevent Nomad from switching to folder mode when multiple objects share a prefix.
* Propagate artifact source URL from Terraform for template-manager and clean-nfs-cache
Move env-conditional version query param logic out of HCL job templates into Terraform,
matching the orchestrator pattern. Removes checksum options block from template-manager
and external checksum data source from clean-nfs-cache in favor of GCS object generation.
* Move clean-nfs-cache job setup into main.tf, remove separate file
* Use object native checksum, always use version
Removed bash script and replaced with native object version taken from
object data source.
Non-dev environments are now using object version as well.
* Fix review comments: remove checksum, fix Terraform syntax errors
- Remove apm_plugin_checksum from autoscaler module; rely on ?etag=/?version= query param for artifact pinning (consistent with orchestrator/template-manager)
- Fix locals. → local. typo in AWS autoscaler module call
- Remove obsolete template_manager_checksum argument from AWS template_manager module call
- Inline autoscaler artifact source URL directly (was a local with empty-string fallback)
- Fix clean_nfs_cache_artifact_source to always include ?version= (remove dev-only conditional)
0 commit comments