From dd976c8789b3083a0c2853df3a2ac9d78a189fac Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Fri, 1 Jun 2018 17:36:38 -0500 Subject: [PATCH] Add networkd prefix when creating networks systemd networkd is a shared directory of networks that needs to be able to co-exist with the host which may be using networkd on it's own. This change adds an nspawn specific networkd prefix to the interface files to ensure we're not creating interface file collisions. Change-Id: Ice32dd1019cd8f0c38c653ffc960dbb3ff84cada Signed-off-by: Kevin Carter --- tests/roles/bootstrap-host/tasks/prepare_networking.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/roles/bootstrap-host/tasks/prepare_networking.yml b/tests/roles/bootstrap-host/tasks/prepare_networking.yml index 2e1c5ae9ea..4f372c1ace 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_networking.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_networking.yml @@ -18,6 +18,7 @@ name: systemd_networkd private: true vars: + systemd_networkd_prefix: "osa_testing" systemd_interface_cleanup: true systemd_run_networkd: true systemd_netdevs: