Skip to content

Commit

Permalink
feat: add Zabbix 7.0 repos and sync them (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Dec 9, 2024
1 parent 9445339 commit 6e8dbea
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/content/tasks/activation_keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
override: disabled
- label: RaBe_rabeel9_rabeel9_rabezabbix
override: enabled
- label: RaBe_zabbix60_zabbix60
- label: RaBe_zabbix70_zabbix70
override: enabled
- label: RaBe_foremanclient39el9_foreman39el9_client
override: enabled
Expand Down
6 changes: 4 additions & 2 deletions roles/content/tasks/content_views.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,10 @@
product: Foreman Client 3.10 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 7.0 Official Repository - EL9 - x86_64
product: Zabbix 7.0 EL9
# TODO: move unsupported repo to 7.0 product and update here once done
# this is most likely a multi-step change
- name: Zabbix Official Repository (non-supported) - EL9 - x86_64
product: Zabbix 6.4 EL9
- name: Trivy for EL9 (x84_64)
Expand Down
9 changes: 9 additions & 0 deletions roles/content/tasks/products.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,15 @@
url: https://repo.zabbix.com/zabbix/6.4/rhel/9/x86_64/
download_policy: on_demand
auto_enabled: false
- name: Zabbix 7.0 EL9
label: zabbix70
repositories:
- name: Zabbix 7.0 Official Repository - EL9 - x86_64
content_type: yum
label: zabbix70
url: https://repo.zabbix.com/zabbix/7.0/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
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 @@ -26,6 +26,7 @@
- Zabbix 3.0 (LTS) EL7
- Zabbix 6.4 EL7
- Zabbix 6.4 EL9
- Zabbix 7.0 EL9
- RaBe Linux EL7
- RaBe Linux EL8
- RaBe Linux EL9
Expand Down

0 comments on commit 6e8dbea

Please sign in to comment.