aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2018-11-05 08:51:09 +0000
committerTibor Frank <tifrank@cisco.com>2018-11-05 12:02:33 +0000
commit455dd6483d66705ce78e60ce6ee22c73db80230b (patch)
tree37097cc0a1e501acd3852d7b63b3d531beebe408 /resources/tools/testbed-setup
parent41ae3f37ecb95800b261cd1b1c2dc5f141a355f6 (diff)
Static content for vpp_device sections
Change-Id: Ia445ab5c339aecc0dfc6db40b2eb962436f9aeea Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/testbed-setup')
-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