blob: be5b487a5405c229964b4476f93d31b654d54263 [file] [log] [blame]
Sergey Galkinb9cdb642020-01-16 14:01:40 +04001- job-template:
2 project-type: pipeline
3 description: '{job-description}'
4 concurrent: true
5 disabled: false
6 name: bm-cicd-queens-ovs-maas
7 parameters:
8 - string:
9 default: bm-cicd-queens-ovs-maas
10 description: ''
11 name: LAB_CONFIG_NAME
12 trim: 'false'
13 - string:
14 default: core,kvm,cicd
15 description: Comma-separated list of stacks to deploy the drivetrain (salt
16 cluster and cicd nodes)
17 name: DRIVETRAIN_STACK_INSTALL
18 trim: 'false'
19 - string:
20 default: '24000'
21 description: ''
22 name: DRIVETRAIN_STACK_INSTALL_TIMEOUT
23 trim: 'false'
24 - string:
25 default: openstack,ovs,ceph,stacklight
26 description: Comma-separated list of stacks to deploy the target platform
27 (openstack and additional components)
28 name: PLATFORM_STACK_INSTALL
29 trim: 'false'
30 - string:
31 default: '24000'
32 description: ''
33 name: PLATFORM_STACK_INSTALL_TIMEOUT
34 trim: 'false'
35 - string:
36 default: 2019.2.0
37 description: ''
38 name: MCP_VERSION
39 trim: 'false'
40 - string:
41 default: sre-team-infra
42 description: ''
43 name: NODE_NAME
44 trim: 'false'
45 - string:
Hanna Arhipovac2965a42020-01-21 12:27:33 +020046 default: /home/jenkins/images/ubuntu-16-04-x64-mcp2019.2.0.qcow2
Sergey Galkinb9cdb642020-01-16 14:01:40 +040047 description: ''
48 name: MCP_IMAGE_PATH1604
49 trim: 'false'
50 - string:
51 default: /home/jenkins/images/cfg01-day01.qcow2
52 description: ''
53 name: IMAGE_PATH_CFG01_DAY01
54 trim: 'false'
55 - string:
56 default: cfg01.${{LAB_CONFIG_NAME}}-config-drive.iso
57 description: ISO name that will be generated and downloaded to the /home/jenkins/images/
58 name: CFG01_CONFIG_IMAGE_NAME
59 trim: 'false'
60 - string:
61 default: bm-cicd-queens-ovs-maas
62 description: ''
63 name: ENV_NAME
64 trim: 'false'
65 - string:
66 default: ''
67 description: |-
68 Example: refs/changes/89/411189/36
69 (for now - only one reference allowed)
70 name: TCP_QA_REFS
71 trim: 'false'
72 - string:
73 default: refs/heads/release/proposed/2019.2.0
74 description: reference to patchset in pipeline-library
75 name: PIPELINE_LIBRARY_REF
76 trim: 'false'
77 - string:
78 default: refs/heads/release/proposed/2019.2.0
79 description: reference to patchset in mk-pipelines
80 name: MK_PIPELINES_REF
81 trim: 'false'
82 - string:
83 default: release/proposed/2019.2.0
84 description: Can be 'master' or 'proposed'. If empty, then takes ${{MCP_VERSION}}
85 value
86 name: COOKIECUTTER_TEMPLATE_COMMIT
87 trim: 'false'
88 - string:
89 default: release/proposed/2019.2.0
90 description: Can be 'master' or 'proposed'. If empty, then takes ${{MCP_VERSION}}
91 value
92 name: SALT_MODELS_SYSTEM_COMMIT
93 trim: 'false'
94 - string:
Hanna Arhipova653d5562020-08-03 15:32:09 +030095 default: -m "run_cvp_func_sanity|run_cvp_tempest|run_stacklight"
Sergey Galkinb9cdb642020-01-16 14:01:40 +040096 description: |-
97 Pytest option -k or -m, with expression to select necessary tests.
98 Additional pytest options are allowed.
99 name: RUN_TEST_OPTS
100 trim: 'false'
101 - bool:
102 default: true
103 description: ''
104 name: SHUTDOWN_ENV_ON_TEARDOWN
105 - string:
106 default: ''
107 description: ''
108 name: COOKIECUTTER_REF_CHANGE
109 trim: 'false'
110 - string:
111 default: ''
112 description: ''
113 name: ENVIRONMENT_TEMPLATE_REF_CHANGE
114 trim: 'false'
115 - string:
116 default: '[MCP1.1_QUEENS]Tempest'
117 description: ''
118 name: TEMPEST_TEST_SUITE_NAME
119 trim: 'false'
120 - string:
121 default: queens
122 description: ''
123 name: TEMPEST_IMAGE_VERSION
124 trim: 'false'
125 - string:
126 default: proposed
127 description: ''
128 name: UPDATE_REPO_CUSTOM_TAG
129 trim: 'false'
130 - bool:
131 default: true
132 description: If set, reports will be created in TestRail for this build
133 name: REPORT_TO_TESTRAIL
134 - choice:
135 choices:
136 - heat
137 - devops
138 description: ''
139 name: ENV_MANAGER
140 - string:
141 default: https://ic-eu.ssl.mirantis.net:5000/v3
142 description: 'Openstack keystone catalog endpoint, for example https://10.90.0.80:5000/v3'
143 name: OS_AUTH_URL
144 trim: 'false'
145 - string:
146 default: sre-team
147 description: OpenStack project (tenant) name
148 name: OS_PROJECT_NAME
149 trim: 'false'
150 - string:
151 default: default
152 description: OpenStack user domain name
153 name: OS_USER_DOMAIN_NAME
154 trim: 'false'
155 - string:
156 default: sre-qa-ci-eu
157 description: Jenkins credentials ID with username and password to create a
158 heat stack in OpenStack
159 name: OS_CREDENTIALS
160 trim: 'false'
161 - string:
Hanna Arhipovac692a122021-04-13 11:47:18 +0300162 default: eu-cloud-low-flavors.env
Sergey Galkinb9cdb642020-01-16 14:01:40 +0400163 description: |-
164 Heat template environment filename with 'parameter_defaults' dict, placed in tcp_tests/templates/_heat_environments/
165 , for example: microcloud-8116.env
166 name: LAB_PARAM_DEFAULTS
167 trim: 'false'
168 - string:
169 default: release/proposed/2019.2.0
170 description: ''
171 name: JENKINS_PIPELINE_BRANCH
172 trim: 'false'
173 - string:
174 default: refs/heads/release/proposed/2019.2.0
175 description: ''
176 name: MCP_COMMON_SCRIPTS_REFS
177 trim: 'false'
178 - string:
179 default: proposed
180 description: ''
181 name: UPDATE_VERSION
182 trim: 'false'
Hanna Arhipovacd1bcdb2021-04-23 18:47:48 +0300183 - string:
184 name: IPMI_CREDS
185 default: 'lab_engineer'
Sergey Galkinb9cdb642020-01-16 14:01:40 +0400186 - string:
187 default: ''
188 description: ''
189 name: TEMPEST_EXTRA_ARGS
190 trim: 'false'
191 - password:
192 name: CISCO_PASS
193 default: '1fac0DlhILBo'
194 - string:
195 default: ''
196 description: ''
197 name: SALT_MODELS_SYSTEM_REF_CHANGE
198 trim: 'false'
199 - string:
200 default: ''
201 description: ''
202 name: BATCH_SIZE
203 trim: 'false'
Dmitriy Kruglov758f99c2020-02-04 12:04:31 +0100204 - bool:
205 default: false
206 description: Whether to perform dist-upgrade on virtual nodes during deployment
207 name: DIST_UPGRADE_NODES
PGlazoved19b352020-05-21 16:42:27 +0400208 - bool:
209 default: false
210 description: 'Works starting from MCP 2019.2.10 or master. Whether to apply saltstack updates on all nodes in cluster before deployment'
211 name: UPGRADE_SALTSTACK
Sergey Galkinb9cdb642020-01-16 14:01:40 +0400212 pipeline-scm:
213 lightweight-checkout: false
214 scm:
215 - git:
216 branches:
217 - FETCH_HEAD
218 refspec: ${{TCP_QA_REFS}}
219 url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa
220 script-path: jobs/pipelines/deploy-cicd-and-run-tests.groovy