Skip to content

Commit

Permalink
feat(content): Remove Foreman Client 3.9 repos (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Dec 14, 2024
1 parent df6dfd8 commit 87426e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
4 changes: 0 additions & 4 deletions roles/content/tasks/activation_keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
override: enabled
- label: RaBe_zabbix70_zabbix70
override: enabled
- label: RaBe_foremanclient39el9_foreman39el9_client
override: enabled
- name: "CentOS 7"
lifecycle_environment: "Prod"
content_view: "CentOS 7 x86_64"
Expand All @@ -57,8 +55,6 @@
override: disabled
- label: RaBe_c7_c7_sclo
override: disabled
- label: RaBe_foremanclient39el7_foreman39el7_client
override: enabled
# disable both until end of migration
- label: RaBe_c7_c7_storage_glusterfs312
override: disabled
Expand Down
30 changes: 3 additions & 27 deletions roles/content/tasks/products.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,6 @@
url: https://yum.theforeman.org/client/3.6/el8/x86_64/
download_policy: on_demand
auto_enabled: false
- name: CentOS Stream 8 Foreman client 3.9 x86_64
content_type: yum
label: cs8s_foreman39_client
url: https://yum.theforeman.org/client/3.9/el8/x86_64/
download_policy: on_demand
auto_enabled: false
# EL8 product is here to support LEAPPing from EL7
- name: AlmaLinux 8
label: alma8
Expand Down Expand Up @@ -308,31 +302,13 @@
# Foreman 3.9
- name: Foreman Client 3.9 EL7
label: foremanclient39el7
repositories:
- name: Foreman Client 3.9 EL7 x86_64
content_type: yum
label: foreman39el7_client
url: https://yum.theforeman.org/client/3.9/el7/x86_64/
download_policy: on_demand
auto_enabled: true
state: absent
- name: Foreman Client 3.9 EL8
label: foremanclient39el8
repositories:
- name: Foreman Client 3.9 EL8 x86_64
content_type: yum
label: foreman39el8_client
url: https://yum.theforeman.org/client/3.9/el8/x86_64/
download_policy: on_demand
auto_enabled: true
state: absent
- name: Foreman Client 3.9 EL9
label: foremanclient39el9
repositories:
- name: Foreman Client 3.9 EL9 x86_64
content_type: yum
label: foreman39el9_client
url: https://yum.theforeman.org/client/3.9/el9/x86_64/
download_policy: on_demand
auto_enabled: true
state: absent
# Foreman 3.10
- name: Foreman Client 3.10 EL7
label: foremanclient310el7
Expand Down

0 comments on commit 87426e7

Please sign in to comment.