From 311a3a84ed877767c1d4f840c6645e9577c43711 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 30 Jun 2019 09:38:17 +0200 Subject: [PATCH] Fix Gentoo ovs install openvswitch on gentoo needs another packaging hint, add it. For failure, see https://review.opendev.org/668249 Co-Authored-By: Matthew Thode Change-Id: I0a43dbf2fa63fa93bd7bf73db210ba4685b28127 --- roles/multi-node-bridge/tasks/common.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/multi-node-bridge/tasks/common.yaml b/roles/multi-node-bridge/tasks/common.yaml index 44a03a03d..4b9a492b5 100644 --- a/roles/multi-node-bridge/tasks/common.yaml +++ b/roles/multi-node-bridge/tasks/common.yaml @@ -31,6 +31,7 @@ create: yes with_items: - { line: 'dev-python/twisted conch # for openvswitch' } + - { line: 'sys-apps/util-linux caps # for openvswitch' } - { line: 'net-misc/openvswitch -modules # ovs/gre are staticly built' } when: - ansible_distribution == 'Gentoo'