Always update OVS to 2.9.2 27/66027/2
authorTim Rozet <trozet@redhat.com>
Fri, 21 Dec 2018 17:36:36 +0000 (12:36 -0500)
committerTim Rozet <trozet@redhat.com>
Fri, 21 Dec 2018 18:26:57 +0000 (13:26 -0500)
commit4f988328adf5dd8735bbf0a9420528cd343cfcd3
tree12219ad9df6f4c56dddce300561cff9556d6828b
parente1d286e89e04577bda2569a5909dfe8182d953ba
Always update OVS to 2.9.2

Right now RDO defaults to an old version of OVS. In Apex for non-sfc
scenarios we were pulling a prebuilt RPM of OVS 2.9.0 that included a
group tables fix needed for ODL. For SFC, we now just build OVS along
with the kernel module from native OVS because NSH support exists
upstream in that version.

We can move to always doing this operation for all OVS based scenarios,
which will bump our OVS and ensure the package we build at runtime will
work with our kernel.

Change-Id: If38d0b858878f1af66990d987612a8f8f6fa2718
Signed-off-by: Tim Rozet <trozet@redhat.com>
apex/overcloud/deploy.py
apex/tests/test_apex_overcloud_deploy.py