mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-28 07:28:00 +02:00
create predicatble interfaces
This commit is contained in:
@@ -420,7 +420,7 @@ def run_qcow2_modify_network_config(profile, mode, ip=None, gateway=None, dns=No
|
||||
hv_name = profile.split('-')[1]
|
||||
target = hv_name + "_*"
|
||||
image = '/nsm/libvirt/images/sool9/sool9.qcow2'
|
||||
interface = 'eth0'
|
||||
interface = 'enp1s0'
|
||||
|
||||
try:
|
||||
r = local.cmd(target, 'qcow2.modify_network_config', [
|
||||
|
||||
Reference in New Issue
Block a user