aboutsummaryrefslogtreecommitdiffstats
path: root/mcp
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2020-01-15 10:24:44 +0000
committerGerrit Code Review <gerrit@opnfv.org>2020-01-15 10:24:44 +0000
commit7fccfa4ebaf793bc77ec7160bdd661e5a8015162 (patch)
treea6bbc15845e50b85f0beb7c07f20340789f4ed32 /mcp
parente1e638391643335479d25144600586a3adf6ed3e (diff)
parentfdf80205c24041fdf143269b128bf479401d832c (diff)
Merge "fdio noha: Workaround tap MAC generation issues"
Diffstat (limited to 'mcp')
-rw-r--r--mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/init.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/init.yml b/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/init.yml
index 1e1388485..858da65a7 100644
--- a/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/init.yml
+++ b/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/init.yml
@@ -18,3 +18,13 @@ parameters:
node_hostname: ${_param:cluster_node01_hostname}
node_port: 4001
external_vpp_tap: 'tap0'
+ linux:
+ system:
+ file:
+ /etc/systemd/network/99-default.link:
+ contents: |
+ # Workaround tap/bridge MAC generation issue
+ # https://github.com/systemd/systemd/issues/3374
+ [Link]
+ NamePolicy=kernel database onboard slot path
+ MACAddressPolicy=none