From e87428908ad2217e6bf4ac483c234891f535f4ec Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Wed, 11 Dec 2019 15:17:58 +0000 Subject: [PATCH] Add "OVN" debs and rpms package files The networking-ovn code is being moved into the neutron repository as part of the effort [0]. This change is needed so we are able to install OVN from packages when running the networking-ovn functional tests along with the Neutron ones (see [1]). In the old networking-ovn repository we did compile OVN from source instead of installing it from packages but that took time. We want to do better in the Neutron repository. [0] https://blueprints.launchpad.net/neutron/+spec/neutron-ovn-merge [1] https://review.opendev.org/#/c/697440/ Change-Id: I92ab727d9954eb729c41b9a67ecb60b56883097b Signed-off-by: Lucas Alvares Gomes --- files/debs/ovn | 3 +++ files/rpms/ovn | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 files/debs/ovn create mode 100644 files/rpms/ovn diff --git a/files/debs/ovn b/files/debs/ovn new file mode 100644 index 0000000000..81eea5e633 --- /dev/null +++ b/files/debs/ovn @@ -0,0 +1,3 @@ +ovn-central +ovn-controller-vtep +ovn-host diff --git a/files/rpms/ovn b/files/rpms/ovn new file mode 100644 index 0000000000..698e57b0de --- /dev/null +++ b/files/rpms/ovn @@ -0,0 +1,3 @@ +ovn-central +ovn-host +ovn-vtep