Merge "Use smaller vms for devstack jobs"
[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: 1
13           openstack_system2_count: 2
14           odl_system_count: 1
15           enable-haproxy: 'no'
16           install-features: 'odl-ovsdb-openstack,decanter-collector-jmx,decanter-appender-elasticsearch'
17       - 3node:
18           openstack_system_count: 1
19           openstack_system2_count: 3
20           odl_system_count: 3
21           enable-haproxy: 'yes'
22           install-features: 'odl-jolokia,odl-ovsdb-openstack,decanter-collector-jmx,decanter-appender-elasticsearch'
23
24     testplan: '{project}-{topology}-openstack.txt'
25
26     # The project name
27     functionality:
28       - upstream:
29           schedule: ''
30       - gate:
31           schedule: ''
32
33     stream:
34       - boron:
35           branch: 'stable/boron'
36           jre: 'openjdk8'
37           karaf-version: karaf3
38
39     openstack:
40       - newton:
41           openstack-branch: 'stable/newton'
42           odl-ml2-branch: 'stable/newton'
43           openstack_system_image: 'CentOS 7 - devstack-newton - 20170707-0359'
44       - newton-nodl-v2:
45           openstack-branch: 'stable/newton'
46           odl-ml2-branch: 'stable/newton'
47           odl-ml2-driver-version: 'v2'
48           openstack_system_image: 'CentOS 7 - devstack-newton - 20170707-0359'
49       - ocata:
50           openstack-branch: 'stable/ocata'
51           odl-ml2-branch: 'stable/ocata'
52           odl-ml2-driver-version: 'v2'
53           openstack_system_image: 'CentOS 7 - devstack-newton - 20170707-0359'
54
55     public-bridge: 'br-ex'