Fix _ to be -
[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       - gate
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 - 20170808-0528'
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 - 20170808-0528'
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 - 20170808-0528'
52
53     public-bridge: 'br-ex'