Skip to content

Commit

Permalink
feat: Add Zabbix 6.4 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jan 14, 2024
1 parent aa481f5 commit 01169a9
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
12 changes: 12 additions & 0 deletions roles/content/tasks/activation_keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
lifecycle_environment: "Prod"
content_view: "AlmaLinux 9 x86_64"
content_overrides:
- label: RaBe_alma9_alma9_baseos
override: enabled
- label: RaBe_alma9_alma9_extras
override: enabled
- label: RaBe_alma9_alma9_appstream
override: enabled
- label: RaBe_alma9_alma9_baseos_kickstart
override: disabled
- label: RaBe_alma9_alma9_appstream_kickstart
Expand All @@ -27,6 +33,12 @@
override: disabled
- label: RaBe_alma9_alma9_nfv
override: disabled
- label: RaBe_rabeel9_rabeel9_rabezabbix
override: enabled
- label: RaBe_zabbix60_zabbix60
override: enabled
- label: RaBe_foremanclient39el9_foreman39el9_client
override: enabled
- name: "CentOS 7"
lifecycle_environment: "Prod"
content_view: "CentOS 7 x86_64"
Expand Down
4 changes: 4 additions & 0 deletions roles/content/tasks/content_views.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
product: Foreman Client 3.9 EL9
- name: Extra Packages for Enterprise Linux 9 x86_64
product: Extra Packages for Enterprise Linux 9
- name: Zabbix 6.4 Official Repository - EL9 - x86_64
product: Zabbix 6.4 EL9
- name: Zabbix Official Repository (non-supported) - EL9 - x86_64
product: Zabbix 6.4 EL9
- name: Copr repo for rabe-zabbix x86_64
product: RaBe Linux EL9
# Next are all non os, but enterprise linux specific content views.
Expand Down
15 changes: 15 additions & 0 deletions roles/content/tasks/products.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,21 @@
url: https://repo.zabbix.com/non-supported/rhel/9/x86_64/
download_policy: on_demand
auto_enabled: false
- name: Zabbix 6.4 EL9
label: zabbix64
repositories:
- name: Zabbix 6.4 Official Repository - EL9 - x86_64
content_type: yum
label: zabbix64
url: https://repo.zabbix.com/zabbix/6.4/rhel/9/x86_64/
download_policy: on_demand
auto_enabled: false
- name: Zabbix Official Repository (non-supported) - EL9 - x86_64
content_type: yum
label: zabbix_nonsupported
url: https://repo.zabbix.com/non-supported/rhel/9/x86_64/
download_policy: on_demand
auto_enabled: false
# Some things we build and manage as part of a RaBe product. The aim
# is to minimise these over time but some of them like rabe-zabbix
# are widely used and not easy to replace.
Expand Down
1 change: 1 addition & 0 deletions roles/content/tasks/sync_plans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- Zabbix 3.0 (LTS) EL7
- Zabbix 6.0 (LTS) EL7
- Zabbix 6.0 (LTS) EL9
- Zabbix 6.4 EL9
- RaBe Linux EL7
- RaBe Linux EL8
- RaBe Linux EL9
Expand Down

0 comments on commit 01169a9

Please sign in to comment.