blob: ac17ec20cfdb9662504dbf717e8a16958f7944e9 [file] [log] [blame]
Hanna Arhipovab0bfccd2020-01-15 11:19:00 +02001- job-template:
2 project-type: pipeline
3 description: '{job-description}'
Hanna Arhipovacb0ebdc2020-01-20 17:43:11 +02004 concurrent: false
Hanna Arhipovab0bfccd2020-01-15 11:19:00 +02005 sandbox: true
Hanna Arhipova83761632020-05-05 13:53:17 +03006 # 'disabled' and 'timed' option are defined in the project.yaml
7 disabled: '{obj:disabled}'
Hanna Arhipovab0bfccd2020-01-15 11:19:00 +02008 triggers:
Hanna Arhipova83761632020-05-05 13:53:17 +03009 - timed: '{obj:trigger_time}'
Hanna Arhipovacb0ebdc2020-01-20 17:43:11 +020010 name: deploy-released
Hanna Arhipovab0bfccd2020-01-15 11:19:00 +020011 parameters:
Hanna Arhipovab0bfccd2020-01-15 11:19:00 +020012 - text:
13 default: |-
14 released-heat-cicd-pike-contrail41-sl
15 released-heat-cicd-pike-dvr-sl
16 released-heat-cicd-queens-dvr-sl
17 description: List of stacks for deployment. Separated by newline
18 name: STACKS
19 trim: 'false'
20 - string:
21 default: ''
22 description: ''
23 name: TCP_QA_REFS
24 trim: 'false'
25 - string:
26 default: sre-team-infra
27 description: ''
28 name: PARENT_NODE_NAME
29 trim: 'false'
30 - string:
Hanna Arhipovaeb898752020-01-27 19:14:33 +020031 default: sre-qa-ci-eu
32 description: ''
33 name: OS_CREDENTIALS
34 trim: 'false'
35 - string:
Hanna Arhipovab0bfccd2020-01-15 11:19:00 +020036 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 Arhipovaeb898752020-01-27 19:14:33 +020045 - string:
46 default: default
47 description: ''
48 name: OS_USER_DOMAIN_NAME
49 trim: 'false'
Hanna Arhipovab0bfccd2020-01-15 11:19:00 +020050 pipeline-scm:
51 lightweight-checkout: false
52 scm:
53 - git:
54 branches:
55 - FETCH_HEAD
56 refspec: '${{TCP_QA_REFS}}'
57 url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa
58 clean:
59 before: true
60 script-path: jobs/pipelines/rotation-released-deployment.groovy