Skip to content

Commit

Permalink
End of Life for Oracle Linux 7 and RHEL7
Browse files Browse the repository at this point in the history
The support for OL/RHEL7 will be stopped, because EPEL archived
all RPMs on their official repositories. No more bugfixes or
security updates for RPMs anymore.

`ansible-oracle` depends on some RPMs from that repository.

The maintenance support for RHEL7 has been ended on 30 June 2024.

The Premiere Support for OL7 will end 31 Decembre 2024.

The code  from `ansible-oracle` may work with OL/RHEL7 but all
tests won't be done against this OS anymore.
  • Loading branch information
Rendanic committed Aug 11, 2024
1 parent a232af5 commit 5422a73
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/rhel_ol7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
deprecated_features:
- "End of Life for Oracle Linux 7 and RHEL7 ()"
2 changes: 1 addition & 1 deletion doc/featurelist.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ See documentation from Oracle for differences between Enterprise and Standard Ed
|OracleLinux +
Redhat Enterprise Linux
|6 <<table1footnote,^[1]^>> +
7 +
7 <<table1footnote,^[1]^>> +
8 +
9 (experimental!) <<table1footnote,^[5]^>>

Expand Down
9 changes: 0 additions & 9 deletions extensions/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ dependency:
driver:
name: docker
platforms:
- name: ol7
image: "quay.io/rendanic/docker-ol7-ansible:latest"
pre_build_image: true
# The following 4 lines are needed only for making systemd work
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
privileged: true
- name: ol8
image: "quay.io/rendanic/docker-ol8-ansible:latest"
pre_build_image: true
Expand Down
3 changes: 2 additions & 1 deletion roles/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@ Url for epel-release-latest-7.noarch.rpm
#### Default value

```YAML
epel7_rpm: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
epel7_rpm:
https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm
```

### epel8_rpm
Expand Down
2 changes: 1 addition & 1 deletion roles/common/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ epel9_rpm: oracle-epel-release-el9
epel8_rpm: https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

# @var epel7_rpm:description: Url for epel-release-latest-7.noarch.rpm
epel7_rpm: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
epel7_rpm: https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm

# @var epel6_rpm:description: Url for epel-release-latest-6.noarch.rpm
epel6_rpm: https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
Expand Down

0 comments on commit 5422a73

Please sign in to comment.