Filip Pytloun | 7af94b3 | 2017-03-14 18:38:52 +0100 | [diff] [blame^] | 1 | parameters: |
| 2 | jenkins: |
| 3 | client: |
| 4 | job: |
| 5 | build-image-centos-7: |
| 6 | type: workflow-scm |
| 7 | concurrent: false |
| 8 | scm: |
| 9 | type: git |
| 10 | url: "${_param:jenkins_packer_pipeline}" |
| 11 | credentials: "gerrit" |
| 12 | display_name: "[Images] Build Centos 7" |
| 13 | param: |
| 14 | BUILD_OS: |
| 15 | type: string |
| 16 | default: "centos-7" |
| 17 | BUILD_ONLY: |
| 18 | type: string |
| 19 | default: "qemu" |
| 20 | PACKER_DEBUG: |
| 21 | type: boolean |
| 22 | default: "false" |
| 23 | PACKER_URL: |
| 24 | type: string |
| 25 | default: "https://releases.hashicorp.com/packer/0.8.6/packer_0.8.6_linux_amd64.zip" |
| 26 | PACKER_ZIP: |
| 27 | type: string |
| 28 | default: "packer_0.8.6_linux_amd64.zip" |
| 29 | PACKER_ZIP_MD5: |
| 30 | type: string |
| 31 | default: "4cda1c44cf666fada495dd8e01522e1c" |
| 32 | PACKER_ARGS: |
| 33 | type: string |
| 34 | default: "" |
| 35 | UPLOAD_URL: |
| 36 | type: string |
| 37 | default: "http://jenkins:eyoocaiG3ADireK3Eef8gae1roh5oox010.10.100.85:8088/" |
| 38 | SKIP_UPLOAD: |
| 39 | type: boolean |
| 40 | default: "false" |
| 41 | CLEANUP_OLD: |
| 42 | type: boolean |
| 43 | default: "true" |
| 44 | CLEANUP_KEEP: |
| 45 | type: string |
| 46 | default: "3" |
| 47 | GLANCE_UPLOAD: |
| 48 | type: boolean |
| 49 | default: "true" |
| 50 | GLANCE_IMG_TYPES: |
| 51 | type: string |
| 52 | default: "qcow2" |
| 53 | GLANCE_URL: |
| 54 | type: string |
| 55 | default: "https://vpc.tcpisek.cz:5000/v2.0" |
| 56 | GLANCE_CREDENTIALS_ID: |
| 57 | type: string |
| 58 | default: "openstack-qa-credentials" |
| 59 | GLANCE_PROJECT: |
| 60 | type: string |
| 61 | default: "mirantis_mk20_qa" |
| 62 | GLANCE_ARGS: |
| 63 | type: string |
| 64 | default: "" |
| 65 | GLANCE_PUBLIC: |
| 66 | type: boolean |
| 67 | default: "true" |
| 68 | OPENSTACK_API_CLIENT: |
| 69 | type: string |
| 70 | default: "liberty" |