68ec29abf0
The DevStack module for OVN has now been moved to the DevStack repository, this patch is deletes it from the Neutron repository. Depends-On: https://review.opendev.org/#/c/748140/ Change-Id: I2c30b8130525380234d767a7cb46f9bcca2a0d6b Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
26 lines
743 B
YAML
26 lines
743 B
YAML
- shell:
|
|
cmd: |
|
|
set -e
|
|
set -x
|
|
GATE_STACK_USER={{ ansible_user }}
|
|
IS_GATE=True
|
|
|
|
BASE_DIR={{ base_dir }}
|
|
GATE_DEST={{ gate_dest_dir }}
|
|
PROJECT_NAME={{ project_name }}
|
|
NEUTRON_DIR={{ neutron_dir }}
|
|
DEVSTACK_PATH={{ devstack_dir }}
|
|
TOP_DIR={{ devstack_dir }}
|
|
VENV={{ tests_venv }}
|
|
STACK_USER=stack
|
|
OVS_BRANCH={{ OVS_BRANCH }}
|
|
OVN_BRANCH={{ OVN_BRANCH }}
|
|
|
|
source $DEVSTACK_PATH/functions
|
|
source $NEUTRON_DIR/devstack/lib/ovs
|
|
source $DEVSTACK_PATH/lib/neutron_plugins/ovn_agent
|
|
source $NEUTRON_DIR/tools/configure_for_func_testing.sh
|
|
|
|
configure_host_for_func_testing
|
|
executable: /bin/bash
|