Skip to content

Commit

Permalink
feat(content): Remove CentOS 8 Stream product (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Dec 19, 2024
1 parent 36abbf5 commit bffe7f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 76 deletions.
59 changes: 1 addition & 58 deletions roles/content/tasks/products.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,64 +61,7 @@
auto_enabled: false
- name: CentOS 8 Stream
label: cs8s
repositories:
- name: CentOS Stream 8 BaseOS x86_64
content_type: yum
label: cs8s_baseos
url: http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/
download_policy: on_demand
- name: CentOS Stream 8 AppStream x86_64
content_type: yum
label: cs8s_appstream
url: http://mirror.centos.org/centos/8-stream/AppStream/x86_64/os/
download_policy: on_demand
- name: CentOS Stream 8 Extras x86_64
content_type: yum
label: cs8s_extras
url: http://mirror.centos.org/centos/8-stream/extras/x86_64/os/
download_policy: on_demand
- name: CentOS Stream 8 PowerTools x86_64
content_type: yum
label: cs8s_powertools
url: http://mirror.centos.org/centos/8-stream/PowerTools/x86_64/os/
download_policy: on_demand
auto_enabled: false
- name: CentOS Stream 8 RealTime x86_64
content_type: yum
label: cs8s_rt
url: http://mirror.centos.org/centos/8-stream/RT/x86_64/os/
download_policy: on_demand
auto_enabled: false
- name: CentOS Stream 8 HighAvailability x86_64
content_type: yum
label: cs8s_ha
url: http://mirror.centos.org/centos/8-stream/HighAvailability/x86_64/os/
download_policy: on_demand
auto_enabled: false
- name: CentOS Stream 8 ResilientStorage x86_64
content_type: yum
label: cs8s_resilientstorage
url: http://mirror.centos.org/centos/8-stream/ResilientStorage/x86_64/os/
download_policy: on_demand
auto_enabled: false
- name: CentOS Stream 8 NFV x86_64
content_type: yum
label: cs8s_nfv
url: http://mirror.centos.org/centos/8-stream/NFV/x86_64/os/
download_policy: on_demand
auto_enabled: false
- name: CentOS Stream 8 Foreman client 3.5 x86_64
content_type: yum
label: cs8s_foreman35_client
url: https://yum.theforeman.org/client/3.5/el8/x86_64/
download_policy: on_demand
auto_enabled: false
- name: CentOS Stream 8 Foreman client 3.6 x86_64
content_type: yum
label: cs8s_foreman36_client
url: https://yum.theforeman.org/client/3.6/el8/x86_64/
download_policy: on_demand
auto_enabled: false
state: absent
# EL8 product is here to support LEAPPing from EL7
- name: AlmaLinux 8
label: alma8
Expand Down
18 changes: 0 additions & 18 deletions roles/foreman/tasks/host_groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,24 +78,6 @@
parent: RaBe Core/RaBe Base
organization: RaBe
location: Randweg
- name: Foreman
state: absent
description: Foreman configures standalone Foreman servers.
parent: RaBe Core/RaBe Base/EL8/CentOS 8 Stream
organization: RaBe
location: Randweg
- name: CentOS 8 Stream
state: absent
description: CentOS 8 Stream configures the RaBe CentOS 8 Stream baseline.
parent: RaBe Core/RaBe Base/EL8
organization: RaBe
location: Randweg
operatingsystem: CentOS Stream 8
ansible_roles:
- theforeman.foreman_scap_client
- redhat.rhel_system_roles.kdump
- redhat.rhel_system_roles.crypto_policies
- redhat.rhel_system_roles.selinux
- name: EL9
description: EL9 configures our EL9 baseline
parent: RaBe Core/RaBe Base
Expand Down

0 comments on commit bffe7f9

Please sign in to comment.