Airship: finalize update for CAPM3 v1a4 release
[infra/cicd.git] / jjb / cloud-infra / ironic-jobs / ironic-verify-provision.yaml
1 ---
2 # ============LICENSE_START=======================================================
3 #  Copyright (C) 2019 Nordix Foundation.
4 # ================================================================================
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #      http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 #
17 # SPDX-License-Identifier: Apache-2.0
18 # ============LICENSE_END=========================================================
19
20 - project:
21     name: 'ironic-verify-provision'
22
23     project: 'ironic-verify-provision'
24
25     stream:
26       - 'master':
27           branch: '{stream}'
28           deploy-scenario: 'k8-multus-plugins'
29
30     environment-type:
31       - online:
32           disabled: false
33           execution-mode: online-deployment
34           successful: false
35           failed: false
36           unstable: false
37           notbuilt: false
38       - offline:
39           disabled: false
40           execution-mode: offline-deployment
41           successful: false
42           failed: false
43           unstable: false
44           notbuilt: false
45
46     phase:
47       - deploy
48
49     type:
50       - virtual:
51           provisioner-type: 'bifrost'
52           slave-type: 'vpod'
53           gated-projects: 'infra/stack/ironic|infra/provisioner/bifrost'
54           pdf: 'https://gerrit.nordix.org/gitweb?p=infra/hwconfig.git;a=blob_plain;f=pods/nordix-vpod1-pdf.yml'
55           idf: 'https://gerrit.nordix.org/gitweb?p=infra/hwconfig.git;a=blob_plain;f=pods/nordix-vpod1-idf.yml'
56
57     distro:
58       - ubuntu1804
59       - centos7
60
61     cloud:
62       - city:
63           openrc-credentials-file: 'est-jenkins-openrcfile-city-frankfurt-cicd'
64
65     dependency-jobs: 'ironic-verify-package-{distro}-{stream}'
66     dependency-job-var: 'TRIGGER_ironic_verify_package_{distro}_{stream}_BUILD_RESULT'
67
68     jobs:
69       - 'ironic-verify-{environment-type}-provision-{distro}-{cloud}-{type}-{stream}'
70
71 - job-template:
72     name: 'ironic-verify-{environment-type}-provision-{distro}-{cloud}-{type}-{stream}'
73
74     disabled: '{obj:disabled}'
75
76     concurrent: true
77
78     parameters:
79       - string:
80           name: DEPLOY_SCENARIO
81           default: '{deploy-scenario}'
82           description: 'Scenario to test change with. This depends on the branch of the stack'
83       - string:
84           name: DISTRO
85           default: '{distro}'
86           description: 'Distribution to use for configuring target nodes (networking etc.)'
87       - label:
88           name: SLAVE_LABEL
89           default: 'engine-{slave-type}-{environment-type}-{distro}-fra'
90           description: 'Slave label to schedule this job on.'
91       - string:
92           name: HW_TYPE
93           default: '{type}'
94           description: 'Hardware type - could be virtual, cloud, or baremetal'
95       - string:
96           name: EXECUTION_MODE
97           default: '{execution-mode}'
98           description: 'Execution mode to run in'
99       - string:
100           name: PDF
101           default: '{pdf}'
102           description: 'PDF file to use for deployment'
103       - string:
104           name: IDF
105           default: '{idf}'
106           description: 'IDF file to use for deployment'
107       - string:
108           name: HEAT_STACK_NAME
109           default: "nordix-cicd-verify-ironic-{environment-type}-{distro}-$GERRIT_CHANGE_NUMBER"
110           description: 'Name of the created stack'
111       - string:
112           name: KEYPAIR_NAME
113           default: "keypair-nordix-cicd-verify-ironic-{environment-type}-{distro}-$GERRIT_CHANGE_NUMBER"
114           description: 'Name of the created keypair'
115       - string:
116           name: USE_PREBUILT_DEPLOYMENT_IMAGE
117           default: 'true'
118           description: 'Use prebuilt deployment image while running as part of CI/CD'
119       - string:
120           name: TEST_REPO_URL
121           default: 'https://gerrit.nordix.org/infra/test.git'
122           description: 'URL to clone the test repo from'
123       - string:
124           name: TEST_FW
125           default: 'functest'
126           description: 'Test framework to use'
127       - string:
128           name: TEST_SUITE
129           default: 'healthcheck'
130           description: 'Test suite to run'
131       - string:
132           name: YARDSTICK_DISPATCHER
133           default: 'file'
134           description: 'Dispatcher to use for Yardstick reporting'
135       - string:
136           name: DELETE_STACK
137           default: 'true'
138           description: 'Delete the stack upon completion of the build'
139       - string:
140           name: VERBOSITY
141           default: 'true'
142           description: 'Verbosity setting for the engine - true or false - default is false'
143       - string:
144           name: CI_LOOP
145           default: "verify"
146           description: 'CI loop the job belongs to'
147       - project-parameters:
148           project: $GERRIT_PROJECT
149           branch: '{branch}'
150           description: 'The project and branch which the change is proposed for'
151       - nordix-gerrit-parameters
152
153     properties:
154       - logrotate
155       # NOTE (fdegir): throttle categories are controlled in jenkins global configuration
156       - throttle:
157           enabled: true
158           max-per-node: 1
159           max-total: 8
160           option: category
161           categories:
162             - engine-verify-deploy-test
163
164     scm:
165       - git-scm-gerrit:
166           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
167           branch: $GERRIT_BRANCH
168           refspec: $GERRIT_REFSPEC
169           wipe_workspace: true
170           clean_before: false
171
172     triggers:
173       - gerrit:
174           server-name: 'Nordix Gerrit'
175           trigger-on:
176             - patchset-created-event:
177                 exclude-drafts: 'false'
178                 exclude-trivial-rebase: 'false'
179                 exclude-no-code-change: 'false'
180             - draft-published-event
181             - comment-added-contains-event:
182                 comment-contains-value: 'recheck'
183             - comment-added-contains-event:
184                 comment-contains-value: 'reverify'
185           projects:
186             - project-compare-type: 'REG_EXP'
187               project-pattern: '{gated-projects}'
188               branches:
189                 - branch-compare-type: 'ANT'
190                   branch-pattern: '**/{branch}'
191               disable-strict-forbidden-file-verification: 'true'
192               forbidden-file-paths:
193                 - compare-type: ANT
194                   pattern: 'docs/**|releasenotes/**'
195           skip-vote:
196             successful: '{obj:successful}'
197             failed: '{obj:failed}'
198             unstable: '{obj:unstable}'
199             notbuilt: '{obj:notbuilt}'
200           custom-url: '* $JOB_NAME $BUILD_URL'
201           readable-message: 'true'
202           dependency-jobs: '{dependency-jobs}'
203
204     wrappers:
205       - fix-workspace-permissions
206       - build-timeout:
207           timeout: 180
208       - credentials-binding:
209           - file:
210               credential-id: '{openrc-credentials-file}'
211               variable: OPENRC_FILE
212           - username-password-separated:
213               credential-id: 'nordix-cicd-arm-credentials'
214               username: NORDIX_ARM_USERNAME
215               password: NORDIX_ARM_TOKEN
216       - mask-passwords
217       - openstack:
218           single-use: True
219       - pre-scm-buildstep:
220           failOnError: true
221           buildsteps:
222             - system-groovy:
223                 command: |
224                   def build = this.getProperty('binding').getVariable('build')
225                   def listener = this.getProperty('binding').getVariable('listener')
226                   if (build.getEnvironment(listener).{dependency-job-var} != "SUCCESS") {{
227                     println "WARN  : Aborting build since dependent job did not succeed!"
228                     throw new InterruptedException()
229                   }}
230             - shell: |
231                 #!/bin/bash
232                 sudo chown -R $USER:$USER $WORKSPACE || exit 1
233                 # offline nodes can not resolve Nordix Artifactory and Gerrit
234                 if [[ "$EXECUTION_MODE" == "offline-deployment" ]]; then
235                   echo "Info  : Offline deployment. Adding City OpenStack Endpoint, Nordix Artifactory and Gerrit Public IP to /etc/hosts"
236                   sudo sed -i 's/^search/# search/' /etc/resolv.conf
237                   sudo bash -c "cat << EOF >> /etc/hosts
238                 # managed by engine
239                 91.106.198.25 artifactory.nordix.org
240                 91.106.198.142 gerrit.nordix.org
241                 86.107.242.50 fra1.citycloud.com
242                 # managed by engine
243                 EOF"
244                   # we need to get rid of search domain as well
245                   sudo sed -i 's/^search/# search/' /etc/resolv.conf
246                 fi
247
248     builders:
249       - 'generate-change-metadata-macro'
250       - inject:
251           properties-file: "$WORKSPACE/change.properties"
252       - 'generate-ssh-keypair-macro'
253       - 'download-artifact-macro'
254       - 'wait-pkg-mgr-macro'
255       - 'deploy-macro'
256
257     publishers:
258       - postbuildscript:
259           builders:
260             - role: SLAVE
261               build-on:
262                 - SUCCESS
263                 - FAILURE
264                 - ABORTED
265                 - NOT_BUILT
266                 - UNSTABLE
267               build-steps:
268                 - 'wait-pkg-mgr-macro'
269                 - 'delete-stack-macro'