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}' |
dtsapikov | f6cbdbf | 2022-12-21 16:59:03 +0400 | [diff] [blame] | 8 | #triggers: |
| 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 |
Pavel Glazov | 64518f7 | 2024-02-28 20:32:10 +0400 | [diff] [blame] | 21 | bm-cicd-queens-ovs-cl-maas |
Sergey Galkin | 24ebd76 | 2020-01-14 14:36:34 +0400 | [diff] [blame] | 22 | heat-bm-cicd-pike-contrail-sl |
| 23 | heat-bm-cicd-queens-contrail-sl |
| 24 | description: List of stacks for deployment. Separated by newline |
| 25 | name: STACKS |
| 26 | trim: 'false' |
| 27 | - string: |
| 28 | default: '' |
| 29 | description: '' |
| 30 | name: TCP_QA_REFS |
| 31 | trim: 'false' |
| 32 | - string: |
| 33 | default: sre-team-infra |
| 34 | description: '' |
| 35 | name: PARENT_NODE_NAME |
| 36 | trim: 'false' |
| 37 | - string: |
Taras Khlivnyak | 330f727 | 2021-11-03 22:52:26 +0200 | [diff] [blame] | 38 | default: https://keystone.ic-eu.ssl.mirantis.net/v3 |
Sergey Galkin | 24ebd76 | 2020-01-14 14:36:34 +0400 | [diff] [blame] | 39 | description: '' |
| 40 | name: OS_AUTH_URL |
| 41 | trim: 'false' |
| 42 | - string: |
| 43 | default: sre-team |
| 44 | description: '' |
| 45 | name: OS_PROJECT_NAME |
| 46 | trim: 'false' |
Hanna Arhipova | d62fef4 | 2020-01-03 22:56:15 +0200 | [diff] [blame] | 47 | pipeline-scm: |
| 48 | lightweight-checkout: false |
| 49 | scm: |
| 50 | - git: |
| 51 | branches: |
| 52 | - FETCH_HEAD |
| 53 | refspec: ${{TCP_QA_REFS}} |
| 54 | url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa.git |
Hanna Arhipova | 5aca6bd | 2020-01-27 14:01:28 +0200 | [diff] [blame] | 55 | script-path: jobs/pipelines/rotation_bm_deployments.groovy |
Vladimir Khlyunev | 82b374f | 2022-09-27 20:51:58 +0000 | [diff] [blame] | 56 | logrotate: |
| 57 | daysToKeep: 365 |
Sergey Galkin | 24ebd76 | 2020-01-14 14:36:34 +0400 | [diff] [blame] | 58 | |