Skip to content

Commit

Permalink
fix: remove Zabbix 6.0 content views (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Feb 22, 2024
1 parent b4f73de commit cfbe1ad
Showing 1 changed file with 3 additions and 37 deletions.
40 changes: 3 additions & 37 deletions roles/content/tasks/content_views.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@
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.
# These will often be filtered to only contain packages we want in
# our downstream composite views.
Expand All @@ -100,41 +98,11 @@
package_name: zabbix-sender
inclusion: true
- name: Zabbix 6.0 Agent EL7 x86_64
repositories:
- name: Zabbix 6.0 Official Repository - EL7 - x86_64
product: Zabbix 6.0 (LTS) EL7
filters:
- name: zabbix-agent
filter_state: present
filter_type: rpm
rule_name: zabbix-agent
package_name: zabbix-agent
inclusion: true
- name: zabbix-sender
filter_state: present
filter_type: rpm
rule_name: zabbix-sender
package_name: zabbix-sender
inclusion: true
state: absent
- name: Zabbix 6.0 Agent EL8 x86_64
state: absent
- name: Zabbix 6.0 Agent EL9 x86_64
repositories:
- name: Zabbix 6.0 Official Repository - EL9 - x86_64
product: Zabbix 6.0 (LTS) EL9
filters:
- name: zabbix-agent
filter_state: present
filter_type: rpm
rule_name: zabbix-agent
package_name: zabbix-agent
inclusion: true
- name: zabbix-sender
filter_state: present
filter_type: rpm
rule_name: zabbix-sender
package_name: zabbix-sender
inclusion: true
state: absent
# finally, we create composite views that combine base operating systems
# with any additional repos that are always part of an installation. These
# are also the content views that will have activation keys assigned.
Expand All @@ -144,11 +112,9 @@
latest: true
- content_view: Zabbix 3.0 Agent EL7 x86_64
latest: true
- content_view: Zabbix 6.0 Agent EL7 x86_64
latest: true
- name: AlmaLinux 9 x86_64
components:
- content_view: AlmaLinux 9 Base x86_64
latest: true
- content_view: Zabbix 6.0 Agent EL9 x86_64
- content_view: Zabbix 6.4 Agent EL9 x86_64
latest: true

0 comments on commit cfbe1ad

Please sign in to comment.