Magnesium branch cut
[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-custom
6
7     # The project name
8     project: 'groupbasedpolicy'
9     disable-job: true
10
11     topology:
12       - 1node:
13           openstack_system_count: 1
14           odl_system_count: 1
15           enable-haproxy: 'no'
16
17     testplan: '{project}-{topology}-openstack.txt'
18
19     # The project name
20     functionality: 'openstack'
21
22     stream:
23       - aluminium:
24           branch: 'master'
25           jre: 'openjdk11'
26       - magnesium:
27           branch: 'stable/magnesium'
28           jre: 'openjdk11'
29       - sodium:
30           branch: 'stable/sodium'
31       - neon:
32           branch: 'stable/neon'
33           install-features: 'odl-groupbasedpolicy-neutron-and-ofoverlay,odl-restconf'
34
35     openstack:
36       - queens:
37           openstack-branch: 'stable/queens'
38           odl-ml2-branch: 'stable/queens'
39
40     public-bridge: 'br-int'
41
42     enable-openstack-plugins: 'networking-odl'
43
44     security-group-mode: 'none'