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 | disabled: false |
| 6 | sandbox: true |
| 7 | triggers: |
| 8 | - timed: H(40-59) 0 * * 1-5 |
Sergey Galkin | 24ebd76 | 2020-01-14 14:36:34 +0400 | [diff] [blame] | 9 | 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 Arhipova | d62fef4 | 2020-01-03 22:56:15 +0200 | [diff] [blame] | 45 | 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 Arhipova | 5aca6bd | 2020-01-27 14:01:28 +0200 | [diff] [blame] | 53 | script-path: jobs/pipelines/rotation_bm_deployments.groovy |
Sergey Galkin | 24ebd76 | 2020-01-14 14:36:34 +0400 | [diff] [blame] | 54 | |