blob: 5b63d9494f65bb6c1ac35b73daa41f5ba8e5bbc9 [file] [log] [blame]
Filip Pytloun7af94b32017-03-14 18:38:52 +01001parameters:
Filip Pytloun260a9502017-03-16 12:47:22 +01002 _param:
Tomáš Kukrále15675c2017-08-03 10:54:00 +02003 jenkins_deploy_jobs: []
Sergey Otpuschennikov235fc472018-04-10 20:19:35 +04004 heat_stack_zone_job_param:
5 type: string
6 default: "mcp-mk"
7 openstack_api_projects_job_param:
8 type: string
9 default: "mcp-mk"
Filip Pytloun7af94b32017-03-14 18:38:52 +010010 jenkins:
11 client:
12 job_template:
Tomáš Kukrále15675c2017-08-03 10:54:00 +020013 deploy_template:
14 name: deploy-{{stack_type}}-{{stack_name}}
15 jobs: ${_param:jenkins_deploy_jobs}
Filip Pytloun7af94b32017-03-14 18:38:52 +010016 template:
17 type: workflow-scm
Filip Pytloun260a9502017-03-16 12:47:22 +010018 discard:
19 build:
Jakub Josef1a828962018-01-23 12:33:34 +010020 keep_num: 100
Filip Pytloun7af94b32017-03-14 18:38:52 +010021 concurrent: true
Tomáš Kukrále15675c2017-08-03 10:54:00 +020022 display_name: "Deploy - {{stack_name}} {{stack_type}}"
Filip Pytloun7af94b32017-03-14 18:38:52 +010023 scm:
24 type: git
25 url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
Jakub Josef7938b532017-12-12 18:02:03 +010026 branch: "${_param:jenkins_pipelines_branch}"
Filip Pytloun7af94b32017-03-14 18:38:52 +010027 credentials: "gerrit"
Tomáš Kukrále0870442017-07-27 18:28:11 +020028 script: cloud-deploy-pipeline.groovy
Tomáš Kukrál903a7f62017-04-13 13:21:30 +020029 trigger:
30 timer:
Tomáš Kukrále15675c2017-08-03 10:54:00 +020031 spec: "{{job_timer}}"
Filip Pytloun7af94b32017-03-14 18:38:52 +010032 param:
Tomáš Kukrále0870442017-07-27 18:28:11 +020033 # general parameters
34 ASK_ON_ERROR:
35 type: boolean
36 default: 'false'
Oleg Grigorov7aee3582017-10-31 16:02:19 +020037 SLAVE_NODE:
38 type: string
39 default: 'python'
Tomáš Kukrále0870442017-07-27 18:28:11 +020040
41 # deployments
42 STACK_NAME:
43 type: string
44 description: Heat stack name. Will be generated if missing.
Filip Pytloun260a9502017-03-16 12:47:22 +010045 STACK_TYPE:
46 type: string
47 default: "{{stack_type}}"
Jakub Josefca7e4562017-05-24 11:40:35 +020048 STACK_INSTALL:
Filip Pytloun260a9502017-03-16 12:47:22 +010049 type: string
Tomáš Kukrále15675c2017-08-03 10:54:00 +020050 default: "{{stack_install}}"
Jakub Josefca7e4562017-05-24 11:40:35 +020051 STACK_TEST:
Filip Pytloun260a9502017-03-16 12:47:22 +010052 type: string
Tomáš Kukrále15675c2017-08-03 10:54:00 +020053 default: "{{stack_test}}"
Tomáš Kukrále0870442017-07-27 18:28:11 +020054 STACK_REUSE:
55 type: boolean
56 default: 'false'
57 STACK_DELETE:
58 type: boolean
59 default: 'true'
60 description: "Don't enable it if you need to use the lab after"
61 STACK_COMPUTE_COUNT:
62 type: string
63 default: '2'
Vasyl Saienko664c3192018-03-06 02:24:02 +020064 STACK_CLUSTER_NAME:
65 type: string
66 default: ""
67 description: "Cluster name to use from reclass"
Filip Pytloun260a9502017-03-16 12:47:22 +010068
Tomáš Kukrále0870442017-07-27 18:28:11 +020069 STACK_TEMPLATE:
70 type: string
Tomáš Kukrále15675c2017-08-03 10:54:00 +020071 default: "{{stack_name}}"
Jakub Josef43f34432017-05-23 19:16:49 +020072 STACK_TEMPLATE_URL:
Filip Pytloun7af94b32017-03-14 18:38:52 +010073 type: string
Tomáš Kukrálcf72c8d2017-04-19 21:50:05 +020074 default: "${_param:jenkins_gerrit_url}/mk/heat-templates"
Jakub Josef43f34432017-05-23 19:16:49 +020075 STACK_TEMPLATE_CREDENTIALS:
Filip Pytloun7af94b32017-03-14 18:38:52 +010076 type: string
77 default: "gerrit"
Jakub Josef43f34432017-05-23 19:16:49 +020078 STACK_TEMPLATE_BRANCH:
Filip Pytloun7af94b32017-03-14 18:38:52 +010079 type: string
Tomáš Kukrál394cdbf2017-03-29 16:35:37 +020080 default: "master"
Jakub Josefca7e4562017-05-24 11:40:35 +020081 STACK_CLEANUP_JOB:
82 type: string
Jakub Josef1c271232017-06-05 11:39:34 +020083 default: 'deploy-stack-cleanup'
Filip Pytloun7af94b32017-03-14 18:38:52 +010084
Mykyta Karpinc54ab522017-11-30 12:48:29 +010085 STACK_RECLASS_ADDRESS:
86 type: string
87 default: ""
ibumarskovff68f412017-09-11 13:20:15 +040088 STACK_RECLASS_BRANCH:
89 type: string
90 default: ""
91
Tomáš Kukrále0870442017-07-27 18:28:11 +020092 # salt
Filip Pytloun7af94b32017-03-14 18:38:52 +010093 SALT_MASTER_CREDENTIALS:
94 type: string
95 default: "salt-qa-credentials"
Filip Pytloun260a9502017-03-16 12:47:22 +010096 SALT_MASTER_URL:
Filip Pytloun7af94b32017-03-14 18:38:52 +010097 type: string
Filip Pytlounaa456012017-03-24 12:49:25 +010098 default: ""
Vasyl Saienkobfe884f2017-07-27 14:50:23 +030099 SALT_OVERRIDES:
Vasyl Saienko47f23472017-07-27 14:19:00 +0300100 type: text
101 default: ""
102 description: "YAML with overrides for Salt deployment"
Mykyta Karpin0fc2a442017-12-22 16:50:24 +0200103 BOOTSTRAP_EXTRA_REPO_PARAMS:
104 type: string
105 default: ""
106 description: "Defines a list of extra repos with parameters, format: repo 1, repo priority 1, repo pin 1; repo 2, repo priority 2, repo pin 2"
Mykyta Karpin46590842017-10-03 11:34:02 +0300107 FORMULA_PKG_REVISION:
108 type: string
109 default: ""
110 description: "Formulas revision to install on Salt Master bootstrap stage"
ibumarskov401fe452017-11-22 11:42:14 +0400111 EXTRA_FORMULAS:
112 type: string
ibumarskove159dc62017-12-29 05:07:36 -0800113 default: ""
Jiri Broulik52b73152017-12-19 15:37:50 +0100114 STATIC_MGMT_NETWORK:
115 type: boolean
116 default: 'false'
117 description: "Check if model contains static IP address definitions for all nodes"
Filip Pytloun7af94b32017-03-14 18:38:52 +0100118
Tomáš Kukrále0870442017-07-27 18:28:11 +0200119 # aws api
120 AWS_STACK_REGION:
121 type: string
Tomáš Kukrál1de34e32017-11-29 10:15:37 +0100122 default: "eu-central-1"
Tomáš Kukrále0870442017-07-27 18:28:11 +0200123 AWS_API_CREDENTIALS:
124 type: string
125 default: "aws-credentials"
126 AWS_SSH_KEY:
127 type: string
128 default: "jenkins-mk"
129
130 # heat
131 HEAT_STACK_ENVIRONMENT:
132 type: string
Ales Komarek4d74ebb2017-08-07 12:57:14 +0200133 default: "{{stack_env}}"
Sergey Otpuschennikov235fc472018-04-10 20:19:35 +0400134 HEAT_STACK_ZONE: ${_param:heat_stack_zone_job_param}
Tomáš Kukrále0870442017-07-27 18:28:11 +0200135 HEAT_STACK_PUBLIC_NET:
136 type: string
137 default: "public"
138
Filip Pytloun7af94b32017-03-14 18:38:52 +0100139 # openstack api
140 OPENSTACK_API_URL:
141 type: string
Tomáš Kukrálf083e812017-06-21 19:14:11 +0200142 default: "https://cloud-cz.bud.mirantis.net:5000"
Filip Pytloun7af94b32017-03-14 18:38:52 +0100143 OPENSTACK_API_CREDENTIALS:
144 type: string
Tomáš Kukrálf083e812017-06-21 19:14:11 +0200145 default: "openstack-devcloud-credentials"
Sergey Otpuschennikov235fc472018-04-10 20:19:35 +0400146 OPENSTACK_API_PROJECT: ${_param:openstack_api_projects_job_param}
Tomáš Kukrále0870442017-07-27 18:28:11 +0200147 OPENSTACK_API_PROJECT_DOMAIN:
148 type: string
Tomáš Kukrálb6f15222017-08-02 11:11:56 +0200149 default: "default"
Tomáš Kukrále0870442017-07-27 18:28:11 +0200150 OPENSTACK_API_PROJECT_ID:
151 type: string
152 default: ""
153 OPENSTACK_API_USER_DOMAIN:
154 type: string
155 default: "default"
156
Filip Pytloun7af94b32017-03-14 18:38:52 +0100157 OPENSTACK_API_CLIENT:
158 type: string
Tomáš Kukrálf083e812017-06-21 19:14:11 +0200159 default: ""
Filip Pytloun7af94b32017-03-14 18:38:52 +0100160 OPENSTACK_API_VERSION:
161 type: string
Tomáš Kukrálf083e812017-06-21 19:14:11 +0200162 default: "3"
Filip Pytloun260a9502017-03-16 12:47:22 +0100163
Tomáš Kukrále15675c2017-08-03 10:54:00 +0200164 # test
Tomáš Kukrál93484d62017-07-26 10:09:35 +0200165 TEST_K8S_API_SERVER:
Filip Pytloun260a9502017-03-16 12:47:22 +0100166 type: string
167 default: "http://127.0.0.1:8080"
Tomáš Kukrál93484d62017-07-26 10:09:35 +0200168 TEST_K8S_CONFORMANCE_IMAGE:
Filip Pytloun260a9502017-03-16 12:47:22 +0100169 type: string
vrovachevb1cffad2018-03-19 18:33:19 +0400170 default: "docker-prod-virtual.docker.mirantis.net/mirantis/kubernetes/k8s-conformance:v1.8.9-7"
Filip Pytloun260a9502017-03-16 12:47:22 +0100171
Tomáš Kukrál93484d62017-07-26 10:09:35 +0200172 TEST_TEMPEST_IMAGE:
Filip Pytloun260a9502017-03-16 12:47:22 +0100173 type: string
Tomáš Kukrále15675c2017-08-03 10:54:00 +0200174 description: "Tempest docker image"
Oleksandr Kosse05a98112017-09-28 17:38:55 +0300175 default: "docker-prod-local.artifactory.mirantis.com/mirantis/oscore/rally-tempest"
Tomáš Kukrál93484d62017-07-26 10:09:35 +0200176 TEST_TEMPEST_TARGET:
Vasyl Saienko68f2e4b2017-07-20 12:40:24 +0300177 type: string
178 description: "Node to run tests"
179 default: ""
Tomáš Kukrál93484d62017-07-26 10:09:35 +0200180 TEST_DOCKER_INSTALL:
Vasyl Saienko68f2e4b2017-07-20 12:40:24 +0300181 type: boolean
182 description: "Install docker on the target if true"
183 default: "true"
Tomáš Kukrál93484d62017-07-26 10:09:35 +0200184 TEST_TEMPEST_PATTERN:
Vasyl Saienko68f2e4b2017-07-20 12:40:24 +0300185 type: string
186 description: "Run tests matched to pattern only"
187 default: ""
Filip Pytloun260a9502017-03-16 12:47:22 +0100188
ibumarskova73d7c32018-01-16 11:08:50 +0400189 # TestRail vars
190 TESTRAIL_REPORT:
191 type: boolean
192 description: "Report test results to TestRail if true"
193 default: "false"
194 TESTRAIL_REPORTER_IMAGE:
195 type: string
196 description: "Testrail reporter docker image"
197 default: "alrem/xunit2testrail"
198 TESTRAIL_QA_CREDENTIALS:
199 type: string
200 description: "Credentials for results upload to testrail"
201 default: "oscore-qa-credentials"
202 TESTRAIL_MILESTONE:
203 type: string
204 description: "TestRail milestone"
205 default: "MCP1.1"
206 TESTRAIL_PLAN:
207 type: string
208 description: "TestRail test plan name. Will be generated if missing."
209 default: ""
210 TESTRAIL_GROUP:
211 type: string
212 description: "TestRail test group name."
213 default: "{{stack_name}}"
214 TESTRAIL_SUITE:
215 type: string
216 description: "TestRail test suite name"
217 default: "Tempest 16.0.0 with designate tests"