mirror of
https://github.com/wazuh/wazuh-ansible.git
synced 2025-12-10 00:38:17 -06:00
Update workflows OS list to replace RHEL8 for RHEL9 deployments
This commit is contained in:
parent
e6783c4d5e
commit
ae475b3210
8
.github/workflows/aio.yml
vendored
8
.github/workflows/aio.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
OS_LIST:
|
||||
description: 'Operating Systems (comma-separated string list)'
|
||||
required: true
|
||||
default: '["CentOS_8", "AmazonLinux_23", "Ubuntu_22", "RHEL8"]'
|
||||
default: '["CentOS_8", "AmazonLinux_23", "Ubuntu_22", "RHEL9"]'
|
||||
type: string
|
||||
COMMIT_LIST:
|
||||
description: 'Wazuh components revisions (comma-separated string list) ["indexer", "manager", "dashboard", "agent"]'
|
||||
@ -64,7 +64,7 @@ jobs:
|
||||
if [[ "${{ inputs.OS_LIST }}" != "null" && "${{ inputs.OS_LIST }}" != "" ]]; then
|
||||
OS_LIST='${{ inputs.OS_LIST }}'
|
||||
else
|
||||
OS_LIST='["CentOS_8", "AmazonLinux_23", "Ubuntu_22", "RHEL8"]'
|
||||
OS_LIST='["CentOS_8", "AmazonLinux_23", "Ubuntu_22", "RHEL9"]'
|
||||
fi
|
||||
echo "OS_LIST=$OS_LIST" >> $GITHUB_OUTPUT
|
||||
|
||||
@ -325,8 +325,8 @@ jobs:
|
||||
"RHEL7")
|
||||
SUBNAME="redhat-7"
|
||||
;;
|
||||
"RHEL8")
|
||||
SUBNAME="redhat-8"
|
||||
"RHEL9")
|
||||
SUBNAME="redhat-9"
|
||||
;;
|
||||
*)
|
||||
echo "Invalid SYSTEM selection" >&2
|
||||
|
||||
8
.github/workflows/distributed.yml
vendored
8
.github/workflows/distributed.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
OS_LIST:
|
||||
description: 'Operating Systems (comma-separated string list)'
|
||||
required: true
|
||||
default: '["CentOS_8", "AmazonLinux_23", "Ubuntu_22", "RHEL8"]'
|
||||
default: '["CentOS_8", "AmazonLinux_23", "Ubuntu_22", "RHEL9"]'
|
||||
type: string
|
||||
COMMIT_LIST:
|
||||
description: 'Wazuh components revisions (comma-separated string list) ["indexer", "manager", "dashboard", "agent"]'
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
if [[ "${{ inputs.OS_LIST }}" != "null" && "${{ inputs.OS_LIST }}" != "" ]]; then
|
||||
OS_LIST='${{ inputs.OS_LIST }}'
|
||||
else
|
||||
OS_LIST='["CentOS_8", "AmazonLinux_23", "Ubuntu_22", "RHEL8"]'
|
||||
OS_LIST='["CentOS_8", "AmazonLinux_23", "Ubuntu_22", "RHEL9"]'
|
||||
fi
|
||||
echo "OS_LIST=$OS_LIST" >> $GITHUB_OUTPUT
|
||||
echo "Operating Systems: $OS_LIST"
|
||||
@ -327,8 +327,8 @@ jobs:
|
||||
"RHEL7")
|
||||
SUBNAME="redhat-7"
|
||||
;;
|
||||
"RHEL8")
|
||||
SUBNAME="redhat-8"
|
||||
"RHEL9")
|
||||
SUBNAME="redhat-9"
|
||||
;;
|
||||
*)
|
||||
echo "Invalid SYSTEM selection" >&2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user