blob: b35b41df828354e3304903db6d4a626e33bd6b54 [file] [log] [blame]
Kailash Khalasi94d4b482018-06-28 15:37:11 -07001---
2# kubespray installation validation job
3
4- project:
5 name: kubespray-install-test
6
7 project-name: '{name}'
8
9 jobs:
10 - 'k8-install'
11
12- job-template:
13 id: 'k8-install'
14 name: 'k8-install'
15
16 description: |
17 <!-- Managed by Jenkins Job Builder -->
18 Created by {id} job-template from ci-management/jjb/k8install.yaml <br /><br />
19 Validation job for kubespray installation script provided to users/operators
20
21 properties:
22 - cord-infra-properties:
23 build-days-to-keep: '{build-days-to-keep}'
24 artifact-num-to-keep: '{artifact-num-to-keep}'
25
26 wrappers:
27 - lf-infra-wrappers:
28 build-timeout: '{build-timeout}'
29 jenkins-ssh-credential: '{jenkins-ssh-credential}'
30
31 parameters:
32 - string:
33 name: executorNode
34 default: 'qa-testvm-pod'
35 description: 'Name of the Jenkins node to run the job on'
36
37 - string:
38 name: branch
39 default: 'master'
40 description: 'Name of the repo branch to use'
41
42 - string:
43 name: configRepoUrl
44 default: 'https://gerrit.opencord.org/pod-configs'
45 description: 'The URL of the POD configs repository'
46
47 - string:
48 name: configRepoBaseDir
49 default: 'pod-configs/'
50 description: 'The directory inside the POD configs repository'
51
52 - string:
53 name: configRepoFile
54 default: 'kubernetes-configs/flex-onf-pod1.yml'
55 description: 'The deployment config file'
56
57 project-type: pipeline
58 concurrent: false
59
60 dsl: !include-raw-escape: pipeline/kubespray-install.groovy