blob: 4ddb1f4ab5003904458f1c3f14e8f44ca8fe299b [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 disabled: false
6 sandbox: true
7 triggers:
8 - timed: H(20-30) 1 * * 1-5
Hanna Arhipovacb0ebdc2020-01-20 17:43:11 +02009 name: deploy-released
Hanna Arhipovab0bfccd2020-01-15 11:19:00 +020010 parameters:
11 - string:
12 default: sre-qa-ci-eu
13 description: ''
14 name: OS_CREDENTIALS
15 trim: 'false'
16 - text:
17 default: |-
18 released-heat-cicd-pike-contrail41-sl
19 released-heat-cicd-pike-dvr-sl
20 released-heat-cicd-queens-dvr-sl
21 description: List of stacks for deployment. Separated by newline
22 name: STACKS
23 trim: 'false'
24 - string:
25 default: ''
26 description: ''
27 name: TCP_QA_REFS
28 trim: 'false'
29 - string:
30 default: sre-team-infra
31 description: ''
32 name: PARENT_NODE_NAME
33 trim: 'false'
34 - string:
35 default: https://ic-eu.ssl.mirantis.net:5000/v3
36 description: ''
37 name: OS_AUTH_URL
38 trim: 'false'
39 - string:
40 default: sre-team
41 description: ''
42 name: OS_PROJECT_NAME
43 trim: 'false'
44 pipeline-scm:
45 lightweight-checkout: false
46 scm:
47 - git:
48 branches:
49 - FETCH_HEAD
50 refspec: '${{TCP_QA_REFS}}'
51 url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa
52 clean:
53 before: true
54 script-path: jobs/pipelines/rotation-released-deployment.groovy