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