From 249cfd9c47fc9b91e195aca374545b09752edf85 Mon Sep 17 00:00:00 2001 From: Rohan Yadav Date: Thu, 21 Nov 2024 14:54:39 +0530 Subject: [PATCH] add fips upload schemas to ohi.yml --- schemas/ohi.yml | 68 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/schemas/ohi.yml b/schemas/ohi.yml index 56339ab..587ac58 100644 --- a/schemas/ohi.yml +++ b/schemas/ohi.yml @@ -9,6 +9,14 @@ - arm - arm64 +- src: "{app_name}_linux_{version}_{arch}_fips.tar.gz" + uploads: + - type: file + dest: "{dest_prefix}binaries/linux/{arch}/{src}" + arch: + - amd64 + - arm64 + - src: "{app_name}-{arch}.{version}.zip" uploads: - type: file @@ -59,6 +67,31 @@ - bullseye - bookworm +- src: "{app_name}_{version}-1_{arch}_fips.deb" + arch: + - amd64 + - arm64 + uploads: + - type: apt + src_repo: "{access_point_host}/infrastructure_agent/linux/apt" + dest: "{dest_prefix}linux/apt/" + os_version: + - noble + - jammy + - focal + - bionic + - buster + - jessie + - precise + - stretch + - trusty + - wheezy + - xenial + - groovy + - hirsute + - bullseye + - bookworm + - src: "{app_name}-{version}-1.{arch}.rpm" arch: - x86_64 @@ -94,3 +127,38 @@ os_version: - 2 - 2023 + +- src: "{app_name}-{version}-1.{arch}_fips.rpm" + arch: + - x86_64 + - arm64 + uploads: + - type: yum + dest: "{dest_prefix}linux/yum/el/{os_version}/{arch}/" + os_version: + - 5 + - 6 + - 7 + - 8 + - 9 + + - type: zypp + dest: "{dest_prefix}linux/zypp/sles/{os_version}/{arch}/" + os_version: + - 11.4 + - 12.1 + - 12.2 + - 12.3 + - 12.4 + - 12.5 + - 15.1 + - 15.2 + - 15.3 + - 15.4 + - 15.5 + + - type: yum + dest: "{dest_prefix}linux/yum/amazonlinux/{os_version}/{arch}/" + os_version: + - 2 + - 2023