b255922bfde674e930d601c6ffb52c3c3379ce40
[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           karaf-version: karaf3
36
37     openstack:
38       - newton:
39           openstack-branch: 'stable/newton'
40           odl-ml2-branch: 'stable/newton'
41           openstack_system_image: 'CentOS 7 - devstack-newton - 20170609-0220'
42       - newton-nodl-v2:
43           openstack-branch: 'stable/newton'
44           odl-ml2-branch: 'stable/newton'
45           odl-ml2-driver-version: 'v2'
46           openstack_system_image: 'CentOS 7 - devstack-newton - 20170609-0220'
47       - ocata:
48           openstack-branch: 'stable/ocata'
49           odl-ml2-branch: 'stable/ocata'
50           odl-ml2-driver-version: 'v2'
51           openstack_system_image: 'CentOS 7 - devstack-newton - 20170609-0220'
52
53     public-bridge: 'br-ex'