SDN should not set net.ipv4.ip_forward Ansible install now sets net.ipv4.ip_forward=1 so setting it in SDN is not needed. This change converts SDN to test for the presence of the flag instead of setting it. Fixes 1477716 https://bugzilla.redhat.com/show_bug.cgi?id=1477716 Original install fix is here: bz1372388 - Installer should persist net.ipv4.ip_forward -- PR 2396 (commit: 069598b)
Add an import verification tool In order to ensure that selected package trees in our source import only from other package trees, we need a tool that will determine the imports for a package tree and verify them all. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> (commit: 506ada9)