aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/tools/testbed-setup/ansible/group_vars/haswell.yaml (renamed from resources/tools/testbed-setup/ansible/group_vars/haswell/tg.yaml)0
-rw-r--r--resources/tools/testbed-setup/ansible/group_vars/haswell/sut.yaml4
-rw-r--r--resources/tools/testbed-setup/ansible/group_vars/skylake.yaml (renamed from resources/tools/testbed-setup/ansible/group_vars/skylake/tg.yaml)0
-rw-r--r--resources/tools/testbed-setup/ansible/group_vars/skylake/sut.yaml4
-rw-r--r--resources/tools/testbed-setup/ansible/vppdevice.yaml10
5 files changed, 0 insertions, 18 deletions
diff --git a/resources/tools/testbed-setup/ansible/group_vars/haswell/tg.yaml b/resources/tools/testbed-setup/ansible/group_vars/haswell.yaml
index 1242115e98..1242115e98 100644
--- a/resources/tools/testbed-setup/ansible/group_vars/haswell/tg.yaml
+++ b/resources/tools/testbed-setup/ansible/group_vars/haswell.yaml
diff --git a/resources/tools/testbed-setup/ansible/group_vars/haswell/sut.yaml b/resources/tools/testbed-setup/ansible/group_vars/haswell/sut.yaml
deleted file mode 100644
index b1b55859fd..0000000000
--- a/resources/tools/testbed-setup/ansible/group_vars/haswell/sut.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-# file: group_vars/haswell/sut.yaml
-
-isolcpus: "1-17,19-35"
diff --git a/resources/tools/testbed-setup/ansible/group_vars/skylake/tg.yaml b/resources/tools/testbed-setup/ansible/group_vars/skylake.yaml
index 7ea3ec3c9e..7ea3ec3c9e 100644
--- a/resources/tools/testbed-setup/ansible/group_vars/skylake/tg.yaml
+++ b/resources/tools/testbed-setup/ansible/group_vars/skylake.yaml
diff --git a/resources/tools/testbed-setup/ansible/group_vars/skylake/sut.yaml b/resources/tools/testbed-setup/ansible/group_vars/skylake/sut.yaml
deleted file mode 100644
index f5926abd94..0000000000
--- a/resources/tools/testbed-setup/ansible/group_vars/skylake/sut.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-# file: group_vars/skylake/sut.yaml
-
-isolcpus: "1-27,29-55,57-83,85-111"
diff --git a/resources/tools/testbed-setup/ansible/vppdevice.yaml b/resources/tools/testbed-setup/ansible/vppdevice.yaml
deleted file mode 100644
index 31912d92ff..0000000000
--- a/resources/tools/testbed-setup/ansible/vppdevice.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
----
-# file: vppdevice.yaml
-
-- hosts: vppdevice
- remote_user: testuser
- become: yes
- become_user: root
- roles:
- - common
- - vppdevice