- job-template: | |
project-type: pipeline | |
description: '{job-description}' | |
concurrent: false | |
sandbox: true | |
# 'disabled' and 'timed' option are defined in the project.yaml | |
disabled: '{obj:disabled}' | |
triggers: | |
- timed: '{obj:trigger_time}' | |
name: deploy-released | |
parameters: | |
- text: | |
default: |- | |
released-heat-cicd-pike-contrail41-sl | |
released-heat-cicd-pike-dvr-sl | |
released-heat-cicd-queens-dvr-sl | |
description: List of stacks for deployment. Separated by newline | |
name: STACKS | |
trim: 'false' | |
- string: | |
default: '' | |
description: '' | |
name: TCP_QA_REFS | |
trim: 'false' | |
- string: | |
default: sre-team-infra | |
description: '' | |
name: PARENT_NODE_NAME | |
trim: 'false' | |
- string: | |
default: sre-qa-ci-eu | |
description: '' | |
name: OS_CREDENTIALS | |
trim: 'false' | |
- string: | |
default: https://keystone.ic-eu.ssl.mirantis.net/v3 | |
description: '' | |
name: OS_AUTH_URL | |
trim: 'false' | |
- string: | |
default: sre-team | |
description: '' | |
name: OS_PROJECT_NAME | |
trim: 'false' | |
- string: | |
default: default | |
description: '' | |
name: OS_USER_DOMAIN_NAME | |
trim: 'false' | |
pipeline-scm: | |
lightweight-checkout: false | |
scm: | |
- git: | |
branches: | |
- FETCH_HEAD | |
refspec: '${{TCP_QA_REFS}}' | |
url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa | |
clean: | |
before: true | |
script-path: jobs/pipelines/rotation-released-deployment.groovy | |
logrotate: | |
daysToKeep: 365 |