Merge "Bump Boron release tag for next release"
[releng/builder.git] / jjb / netvirt / netvirt-legacy-csit-multi-openstack.yaml
1 ---
2 - project:
3     name: netvirt-legacy-csit-openstack-integration
4     jobs:
5       - '{project}-csit-{topology}-openstack-{openstack}-{functionality}-{stream}'
6
7     # The project name
8     project: 'netvirt-legacy'
9
10     topology:
11       - 1node:
12           openstack_system_count: 3
13           odl_system_count: 1
14           enable-haproxy: 'no'
15           install-features: 'odl-ovsdb-openstack,decanter-collector-jmx,decanter-appender-elasticsearch'
16       - 3node:
17           openstack_system_count: 4
18           odl_system_count: 3
19           enable-haproxy: 'yes'
20           install-features: 'odl-jolokia,odl-ovsdb-openstack,decanter-collector-jmx,decanter-appender-elasticsearch'
21
22     testplan: '{project}-{topology}-openstack.txt'
23
24     # The project name
25     functionality:
26       - upstream:
27           schedule: ''
28       - gate:
29           schedule: ''
30
31     stream:
32       - boron:
33           branch: 'stable/boron'
34           jre: 'openjdk8'
35       - beryllium:
36           branch: 'stable/beryllium'
37           jre: 'openjdk7'
38
39     openstack:
40       - mitaka:
41           openstack-branch: 'stable/mitaka'
42           odl-ml2-branch: 'stable/mitaka'
43           openstack_system_image: 'CentOS 7 - devstack-mitaka - 20170314-2255'
44       - newton:
45           openstack-branch: 'stable/newton'
46           odl-ml2-branch: 'stable/newton'
47           openstack_system_image: 'CentOS 7 - devstack-newton - 20170314-2256'
48       - newton-nodl-v2:
49           openstack-branch: 'stable/newton'
50           odl-ml2-branch: 'stable/newton'
51           odl-ml2-driver-version: 'v2'
52           openstack_system_image: 'CentOS 7 - devstack-newton - 20170314-2256'
53
54     public-bridge: 'br-ex'