From d0f8d784eb2c82f9030eed315c98568f3cff6631 Mon Sep 17 00:00:00 2001 From: "idan.nof" Date: Thu, 5 Dec 2024 13:27:48 +0200 Subject: [PATCH] COUN-2901: DSFKit | Add DRA v4.17.0.10 --- .github/workflows/dsf_poc_cli_azure.yml | 4 ++-- README.md | 4 ++-- .../installation/dsf_single_account_deployment/variables.tf | 2 +- examples/aws/poc/dsf_deployment/variables.tf | 2 +- modules/aws/core/globals/main.tf | 3 +++ modules/aws/dra-admin/variables.tf | 2 +- modules/aws/dra-analytics/variables.tf | 2 +- 7 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dsf_poc_cli_azure.yml b/.github/workflows/dsf_poc_cli_azure.yml index c8aa09e4e..e145b761d 100644 --- a/.github/workflows/dsf_poc_cli_azure.yml +++ b/.github/workflows/dsf_poc_cli_azure.yml @@ -167,12 +167,12 @@ jobs: dra_admin_vhd_details = { storage_account_name = "dsfinstallation" container_name = "dra" - path_to_vhd = "DRA-4.16.0.10.0.119_30763_x86_64-Admin.vhd" + path_to_vhd = "DRA-4.17.0.10.0.6_31077_x86_64-Admin.vhd" } dra_analytics_vhd_details = { storage_account_name = "dsfinstallation" container_name = "dra" - path_to_vhd = "DRA-4.16.0.10.0.119_30763_x86_64-Analytics.vhd" + path_to_vhd = "DRA-4.17.0.10.0.6_31077_x86_64-Analytics.vhd" } EOF diff --git a/README.md b/README.md index f394deeaf..fdbf53865 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ This guide references the following information and links, some of which are ava DAM v14.16 - DRA v4.16 + DRA v4.17 DSF Components Overview @@ -742,7 +742,7 @@ Restrictions on modules may apply - DRA4.16.0.104.11.0.10 and up + DRA4.17.0.104.11.0.10 and up diff --git a/examples/aws/installation/dsf_single_account_deployment/variables.tf b/examples/aws/installation/dsf_single_account_deployment/variables.tf index bb9d17b4d..628008f6f 100644 --- a/examples/aws/installation/dsf_single_account_deployment/variables.tf +++ b/examples/aws/installation/dsf_single_account_deployment/variables.tf @@ -572,7 +572,7 @@ variable "cluster_name" { variable "dra_version" { type = string - default = "4.16" + default = "4.17" description = "The DRA version to install. Supported versions are 4.11.0.10 and up. Both long and short version formats are supported, for example, 4.11.0.10 or 4.11. The short format maps to the latest patch." validation { condition = !startswith(var.dra_version, "4.10.") && !startswith(var.dra_version, "4.9.") && !startswith(var.dra_version, "4.8.") && !startswith(var.dra_version, "4.3.") && !startswith(var.dra_version, "4.2.") && !startswith(var.dra_version, "4.1.") diff --git a/examples/aws/poc/dsf_deployment/variables.tf b/examples/aws/poc/dsf_deployment/variables.tf index 632e1a1a8..1bb32967c 100644 --- a/examples/aws/poc/dsf_deployment/variables.tf +++ b/examples/aws/poc/dsf_deployment/variables.tf @@ -307,7 +307,7 @@ variable "simulation_db_types_for_agentless" { variable "dra_version" { type = string - default = "4.16" + default = "4.17" description = "The DRA version to install. Supported versions are 4.11.0.10 and up. Both long and short version formats are supported, for example, 4.11.0.10 or 4.11. The short format maps to the latest patch." validation { condition = !startswith(var.dra_version, "4.10.") && !startswith(var.dra_version, "4.9.") && !startswith(var.dra_version, "4.8.") && !startswith(var.dra_version, "4.3.") && !startswith(var.dra_version, "4.2.") && !startswith(var.dra_version, "4.1.") diff --git a/modules/aws/core/globals/main.tf b/modules/aws/core/globals/main.tf index 1e0f94ccb..e59b8a05b 100644 --- a/modules/aws/core/globals/main.tf +++ b/modules/aws/core/globals/main.tf @@ -42,6 +42,9 @@ locals { locals { dra_version_map = { + "4.17" = "4.17.0.10.0.6", + "4.17.0.10" = "4.17.0.10.0.6", + "4.16" = "4.16.0.10.0.119", "4.16.0.10" = "4.16.0.10.0.119", diff --git a/modules/aws/dra-admin/variables.tf b/modules/aws/dra-admin/variables.tf index 221ffeb91..5ef0f3b5d 100644 --- a/modules/aws/dra-admin/variables.tf +++ b/modules/aws/dra-admin/variables.tf @@ -31,7 +31,7 @@ variable "key_pair" { variable "dra_version" { type = string - default = "4.16" + default = "4.17" description = "The DRA version to install. Supported versions are 4.11.0.10.0.7 and up. Full version format is supported, for example, 4.11.0.10.0.7." nullable = false validation { diff --git a/modules/aws/dra-analytics/variables.tf b/modules/aws/dra-analytics/variables.tf index 8c6c99222..17039d27e 100644 --- a/modules/aws/dra-analytics/variables.tf +++ b/modules/aws/dra-analytics/variables.tf @@ -86,7 +86,7 @@ variable "archiver_user" { variable "dra_version" { type = string - default = "4.16" + default = "4.17" description = "The DRA version to install. Supported versions are 4.11.0.10.0.7 and up. Full version format is supported, for example, 4.11.0.10.0.7." nullable = false validation {