Skip to content

Commit

Permalink
Drop CentOS support for QAT drive installation
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Jun 19, 2024
1 parent 7ab466a commit 2b28482
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
9 changes: 0 additions & 9 deletions playbooks/roles/qat_driver/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ lint: |
PATH=${PATH}
yamllint -c ../../../.yaml-lint.yml .
platforms:
- name: centos7-$POSTFIX_NAME
box: generic/centos7
box_version: 4.3.12
memory: 3072
cpus: 1
provider_options:
gui: false
provider_raw_config_args:
- "customize ['modifyvm', :id, '--nictype1', 'virtio', '--cableconnected1', 'on']"
- name: focal-$POSTFIX_NAME
box: generic/ubuntu2004
box_version: 4.3.12
Expand Down
11 changes: 0 additions & 11 deletions playbooks/roles/qat_driver/tasks/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
type: pattern
update_cache: true
when: ansible_os_family == 'Suse'
- name: Install RedHat build tools
become: true
ansible.builtin.yum:
name: "@Development tools"
state: present
when: ansible_os_family == 'RedHat'
- name: Load distro variables
ansible.builtin.include_vars:
file: "{{ ansible_os_family }}.yml"
Expand All @@ -42,8 +36,3 @@
name: "linux-headers-{{ ansible_kernel }}"
state: present
when: ansible_os_family == 'Debian'
- name: Install RedHat kernel development tools
ansible.builtin.package:
name: kernel-devel
state: present
when: ansible_os_family == 'RedHat'
16 changes: 0 additions & 16 deletions playbooks/roles/qat_driver/vars/RedHat.yml

This file was deleted.

0 comments on commit 2b28482

Please sign in to comment.