From d4f48107eb2284d6b7bf0638fe19e4f688a439f6 Mon Sep 17 00:00:00 2001 From: vavuthu Date: Mon, 3 Feb 2025 17:24:07 +0530 Subject: [PATCH] Fusion-SDS version config files Signed-off-by: vavuthu --- ocs_ci/framework/conf/fusion_version/fusion-2.10.yaml | 11 +++++++++++ ocs_ci/framework/conf/fusion_version/fusion-2.8.yaml | 11 +++++++++++ ocs_ci/framework/conf/fusion_version/fusion-2.9.yaml | 11 +++++++++++ 3 files changed, 33 insertions(+) create mode 100644 ocs_ci/framework/conf/fusion_version/fusion-2.10.yaml create mode 100644 ocs_ci/framework/conf/fusion_version/fusion-2.8.yaml create mode 100644 ocs_ci/framework/conf/fusion_version/fusion-2.9.yaml diff --git a/ocs_ci/framework/conf/fusion_version/fusion-2.10.yaml b/ocs_ci/framework/conf/fusion_version/fusion-2.10.yaml new file mode 100644 index 00000000000..8a05b74e048 --- /dev/null +++ b/ocs_ci/framework/conf/fusion_version/fusion-2.10.yaml @@ -0,0 +1,11 @@ +DEPLOYMENT: + fusion_deployment: True + fdf_deployment: True + channel: v2.0 + fusion_pre_ga_sds_version: 2.10.0 + fusion_pre_ga_image: 2.10.0-31566152 + fusion_pre_ga: true + + +ENV_DATA: + skip_ocs_deployment: true diff --git a/ocs_ci/framework/conf/fusion_version/fusion-2.8.yaml b/ocs_ci/framework/conf/fusion_version/fusion-2.8.yaml new file mode 100644 index 00000000000..cca0c9c916e --- /dev/null +++ b/ocs_ci/framework/conf/fusion_version/fusion-2.8.yaml @@ -0,0 +1,11 @@ +DEPLOYMENT: + fusion_deployment: True + fdf_deployment: True + channel: v2.0 + fusion_pre_ga_sds_version: 2.8.0 + fusion_pre_ga_image: 2.8.2-26546923 + fusion_pre_ga: true + + +ENV_DATA: + skip_ocs_deployment: true diff --git a/ocs_ci/framework/conf/fusion_version/fusion-2.9.yaml b/ocs_ci/framework/conf/fusion_version/fusion-2.9.yaml new file mode 100644 index 00000000000..f46c4a62f4c --- /dev/null +++ b/ocs_ci/framework/conf/fusion_version/fusion-2.9.yaml @@ -0,0 +1,11 @@ +DEPLOYMENT: + fusion_deployment: True + fdf_deployment: True + channel: v2.0 + fusion_pre_ga_sds_version: 2.9.0 + fusion_pre_ga_image: 2.9.0-31232787 + fusion_pre_ga: true + + +ENV_DATA: + skip_ocs_deployment: true