Merge "Update cloud image Ubuntu18.04 mininet ovs"
[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: centos7-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 - 20221201-160128.560"
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 - 20221016-125752.520"
109     openstack_system2_count: 0
110     openstack_system2_flavor: "v3-standard-2"
111     openstack_system2_image: "ZZCI - CentOS 7 - devstack - x86_64 - 20221016-125752.520"
112     tools_system_count: 1
113     tools_system_flavor: "v3-standard-2"
114     tools_system_image: "ZZCI - Ubuntu 18.04 - mininet-ovs-28 - x86_64 - 20221201-180114.186"
115     openstack_stein_system_image: "ZZCI - CentOS 7 - devstack-stein - x86_64 - 20221016-222956.928"
116     openstack_rocky_system_image: "ZZCI - CentOS 7 - devstack-rocky - x86_64 - 20221101-000109.537"
117
118     # Default Robot framework options
119     robot-options: ""
120     trigger-jobs: ""
121     debug-map: ""
122     test-suites: ""
123     gate-job: "False"
124
125     # Data for csit-verify jobs
126     # Branch for "last" version detection
127     verify-branch: stable/sulfur
128     # Value for ODL_STREAM
129     verify-stream: sulfur
130     verify-karaf-version: karaf4
131     verify-jdkversion: openjdk11
132
133     # Maven / Java
134     java-version: "openjdk8"
135     jre: "openjdk8"
136     opendaylight-infra-mvn-opts: |
137       --show-version
138       --batch-mode
139       -Djenkins
140       -Dmaven.repo.local=/tmp/r
141       -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r
142     opendaylight-infra-parallel-mvn-opts: |
143       -T1.5C
144       {opendaylight-infra-mvn-opts}
145
146     # JavaDoc
147     javadoc-path: org.opendaylight.$PROJECT/$STREAM
148
149     # Python
150     toxdir: ""
151
152     # Sonarcloud config
153     sonarcloud_api_token: 9bc1618a11c4bbe474ac542af84f655c545627c1
154     sonarcloud_project_organization: opendaylight
155
156     # Plot configuration
157     01-plot-title: ""
158     01-plot-yaxis: ""
159     01-plot-group: "Default Plot Group"
160     01-plot-data-file: "plot-data.csv"
161     02-plot-title: ""
162     02-plot-yaxis: ""
163     02-plot-group: "Default Plot Group"
164     02-plot-data-file: "plot-data.csv"
165     03-plot-data-file: "03-nonexisting.csv"
166     03-plot-title: ""
167     03-plot-yaxis: ""
168     03-plot-group: ""
169     03-inclusion-flag: "off"
170     03-exclude-value: ""
171     04-plot-data-file: "04-nonexisting.csv"
172     04-plot-title: ""
173     04-plot-yaxis: ""
174     04-plot-group: ""
175     04-inclusion-flag: "off"
176     04-exclude-value: ""
177     05-plot-data-file: "05-nonexisting.csv"
178     05-plot-title: ""
179     05-plot-yaxis: ""
180     05-plot-group: ""
181     05-inclusion-flag: "off"
182     05-exclude-value: ""
183     06-plot-data-file: "06-nonexisting.csv"
184     06-plot-title: ""
185     06-plot-yaxis: ""
186     06-plot-group: ""
187     06-inclusion-flag: "off"
188     06-exclude-value: ""
189     07-plot-data-file: "07-nonexisting.csv"
190     07-plot-title: ""
191     07-plot-yaxis: ""
192     07-plot-group: ""
193     07-inclusion-flag: "off"
194     07-exclude-value: ""
195     08-plot-data-file: "08-nonexisting.csv"
196     08-plot-title: ""
197     08-plot-yaxis: ""
198     08-plot-group: ""
199     08-inclusion-flag: "off"
200     08-exclude-value: ""
201     09-plot-data-file: "09-nonexisting.csv"
202     09-plot-title: ""
203     09-plot-yaxis: ""
204     09-plot-group: ""
205     09-inclusion-flag: "off"
206     09-exclude-value: ""
207     10-plot-data-file: "10-nonexisting.csv"
208     10-plot-title: ""
209     10-plot-yaxis: ""
210     10-plot-group: ""
211     10-inclusion-flag: "off"
212     10-exclude-value: ""
213
214     # Manual CSIT job lists used by sanity or periodic in nature.
215     csit-mri-list-sulfur: >
216       aaa-csit-1node-authn-all-sulfur, controller-csit-1node-akka1-all-sulfur,
217       controller-csit-1node-benchmark-all-sulfur,
218       controller-csit-1node-rest-cars-perf-all-sulfur,
219       controller-csit-3node-benchmark-all-sulfur,
220       controller-csit-3node-clustering-ask-all-sulfur,
221       controller-csit-3node-clustering-tell-all-sulfur,
222       controller-csit-3node-rest-clust-cars-perf-ask-only-sulfur,
223       controller-csit-3node-rest-clust-cars-perf-tell-only-sulfur,
224       mdsal-csit-3node-netty-replicate-only-sulfur,
225       netconf-csit-1node-callhome-only-master,
226       netconf-csit-1node-scale-max-devices-only-master,
227       netconf-csit-1node-scale-only-master,
228       netconf-csit-1node-userfeatures-all-master,
229       netconf-csit-1node-userfeatures-rfc8040-all-master,
230       netconf-csit-3node-clustering-only-master,
231       netconf-csit-3node-clustering-scale-only-master,
232       yangtools-csit-1node-system-only-sulfur
233     csit-weekly-list-sulfur: >
234       controller-csit-1node-notifications-longevity-only-sulfur,
235       controller-csit-3node-drb-partnheal-longevity-only-sulfur,
236       controller-csit-3node-drb-precedence-longevity-only-sulfur,
237       controller-csit-3node-ddb-expl-lead-movement-longevity-only-sulfur,
238       bgpcep-csit-3node-bgpclustering-longevity-only-sulfur,
239       distribution-deploy-sulfur,
240       distribution-offline-sulfur,
241       openflowplugin-csit-1node-longevity-only-sulfur
242     csit-sanity-list-sulfur: >
243       openflowplugin-csit-1node-sanity-only-sulfur,
244       distribution-sanity-sulfur
245     csit-mri-list-chlorine: >
246       aaa-csit-1node-authn-all-chlorine,
247       controller-csit-1node-akka1-all-chlorine,
248       controller-csit-1node-benchmark-all-chlorine,
249       controller-csit-1node-rest-cars-perf-all-chlorine,
250       controller-csit-3node-benchmark-all-chlorine,
251       controller-csit-3node-clustering-ask-all-chlorine,
252       controller-csit-3node-clustering-tell-all-chlorine,
253       controller-csit-3node-rest-clust-cars-perf-ask-only-chlorine,
254       controller-csit-3node-rest-clust-cars-perf-tell-only-chlorine,
255       mdsal-csit-3node-netty-replicate-only-chlorine,
256       netconf-csit-1node-callhome-only-master,
257       netconf-csit-1node-scale-max-devices-only-master,
258       netconf-csit-1node-scale-only-master,
259       netconf-csit-1node-userfeatures-all-master,
260       netconf-csit-1node-userfeatures-rfc8040-all-master,
261       netconf-csit-3node-clustering-only-master,
262       netconf-csit-3node-clustering-scale-only-master,
263       yangtools-csit-1node-system-only-chlorine
264     csit-weekly-list-chlorine: >
265       controller-csit-1node-notifications-longevity-only-chlorine,
266       controller-csit-3node-drb-partnheal-longevity-only-chlorine,
267       controller-csit-3node-drb-precedence-longevity-only-chlorine,
268       controller-csit-3node-ddb-expl-lead-movement-longevity-only-chlorine,
269       bgpcep-csit-3node-bgpclustering-longevity-only-chlorine,
270       distribution-deploy-chlorine,
271       distribution-offline-chlorine,
272       openflowplugin-csit-1node-longevity-only-chlorine
273     csit-sanity-list-chlorine: >
274       openflowplugin-csit-1node-sanity-only-chlorine,
275       distribution-sanity-chlorine
276     csit-mri-list-argon: >
277       aaa-csit-1node-authn-all-argon,
278       controller-csit-1node-akka1-all-argon,
279       controller-csit-1node-benchmark-all-argon,
280       controller-csit-1node-rest-cars-perf-all-argon,
281       controller-csit-3node-benchmark-all-argon,
282       controller-csit-3node-clustering-ask-all-argon,
283       controller-csit-3node-clustering-tell-all-argon,
284       controller-csit-3node-rest-clust-cars-perf-ask-only-argon,
285       controller-csit-3node-rest-clust-cars-perf-tell-only-argon,
286       mdsal-csit-3node-netty-replicate-only-argon,
287       netconf-csit-1node-callhome-only-master,
288       netconf-csit-1node-scale-max-devices-only-master,
289       netconf-csit-1node-scale-only-master,
290       netconf-csit-1node-userfeatures-all-master,
291       netconf-csit-1node-userfeatures-rfc8040-all-master,
292       netconf-csit-3node-clustering-only-master,
293       netconf-csit-3node-clustering-scale-only-master,
294       yangtools-csit-1node-system-only-master
295     csit-weekly-list-argon: >
296       controller-csit-1node-notifications-longevity-only-argon,
297       controller-csit-3node-drb-partnheal-longevity-only-argon,
298       controller-csit-3node-drb-precedence-longevity-only-argon,
299       controller-csit-3node-ddb-expl-lead-movement-longevity-only-argon,
300       bgpcep-csit-3node-bgpclustering-longevity-only-argon,
301       distribution-deploy-argon,
302       distribution-offline-argon,
303       openflowplugin-csit-1node-longevity-only-argon
304     csit-sanity-list-argon: >
305       openflowplugin-csit-1node-sanity-only-argon,
306       distribution-sanity-argon