Sergey Galkin | 24ebd76 | 2020-01-14 14:36:34 +0400 | [diff] [blame] | 1 | - job-template: |
| 2 | project-type: pipeline |
| 3 | description: '{job-description}' |
Hanna Arhipova | d62fef4 | 2020-01-03 22:56:15 +0200 | [diff] [blame] | 4 | concurrent: false |
Sergey Galkin | 24ebd76 | 2020-01-14 14:36:34 +0400 | [diff] [blame] | 5 | sandbox: true |
Hanna Arhipova | 8376163 | 2020-05-05 13:53:17 +0300 | [diff] [blame^] | 6 | # 'disabled' and 'timed' option are defined in the project.yaml |
| 7 | disabled: '{obj:disabled}' |
Sergey Galkin | 24ebd76 | 2020-01-14 14:36:34 +0400 | [diff] [blame] | 8 | triggers: |
Hanna Arhipova | 8376163 | 2020-05-05 13:53:17 +0300 | [diff] [blame^] | 9 | - timed: '{obj:trigger_time}' |
Sergey Galkin | 24ebd76 | 2020-01-14 14:36:34 +0400 | [diff] [blame] | 10 | 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 Arhipova | d62fef4 | 2020-01-03 22:56:15 +0200 | [diff] [blame] | 46 | 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 Arhipova | 5aca6bd | 2020-01-27 14:01:28 +0200 | [diff] [blame] | 54 | script-path: jobs/pipelines/rotation_bm_deployments.groovy |
Sergey Galkin | 24ebd76 | 2020-01-14 14:36:34 +0400 | [diff] [blame] | 55 | |