Remove nitrogen branches in projects
[releng/builder.git] / jjb / groupbasedpolicy / groupbasedpolicy-csit-1node-openstack.yaml
1 ---
2 - project:
3     name: groupbasedpolicy-csit-openstack-integration
4     jobs:
5       - inttest-csit-openstack
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       - fluorine:
23           branch: 'master'
24           install-features: 'odl-groupbasedpolicy-neutron-and-ofoverlay,odl-restconf'
25       - oxygen:
26           branch: 'stable/oxygen'
27           install-features: 'odl-groupbasedpolicy-neutron-and-ofoverlay,odl-restconf'
28
29     openstack:
30       - ocata:
31           openstack-branch: 'stable/ocata'
32           odl-ml2-branch: 'stable/ocata'
33
34     public-bridge: 'br-int'
35
36     enable-openstack-plugins: 'networking-odl'
37
38     security-group-mode: 'none'