Fix: Ubuntu Devstack node needs larger instance type
[releng/builder.git] / jjb / defaults.yaml
1 ---
2 # ODL Releng jenkins defaults
3
4 - defaults:
5     name: global
6     prefix: "" # A prefix for job names sandbox for example: user-
7
8     karaf-based-controller: "True"
9     karaf-version: karaf4
10     build-days-to-keep: 30
11     use-features-boot: "True"
12
13     # File triggers
14     files: "**"
15     forbidden-files: ""
16
17     # Timeout in minutes
18     build-timeout: 360
19     build-node: centos8-builder-4c-4g
20     schedule: ""
21     schedule-daily: "H H * * *"
22     schedule-saturday: "H H * * 6"
23     schedule-weekly: "H 23 * * 6"
24
25     email-recipients: "jenkins@lists.opendaylight.org"
26     odl-ml2-driver-repo: "https://github.com/openstack/networking-odl"
27     networking-l2gw-repo: "http://git.openstack.org/openstack/networking-l2gw"
28     devstack-kubernetes-plugin-repo: "https://github.com/openstack/kuryr-kubernetes"
29     devstack-lbaas-plugin-repo: "https://github.com/openstack/neutron-lbaas"
30     devstack-networking-sfc-plugin-repo: "https://github.com/openstack/networking-sfc"
31
32     # lf-infra defaults
33     jenkins-ssh-credential: jenkins-ssh
34     jenkins-ssh-release-credential: "jenkins-release"
35     gerrit-server-name: OpenDaylight
36     mvn-site-id: opendaylight-site
37     mvn-snapshot-id: opendaylight-snapshot
38     mvn-staging-id: opendaylight-staging
39     nexus-snapshot-repo: opendaylight.snapshot
40     git-url: "ssh://jenkins-$SILO@git.opendaylight.org:29418"
41     lftools-version: <1.0.0
42
43     # Nexus3 docker registries
44     container-public-registry: nexus3.opendaylight.org:10001
45     container-snapshot-registry: nexus3.opendaylight.org:10003
46     container-staging-registry: nexus3.opendaylight.org:10004
47     # the quotes here are REQUIRED
48     container-push-registry: "{container-snapshot-registry}"
49
50     # openstack-cron email notification defaults
51     failure-notification: "releng+ODL@linuxfoundation.org"
52     failure-notification-prefix: "[releng]"
53
54     # defaults for parameters installing openstack for csit jobs
55     devstack-hash: ""
56     create-initial-networks: "False"
57     disable-odl-l3-service-plugin: "no"
58     disable-openstack-services: ""
59     enable-networking-l2gw: "no"
60     enable-openstack-plugins: "networking-odl"
61     enable-openstack-services: ""
62     enable-openstack-compute-services: ""
63     enable-openstack-network-services: "neutron,neutron-api,neutron-dhcp,neutron-metadata-agent"
64     enable-gre-type-driver: "no"
65     ipsec-vxlan-tunnels-enabled: "no"
66     lbaas-service-provider: ""
67     num-openstack-sites: 1
68     odl-ml2-driver-version: "v1"
69     odl-ml2-port-binding: "network-topology"
70     public-bridge: "br-physnet1"
71     public-physical-network: "physnet1"
72     security-group-mode: "none"
73     tenant-network-type: "vxlan"
74     odl-sfc-driver: "odl"
75     odl-snat-mode: "controller"
76     group-add-mod-enabled: "false"
77     enable-itm-direct-tunnels: "false"
78     openstack_legacy_default_network_services: "q-dhcp,q-meta,q-svc"
79     os-cmb-cnt: 1
80     os-ctl-cnt: 0
81     os-cmp-cnt: 0
82     os-std-topo: "0cmb-1ctl-2cmp"
83     ovs-install: ""
84
85     # openstack-infra-parameters defaults
86     archive-artifacts: ""
87     branch: master
88     distribution_branch: "$GERRIT_BRANCH"
89     os-cloud: vex
90
91     # Distribution bundle URL
92     bundle-url: "last"
93     repo-url: ""
94     install-features: ""
95     sm-repos: ""
96     sm-features: ""
97
98     # Elasticsearch attribute
99     elasticsearch-attribute: "disabled"
100
101     # CSIT configuration
102     odl_system_count: 1
103     odl_system_flavor: "v3-standard-4"
104     odl_system_image: "ZZCI - CentOS Stream 8 - builder - x86_64 - 20230727-135233.501"
105     controller-max-mem: "2048m"
106     openstack_system_count: 1
107     openstack_system_flavor: "v3-standard-4"
108     openstack_system_image: "ZZCI - CentOS 7 - devstack - x86_64 - 20230401-230106.445"
109     openstack_system2_count: 0
110     openstack_system2_flavor: "v3-standard-2"
111     openstack_system2_image: "ZZCI - CentOS 7 - devstack - x86_64 - 20230401-230106.445"
112     openstack_system3_count: 1
113     openstack_system3_flavor: "v3-standard-8"
114     openstack_system3_image: "ZZCI - Ubuntu 22.04 - devstack - x86_64 - 20231031-095146.118"
115     tools_system_count: 1
116     tools_system_flavor: "v3-standard-2"
117     tools_system_image: "ZZCI - Ubuntu 18.04 - mininet-ovs-28 - x86_64 - 20230501-180106.320"
118     openstack_stein_system_image: "ZZCI - CentOS 7 - devstack-stein - x86_64 - 20221101-010107.368"
119     openstack_rocky_system_image: "ZZCI - CentOS 7 - devstack-rocky - x86_64 - 20221101-000109.537"
120
121     # Default Robot framework options
122     robot-options: ""
123     trigger-jobs: ""
124     debug-map: ""
125     test-suites: ""
126     gate-job: "False"
127
128     # Data for csit-verify jobs
129     # Branch for "last" version detection
130     verify-branch: stable/argon
131     # Value for ODL_STREAM
132     verify-stream: argon
133     verify-karaf-version: karaf4
134     verify-jdkversion: openjdk17
135
136     # Maven / Java
137     java-version: "openjdk17"
138     jre: "openjdk17"
139     opendaylight-infra-mvn-opts: |
140       --show-version
141       --batch-mode
142       -Djenkins
143       -Dmaven.repo.local=/tmp/r
144       -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r
145     opendaylight-infra-parallel-mvn-opts: |
146       -T1.5C
147       {opendaylight-infra-mvn-opts}
148
149     # JavaDoc
150     javadoc-path: org.opendaylight.$PROJECT/$STREAM
151
152     # Python
153     toxdir: ""
154
155     # Sonarcloud config
156     sonarcloud_api_token: 9bc1618a11c4bbe474ac542af84f655c545627c1
157     sonarcloud_project_organization: opendaylight
158
159     # Plot configuration
160     01-plot-title: ""
161     01-plot-yaxis: ""
162     01-plot-group: "Default Plot Group"
163     01-plot-data-file: "plot-data.csv"
164     02-plot-title: ""
165     02-plot-yaxis: ""
166     02-plot-group: "Default Plot Group"
167     02-plot-data-file: "plot-data.csv"
168     03-plot-data-file: "03-nonexisting.csv"
169     03-plot-title: ""
170     03-plot-yaxis: ""
171     03-plot-group: ""
172     03-inclusion-flag: "off"
173     03-exclude-value: ""
174     04-plot-data-file: "04-nonexisting.csv"
175     04-plot-title: ""
176     04-plot-yaxis: ""
177     04-plot-group: ""
178     04-inclusion-flag: "off"
179     04-exclude-value: ""
180     05-plot-data-file: "05-nonexisting.csv"
181     05-plot-title: ""
182     05-plot-yaxis: ""
183     05-plot-group: ""
184     05-inclusion-flag: "off"
185     05-exclude-value: ""
186     06-plot-data-file: "06-nonexisting.csv"
187     06-plot-title: ""
188     06-plot-yaxis: ""
189     06-plot-group: ""
190     06-inclusion-flag: "off"
191     06-exclude-value: ""
192     07-plot-data-file: "07-nonexisting.csv"
193     07-plot-title: ""
194     07-plot-yaxis: ""
195     07-plot-group: ""
196     07-inclusion-flag: "off"
197     07-exclude-value: ""
198     08-plot-data-file: "08-nonexisting.csv"
199     08-plot-title: ""
200     08-plot-yaxis: ""
201     08-plot-group: ""
202     08-inclusion-flag: "off"
203     08-exclude-value: ""
204     09-plot-data-file: "09-nonexisting.csv"
205     09-plot-title: ""
206     09-plot-yaxis: ""
207     09-plot-group: ""
208     09-inclusion-flag: "off"
209     09-exclude-value: ""
210     10-plot-data-file: "10-nonexisting.csv"
211     10-plot-title: ""
212     10-plot-yaxis: ""
213     10-plot-group: ""
214     10-inclusion-flag: "off"
215     10-exclude-value: ""
216
217     # Manual CSIT job lists used by sanity or periodic in nature.
218     csit-mri-list-argon: >
219       aaa-csit-1node-authn-all-argon,
220       controller-csit-1node-akka1-all-argon,
221       controller-csit-1node-benchmark-all-argon,
222       controller-csit-1node-rest-cars-perf-all-argon,
223       controller-csit-3node-benchmark-all-argon,
224       controller-csit-3node-clustering-ask-all-argon,
225       controller-csit-3node-clustering-tell-all-argon,
226       controller-csit-3node-rest-clust-cars-perf-ask-only-argon,
227       controller-csit-3node-rest-clust-cars-perf-tell-only-argon,
228       mdsal-csit-3node-netty-replicate-only-argon,
229       netconf-csit-1node-callhome-only-master,
230       netconf-csit-1node-scale-max-devices-only-master,
231       netconf-csit-1node-scale-only-master,
232       netconf-csit-1node-userfeatures-all-master,
233       netconf-csit-3node-clustering-only-master,
234       netconf-csit-3node-clustering-scale-only-master,
235       yangtools-csit-1node-system-only-master
236     csit-weekly-list-argon: >
237       controller-csit-1node-notifications-longevity-only-argon,
238       controller-csit-3node-drb-partnheal-longevity-only-argon,
239       controller-csit-3node-drb-precedence-longevity-only-argon,
240       controller-csit-3node-ddb-expl-lead-movement-longevity-only-argon,
241       bgpcep-csit-3node-bgpclustering-longevity-only-argon,
242       distribution-deploy-argon,
243       distribution-offline-argon,
244       openflowplugin-csit-1node-longevity-only-argon
245     csit-sanity-list-argon: >
246       openflowplugin-csit-1node-sanity-only-argon,
247       distribution-sanity-argon
248     csit-mri-list-potassium: >
249       aaa-csit-1node-authn-all-potassium,
250       controller-csit-1node-akka1-all-potassium,
251       controller-csit-1node-benchmark-all-potassium,
252       controller-csit-1node-rest-cars-perf-all-potassium,
253       controller-csit-3node-benchmark-all-potassium,
254       controller-csit-3node-clustering-ask-all-potassium,
255       controller-csit-3node-clustering-tell-all-potassium,
256       controller-csit-3node-rest-clust-cars-perf-ask-only-potassium,
257       controller-csit-3node-rest-clust-cars-perf-tell-only-potassium,
258       mdsal-csit-3node-netty-replicate-only-potassium,
259       netconf-csit-1node-callhome-only-master,
260       netconf-csit-1node-scale-max-devices-only-master,
261       netconf-csit-1node-scale-only-master,
262       netconf-csit-1node-userfeatures-all-master,
263       netconf-csit-3node-clustering-only-master,
264       netconf-csit-3node-clustering-scale-only-master,
265       yangtools-csit-1node-system-only-master
266     csit-weekly-list-potassium: >
267       controller-csit-1node-notifications-longevity-only-potassium,
268       controller-csit-3node-drb-partnheal-longevity-only-potassium,
269       controller-csit-3node-drb-precedence-longevity-only-potassium,
270       controller-csit-3node-ddb-expl-lead-movement-longevity-only-potassium,
271       bgpcep-csit-3node-bgpclustering-longevity-only-potassium,
272       distribution-deploy-potassium,
273       distribution-offline-potassium,
274       openflowplugin-csit-1node-longevity-only-potassium
275     csit-sanity-list-potassium: >
276       openflowplugin-csit-1node-sanity-only-potassium,
277       distribution-sanity-potassium
278     csit-mri-list-calcium: >
279       aaa-csit-1node-authn-all-calcium,
280       controller-csit-1node-akka1-all-calcium,
281       controller-csit-1node-benchmark-all-calcium,
282       controller-csit-1node-rest-cars-perf-all-calcium,
283       controller-csit-3node-benchmark-all-calcium,
284       controller-csit-3node-clustering-ask-all-calcium,
285       controller-csit-3node-clustering-tell-all-calcium,
286       controller-csit-3node-rest-clust-cars-perf-ask-only-calcium,
287       controller-csit-3node-rest-clust-cars-perf-tell-only-calcium,
288       mdsal-csit-3node-netty-replicate-only-calcium,
289       netconf-csit-1node-callhome-only-master,
290       netconf-csit-1node-scale-max-devices-only-master,
291       netconf-csit-1node-scale-only-master,
292       netconf-csit-1node-userfeatures-all-master,
293       netconf-csit-3node-clustering-only-master,
294       netconf-csit-3node-clustering-scale-only-master,
295       yangtools-csit-1node-system-only-master
296     csit-weekly-list-calcium: >
297       controller-csit-1node-notifications-longevity-only-calcium,
298       controller-csit-3node-drb-partnheal-longevity-only-calcium,
299       controller-csit-3node-drb-precedence-longevity-only-calcium,
300       controller-csit-3node-ddb-expl-lead-movement-longevity-only-calcium,
301       bgpcep-csit-3node-bgpclustering-longevity-only-calcium,
302       distribution-deploy-calcium, distribution-offline-calcium,
303       openflowplugin-csit-1node-longevity-only-calcium
304     csit-sanity-list-calcium: >
305       openflowplugin-csit-1node-sanity-only-calcium,
306       distribution-sanity-calcium