summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorSlawek Kaplonski <skaplons@redhat.com>2021-07-06 12:07:59 +0200
committerSlawek Kaplonski <skaplons@redhat.com>2022-01-17 12:32:04 +0100
commitddf0568f39eea99ee6a415dc7592cb5681f060c4 (patch)
treeb707a629180c3df23345851d4684ecc4b7768502 /roles
parent0a89986932bef0c7200fb731ab54832608926fbb (diff)
downloadneutron-ddf0568f39eea99ee6a415dc7592cb5681f060c4.tar.gz
Make configure_for_func_testing compatible with e.g. Centos
This is basically revert of the [1] which was revert of the [2] but now it should not break our CI jobs. In the configure_for_func_testing script openvswitch is installed from source. We need to set proper flag (Q_BUILD_OVS_FROM_GIT) which is used in Devstack to tell Devstack to install it from source and not from packages. This patch also removes flag BUILD_OVS_FROM_SOURCE from the configure_for_func_testing file as it was only used in that file and was actually duplicating the Q_BUILD_OVS_FROM_GIT option used also in Devstack. [1] https://review.opendev.org/c/openstack/neutron/+/824750 [2] https://review.opendev.org/c/openstack/neutron/+/824750 Change-Id: I35715a047d23ed87312afd294cc898de7c164583
Diffstat (limited to 'roles')
-rw-r--r--roles/configure_functional_tests/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/configure_functional_tests/tasks/main.yaml b/roles/configure_functional_tests/tasks/main.yaml
index 5e7888c84a..11debfb773 100644
--- a/roles/configure_functional_tests/tasks/main.yaml
+++ b/roles/configure_functional_tests/tasks/main.yaml
@@ -15,7 +15,7 @@
STACK_USER=stack
OVS_BRANCH={{ OVS_BRANCH }}
OVN_BRANCH={{ OVN_BRANCH }}
- BUILD_OVS_FROM_SOURCE={{ BUILD_OVS_FROM_SOURCE }}
+ Q_BUILD_OVS_FROM_GIT={{ Q_BUILD_OVS_FROM_GIT }}
INSTALL_OVN={{ INSTALL_OVN }}
# This is DB USER used in e.g. pgsql db
DATABASE_USER=openstack_citest