Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPSEXP-2693 Drop support for Centos/RHEL 7 #891

Merged
merged 2 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/enteprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ jobs:
- name: default
vars: vars-ubuntu20-73.yml
desc: EC2 ACS 7.3 (Ubuntu 20.04)
- name: default
vars: vars-centos7.yml
desc: EC2 ACS 7.3 (Centos7)
- name: default
vars: vars-rocky8.yml
desc: EC2 ACS 7.4 (Rocky Linux 8.9)
Expand Down
5 changes: 1 addition & 4 deletions group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ supported_os:
- 8.8
- 8.7
- 8.6
CentOS:
versions:
- 7.9
Ubuntu:
versions:
- 22.04
Expand Down Expand Up @@ -185,7 +182,7 @@ use_custom_keystores: false
# to default ansible merging behaviour
dependencies_version:
postgresql_connector: 42.6.1
postgres_major_version: 14
postgres_major_version: 15
activemq: 5.18.4
java: 17.0.9
java_build: 9
Expand Down
4 changes: 0 additions & 4 deletions molecule/default/vars-centos7.yml

This file was deleted.

11 changes: 0 additions & 11 deletions roles/common/vars/CentOS7.yml

This file was deleted.

10 changes: 0 additions & 10 deletions roles/common/vars/RedHat7.yml

This file was deleted.

9 changes: 0 additions & 9 deletions roles/nginx/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@
- name: Install & configure NGINX reverse proxy
become: true
block:
- name: Enable EPEL repository
ansible.builtin.yum_repository:
name: epel
description: EPEL YUM repo
metalink: https://mirrors.fedoraproject.org/metalink?repo=epel-{{ ansible_distribution_major_version }}&arch=$basearch&infra=$infra&content=$contentdir
gpgcheck: true
gpgkey: https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}
when: ansible_distribution in [ 'RedHat', 'CentOS' ] and ansible_distribution_major_version == '7'

- name: Ensure nginx is installed
ansible.builtin.package:
name: "{{ nginx_package_name }}"
Expand Down
5 changes: 0 additions & 5 deletions roles/transformers/vars/CentOS7.yml

This file was deleted.

5 changes: 0 additions & 5 deletions roles/transformers/vars/RedHat7.yml

This file was deleted.