Merge "Add option to not skip git.properties"
[releng/builder.git] / jjb / groupbasedpolicy / groupbasedpolicy-csit-1node-openstack.yaml
1 ---
2 - project:
3     name: groupbasedpolicy-csit-openstack-integration
4     jobs:
5       - '{project}-csit-{topology}-openstack-{openstack}-{functionality}-{stream}'
6
7     # The project name
8     project: 'groupbasedpolicy'
9
10     topology:
11       - 1node:
12           openstack_system_count: 1
13           odl_system_count: 1
14           enable-haproxy: 'no'
15
16     testplan: '{project}-{topology}-openstack.txt'
17
18     # The project name
19     functionality: 'openstack'
20
21     stream:
22       - carbon:
23           branch: 'master'
24           jre: 'openjdk8'
25           install-features: 'odl-groupbasedpolicy-neutron-and-ofoverlay,odl-restconf'
26       - boron:
27           branch: 'stable/boron'
28           jre: 'openjdk8'
29           install-features: 'odl-groupbasedpolicy-neutron-and-ofoverlay,odl-restconf'
30       - beryllium:
31           branch: 'stable/beryllium'
32           jre: 'openjdk7'
33           install-features: 'odl-groupbasedpolicy-neutronmapper,odl-restconf'
34
35     openstack:
36       - mitaka:
37           openstack-branch: 'stable/mitaka'
38           odl-ml2-branch: 'stable/mitaka'
39       - liberty:
40           openstack-branch: 'stable/liberty'
41           odl-ml2-branch: 'stable/liberty'
42
43     schedule: 'H H * * *'
44
45     public-bridge: 'br-int'
46
47     enable-openstack-plugins: 'networking-odl'
48
49     security-group-mode: 'none'