aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles
diff options
context:
space:
mode:
Diffstat (limited to 'fdio.infra.ansible/roles')
-rw-r--r--fdio.infra.ansible/roles/aws/tasks/main.yaml122
-rw-r--r--fdio.infra.ansible/roles/trex/tasks/deploy_block.yaml22
2 files changed, 72 insertions, 72 deletions
diff --git a/fdio.infra.ansible/roles/aws/tasks/main.yaml b/fdio.infra.ansible/roles/aws/tasks/main.yaml
index a9d19b48b4..b5132c1909 100644
--- a/fdio.infra.ansible/roles/aws/tasks/main.yaml
+++ b/fdio.infra.ansible/roles/aws/tasks/main.yaml
@@ -6,24 +6,24 @@
tags:
- aws-edit-repo
-#- name: Prerequisites
-# ansible.builtin.package:
-# name: "{{ packages | flatten(levels=1) }}"
-# state: "latest"
-# tags:
-# - aws-inst-prerequisites
+- name: Prerequisites
+ ansible.builtin.package:
+ name: "{{ packages | flatten(levels=1) }}"
+ state: "latest"
+ tags:
+ - aws-inst-prerequisites
-#- name: Switch Kernel At Boot
-# ansible.builtin.lineinfile:
-# path: "/etc/default/grub"
-# state: "present"
-# line: "GRUB_DEFAULT=\"1>2\""
-# notify:
-# - "Update GRUB"
-# tags:
-# - perf-conf-grub
+- name: Switch Kernel At Boot
+ ansible.builtin.lineinfile:
+ path: "/etc/default/grub"
+ state: "present"
+ line: "GRUB_DEFAULT=\"1>2\""
+ notify:
+ - "Update GRUB"
+ tags:
+ - perf-conf-grub
-#- meta: flush_handlers
+- meta: flush_handlers
- name: Load Kernel Modules By Default
ansible.builtin.lineinfile:
@@ -47,16 +47,16 @@
tags:
- aws-load-kernel-modules
-#- name: Add Kernel Modules Options (vfio-pci)
-# ansible.builtin.lineinfile:
-# path: "/etc/modprobe.d/vfio-noiommu.conf"
-# state: "present"
-# line: "{{ item }}"
-# create: "yes"
-# with_items:
-# - "options vfio enable_unsafe_noiommu_mode=1"
-# tags:
-# - aws-load-kernel-modules
+- name: Add Kernel Modules Options (vfio-pci)
+ ansible.builtin.lineinfile:
+ path: "/etc/modprobe.d/vfio-noiommu.conf"
+ state: "present"
+ line: "{{ item }}"
+ create: "yes"
+ with_items:
+ - "options vfio enable_unsafe_noiommu_mode=1"
+ tags:
+ - aws-load-kernel-modules
#- name: Get vfio-pci With WC Patcher
# ansible.builtin.get_url:
@@ -65,41 +65,41 @@
# mode: 0744
# tags:
# - aws-vfio-patch
-#
-#- name: Create vfio-pci Patch Directory
-# ansible.builtin.file:
-# path: "/opt/patches/"
-# state: "directory"
-# tags:
-# - aws-vfio-patch
-#
-#- name: Get vfio-pci WC Patch
-# ansible.builtin.get_url:
-# url: "https://github.com/amzn/amzn-drivers/raw/master/userspace/dpdk/enav2-vfio-patch/patches/{{ item }}"
-# dest: "/opt/patches/{{ item }}"
-# mode: 0744
-# with_items:
-# - "linux-4.10-vfio-wc.patch"
-# - "linux-5.8-vfio-wc.patch"
-# - "linux-5.15-vfio-wc.patch"
-# tags:
-# - aws-vfio-patch
-#
-#- name: Copy vfio-pci WC Patch
-# ansible.builtin.copy:
-# src: "files/get-vfio-with-wc.sh"
-# dest: "/opt"
-# mode: 0744
-# tags:
-# - aws-vfio-patch
-#
-#- name: Compile vfio-pci With WC Patch
-# ansible.builtin.shell: "/bin/bash /opt/get-vfio-with-wc.sh"
-# environment:
-# DEBIAN_FRONTEND: "noninteractive"
-# TERM: "vt100"
-# tags:
-# - aws-vfio-patch
+
+- name: Create vfio-pci Patch Directory
+ ansible.builtin.file:
+ path: "/opt/patches/"
+ state: "directory"
+ tags:
+ - aws-vfio-patch
+
+- name: Get vfio-pci WC Patch
+ ansible.builtin.get_url:
+ url: "https://github.com/amzn/amzn-drivers/raw/master/userspace/dpdk/enav2-vfio-patch/patches/{{ item }}"
+ dest: "/opt/patches/{{ item }}"
+ mode: 0744
+ with_items:
+ - "linux-4.10-vfio-wc.patch"
+ - "linux-5.8-vfio-wc.patch"
+ - "linux-5.15-vfio-wc.patch"
+ tags:
+ - aws-vfio-patch
+
+- name: Copy vfio-pci WC Patch
+ ansible.builtin.copy:
+ src: "files/get-vfio-with-wc.sh"
+ dest: "/opt"
+ mode: 0744
+ tags:
+ - aws-vfio-patch
+
+- name: Compile vfio-pci With WC Patch
+ ansible.builtin.shell: "/bin/bash /opt/get-vfio-with-wc.sh"
+ environment:
+ DEBIAN_FRONTEND: "noninteractive"
+ TERM: "vt100"
+ tags:
+ - aws-vfio-patch
- name: Reload systemd-modules
ansible.builtin.systemd:
diff --git a/fdio.infra.ansible/roles/trex/tasks/deploy_block.yaml b/fdio.infra.ansible/roles/trex/tasks/deploy_block.yaml
index 959330508d..1a747f68d5 100644
--- a/fdio.infra.ansible/roles/trex/tasks/deploy_block.yaml
+++ b/fdio.infra.ansible/roles/trex/tasks/deploy_block.yaml
@@ -46,17 +46,17 @@
retries: 300
when: trex_extracted.changed
-#- name: Compile Release {{ item }} Part III
-# ansible.builtin.command: "make -j 16"
-# args:
-# chdir: "{{ trex_target_dir }}/trex-core-{{ item }}/scripts/ko/src"
-# when: trex_extracted.changed
-
-#- name: Compile Release {{ item }} Part IV
-# ansible.builtin.command: "make install"
-# args:
-# chdir: "{{ trex_target_dir }}/trex-core-{{ item }}/scripts/ko/src"
-# when: trex_extracted.changed
+- name: Compile Release {{ item }} Part III
+ ansible.builtin.command: "make -j 16"
+ args:
+ chdir: "{{ trex_target_dir }}/trex-core-{{ item }}/scripts/ko/src"
+ when: trex_extracted.changed
+
+- name: Compile Release {{ item }} Part IV
+ ansible.builtin.command: "make install"
+ args:
+ chdir: "{{ trex_target_dir }}/trex-core-{{ item }}/scripts/ko/src"
+ when: trex_extracted.changed
- name: Link libc.a to liblibc.a
ansible.builtin.command: "ln -s -f /usr/lib/x86_64-linux-gnu/libc.a /usr/lib/x86_64-linux-gnu/liblibc.a"