blob: 94a406c2a03b62346059251fd0b1d5299afa0e40 [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 sandbox: true
Hanna Arhipova83761632020-05-05 13:53:17 +03006 # 'disabled' and 'timed' option are defined in the project.yaml
7 disabled: '{obj:disabled}'
Sergey Galkin24ebd762020-01-14 14:36:34 +04008 triggers:
Hanna Arhipova83761632020-05-05 13:53:17 +03009 - timed: '{obj:trigger_time}'
Sergey Galkin24ebd762020-01-14 14:36:34 +040010 name: deploy_bm
11 parameters:
12 - string:
13 default: sre-qa-ci-eu
14 description: ''
15 name: OS_CREDENTIALS
16 trim: 'false'
17 - text:
18 default: |-
19 bm-cicd-pike-ovs-maas
20 bm-cicd-queens-ovs-maas
21 heat-bm-cicd-pike-contrail-sl
22 heat-bm-cicd-queens-contrail-sl
23 description: List of stacks for deployment. Separated by newline
24 name: STACKS
25 trim: 'false'
26 - string:
27 default: ''
28 description: ''
29 name: TCP_QA_REFS
30 trim: 'false'
31 - string:
32 default: sre-team-infra
33 description: ''
34 name: PARENT_NODE_NAME
35 trim: 'false'
36 - string:
37 default: https://ic-eu.ssl.mirantis.net:5000/v3
38 description: ''
39 name: OS_AUTH_URL
40 trim: 'false'
41 - string:
42 default: sre-team
43 description: ''
44 name: OS_PROJECT_NAME
45 trim: 'false'
Hanna Arhipovad62fef42020-01-03 22:56:15 +020046 pipeline-scm:
47 lightweight-checkout: false
48 scm:
49 - git:
50 branches:
51 - FETCH_HEAD
52 refspec: ${{TCP_QA_REFS}}
53 url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa.git
Hanna Arhipova5aca6bd2020-01-27 14:01:28 +020054 script-path: jobs/pipelines/rotation_bm_deployments.groovy
Sergey Galkin24ebd762020-01-14 14:36:34 +040055