blob: 68149722c0dedf8f107ac93cf4cb1803e027f059 [file] [log] [blame]
Sergey Galkin24ebd762020-01-14 14:36:34 +04001- job-template:
2 project-type: pipeline
3 description: '{job-description}'
Hanna Arhipovad62fef42020-01-03 22:56:15 +02004 concurrent: false
Sergey Galkin24ebd762020-01-14 14:36:34 +04005 disabled: false
6 sandbox: true
7 triggers:
8 - timed: H(40-59) 0 * * 1-5
Sergey Galkin24ebd762020-01-14 14:36:34 +04009 name: deploy_bm
10 parameters:
11 - string:
12 default: sre-qa-ci-eu
13 description: ''
14 name: OS_CREDENTIALS
15 trim: 'false'
16 - text:
17 default: |-
18 bm-cicd-pike-ovs-maas
19 bm-cicd-queens-ovs-maas
20 heat-bm-cicd-pike-contrail-sl
21 heat-bm-cicd-queens-contrail-sl
22 description: List of stacks for deployment. Separated by newline
23 name: STACKS
24 trim: 'false'
25 - string:
26 default: ''
27 description: ''
28 name: TCP_QA_REFS
29 trim: 'false'
30 - string:
31 default: sre-team-infra
32 description: ''
33 name: PARENT_NODE_NAME
34 trim: 'false'
35 - string:
36 default: https://ic-eu.ssl.mirantis.net:5000/v3
37 description: ''
38 name: OS_AUTH_URL
39 trim: 'false'
40 - string:
41 default: sre-team
42 description: ''
43 name: OS_PROJECT_NAME
44 trim: 'false'
Hanna Arhipovad62fef42020-01-03 22:56:15 +020045 pipeline-scm:
46 lightweight-checkout: false
47 scm:
48 - git:
49 branches:
50 - FETCH_HEAD
51 refspec: ${{TCP_QA_REFS}}
52 url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa.git
Hanna Arhipova5aca6bd2020-01-27 14:01:28 +020053 script-path: jobs/pipelines/rotation_bm_deployments.groovy
Sergey Galkin24ebd762020-01-14 14:36:34 +040054