diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-11-05 08:51:09 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-11-05 12:05:53 +0000 |
commit | 5daea0d37e7a778abef1b7d69f2ca8243704e92a (patch) | |
tree | c85cbe06fbd42dda5bcc3d63ea261a94a72ecc72 /resources/tools/testbed-setup | |
parent | 33f0653d0316b33199a48302f205e59b01dc9b7a (diff) |
Static content for vpp_device sections
Change-Id: Ia445ab5c339aecc0dfc6db40b2eb962436f9aeea
Signed-off-by: Peter Mikus <pmikus@cisco.com>
(cherry picked from commit 455dd6483d66705ce78e60ce6ee22c73db80230b)
(cherry picked from commit a3f83b81b20deb7519c52e5e8363f2c4d3a326d3)
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.yaml | 4 | ||||
-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.yaml | 4 | ||||
-rw-r--r-- | resources/tools/testbed-setup/ansible/vppdevice.yaml | 10 |
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 |