Skip to content

Commit 4bffd17

Browse files
committed
aws: Add ability to select Fedora 41 for target nodes
Signed-off-by: Chuck Lever <[email protected]>
1 parent 63639fc commit 4bffd17

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

terraform/aws/Kconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,18 @@ config TERRAFORM_AWS_FEDORA40_ARM64
245245
help
246246
This option sets the AWS AMI owner to Fedora 40 for ARM 64-bit.
247247

248+
config TERRAFORM_AWS_FEDORA41_X86_64
249+
bool "Fedora 41 on x86_64"
250+
depends on TARGET_ARCH_X86_64
251+
help
252+
This option sets the AWS AMI owner to Fedora 41 for x86_64.
253+
254+
config TERRAFORM_AWS_FEDORA41_ARM64
255+
bool "Fedora 41 on aarch64"
256+
depends on TARGET_ARCH_ARM64
257+
help
258+
This option sets the AWS AMI owner to Fedora 41 for ARM 64-bit.
259+
248260
config TERRAFORM_AWS_RHEL9_X86_64
249261
bool "RHEL9 x86_64"
250262
depends on TARGET_ARCH_X86_64
@@ -340,6 +352,7 @@ config TERRAFORM_AWS_AMI_OWNER
340352
default "309956199498" if TERRAFORM_AWS_RHEL9_X86_64 || TERRAFORM_AWS_RHEL9_ARM64
341353
default "013907871322" if TERRAFORM_AWS_SLE15_SP4_X86_64 || TERRAFORM_AWS_SLE15_SP4_ARM64
342354
default "125523088429" if TERRAFORM_AWS_FEDORA40_X86_64 || TERRAFORM_AWS_FEDORA40_ARM64
355+
default "125523088429" if TERRAFORM_AWS_FEDORA41_X86_64 || TERRAFORM_AWS_FEDORA41_ARM64
343356
help
344357
This option specifies the AWS AMI owner.
345358

@@ -357,6 +370,8 @@ config TERRAFORM_AWS_NS
357370
default "RHEL-9.*arm64-*" if TERRAFORM_AWS_RHEL9_ARM64
358371
default "Fedora-Cloud-Base-AmazonEC2.x86_64-40-*" if TERRAFORM_AWS_FEDORA40_X86_64
359372
default "Fedora-Cloud-Base-AmazonEC2.aarch64-40-*" if TERRAFORM_AWS_FEDORA40_ARM64
373+
default "Fedora-Cloud-Base-AmazonEC2.x86_64-41-*" if TERRAFORM_AWS_FEDORA41_X86_64
374+
default "Fedora-Cloud-Base-AmazonEC2.aarch64-41-*" if TERRAFORM_AWS_FEDORA41_ARM64
360375
default "suse-sles-15-sp4-*x86_64" if TARGET_ARCH_X86_64 && TERRAFORM_AWS_SLE15_SP4_X86_64
361376
default "suse-sles-15-sp4-*arm64" if TARGET_ARCH_ARM64 && TERRAFORM_AWS_SLE15_SP4_ARM64
362377
help

0 commit comments

Comments
 (0)