Merge "Add PUBLIC_PHYSICAL_NETWORK to pybot command and yaml files"
[releng/builder.git] / jjb / netvirt / netvirt-legacy-csit-multi-openstack.yaml
1 - project:
2     name: netvirt-legacy-csit-openstack-integration
3     jobs:
4         - '{project}-csit-{topology}-openstack-{openstack}-{functionality}-{stream}'
5
6     # The project name
7     project: 'netvirt-legacy'
8
9     topology:
10         - 1node:
11             openstack_system_count: 3
12             odl_system_count: 1
13             enable-haproxy: 'no'
14             install-features: 'odl-ovsdb-openstack,decanter-collector-jmx,decanter-appender-elasticsearch'
15         - 3node:
16             openstack_system_count: 4
17             odl_system_count: 3
18             enable-haproxy: 'yes'
19             install-features: 'odl-jolokia,odl-ovsdb-openstack,decanter-collector-jmx,decanter-appender-elasticsearch'
20
21     testplan: '{project}-{topology}-openstack.txt'
22
23     # The project name
24     functionality:
25         - upstream:
26             schedule: ''
27         - gate:
28             schedule: ''
29
30     stream:
31         - carbon:
32             branch: 'master'
33             jre: 'openjdk8'
34         - boron:
35             branch: 'stable/boron'
36             jre: 'openjdk8'
37         - beryllium:
38             branch: 'stable/beryllium'
39             jre: 'openjdk7'
40
41     openstack:
42         - mitaka:
43             openstack-branch: 'stable/mitaka'
44             odl-ml2-branch: 'stable/mitaka'
45             odl-ml2-driver-version: 'v1'
46             openstack_system_image: CentOS 7 - devstack-mitaka - 20170130-0523
47         - newton:
48             openstack-branch: 'stable/newton'
49             odl-ml2-branch: 'stable/newton'
50             odl-ml2-driver-version: 'v1'
51             openstack_system_image: CentOS 7 - devstack-newton - 20170130-0426
52         - newton-nodl-v2:
53             openstack-branch: 'stable/newton'
54             odl-ml2-branch: 'stable/newton'
55             odl-ml2-driver-version: 'v2'
56             openstack_system_image: CentOS 7 - devstack-newton - 20170130-0426
57
58     odl-enable-l3: 'yes'
59
60     public-bridge: 'br-ex'
61
62     public-physical-network: 'physnet1'
63
64     enable-openstack-services: 'q-svc,q-dhcp,q-meta,n-cauth,tempest'
65
66     disable-openstack-services: 'swift,cinder,n-net,q-vpn,n-cpu'
67
68     tenant-network-type: 'vxlan'
69
70     security-group-mode: 'none'
71
72     robot-options: ''