openqa/worker: remove old unused files

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson
2025-07-02 17:23:11 -07:00
parent b343d8de52
commit 10b68ac01f
2 changed files with 0 additions and 19 deletions

View File

@@ -1,10 +0,0 @@
DEVICETYPE='ovs'
TYPE='OVSBridge'
BOOTPROTO='static'
IPADDR='172.16.2.2'
NETMASK='255.254.0.0'
DEVICE=openqabr0
STP=on
ONBOOT='yes'
NAME='openqabr0'
HOTPLUG='no'

View File

@@ -1,9 +0,0 @@
#!/bin/sh
# if the interface being brought up is tap[n], create
# the tap device first
if=$(echo "$1" | sed -e 's,ifcfg-,,')
tap=$(echo "$if" | sed -e 's,[0-9]\+$,,')
if [ "$tap" == "tap" ]; then
tunctl -u _openqa-worker -p -t "$if"
fi