From 8018da98e0f362bc69fc9600fac222a86fd46b5e Mon Sep 17 00:00:00 2001 From: Tomas Alexy Date: Thu, 1 Apr 2021 15:44:14 +0200 Subject: Infra: AWS Update to Ubuntu 20.04 - Change AMI image to Ubuntu 20.04 - Add calibration role - Add AWS vfio-patch for kernel 5.8+ - Prepare root module's main.tf to be used with environment variables Signed-off-by: Tomas Alexy Change-Id: I7db3f28ba573a5a8a1dc07179ef78ef34ce9ebf3 --- resources/tools/testbed-setup/ansible/sut.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'resources/tools/testbed-setup/ansible/sut.yaml') diff --git a/resources/tools/testbed-setup/ansible/sut.yaml b/resources/tools/testbed-setup/ansible/sut.yaml index abc25a279c..37a96c28d0 100644 --- a/resources/tools/testbed-setup/ansible/sut.yaml +++ b/resources/tools/testbed-setup/ansible/sut.yaml @@ -64,10 +64,8 @@ tags: aws - role: cleanup tags: cleanup - # TODO: 'Check Kernel Parameters' failing in - # resources/tools/testbed-setup/ansible/roles/calibration/tasks/main.yaml - # - role: calibration - # tags: calibration + - role: calibration + tags: calibration - hosts: sut_azure become: yes -- cgit 1.2.3-korg