vault/enos/enos-dynamic-config.tmpl
Vault Automation b82f3f6e2c
[VAULT-44881] enos: add support for Ubuntu 26.04
Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2026-05-18 17:39:31 +00:00

19 lines
864 B
Cheetah

# Copyright IBM Corp. 2016, 2026
# SPDX-License-Identifier: BUSL-1.1
# Code generated by 'pipeline generate template' DO NOT EDIT.
# This file is overwritten in CI as it contains branch specific and sometimes ever-changing values.
# It's checked in here so that enos samples and scenarios can be performed, just be aware that this
# might change out from under you.
globals {
sample_attributes = {
aws_region = ["us-east-1", "us-west-2"]
distro_version_amzn = ["2023"]
distro_version_rhel = ["8.10", "9.7", "10.1"]
distro_version_sles = ["15.7", "16.0"]
distro_version_ubuntu = ["22.04", "24.04", "26.04"]
upgrade_initial_version = [{{- $versions := VersionsNMinusTransition "vault" .Edition .Version 3 "major" "1.21.5" "minor" }}{{- range $i, $v := $versions }}{{if $i}}, {{end}}"{{ $v }}"{{- end }}]
}
}