From: Janki Chhatbar Date: Thu, 8 Mar 2018 14:11:58 +0000 (+0530) Subject: Add new job for ODL upgrade X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=9fe387cfc5c222178e4bccc84bc3f9d4646ee5cb;p=releng%2Fbuilder.git Add new job for ODL upgrade Depends-On: https://git.opendaylight.org/gerrit/66295 Change-Id: I80aedad16b4d97f43b25984ba18ad727aa0b3b07 Signed-Off-By: Janki Chhatbar Signed-off-by: Jamo Luhrsen --- diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index aa8a735ec..b0aca8a73 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -346,6 +346,10 @@ minimize_polling=True physical_network_mtus = ${PUBLIC_PHYSICAL_NETWORK}:1400 path_mtu = 1458 +[ml2_odl] +# Trigger n-odl full sync every 30 secs. +maintenance_interval = 30 + [[post-config|/etc/neutron/dhcp_agent.ini]] [DEFAULT] force_metadata = True diff --git a/jjb/netvirt/netvirt-csit-multi-openstack-upgrade.yaml b/jjb/netvirt/netvirt-csit-multi-openstack-upgrade.yaml new file mode 100644 index 000000000..565bd6f18 --- /dev/null +++ b/jjb/netvirt/netvirt-csit-multi-openstack-upgrade.yaml @@ -0,0 +1,37 @@ +--- +- project: + name: netvirt-csit-upgrade-openstack-integration-oxygen + jobs: + - inttest-csit-openstack + + project: 'netvirt' + stream: 'fluorine' + branch: 'master' + testplan: '{project}-{topology}-openstack-upgrade.txt' + odl-ml2-driver-version: 'v2' + enable-openstack-services: 'placement-api,l2gw-plugin' + enable-openstack-compute-services: 'placement-client' + security-group-mode: 'stateful' + odl_system_flavor: odl-standard-8 + openstack_system_flavor: odl-standard-8 + openstack_system2_flavor: odl-standard-4 + + topology: + - 1node: + openstack_system2_count: 2 + odl_system_count: 1 + enable-haproxy: 'no' + install-features: 'odl-netvirt-openstack' + + functionality: + - upgrade + - upgrade-snat-conntrack: + odl-snat-mode: 'conntrack' + + openstack: + - queens: + openstack-branch: 'stable/queens' + odl-ml2-branch: 'stable/queens' + odl-ml2-port-binding: 'pseudo-agentdb-binding' + openstack_system_image: '{openstack_system_image_pike}' + openstack_system2_image: '{openstack_system_image_pike}'